Closed
Bug 1753404
Opened 3 years ago
Closed 3 years ago
Invisible items contribute to the bounds of blob layers
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
(Blocks 2 open bugs, Regressed 1 open bug)
Details
Attachments
(3 files)
Google slides has some paths with fill-opacity and stroke-opacity set to zero which end up not showing anything at all but we still create and upload empty blob tiles for them.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
This patch separates the tracking and submission of paint/hit-test rects, ensuring that we can remove invisible parts form the blobs without breaking hit testing.
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d7bde413a428
Avoid extra blob tiles from invisible items. r=jrmuizel
https://hg.mozilla.org/integration/autoland/rev/c3b3315d2344
Track hit tested bounds separately from painted bounds. r=jrmuizel
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d7bde413a428
https://hg.mozilla.org/mozilla-central/rev/c3b3315d2344
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•