summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/image_loading_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds access to the index passed to ImageLoadingTracker::Observer. I needsky@chromium.org2012-01-231-6/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-3/+3
* More NewRunnable* -> base::Bind for chrome/browser/extensions/.adamk@chromium.org2011-10-171-4/+5
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-221-1/+1
* Coverity: Pass values by reference.jhawkins@chromium.org2011-03-111-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-3/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-5/+3
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-2/+2
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part10:tfarina@chromium.org2010-10-091-10/+10
* Revert "Revert "Show extension icons next to their top-level context menu ite...hclam@chromium.org2010-06-251-12/+18
* Revert r50779 as it breaks memory testshclam@chromium.org2010-06-251-18/+12
* Show extension icons next to their top-level context menu items.asargent@chromium.org2010-06-241-12/+18
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+1
* Fixes bug in ImageLoadintTracker where it would incorrectly hit asky@chromium.org2010-03-311-2/+2
* Attempt 2 at landing this. Patch is exactly same as last time around.sky@chromium.org2010-03-301-19/+71
* Revert 43005 - Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-68/+19
* Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-19/+68
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-241-61/+84
* Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...finnur@chromium.org2010-03-231-1/+1
* Adds the source ImageLoadingTracker to OnImageLoaded. I need this in asky@chromium.org2010-03-221-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-301-14/+15
* Allow slightly larger browser and page action icons.aa@chromium.org2009-10-171-13/+18
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-6/+4
* Revert r28489 as it broke the linux build.aa@chromium.org2009-10-091-27/+13
* Make the max size for ImageTrackingLoader configurable. This makes it so that...aa@chromium.org2009-10-091-13/+27
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-0/+115