Closed
Bug 1349815
Opened 8 years ago
Closed 8 years ago
stylo: Gecko_GetLookAndFeelSystemColor mutates static data
Categories
(Core :: CSS Parsing and Computation, enhancement, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bholley, Assigned: bholley)
References
Details
Attachments
(1 file, 2 obsolete files)
2.19 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•8 years ago
|
||
MozReview-Commit-ID: Auw2Kw2gBlE
Attachment #8850269 -
Flags: review?(masayuki)
Assignee | ||
Comment 2•8 years ago
|
||
MozReview-Commit-ID: E9XC4kaCVd2
Attachment #8850270 -
Flags: review?(masayuki)
Assignee | ||
Comment 3•8 years ago
|
||
Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 8850269 [details] [diff] [review]
Part 1 - Explicitly initialize the LookAndFeel machinery. v1
Ugh, this turned to be a PITA. LayoutStatics is too late, since this stuff gets used during XRE init. However, doing it in XPCOM init runs afoul of content pref whitelist.
I'm just going to throw in the towel on this one.
Attachment #8850269 -
Attachment is obsolete: true
Attachment #8850269 -
Flags: review?(masayuki)
Assignee | ||
Comment 5•8 years ago
|
||
MozReview-Commit-ID: E9XC4kaCVd2
Attachment #8850282 -
Flags: review?(cam)
Assignee | ||
Updated•8 years ago
|
Attachment #8850270 -
Attachment is obsolete: true
Attachment #8850270 -
Flags: review?(masayuki)
Updated•8 years ago
|
Attachment #8850282 -
Flags: review?(cam) → review+
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/45e1d59b5dff
Avoid setting the static cache during the servo traversal. r=heycam
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•