Closed
Bug 1519296
Opened 7 years ago
Closed 7 years ago
clean up style set sheet management a little
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(4 files)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Depends on D16281
Assignee | ||
Comment 3•7 years ago
|
||
We only ever add a single sheet (EditorOverride.css) there anyway.
Depends on D16282
Assignee | ||
Comment 4•7 years ago
|
||
Depends on D16283
Assignee | ||
Comment 5•7 years ago
|
||
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b08325b6d8b5
Part 1: Use a sensible order when filling the style set with User and Agent sheets r=emilio
https://hg.mozilla.org/integration/autoland/rev/8b5a89cb0e62
Part 2: Make PresShell::AddUserSheet just find the right place to insert r=emilio
https://hg.mozilla.org/integration/autoland/rev/89828ae0afea
Part 3: Make PresShell::AddOverrideStyleSheet append its sheet rather than prepend r=emilio
https://hg.mozilla.org/integration/autoland/rev/434b6906676e
Part 4: Remove ServoStyleSet::PrependStyleSheet r=emilio
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b08325b6d8b5
https://hg.mozilla.org/mozilla-central/rev/8b5a89cb0e62
https://hg.mozilla.org/mozilla-central/rev/89828ae0afea
https://hg.mozilla.org/mozilla-central/rev/434b6906676e
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•