Implement CSSStyleSheet ReplaceSync() Functionality
Categories
(Core :: DOM: CSS Object Model, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The Constructable StyleSheets API was added under a preference in bug 1604296.
This patch aims to fully implement and test the functionality of the CSSStyleSheet replaceSync() function, which is currently a stub.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
:nordzilla , patch failed to land:
"Revisions: D58881 diff 217836
Details: hg error in cmd: hg push -r tip upstream: pushing to ssh://hg.mozilla.org/integration/autoland searching for changes remote: adding changesets remote: adding manifests remote: adding file changes remote: added 1 changesets with 7 changes to 7 files remote: remote: ******************************* ERROR ******************************* remote: Changeset 60e2760d7001 alters WebIDL file(s) without DOM peer review: remote: dom/webidl/CSSStyleSheet.webidl remote: remote: Please, request review from either: remote: - Andrea Marchesini (:baku) remote: - Andreas Farre (:farre) remote: - Andrew McCreight (:mccr8) remote: - Bobby Holley (:bholley) remote: - Boris Zbarsky (:bz) remote: - Ehsan Akhgari (:ehsan) remote: - Henri Sivonen (:hsivonen) remote: - Nika Layzell (:mystor) remote: - Olli Pettay (:smaug) remote: - Peter Van der Beken (:peterv) remote: ********************************************************************* remote: remote: transaction abort! remote: rollback completed remote: pretxnchangegroup.mozhooks hook failed abort: push failed on remote "
Pushed by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c23316f9fe83 Implement replaceSync() Functionality r=emilio,bzbarsky
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/21176 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Assignee | ||
Comment 6•1 year ago
|
||
Patch failed to land because I had made a minor change to the WebIDL interface USVString
-> UTF8String
.
I had forgotten that all WebIDL changes must have WebIDL review. Emilio is not yet recognized by the web hook Bug 1609141
This patch has since had it's WebIDL portion reviewed and should be clear to move forward.
Comment 7•1 year ago
|
||
bugherder |
Upstream PR merged by moz-wptsync-bot
Description
•