95
edits
(Numbering the last two points) |
mNo edit summary |
||
| Line 6: | Line 6: | ||
* nsImageLoadingContent (which is a parent class of nsHTMLImageElement) and nsContentUtils aid in the loading process. | * nsImageLoadingContent (which is a parent class of nsHTMLImageElement) and nsContentUtils aid in the loading process. | ||
--- | ---- | ||
* A single image, if referenced by multiple documents in different tabs, will still be downloaded, decoded and stored only once. imgLoader takes care of this grouping/multiplexing. | * A single image, if referenced by multiple documents in different tabs, will still be downloaded, decoded and stored only once. imgLoader takes care of this grouping/multiplexing. | ||
* This means for all the image references there is only one underlying HttpChannel which is fetching the image - either from the network or the http cache. | * This means for all the image references there is only one underlying HttpChannel which is fetching the image - either from the network or the http cache. | ||
edits