Closed
Bug 767957
Opened 13 years ago
Closed 13 years ago
Dead code checks for shistory in nsDocShell::AddState
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
Details
Attachments
(1 file)
1.32 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
This is causing https://github.com/mozilla-b2g/gaia/issues/1869#issuecomment-6520055
Exactly why they're calling history.replaceState with no shistory object is...unclear. Calling replaceState is kind of sane, but pushState with no shistory is pretty worrying and probably not what they want.
This code is still dead, though. We could leave in the (accidental) assertion that there's a root shistory object for pushState, if you want.
Patch once I have it tested...
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #636309 -
Flags: review?(bzbarsky)
Comment 2•13 years ago
|
||
Comment on attachment 636309 [details] [diff] [review]
Patch v1
r=me
Attachment #636309 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Assignee: nobody → justin.lebar+bug
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
You need to log in
before you can comment on or make changes to this bug.
Description
•