| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 1 | -1819/+0 |
* | Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -20/+23 |
* | Move webkit/quota files to webkit/browser/quota or webkit/common/quota | tzik@chromium.org | 2013-05-30 | 1 | -3/+3 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-05-08 | 1 | -2/+2 |
* | webkit: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 1 | -3/+3 |
* | webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Chromium appcache pattern matching. Allow the INTERCEPT, FALLBACK, and NETWOR... | michaeln@google.com | 2013-03-30 | 1 | -13/+15 |
* | Fix dependency on scoped_ptr::reset sequencing in appcache. | dcheng@chromium.org | 2013-02-15 | 1 | -6/+8 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -3/+3 |
* | base::Bind: Make use of IgnoreResult. | jhawkins@chromium.org | 2012-08-19 | 1 | -8/+2 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 1 | -12/+8 |
* | Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ... | michaeln@google.com | 2012-05-03 | 1 | -0/+25 |
* | RefCounted types should not have public destructors, webkit/ | rsleevi@chromium.org | 2012-04-28 | 1 | -27/+99 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-20 | 1 | -7/+8 |
* | Convert use of int ms to TimeDelta in files owned by michaeln. | tedvessenes@gmail.com | 2012-01-27 | 1 | -5/+5 |
* | Revert 117537 - Convert use of int ms to TimeDelta in files owned by michaeln. | lambroslambrou@google.com | 2012-01-12 | 1 | -5/+5 |
* | Convert use of int ms to TimeDelta in files owned by michaeln. | tedvessenes@gmail.com | 2012-01-12 | 1 | -5/+5 |
* | Fix some loose ends around recently introduced AppCache INTERCEPT namespaces | michaeln@google.com | 2012-01-05 | 1 | -12/+13 |
* | base::Bind: Remove NewRunnableFunction. | jhawkins@chromium.org | 2012-01-01 | 1 | -1/+3 |
* | base::Bind: Convert most of webkit/appcache. | jhawkins@chromium.org | 2011-12-21 | 1 | -7/+9 |
* | AppCache INTERCEPT namespace. | michaeln@google.com | 2011-12-13 | 1 | -85/+117 |
* | Appcache, local storage, indexed db, databases: skip exit-time deletion when ... | marja@chromium.org | 2011-12-08 | 1 | -4/+11 |
* | Histogram appcache task queue and run times. | michaeln@google.com | 2011-11-21 | 1 | -6/+21 |
* | Remove 2 exit time destructors from webkit/ | thakis@chromium.org | 2011-11-08 | 1 | -1/+1 |
* | More groundwork for filestream based response storage. | michaeln@google.com | 2011-10-21 | 1 | -25/+27 |
* | Cleanup AppCacheQuotaClient using new Callback | tzik@chromium.org | 2011-10-19 | 1 | -4/+1 |
* | base::Bind: Cleanups in appcache_storage_impl.cc. | jhawkins@chromium.org | 2011-10-18 | 1 | -38/+43 |
* | Use base::Callback in Quota related code. | tzik@chromium.org | 2011-10-18 | 1 | -1/+6 |
* | Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage. | michaeln@google.com | 2011-09-12 | 1 | -14/+21 |
* | Shortcut the appcache clearing if there are no session-only origins. | marja@chromium.org | 2011-09-12 | 1 | -1/+6 |
* | Third-party appcache blocking. | marja@chromium.org | 2011-09-08 | 1 | -18/+4 |
* | Session-only appcache. | marja@chromium.org | 2011-08-30 | 1 | -12/+21 |
* | Fix a race condition between the GroupLoadTask and the CacheLoadTask. Upon co... | michaeln@google.com | 2011-07-22 | 1 | -5/+14 |
* | The problem: | marja@google.com | 2011-07-22 | 1 | -24/+84 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -2/+2 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 1 | -2/+4 |
* | AppCache + Quota integration | michaeln@google.com | 2011-06-10 | 1 | -31/+111 |
* | Select a more appropiate appcache based on the opener or the parent or the ta... | michaeln@google.com | 2011-04-15 | 1 | -89/+199 |
* | Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class | michaeln@google.com | 2011-02-26 | 1 | -2/+8 |
* | Alter the relative priorities of network vs fallback namespaces in the appcac... | michaeln@chromium.org | 2010-11-19 | 1 | -1/+46 |
* | Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ... | michaeln@chromium.org | 2010-11-03 | 1 | -6/+15 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -28/+28 |
* | Convert LOG(INFO) to VLOG(1) - webkit/. | pkasting@chromium.org | 2010-10-19 | 1 | -2/+2 |
* | AppCache: Provide a way to override the default quota for an origin. The inte... | michaeln@chromium.org | 2010-08-04 | 1 | -3/+9 |
* | Undo in memory changes made by an update job if the commit to disk fails. Pro... | michaeln@chromium.org | 2010-08-03 | 1 | -6/+17 |
* | Chrome side of changes required to populate appcache resource list. | kkanetkar@chromium.org | 2010-07-28 | 1 | -9/+12 |
* | Reland r52072. Pass notifications to the browser on access to the appcache ma... | jochen@chromium.org | 2010-07-12 | 1 | -1/+1 |
* | Failed compile on Chromium builder dbg | vandebo@chromium.org | 2010-07-12 | 1 | -1/+1 |