Implement CSSStyleSheet ReplaceSync() Functionality
Categories
(Core :: DOM: CSS Object Model, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
References
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•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years 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 "
Assignee | ||
Comment 6•6 years 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•6 years ago
|
||
bugherder |
Description
•