HTML parser should invoke custom element's callbacks before appending child nodes to it
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox86 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files, 1 obsolete file)
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Comment 9•7 years ago
|
||
| Assignee | ||
Comment 10•7 years ago
|
||
| Assignee | ||
Comment 11•7 years ago
|
||
| Assignee | ||
Comment 12•7 years ago
|
||
| Assignee | ||
Comment 13•7 years ago
|
||
| Assignee | ||
Comment 14•7 years ago
|
||
| Assignee | ||
Comment 15•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
| Assignee | ||
Comment 18•7 years ago
|
||
| Assignee | ||
Comment 19•7 years ago
|
||
| Assignee | ||
Comment 20•7 years ago
|
||
| Assignee | ||
Comment 21•7 years ago
|
||
| Assignee | ||
Comment 22•7 years ago
|
||
| Assignee | ||
Comment 23•7 years ago
|
||
| Assignee | ||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 26•7 years ago
|
||
| Assignee | ||
Comment 27•7 years ago
•
|
||
Updated•6 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 29•5 years ago
|
||
Hi John, since you are working on FACE actively, do you have some free slot to continue the work here? The patch is ready but got an assertion (see comment #27). (Feel free to say no, then I will pick it up again). Thanks!
Comment 30•5 years ago
•
|
||
(In reply to Edgar Chen [:edgar] from comment #29)
Hi John, since you are working on FACE actively, do you have some free slot to continue the work here? The patch is ready but got an assertion (see comment #27). (Feel free to say no, then I will pick it up again). Thanks!
Sure, I will continue the work. Thank you for the patches. Keep NI for tracking.
Comment 31•5 years ago
•
|
||
Comment 26 result is unable to see. Push a new try:
https://treeherder.mozilla.org/jobs?repo=try&revision=2638249671b5b11aa127a45f0423eef32536460b
| Assignee | ||
Comment 32•5 years ago
|
||
Could you try to pause the update only when there is something on the reaction stack to see if it helps?
Comment 33•5 years ago
•
|
||
Try: https://treeherder.mozilla.org/jobs?repo=try&revision=21e8387300b2e9a61ceb10a18272948db444ff80
There are some test failures under css-shadow-parts[1], it hits Assertion failure: false (is it safe to run script?),[2]
[1] https://treeherder.mozilla.org/jobs?repo=try&revision=21e8387300b2e9a61ceb10a18272948db444ff80&selectedTaskRun=GedLRGUTSfmOK_RfqsckeQ.0
[2] https://searchfox.org/mozilla-central/source/dom/script/ScriptSettings.cpp#82
| Assignee | ||
Comment 34•5 years ago
|
||
Hmm, checking the element's reaction queue might not be accurate, is it possible that the reaction stack has reactions from other elements?
Comment 35•5 years ago
•
|
||
Try: https://treeherder.mozilla.org/jobs?repo=try&revision=c34341a97be8486c6fd3819c7d35e276e45d3236
The reaction stack has reactions from other elements while executing css-shadow-parts tests. There is dom/l10n/tests/mochitest/l10n_mutations/test_disconnectedRoot_webcomponent.html[1][2] test needs to fix.
[1] https://treeherder.mozilla.org/jobs?repo=try&revision=c34341a97be8486c6fd3819c7d35e276e45d3236&selectedTaskRun=V8qiezxaSruHi1Nu9u-yHw.0
[2] pernos session: https://pernos.co/debug/WaHneU5-TvcsoBAImAo5hQ/index.html
| Assignee | ||
Comment 36•4 years ago
|
||
(In reply to John Dai[:jdai] from comment #35)
There is
dom/l10n/tests/mochitest/l10n_mutations/test_disconnectedRoot_webcomponent.html[1][2] test needs to fix.
The time we invoke the connected callback is changed, the test needs an adjustment.
| Assignee | ||
Comment 37•4 years ago
|
||
I will continue the work here. John, Thanks!
| Assignee | ||
Comment 38•4 years ago
•
|
||
Comment 39•4 years ago
|
||
Comment 41•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/651fc83db5af
https://hg.mozilla.org/mozilla-central/rev/7aa96c414add
Description
•