summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/web_cache_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow webRequest API extensions to clear the in-memory cache of WebKit.battre@chromium.org2011-09-291-4/+13
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-4/+4
* Profiles: Eliminate dead notifications.erg@google.com2011-08-091-9/+0
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-7/+8
* Remove g_browser_process dependency from content. Also make all the SyncChan...jam@chromium.org2011-06-131-0/+1
* Get rid of render_messages.h and web_cache_manager.h. I moved the view sourc...jam@chromium.org2011-05-261-1/+25
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-091-2/+2
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-021-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2010-10-261-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Connect the browsing data remover with WebKit cache.rvargas@google.com2010-10-011-0/+15
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Add histograms for web cache manager.mbelshe@chromium.org2010-06-101-0/+19
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-021-1/+2
* Fix crash as a result of my previous change to fix the memory leak in WebCach...jam@chromium.org2009-05-221-4/+5
* Fix memory leaks when a renderer crashes and the user refreshes. Also fix me...jam@chromium.org2009-05-191-3/+0
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-0/+377