Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake an image cache per document #15184
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will both allow us to avoid problems like #14993 and move to a model that avoids a single global image cache. This means we don't need to key the cache on request headers, etc. This is the model that Gecko really wants to move to.