Closed
Bug 775467
Opened 12 years ago
Closed 12 years ago
Make readyState progress through all states without duplicate transitions
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: hsivonen, Assigned: hsivonen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
11.94 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Bug 744366 didn't fully fix readyState. Need to make it so that readyState always progresses through all states and never transitions to the state that's already the current state.
Assignee | ||
Comment 1•12 years ago
|
||
Waiting for Windows try results still.
Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 644910 [details] [diff] [review]
Make readyState less broken
This deals with neglected parts of MediaDocuments and XSLT readyState and fixes a couple of related bugs: aborting a doc that is being transformed by XSLT and making MediaDocuments come out of bfcache more properly.
Attachment #644910 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 3•12 years ago
|
||
I should mention that the reason why this doesn't come with a test case is that except for the fatal assertions themselves, all the changes in the patch are changes required to make sure the fatal assertions don't fire on our existing test suite.
Comment 4•12 years ago
|
||
Comment on attachment 644910 [details] [diff] [review]
Make readyState less broken
r=me
Attachment #644910 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Assignee | ||
Comment 7•12 years ago
|
||
Follow-up filed: bug 779100.
Depends on: 787726
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
•