summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Revert "Disable flaky test_shell_test"mpcomplete@chromium.org2010-02-091-2/+1
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-0912-32/+53
* Disable flaky test_shell_testmpcomplete@chromium.org2010-02-091-1/+2
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+1
* Fix a refcounting memory bug... take 2.michaeln@chromium.org2010-01-302-9/+15
* Revert 37466 - Fix a refcounting memory bug.viettrungluu@chromium.org2010-01-291-12/+10
* Fix a refcounting memory bug.michaeln@chromium.org2010-01-291-10/+12
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-10/+16
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-249-50/+85
* Now that the new webkit API to retrieve an WebApplicationCacheHost ptr given ...michaeln@chromium.org2010-01-241-5/+2
* Support for playing back media from the appcache.michaeln@chromium.org2010-01-216-5/+108
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-218-27/+151
* Put appcache storage on disk and add a means of disabling the appcache system...michaeln@chromium.org2010-01-187-49/+153
* Introduce a notification to trigger memory purging on the IO thread and use i...michaeln@chromium.org2010-01-131-0/+5
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-1312-36/+191
* Lazily delete unused responses from the disk cache.michaeln@chromium.org2010-01-112-6/+156
* Build fixmichaeln@chromium.org2010-01-081-3/+3
* Add a DeletableResponseIds table to the appcache database schema, groundwork ...michaeln@chromium.org2010-01-084-25/+209
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-0811-65/+61
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-0613-38/+142
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-0613-128/+29
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-0613-29/+128
* When an update job doesn't complete successfully, doom all responses created ...michaeln@chromium.org2010-01-043-4/+12
* Remove some stale TODOs.michaeln@chromium.org2010-01-042-2/+0
* Fixes to address the failing appcache/remove-cache.html layout tests.michaeln@chromium.org2010-01-045-8/+20
* Fix for a crash when there is no DB thread (as is the case in some tests).michaeln@chromium.org2009-12-311-3/+6
* Be sure to create and populate the meta table within the transaction that cre...michaeln@chromium.org2009-12-301-6/+8
* Minor cleanup, removed unused URLRequestJob::GetMoreData() method.michaeln@chromium.org2009-12-302-8/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-2917-26/+3577
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-2915-3565/+25
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-2915-25/+3565
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-299-9/+9
* Fix valgrind mem leak in AppCacheUpdateJobTest and remove suppression.jennb@chromium.org2009-12-221-4/+0
* Make appcache update conditionally include If-Modified-Since and If-None-Matc...jennb@chromium.org2009-12-224-6/+410
* During appcache update, copy response from newest complete cache if http cach...jennb@chromium.org2009-12-163-41/+269
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-107-3/+256
* Ignore URL fragment when looking up URL in application cache.jennb@chromium.org2009-12-021-3/+12
* Fix host status bug: jennb@chromium.org2009-12-012-1/+17
* Mark AppCacheUpdateJobTest.MasterEntryBadManifest test as flaky.willchan@chromium.org2009-12-011-1/+1
* Revert 449036, which rolled back 402098, and fix the valgrind error that caus...jennb@chromium.org2009-12-016-84/+1103
* Revert 33394 (due to valgrind errors) - Appcache update support for pending m...willchan@chromium.org2009-12-016-1103/+84
* Appcache update support for pending master entries: jennb@chromium.org2009-12-016-84/+1103
* Remove reference fragments from URL before passing to appcache for use as an ...jennb@chromium.org2009-11-241-0/+5
* A mind numbing change to add the notion of a persistent groupId, and to get r...michaeln@google.com2009-11-2412-61/+93
* The appcache system uses two threads, an IO thread and a DB thread.michaeln@google.com2009-11-232-0/+57
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-5/+10
* Mock appcache storage bug fix for storing group and changes to its existing n...jennb@chromium.org2009-11-183-7/+52
* Isolated bug fixes from CL 385104 to address the following:jennb@chromium.org2009-11-184-28/+97
* Empty data file needed for a unittest.jennb@chromium.org2009-11-171-0/+0
* Fix a simple crashing bug, don't assume an associated host has an owning grou...michaeln@google.com2009-11-161-5/+3