| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders(). | willchan@chromium.org | 2010-05-07 | 1 | -8/+7 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 1 | -1/+3 |
* | Keep track of appcache creation and last access times. | michaeln@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Introduce an AppCachePolicy interface that allows the containing browser to d... | michaeln@chromium.org | 2010-02-17 | 1 | -2/+49 |
* | Couple of small AppCache update job mods | michaeln@chromium.org | 2010-02-12 | 1 | -3/+9 |
* | [GTTF] Reduce header dependencies in webkit | phajdan.jr@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Fix for a big appcache storage bug. Now stores a record of the new master ent... | michaeln@chromium.org | 2010-01-24 | 1 | -28/+41 |
* | Enforce a hard coded 5MB per origin quota for appcache storage. | michaeln@chromium.org | 2010-01-21 | 1 | -5/+0 |
* | Trigger the deletion of unused responses when caches are updated and made obs... | michaeln@chromium.org | 2010-01-13 | 1 | -6/+10 |
* | AppCache quota tracking groundwork, store response sizes in the SQL database. | michaeln@chromium.org | 2010-01-06 | 1 | -5/+20 |
* | Revert 35609 - AppCache quota tracking groundwork, store response sizes in th... | michaeln@google.com | 2010-01-06 | 1 | -20/+5 |
* | AppCache quota tracking groundwork, store response sizes in the SQL database. | michaeln@chromium.org | 2010-01-06 | 1 | -5/+20 |
* | When an update job doesn't complete successfully, doom all responses created ... | michaeln@chromium.org | 2010-01-04 | 1 | -3/+4 |
* | Fixes to address the failing appcache/remove-cache.html layout tests. | michaeln@chromium.org | 2010-01-04 | 1 | -0/+1 |
* | Make appcache update conditionally include If-Modified-Since and If-None-Matc... | jennb@chromium.org | 2009-12-22 | 1 | -5/+60 |
* | During appcache update, copy response from newest complete cache if http cach... | jennb@chromium.org | 2009-12-16 | 1 | -27/+50 |
* | Queue appcache update if current update process is terminating. | jennb@chromium.org | 2009-12-10 | 1 | -1/+1 |
* | Revert 449036, which rolled back 402098, and fix the valgrind error that caus... | jennb@chromium.org | 2009-12-01 | 1 | -50/+327 |
* | Revert 33394 (due to valgrind errors) - Appcache update support for pending m... | willchan@chromium.org | 2009-12-01 | 1 | -327/+50 |
* | Appcache update support for pending master entries: | jennb@chromium.org | 2009-12-01 | 1 | -50/+327 |
* | Isolated bug fixes from CL 385104 to address the following: | jennb@chromium.org | 2009-11-18 | 1 | -27/+28 |
* | Load manifest data for newest cache from storage to compare against fetched m... | jennb@chromium.org | 2009-11-13 | 1 | -13/+23 |
* | Change store group and newest cache API so that storage failure does not requ... | jennb@chromium.org | 2009-11-11 | 1 | -9/+3 |
* | Add storage code to appcache update process. | jennb@chromium.org | 2009-10-30 | 1 | -63/+200 |
* | Fix minor style violation. | jennb@chromium.org | 2009-10-16 | 1 | -2/+2 |
* | Fix to avoid a bad mem access after URL request has already been deleted. | jennb@chromium.org | 2009-10-16 | 1 | -1/+2 |
* | Implement cancelling an appcache update. An update is cancelled when its appl... | jennb@chromium.org | 2009-10-16 | 1 | -46/+66 |
* | AppCache StorageAPIs | michaeln@google.com | 2009-10-09 | 1 | -1/+2 |
* | Make appcache update job retry 503 requests with retry-after of 0. | jennb@chromium.org | 2009-10-08 | 1 | -9/+58 |
* | Re-enabling disabled appcache update unittests. Change comparison of cache u... | jennb@chromium.org | 2009-10-06 | 1 | -2/+2 |
* | Disable some appcache update tests that depend on testserver. | jennb@chromium.org | 2009-10-06 | 1 | -3/+3 |
* | Implementation of application cache update algorithm. | jennb@chromium.org | 2009-10-06 | 1 | -0/+671 |