summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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