Closed
Bug 1495645
Opened 2 years ago
Closed 2 years ago
move image request table out of css::ImageValue
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(2 files)
Having the table of imgRequestProxy objects stored in css::ImageValue is a bit annoying, and is really something that the css::ImageLoader should manage. I have a patch to do this, which should unlock some simplification of CSS URL values that I want to do.
Assignee | ||
Comment 1•2 years ago
|
||
Comment hidden (obsolete) |
Assignee | ||
Comment 3•2 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=47671445560f7db1f0b86be85ddeae5a2e0c9ff3
Pushed by cmccormack@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e1b7e9c18081 Move css::ImageValue::mRequests into a global table managed by css::ImageLoader r=emilio
Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
Attachment #9014237 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9014237 -
Attachment is obsolete: false
Pushed by cmccormack@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/da259f955805 Followup merge bustage fix r=hiro
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e1b7e9c18081 https://hg.mozilla.org/mozilla-central/rev/da259f955805
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•