Closed
Bug 1309090
Opened 4 years ago
Closed 4 years ago
stylo: Use AtomicRefCell for PerDocumentStyleData
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: bholley, Unassigned)
References
Details
Attachments
(1 file)
The current semantics are sketchy, especially when we start borrowing this data during parallel traversal. We want RefCell semantics here.
| Comment hidden (mozreview-request) |
| Reporter | ||
Updated•4 years ago
|
Attachment #8799605 -
Flags: review?(manishearth)
Comment 2•4 years ago
|
||
| mozreview-review | ||
Comment on attachment 8799605 [details] Bug 1309090 - Use AtomicRefCell for RawServoStyleSet. https://reviewboard.mozilla.org/r/84746/#review83340
Attachment #8799605 -
Flags: review?(manishearth) → review+
Pushed by bholley@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/73f5b0753f18 Use AtomicRefCell for RawServoStyleSet. r=Manishearth
| Reporter | ||
Comment 4•4 years ago
|
||
Servo PR: https://github.com/servo/servo/pull/13688
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/73f5b0753f18
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•