Closed
Bug 1629989
Opened 5 years ago
Closed 5 years ago
Unify Document::RemoveStyleSheet() and ShadowRoot::RemoveSheet()
Categories
(Core :: DOM: CSS Object Model, task, P3)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
Details
Attachments
(1 file)
With the addition of DocumentOrShadowRoot::RemoveSheetFromStylesIfApplicable(), we should unify the code for Document::RemoveStyleSheet() and ShadowRoot::RemoveSheet() and push it up into the DocumentOrShadowRoot base class.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Attachment #9140556 -
Attachment description: Bug 1629989 - Unify RenoveStyleSheet() Function → Bug 1629989 - Unify RemoveStyleSheet() Function
Updated•5 years ago
|
Attachment #9140556 -
Attachment description: Bug 1629989 - Unify RemoveStyleSheet() Function → Bug 1629989 - Unify RemoveStyleSheet() Function r=#style,emilio
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/50c1780aeee1
Unify RemoveStyleSheet() Function r=emilio
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•