Open
Bug 1812488
Opened 2 years ago
Updated 1 month ago
Do less work for images that we can reuse without revalidation.
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: emilio, Assigned: emilio, NeedInfo)
References
(Blocks 3 open bugs)
Details
(Keywords: leave-open)
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
That codepath is hot in some cases like in bug 1812422 and we were doing
a fair bit of extra work like validating the whole security info etc.
If we know that the document involved already loaded the request we
don't need to check all that stuff.
Updated•2 years ago
|
Severity: -- → S3
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(tnikkel)
Assignee | ||
Comment 3•2 years ago
|
||
review ping again? Or should I forward to someone else?
Flags: needinfo?(tnikkel)
Assignee | ||
Comment 4•1 years ago
|
||
Updated•1 years ago
|
Attachment #9314150 -
Attachment description: Bug 1812488 - Do less work for images that we can reuse without revalidation. r=aosmond,tnikkel → Bug 1812488 - Do less work for images that we can reuse without revalidation. r=tnikkel
Assignee | ||
Updated•1 years ago
|
Keywords: leave-open
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b7db466665b
Drive-by clean-ups. r=tnikkel
Comment 6•1 years ago
|
||
bugherder |
Comment 7•7 months ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:emilio, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
Flags: needinfo?(emilio)
You need to log in
before you can comment on or make changes to this bug.
Description
•