Closed
Bug 1417393
Opened 8 years ago
Closed 8 years ago
count style contexts properly
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla59
| Tracking | Status | |
|---|---|---|
| firefox59 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
Details
Attachments
(1 file)
No description provided.
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8928488 [details]
Bug 1417393 - Count style contexts properly.
https://reviewboard.mozilla.org/r/199742/#review204834
Huh, this doesn't seem a recent regression at all. :(
Attachment #8928488 -
Flags: review?(emilio) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
In reality we probably only need a boolean, and not a count of style contexts, to record whether we ever styled anything. (We only use that variable to determine whether we need to restyle things.)
Pushed by cmccormack@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/66245a1865d3
Count style contexts properly. r=emilio
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•7 years ago
|
Assignee: nobody → cam
You need to log in
before you can comment on or make changes to this bug.
Description
•