summaryrefslogtreecommitdiffstats
path: root/components/web_cache
Commit message (Expand)AuthorAgeFilesLines
* Fix possible IPC ordering issue caused by WebCache mojofication.leon.han2016-03-242-9/+36
* Remove logic for lazy initialization of WebKit.jam2016-03-232-42/+4
* Never return nullptr in RenderThread::GetServiceRegistry().amistry2016-03-141-4/+2
* Replace web_cache_messages.h with Mojo service.leon.han2016-03-1115-127/+108
* Use uint64_t instead of size_t inside the web cache manager code.jam2016-02-106-151/+199
* Remove size_ts from IPC files.jam2016-02-094-16/+16
* Link Blink into the browser process less.brettw2016-02-041-1/+1
* Update components for new prefs location.brettw2016-02-012-2/+5
* Update GN build files for new prefs location.brettw2016-01-301-1/+1
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-255-1/+12
* OWNERS: Remove jhawkins as he is retired from Chrome.jhawkins2015-11-111-1/+0
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+5
* Revert of Add WebCache memory usage in Blink to chrome://tracingssid2015-09-044-133/+0
* Add more components tests to GN build.brettw2015-08-233-6/+16
* Revert of Add more components tests to GN build. (patchset #3 id:40001 of htt...tommi2015-08-233-16/+6
* Add more components tests to GN build.brettw2015-08-223-6/+16
* [tracing] Add WebCache memory usage in Blink to chrome://tracingssid2015-08-144-0/+133
* components: Fix 'gn check' errors for web_cache and web_modal.tfarina2015-07-292-0/+2
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-021-5/+6
* <webview> Implement clear http cache API.lazyboy2015-03-272-0/+9
* Work on GN Win64 build.brettw2015-02-181-0/+2
* Remove "Just owners:" line.thakis2014-10-281-4/+0
* Standardize usage of virtual/override/final in components/dcheng2014-10-212-8/+8
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-062-4/+4
* Code refactor related to WeakPtrFactory in src/components moduleanujk.sharma2014-09-161-2/+2
* WebCacheManager::ClearCacheOnNavigation() is used by webrequest api, which wi...hanxi2014-09-1116-0/+1425