| Commit message (Expand) | Author | Age | Files | Lines |
* | Move glue, appcache, and database targets out of webkit into gypi files. | tony@chromium.org | 2010-03-15 | 1 | -0/+62 |
* | There was a pre-existing bug in the AppCacheUpdateJobTest where it was not | mbelshe@chromium.org | 2010-03-14 | 1 | -4/+18 |
* | Hook up the content settings UI to the appcache. | michaeln@chromium.org | 2010-03-05 | 9 | -12/+303 |
* | Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-25 | 1 | -7/+1 |
* | Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 1 | -1/+7 |
* | Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 1 | -7/+1 |
* | Keep track of appcache creation and last access times. | michaeln@chromium.org | 2010-02-23 | 10 | -60/+165 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 4 | -1/+4 |
* | Introduce an AppCachePolicy interface that allows the containing browser to d... | michaeln@chromium.org | 2010-02-17 | 9 | -21/+307 |
* | Couple of small AppCache update job mods | michaeln@chromium.org | 2010-02-12 | 1 | -3/+9 |
* | Revert "Disable flaky test_shell_test" | mpcomplete@chromium.org | 2010-02-09 | 1 | -2/+1 |
* | [GTTF] Reduce header dependencies in webkit | phajdan.jr@chromium.org | 2010-02-09 | 12 | -32/+53 |
* | Disable flaky test_shell_test | mpcomplete@chromium.org | 2010-02-09 | 1 | -1/+2 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -1/+1 |
* | Fix a refcounting memory bug... take 2. | michaeln@chromium.org | 2010-01-30 | 2 | -9/+15 |
* | Revert 37466 - Fix a refcounting memory bug. | viettrungluu@chromium.org | 2010-01-29 | 1 | -12/+10 |
* | Fix a refcounting memory bug. | michaeln@chromium.org | 2010-01-29 | 1 | -10/+12 |
* | Switch on socket late binding - Take 2. | willchan@chromium.org | 2010-01-27 | 1 | -10/+16 |
* | Fix for a big appcache storage bug. Now stores a record of the new master ent... | michaeln@chromium.org | 2010-01-24 | 9 | -50/+85 |
* | Now that the new webkit API to retrieve an WebApplicationCacheHost ptr given ... | michaeln@chromium.org | 2010-01-24 | 1 | -5/+2 |
* | Support for playing back media from the appcache. | michaeln@chromium.org | 2010-01-21 | 6 | -5/+108 |
* | Enforce a hard coded 5MB per origin quota for appcache storage. | michaeln@chromium.org | 2010-01-21 | 8 | -27/+151 |
* | Put appcache storage on disk and add a means of disabling the appcache system... | michaeln@chromium.org | 2010-01-18 | 7 | -49/+153 |
* | Introduce a notification to trigger memory purging on the IO thread and use i... | michaeln@chromium.org | 2010-01-13 | 1 | -0/+5 |
* | Trigger the deletion of unused responses when caches are updated and made obs... | michaeln@chromium.org | 2010-01-13 | 12 | -36/+191 |
* | Lazily delete unused responses from the disk cache. | michaeln@chromium.org | 2010-01-11 | 2 | -6/+156 |
* | Build fix | michaeln@chromium.org | 2010-01-08 | 1 | -3/+3 |
* | Add a DeletableResponseIds table to the appcache database schema, groundwork ... | michaeln@chromium.org | 2010-01-08 | 4 | -25/+209 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 11 | -65/+61 |
* | AppCache quota tracking groundwork, store response sizes in the SQL database. | michaeln@chromium.org | 2010-01-06 | 13 | -38/+142 |
* | Revert 35609 - AppCache quota tracking groundwork, store response sizes in th... | michaeln@google.com | 2010-01-06 | 13 | -128/+29 |
* | AppCache quota tracking groundwork, store response sizes in the SQL database. | michaeln@chromium.org | 2010-01-06 | 13 | -29/+128 |
* | When an update job doesn't complete successfully, doom all responses created ... | michaeln@chromium.org | 2010-01-04 | 3 | -4/+12 |
* | Remove some stale TODOs. | michaeln@chromium.org | 2010-01-04 | 2 | -2/+0 |
* | Fixes to address the failing appcache/remove-cache.html layout tests. | michaeln@chromium.org | 2010-01-04 | 5 | -8/+20 |
* | Fix for a crash when there is no DB thread (as is the case in some tests). | michaeln@chromium.org | 2009-12-31 | 1 | -3/+6 |
* | Be sure to create and populate the meta table within the transaction that cre... | michaeln@chromium.org | 2009-12-30 | 1 | -6/+8 |
* | Minor cleanup, removed unused URLRequestJob::GetMoreData() method. | michaeln@chromium.org | 2009-12-30 | 2 | -8/+0 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 17 | -26/+3577 |
* | Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@google.com | 2009-12-29 | 15 | -3565/+25 |
* | AppCacheDatabase and SQL based AppCacheStorageImpl. | michaeln@chromium.org | 2009-12-29 | 15 | -25/+3565 |
* | Clarify licenses on a bunch of files. | evan@chromium.org | 2009-12-29 | 9 | -9/+9 |
* | Fix valgrind mem leak in AppCacheUpdateJobTest and remove suppression. | jennb@chromium.org | 2009-12-22 | 1 | -4/+0 |
* | Make appcache update conditionally include If-Modified-Since and If-None-Matc... | jennb@chromium.org | 2009-12-22 | 4 | -6/+410 |
* | During appcache update, copy response from newest complete cache if http cach... | jennb@chromium.org | 2009-12-16 | 3 | -41/+269 |
* | Queue appcache update if current update process is terminating. | jennb@chromium.org | 2009-12-10 | 7 | -3/+256 |
* | Ignore URL fragment when looking up URL in application cache. | jennb@chromium.org | 2009-12-02 | 1 | -3/+12 |
* | Fix host status bug: | jennb@chromium.org | 2009-12-01 | 2 | -1/+17 |
* | Mark AppCacheUpdateJobTest.MasterEntryBadManifest test as flaky. | willchan@chromium.org | 2009-12-01 | 1 | -1/+1 |
* | Revert 449036, which rolled back 402098, and fix the valgrind error that caus... | jennb@chromium.org | 2009-12-01 | 6 | -84/+1103 |