| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 1 | -537/+0 |
* | Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -13/+15 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | webkit: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 1 | -1/+1 |
* | webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Fix dependency on scoped_ptr::reset sequencing in appcache. | dcheng@chromium.org | 2013-02-15 | 1 | -1/+1 |
* | Fix some loose ends around recently introduced AppCache INTERCEPT namespaces | michaeln@google.com | 2012-01-05 | 1 | -42/+75 |
* | base::Bind: Convert most of webkit/appcache. | jhawkins@chromium.org | 2011-11-11 | 1 | -32/+34 |
* | More groundwork for filestream based response storage. | michaeln@google.com | 2011-10-21 | 1 | -8/+16 |
* | Third-party appcache blocking. | marja@chromium.org | 2011-09-08 | 1 | -4/+4 |
* | Delete appcaches when missing entries are detected. | michaeln@google.com | 2011-07-22 | 1 | -0/+2 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | AppCache + Quota integration | michaeln@google.com | 2011-06-10 | 1 | -0/+13 |
* | Select a more appropiate appcache based on the opener or the parent or the ta... | michaeln@google.com | 2011-04-15 | 1 | -1/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ... | michaeln@chromium.org | 2010-11-03 | 1 | -4/+11 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -4/+8 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Undo in memory changes made by an update job if the commit to disk fails. Pro... | michaeln@chromium.org | 2010-08-03 | 1 | -4/+4 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 1 | -4/+4 |
* | Fix for a big appcache storage bug. Now stores a record of the new master ent... | michaeln@chromium.org | 2010-01-24 | 1 | -4/+5 |
* | Enforce a hard coded 5MB per origin quota for appcache storage. | michaeln@chromium.org | 2010-01-21 | 1 | -3/+3 |
* | Trigger the deletion of unused responses when caches are updated and made obs... | michaeln@chromium.org | 2010-01-13 | 1 | -1/+6 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -3/+2 |
* | Fixes to address the failing appcache/remove-cache.html layout tests. | michaeln@chromium.org | 2010-01-04 | 1 | -4/+5 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 1 | -11/+1 |
* | Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@google.com | 2009-12-29 | 1 | -1/+11 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 1 | -11/+1 |
* | A mind numbing change to add the notion of a persistent groupId, and to get r... | michaeln@google.com | 2009-11-24 | 1 | -2/+1 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 1 | -5/+10 |
* | Mock appcache storage bug fix for storing group and changes to its existing n... | jennb@chromium.org | 2009-11-18 | 1 | -7/+9 |
* | Lookup appcached responses given a request URL. | michaeln@google.com | 2009-11-12 | 1 | -21/+131 |
* | Change store group and newest cache API so that storage failure does not requ... | jennb@chromium.org | 2009-11-11 | 1 | -7/+5 |
* | AppCache changes to the networking model. Added new classes AppCacheRequestHa... | michaeln@google.com | 2009-11-09 | 1 | -2/+37 |
* | Add storage code to appcache update process. | jennb@chromium.org | 2009-10-30 | 1 | -1/+15 |
* | MockAppCacheStorage implemention | michaeln@google.com | 2009-10-24 | 1 | -55/+212 |
* | AppCacheResponse storage implementation | michaeln@google.com | 2009-10-21 | 1 | -16/+66 |
* | AppCache StorageAPIs | michaeln@google.com | 2009-10-09 | 1 | -0/+98 |