Closed
Bug 1366984
Opened 8 years ago
Closed 8 years ago
Fix image container check for background image layer
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: ethlin, Assigned: ethlin)
References
Details
Attachments
(1 file)
2.68 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
There is a reftest "layout/reftests/image-rect/background-common-usage-floating-point.html" has this kind problem. There is no image container but we still try to use webrender to render it.
Assignee | ||
Comment 1•8 years ago
|
||
The main change is that I added GetCropRect() for checking since it will make the image container unavailable. I also changed the checks order to make them more readable.
Attachment #8870340 -
Flags: review?(matt.woodrow)
Updated•8 years ago
|
Attachment #8870340 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Pushed by ethlin@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/14a2665a64f6
Fix image container check for background image layer. r=mattwoodrow
Comment 4•8 years ago
|
||
this is causing talos to be unreliable and fail often, specifically the g1 and s jobs on linux and windows. Please look into this or back this out so we can have reliable test results.
Flags: needinfo?(ethlin)
Comment 5•8 years ago
|
||
actually perma fail for g1, we should back this out.
Assignee | ||
Comment 6•8 years ago
|
||
Strange. The changes should be for webrender only. I don't think the talos test will run into that function.
Backout by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/118e1c11be5c
Backed out changeset 14a2665a64f6 for causing Windows Talos failures on a CLOSED TREE.
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/mozilla-central/rev/5ca156581096
Fix image container check for background image layer. r=mattwoodrow
Comment 9•8 years ago
|
||
bugherder |
Wasn't your fault after all! Re-landed.
https://hg.mozilla.org/mozilla-central/rev/5ca156581096
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•8 years ago
|
Flags: needinfo?(ethlin)
You need to log in
before you can comment on or make changes to this bug.
Description
•