Closed
Bug 1568227
Opened 6 years ago
Closed 6 years ago
Use the visible rect as the blob image size
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Regressed 1 open bug)
Details
Attachments
(5 files, 2 obsolete files)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee: nobody → jmuizelaar
Assignee | ||
Updated•6 years ago
|
Blocks: blob-recoord
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9080030 -
Attachment is obsolete: true
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9084728 -
Attachment is obsolete: true
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
This stops making the visible rect relative to the bounds of the image.
Assignee | ||
Comment 7•6 years ago
|
||
This also makes sure that we invalidate for any visible rect bounds changes.
This makes more sense even if it's more conservative.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bb324781c1e3
Render blobs at visibleRect.x,y instead of 0,0. r=nical
https://hg.mozilla.org/integration/autoland/rev/fef155ac9c60
Use the visible rect as the display items bounds for fallback items. r=nical
Comment 9•6 years ago
|
||
Backed out for perma fails on paint-order-001.tentative.html.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=265951499&repo=autoland&lineNumber=20128
Backout: https://hg.mozilla.org/integration/autoland/rev/35e9f24cc4c92b6e829dbc974c649c2399da8932
Flags: needinfo?(jmuizelaar)
Comment 10•6 years ago
|
||
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b188ca5e00bb
Render blobs at visibleRect.x,y instead of 0,0. r=nical
https://hg.mozilla.org/integration/autoland/rev/9163b1b1da06
Use the visible rect as the display items bounds for fallback items. r=nical
Comment 11•6 years ago
|
||
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b17e84b9bf8
Remove offset from visible rect. r=nical
https://hg.mozilla.org/integration/autoland/rev/7fa90877a45b
Change to using the visual rect for the blob bounds. r=nical
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(jmuizelaar)
Comment 12•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b188ca5e00bb
https://hg.mozilla.org/mozilla-central/rev/9163b1b1da06
https://hg.mozilla.org/mozilla-central/rev/3b17e84b9bf8
https://hg.mozilla.org/mozilla-central/rev/7fa90877a45b
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Regressions: 1583090
You need to log in
before you can comment on or make changes to this bug.
Description
•