aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/image_cache.rs
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* pixels: Extend Image to allow for multiple frames (#36058)TIN TUN AUNG2025-03-211-3/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-46/+7
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-2/+3
* net: Raed RippyPNG resource once at startup. (#34954)Josh Matthews2025-01-121-3/+1
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-9/+9
* build: upgrade rustc to 1.81.0 (#34270)Mukilan Thiyagarajan2024-12-121-2/+1
* Add prefs to limit threadpool sizes (#34478)Jonathan Schwender2024-12-071-4/+4
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-5/+5
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-16/+17
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-17/+16
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-16/+17
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-11/+9
* fix: unused mem import (#31608)eri2024-03-101-1/+1
* clippy: fix warnings in components/net (#31564)eri2024-03-101-25/+19
* Make image decoding thread pool the size of the system's CPUs (#31585)eri2024-03-081-2/+9
* Use thread pool to decode image (#31517)eri2024-03-071-2/+8
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Replace `immeta` dependency with `imsz` (#30294)Martin Robinson2023-09-061-12/+11
* Try to `use` WebRender types moreMartin Robinson2023-07-101-5/+6
* Fix intermittency when loading poster imagesMartin Robinson2023-01-111-0/+2
* components/net: Fix a double-lock in image_cacheBurtonQin2022-10-101-15/+27
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-3/+1
* Don't send a load event when a loaded image is actually the placeholderBastien Orivel2020-05-081-6/+14
* Properly set the url on the Response object when the response is an opaquered...Bastien Orivel2020-05-061-1/+1
* Use a restyle for animation ticksMartin Robinson2020-05-051-16/+4
* Don't continually re-request completed requests that had load errors.Josh Matthews2020-04-171-12/+21
* Refactor ImageCache::find_image_or_metadata API.Julien Tregoat2020-04-171-30/+75
* Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-2/+4
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-5/+7
* Add useful debug output for HTTP response and image cache.Josh Matthews2019-10-041-0/+1
* Support CORS attributes for image elements.Josh Matthews2019-10-041-15/+47
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-47/+86
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+2
* Remove unused code from net and net_traits cratesest312019-06-021-5/+0
* Update webrenderManish Goregaokar2018-11-271-1/+1
* Auto merge of #22225 - servo:webgl, r=emiliobors-servo2018-11-211-2/+3
|\
| * Call rgba8_byte_swap_colors_inplace on the WebGL threadAnthony Ramine2018-11-201-1/+1
| * Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-1/+2
* | refactored performance timing to align with updated specddh2018-11-201-2/+2
|/
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Optimise memory allocation in set_webrender_image_keyAnthony Ramine2018-11-161-0/+1
* Prefix some pixels functions with rgba8_Anthony Ramine2018-11-161-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-3/+3
* Rustfmt net cratePyfisch2018-11-031-75/+78