Closed
Bug 1645180
Opened 4 years ago
Closed 4 years ago
CSS use counters underreport after bug 1599160
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files)
When we hit the cache introduced in bug 1599160, we don't save our use counters, which means that we don't report the right CSS properties parsed.
Assignee | ||
Comment 1•4 years ago
|
||
This also means that the "zoom" warnings and such are not reported consistently.
Assignee | ||
Comment 2•4 years ago
|
||
This is useful, simplifies testing this bug, and also matches the image
cache:
Assignee | ||
Comment 3•4 years ago
|
||
This makes us refactor a bit more our setup but I think the end it's
worth it.
Depends on D79376
Assignee | ||
Comment 4•4 years ago
|
||
Without the previous patch, the tests for the second iframe fail.
Depends on D79377
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/80e9e9e78e5e
Allow to cache data: stylesheets across documents. r=firefox-style-system-reviewers,heycam
https://hg.mozilla.org/integration/autoland/rev/8dc9d9e4f96b
Don't under-report use counters for documents that hit the shared sheet cache. r=firefox-style-system-reviewers,heycam
https://hg.mozilla.org/integration/autoland/rev/eebb849d100e
Refactor test use counters to be less repetitive, and also test <link>. r=firefox-style-system-reviewers,heycam
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/80e9e9e78e5e
https://hg.mozilla.org/mozilla-central/rev/8dc9d9e4f96b
https://hg.mozilla.org/mozilla-central/rev/eebb849d100e
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•