Closed
Bug 504837
Opened 16 years ago
Closed 16 years ago
hashchange event should not be restricted to firing only when the document's ready state is "complete"
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 2 obsolete files)
7.16 KB,
patch
|
justin.lebar+bug
:
review+
justin.lebar+bug
:
superreview+
|
Details | Diff | Splinter Review |
The HTML5 spec has changed. When we fixed bug 385434, the hashchange event was to be fired only when the document's ready state was "complete". That restriction has now been removed, so we should update FF to conform to the spec.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #389162 -
Flags: review?(Olli.Pettay)
Updated•16 years ago
|
Attachment #389162 -
Flags: superreview+
Attachment #389162 -
Flags: review?(Olli.Pettay)
Attachment #389162 -
Flags: review+
Assignee | ||
Comment 2•16 years ago
|
||
Forwarding review from previous patch.
Attachment #389162 -
Attachment is obsolete: true
Attachment #389554 -
Flags: superreview+
Attachment #389554 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 4•16 years ago
|
||
We backed this out due to failing mochitests on Linux.
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox-Unittest/1248135731.1248138667.27477.gz
http://hg.mozilla.org/mozilla-central/rev/a7af1507a5a9
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•16 years ago
|
||
Previous patch for checkin didn't clean up the tests well, and we intermittently failed the tests when running a release build. I think this patch gets rid of all the obsolete tests; it appears to consistently pass with release builds, and it passed on tryserver yesterday.
Attachment #389554 -
Attachment is obsolete: true
Attachment #390065 -
Flags: superreview+
Attachment #390065 -
Flags: review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•16 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Keywords: checkin-needed
Updated•16 years ago
|
Keywords: dev-doc-needed
Comment 7•16 years ago
|
||
Updated•16 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•