Closed
Bug 1770109
Opened 3 years ago
Closed 3 years ago
misc minor nsImageRenderer.cpp related improvements
Categories
(Core :: Graphics: ImageLib, enhancement)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → tnikkel
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
This does not change anything as everywhere that uses ConvertImageRendererToDrawFlags goes through DrawImageInternal in nsLayoutUtils.cpp which adds the flag already. The next patch needs it though.
Depends on D146775
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D146776
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95ca853683da
Combine DrawResult in nsCSSRendering::BuildWebRenderDisplayItemsForStyleImageLayerWithSC. r=aosmond
https://hg.mozilla.org/integration/autoland/rev/8633537b6127
Add FLAG_ASYNC_NOTIFY flag to ConvertImageRendererToDrawFlags. r=aosmond
https://hg.mozilla.org/integration/autoland/rev/94ca17198068
Use ConvertImageRendererToDrawFlags in nsImageRenderer::BuildWebRenderDisplayItems too. r=aosmond
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/95ca853683da
https://hg.mozilla.org/mozilla-central/rev/8633537b6127
https://hg.mozilla.org/mozilla-central/rev/94ca17198068
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•