Closed
Bug 1495645
Opened 7 years ago
Closed 7 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•7 years ago
|
||
| Comment hidden (obsolete) |
| Assignee | ||
Comment 3•7 years ago
|
||
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•7 years ago
|
||
Updated•7 years ago
|
Attachment #9014237 -
Attachment is obsolete: true
Updated•7 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•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e1b7e9c18081
https://hg.mozilla.org/mozilla-central/rev/da259f955805
Status: ASSIGNED → RESOLVED
Closed: 7 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
•