Closed
Bug 1412755
Opened 8 years ago
Closed 8 years ago
Fix layout/reftests/bugs/579323-1.html test failure
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Whiteboard: [wr-mvp])
Attachments
(1 file)
|
4.61 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
Since Bug 1383786, layout/reftests/bugs/579323-1.html test became failed. It nees to be addressed.
I fount that a problem exists around AsyncImagePipelineManager::UpdateImageKeys() and AsyncImagePipelineManager::ApplyAsyncImages().
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
Current gecko does not update display list when Image of ImageHost is not updated.
| Assignee | ||
Comment 3•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Attachment #8923280 -
Flags: review?(nical.bugzilla)
Updated•8 years ago
|
Attachment #8923280 -
Flags: review?(nical.bugzilla) → review+
Pushed by sikeda@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3c2fd4f8d47d
Fix display list update of AsyncImagePipelineManager r=nical
Updated•8 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [wr-mvp]
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Comment 6•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•