Closed
Bug 1351117
Opened 3 years ago
Closed 3 years ago
Ensure nsLayoutStylesheetCache uses gUserContentSheetURL correctly, and prevent intermittent asserts on shutdown
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Not set
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bradwerth, Assigned: bradwerth)
References
Details
Attachments
(1 file)
https://dxr.mozilla.org/mozilla-central/source/layout/style/nsLayoutStylesheetCache.cpp?q=path%3Alayout%2Fstyle%2FnsLayoutStylesheetCache.cpp&redirect_type=single#253 appears to be a non-critical assert, and it's showing up in intermittent oranges on try server builds.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•3 years ago
|
Attachment #8874581 -
Flags: review?(cam)
Comment 2•3 years ago
|
||
mozreview-review |
Comment on attachment 8874581 [details] Bug 1351117 Part 1: Change an assert on nsLayoutStylesheetCache::Shutdown into a warning, since it only notes that the cache was never used. https://reviewboard.mozilla.org/r/145926/#review149912
Attachment #8874581 -
Flags: review?(cam) → review+
Pushed by bwerth@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/98b04000fee7 Part 1: Change an assert on nsLayoutStylesheetCache::Shutdown into a warning, since it only notes that the cache was never used. r=heycam
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/98b04000fee7
Status: NEW → RESOLVED
Closed: 3 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
•