Closed
Bug 1093028
Opened 11 years ago
Closed 11 years ago
Imports should block DOMContentLoaded event of the import parent.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: gkrizsanits, Assigned: gkrizsanits)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.59 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
Imports might not have any script after the last link import, in which case nothing will stop the import parent from firing DOMContentLoaded event before the that link import is fully loaded. (Imports have their own loadgroup, but those are contained by the import master, and not by the import parent).
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → gkrizsanits
Blocks: webcomponents
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8515924 -
Flags: review?(mrbkap)
Assignee | ||
Updated•11 years ago
|
Attachment #8515924 -
Attachment description: scriptless import → Imports should block DOMContentLoaded of the parent. v1
Updated•11 years ago
|
Attachment #8515924 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
sorry had to back this out for test failures like https://treeherder.mozilla.org/ui/logviewer.html#?job_id=3614488&repo=mozilla-inbound
Assignee | ||
Comment 4•11 years ago
|
||
Uhh... so we have some tests, testing features that we don't have yet and supposed to fail, and now they are failing differently than before...
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=b2765469f15c
Assignee | ||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•