aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/image_cache_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Send response for image requests progressively to image cache.Josh Matthews2017-02-221-4/+5
* Avoid dropping image requests on the ground from non-script-initiated reflow.Josh Matthews2017-02-221-3/+19
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-63/+40
* Rustfmt net_traits.Ms2ger2017-01-031-11/+7
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-12/+14
* Move Image and PixelFormat to net_traits.Ms2ger2016-10-211-2/+1
* Remove unnecessary 'unwrap' calls from ImageCacheThreadKuba Birecki2016-07-131-9/+9
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* move struct ImageMetadata to a better placeKosov Eugene2016-05-091-1/+2
* Added Store Command to ImageCache TaskSagar Muchhal2016-04-261-1/+12
* gfx: Allow images to be shipped to the WebRender thread without shippingPatrick Walton2016-03-221-1/+1
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* adding image metadata notification capabilities to image cachejmr02016-01-291-4/+43
* task -> threadrohan.prinja2016-01-101-0/+129