Closed
Bug 773556
Opened 12 years ago
Closed 12 years ago
Only check http/https/file URIs for readability
Categories
(Firefox for Android Graveyard :: Reader View, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
Attachments
(2 files)
2.38 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
1.59 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
We don't filter which pages we try to check. This means we try to check about: pages, which even causes about:reader pages to check themselves when showing reading items.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #641765 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #641766 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•12 years ago
|
||
Want might want to also allow other URIs since extensions might somehow be able to take advantage of chrome:// and resource:// URI support. We definitely don't want about: URIs, though, and probably not ftp:// either.
Updated•12 years ago
|
Attachment #641765 -
Flags: review?(mark.finkle) → review+
Updated•12 years ago
|
Attachment #641766 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/36188df867f3
https://hg.mozilla.org/mozilla-central/rev/7c1e2b2a7183
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•