Closed
Bug 771621
Opened 12 years ago
Closed 12 years ago
Check sameDocument on location change
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox15 fixed)
RESOLVED
FIXED
Firefox 16
Tracking | Status | |
---|---|---|
firefox15 | --- | fixed |
People
(Reporter: bnicholson, Assigned: bnicholson)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.05 KB,
patch
|
mfinkle
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
We used to return early if sameDocument was true, but it looks like we lost this in bug 753102.
Attachment #639760 -
Flags: review?(mark.finkle)
Assignee | ||
Updated•12 years ago
|
Keywords: regression
Comment 1•12 years ago
|
||
Comment on attachment 639760 [details] [diff] [review]
patch
Looks like this was removed because we moved setTitle(...) runnable:
http://hg.mozilla.org/mozilla-central/rev/9af545c94146#l6.262
To here:
http://hg.mozilla.org/mozilla-central/rev/9af545c94146#l3.70
Note the "//if (sameDocument)"
Yes, we need to keep this check in handleLocationChange. Can you nuke the "//if (sameDocument)" comment too?
Attachment #639760 -
Flags: review?(mark.finkle) → review+
Comment 2•12 years ago
|
||
We need to uplift this too
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 639760 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 753102
User impact if declined: unexpected behavior when opening anchor from page (e.g., favicon disappears)
Testing completed (on m-c, etc.): just landed on inbound
Risk to taking this patch (and alternatives if risky): very low risk
String or UUID changes made by this patch: none
Attachment #639760 -
Flags: approval-mozilla-aurora?
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 16
Updated•12 years ago
|
Attachment #639760 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 6•12 years ago
|
||
status-firefox15:
--- → fixed
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
•