summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-1645/+0
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-19/+36
* Move webkit/quota files to webkit/browser/quota or webkit/common/quotatzik@chromium.org2013-05-301-2/+2
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-15/+20
* Chromium appcache pattern matching. Allow the INTERCEPT, FALLBACK, and NETWOR...michaeln@google.com2013-03-301-15/+214
* Fix dependency on scoped_ptr::reset sequencing in appcache.dcheng@chromium.org2013-02-151-8/+8
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-12/+18
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+2
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-1/+7
* Fix some loose ends around recently introduced AppCache INTERCEPT namespacesmichaeln@google.com2012-01-051-8/+9
* base::Bind: More low-hanging fruit in webkit/appcache.jhawkins@chromium.org2011-12-221-28/+19
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-22/+102
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-11-111-70/+76
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-3/+14
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-181-12/+11
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-121-35/+1
* Third-party appcache blocking.marja@chromium.org2011-09-081-77/+14
* AppCache + Quota integrationmichaeln@google.com2011-06-101-7/+168
* Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL...michaeln@google.com2011-05-161-1/+1
* Select a more appropiate appcache based on the opener or the parent or the ta...michaeln@google.com2011-04-151-27/+134
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-261-12/+3
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Alter the relative priorities of network vs fallback namespaces in the appcac...michaeln@chromium.org2010-11-191-5/+37
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-0/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* AppCache: Provide a way to override the default quota for an origin. The inte...michaeln@chromium.org2010-08-041-2/+54
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-1/+2
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-121-2/+10
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-121-10/+2
* Pass notifications to the browser on access to the appcache main resource man...jochen@chromium.org2010-07-121-2/+10
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* TTF: Enable disabled test: AppCacheStorageImplTest.BasicFindMainResponseInDat...vandebo@chromium.org2010-06-151-2/+1
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-071-1/+1
* AppCache*Test: do not use ScopedRunnableMethodFactory from multiple threads.mattm@chromium.org2010-05-191-32/+36
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-2/+3
* Disabling the BasicFindMainResponseInDatabase test as it crashes at times on ...ananta@chromium.org2010-03-291-1/+2
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-4/+4
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-11/+61
* Revert "Disable flaky test_shell_test"mpcomplete@chromium.org2010-02-091-2/+1
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+2
* Disable flaky test_shell_testmpcomplete@chromium.org2010-02-091-1/+2
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-1/+2
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-211-2/+2
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-2/+4
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-4/+2
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-2/+4
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-0/+1007
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-1007/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-0/+1007