Skip to content

Move HTTP requests out of image cache logic #7708

@jdm

Description

@jdm

The cache should be a simple store for decoded pixels with a key that can distinguish between two image requests for the same URL that included different sets of cookies, for example. The (eventual) network cache should be in charge of caching the original response bytes to facilitate re-decoding if necessary.

This work will also enable much easier implementation of image elements blocking the document's load event.

Metadata

Metadata

Assignees

Labels

A-content/domInteracting with the DOM from web contentA-content/imagesInteracting with images from web content

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions