Closed
Bug 1398401
Opened 6 years ago
Closed 6 years ago
Assertion failure: !slots->mCustomElementData (Custom element data may not be changed once set.), at dom/base/Element.cpp:4210
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: bc, Assigned: jdai)
References
()
Details
(Keywords: assertion, regression, regressionwindow-wanted)
Attachments
(2 files)
112.62 KB,
text/plain
|
Details | |
1.03 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: 1. https://www.gcflearnfree.org/powerpoint2013/modifying-themes/1/ 2. Assertion failure: !slots->mCustomElementData (Custom element data may not be changed once set.), at z:/build/build/src/dom/base/Element.cpp:4210 Windows/Linux Nightly 57 but not Beta 56 -> regression
Comment 1•6 years ago
|
||
Hi John, the assertion was added in bug 1347634, which was landed in 55, could you please check what has been done in 57 that caused this regression? Thank you.
Flags: needinfo?(jdai)
Priority: -- → P1
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jdai
Flags: needinfo?(jdai)
Assignee | ||
Comment 2•6 years ago
|
||
The reason is we missed add a preference check when we're going to setup custom element v0[1]. This code will be changed to v1 version by bug 1378079. Hence, I add IsWebComponentsEnabled() which is a v0 preference check for this bug. Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=203aeededc60a680725b8bc54bbcf1866b3ea0fd&filter-tier=1&group_state=expanded [1] https://searchfox.org/mozilla-central/rev/51eae084534f522a502e4b808484cde8591cb502/parser/html/nsHtml5TreeOperation.cpp#447-450
Attachment #8906935 -
Flags: review?(bugs)
Updated•6 years ago
|
Attachment #8906935 -
Flags: review?(bugs) → review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/48448bff8f92 Add preference check for custom element setup. r=smaug
Keywords: checkin-needed
![]() |
||
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/48448bff8f92
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•6 years ago
|
Blocks: 1347634
status-firefox55:
--- → wontfix
status-firefox56:
--- → wontfix
status-firefox-esr52:
--- → unaffected
Version: 57 Branch → 55 Branch
Updated•6 years ago
|
Version: 55 Branch → 57 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•