Closed
Bug 1766227
Opened 3 years ago
Closed 3 years ago
Convert constructable stylesheets to use ObservableArray.
Categories
(Core :: DOM: CSS Object Model, task)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Without this changing constructable stylesheets to be an ObservableArray
causes compile errors because StyleSheet isn't correctly forward-declared.
Assignee | ||
Comment 2•3 years ago
|
||
Pretty straight-forward. Also add support to idlharness for ObservableArray,
without it the relevant tests fail (they also fail in Chromium without this
change as expected).
Depends on D144546
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b7247719a199
Forward-declare ObservableArray types correctly. r=edgar
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5f8d48c6c900
Convert constructable stylesheets to use ObservableArray. r=edgar
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/33786 for changes under testing/web-platform/tests
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/bd457f112c7d
set CSSStyleSheet-template-adoption.html as expected fail.
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b7247719a199
https://hg.mozilla.org/mozilla-central/rev/5f8d48c6c900
https://hg.mozilla.org/mozilla-central/rev/bd457f112c7d
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
Upstream PR was closed without merging
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•