Closed
Bug 1157682
Opened 10 years ago
Closed 10 years ago
Should ignore query string / hashes for checking for "home page"
Categories
(Toolkit :: Reader Mode, defect)
Toolkit
Reader Mode
Tracking
()
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
Attachments
(1 file, 1 obsolete file)
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Iteration: --- → 40.2 - 27 Apr
Points: --- → 2
Flags: qe-verify+
Flags: in-testsuite-
Flags: firefox-backlog+
Assignee | ||
Comment 1•10 years ago
|
||
/r/7497 - Bug 1157682 - ignore querystring / hash when determining 'home page' for reader mode, r?margaret
Pull down this commit:
hg pull -r 6ae1fd9e91389b3699515006016247b6ee6f5c2b https://reviewboard-hg.mozilla.org/gecko/
Assignee | ||
Updated•10 years ago
|
Attachment #8596584 -
Flags: review?(margaret.leibovic)
Assignee | ||
Comment 2•10 years ago
|
||
As a side effect, this will also fix bug 1151087, at least for bing.
Comment 3•10 years ago
|
||
Comment on attachment 8596584 [details]
MozReview Request: bz://1157682/Gijs
https://reviewboard.mozilla.org/r/7495/#review6285
::: toolkit/components/reader/ReaderMode.jsm:250
(Diff revision 1)
> + } catch (ex) { /* ignore if this doesn't work */ }
When would this not work? If `uri` can't be turned into an `nsIURL`, maybe we should just return false, since I would assume it isn't a well formatted URL.
Attachment #8596584 -
Flags: review?(margaret.leibovic) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8596584 [details]
MozReview Request: bz://1157682/Gijs
Approval Request Comment
[Feature/regressing bug #]: reader mode
[User impact if declined]: reader mode offered on pages where it shouldn't be
[Describe test coverage new/current, TreeHerder]: not for this specific part
[Risks and why]: pretty low, restricted to how/when we offer reader mode
[String/UUID change made/needed]: no.
Attachment #8596584 -
Flags: approval-mozilla-release?
Attachment #8596584 -
Flags: approval-mozilla-beta?
Attachment #8596584 -
Flags: approval-mozilla-aurora?
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Updated•10 years ago
|
status-firefox38:
--- → affected
status-firefox39:
--- → affected
Comment 7•10 years ago
|
||
Comment on attachment 8596584 [details]
MozReview Request: bz://1157682/Gijs
We are late in the beta cycle. I would like to take it only for 38.0.5.
Attachment #8596584 -
Flags: approval-mozilla-release?
Attachment #8596584 -
Flags: approval-mozilla-release-
Attachment #8596584 -
Flags: approval-mozilla-beta?
Attachment #8596584 -
Flags: approval-mozilla-beta+
Attachment #8596584 -
Flags: approval-mozilla-aurora?
Attachment #8596584 -
Flags: approval-mozilla-aurora+
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Updated•10 years ago
|
QA Contact: andrei.vaida
Updated•10 years ago
|
status-firefox38.0.5:
--- → fixed
Comment 10•10 years ago
|
||
Verified fixed on Windows 7 64bit, Ubuntu 13.10 32bit and Mac OSX 10.9.5 using latest Nightly 40.0a1 (buildID: 20150511030203), latest Aurora 39.0a2 (buildID: 20150511004005) and Firefox 38.0.5 Beta 1 (buildID: 20150510205200).
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 11•9 years ago
|
||
Attachment #8596584 -
Attachment is obsolete: true
Attachment #8620133 -
Flags: review+
Assignee | ||
Comment 12•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•