summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-1819/+0
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-20/+23
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-301-3/+3
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-2/+2
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-3/+3
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Chromium appcache pattern matching. Allow the INTERCEPT, FALLBACK, and NETWOR...michaeln@google.com2013-03-301-13/+15
* Fix dependency on scoped_ptr::reset sequencing in appcache.dcheng@chromium.org2013-02-151-6/+8
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+3
* base::Bind: Make use of IgnoreResult.jhawkins@chromium.org2012-08-191-8/+2
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-12/+8
* Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...michaeln@google.com2012-05-031-0/+25
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-27/+99
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-7/+8
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-271-5/+5
* Revert 117537 - Convert use of int ms to TimeDelta in files owned by michaeln.lambroslambrou@google.com2012-01-121-5/+5
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-121-5/+5
* Fix some loose ends around recently introduced AppCache INTERCEPT namespacesmichaeln@google.com2012-01-051-12/+13
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-011-1/+3
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-7/+9
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-85/+117
* Appcache, local storage, indexed db, databases: skip exit-time deletion when ...marja@chromium.org2011-12-081-4/+11
* Histogram appcache task queue and run times.michaeln@google.com2011-11-211-6/+21
* Remove 2 exit time destructors from webkit/thakis@chromium.org2011-11-081-1/+1
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-25/+27
* Cleanup AppCacheQuotaClient using new Callbacktzik@chromium.org2011-10-191-4/+1
* base::Bind: Cleanups in appcache_storage_impl.cc.jhawkins@chromium.org2011-10-181-38/+43
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-181-1/+6
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-121-14/+21
* Shortcut the appcache clearing if there are no session-only origins.marja@chromium.org2011-09-121-1/+6
* Third-party appcache blocking.marja@chromium.org2011-09-081-18/+4
* Session-only appcache.marja@chromium.org2011-08-301-12/+21
* Fix a race condition between the GroupLoadTask and the CacheLoadTask. Upon co...michaeln@google.com2011-07-221-5/+14
* The problem:marja@google.com2011-07-221-24/+84
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-2/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+4
* AppCache + Quota integrationmichaeln@google.com2011-06-101-31/+111
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-89/+199
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-2/+8
* Alter the relative priorities of network vs fallback namespaces in the appcac...michaeln@chromium.org2010-11-191-1/+46
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-6/+15
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-28/+28
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-191-2/+2
* AppCache: Provide a way to override the default quota for an origin. The inte...michaeln@chromium.org2010-08-041-3/+9
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-6/+17
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-9/+12
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-121-1/+1
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-121-1/+1