summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-272-7/+9
* [Coverity] Pass GURL by const-reftbreisacher@chromium.org2012-01-241-2/+2
* remove build_webkit_exes_from_webkit_gyp flagdpranke@chromium.org2012-01-241-16/+2
* Revert 117537 - Convert use of int ms to TimeDelta in files owned by michaeln.lambroslambrou@google.com2012-01-122-9/+7
* Convert use of int ms to TimeDelta in files owned by michaeln.tedvessenes@gmail.com2012-01-122-7/+9
* Fix a use-after-free bug introduced in r116158. See comments in http://codere...michaeln@google.com2012-01-092-28/+50
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-064-4/+0
* AppCache: Use WeakPtr instead of base::Unretained for DiskCache callbacks.jhawkins@chromium.org2012-01-061-7/+6
* Fix some loose ends around recently introduced AppCache INTERCEPT namespacesmichaeln@google.com2012-01-0516-115/+200
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-032-8/+3
* base::Bind: Remove OldCompletionCallback.jhawkins@chromium.org2012-01-034-98/+88
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-031-1/+0
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-011-1/+3
* Cleanup: Remove unused DeferredCallCallback.jhawkins@chromium.org2011-12-231-5/+0
* Revert 115543 - Cleanup: Remove unused DeferredCallCallback.jhawkins@chromium.org2011-12-221-0/+5
* Cleanup: Remove unused DeferredCallCallback.jhawkins@chromium.org2011-12-221-5/+0
* base::Bind: More low-hanging fruit in webkit/appcache.jhawkins@chromium.org2011-12-228-120/+72
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-2120-238/+261
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-193-32/+37
* Reland after fixes.jhawkins@chromium.org2011-12-171-2/+3
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-3/+2
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-2/+3
* Avoid including gtest file directly, and go through base insteadjar@chromium.org2011-12-151-1/+1
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-1318-373/+1112
* Appcache, local storage, indexed db, databases: skip exit-time deletion when ...marja@chromium.org2011-12-083-5/+22
* Update these includes to use the new header locationsabarth@chromium.org2011-12-032-5/+5
* base::Bind: Convert AppCacheHelper::DeleteAppCachesForOrigin.jhawkins@chromium.org2011-12-027-31/+38
* base::Bind: Convert AppCacheHelper::DeleteAppCacheGroup.jhawkins@chromium.org2011-12-023-26/+25
* base::Bind: Convert AppCacheService::GetAllAppCacheInfo.jhawkins@chromium.org2011-12-025-23/+21
* base::Bind: Implement a 1-arity CancelableCallback and use this to implementjhawkins@chromium.org2011-11-303-6/+63
* base::Bind: Implement CancelableCallback to replace CancelableTask.jhawkins@chromium.org2011-11-244-22/+20
* add comment to webkit_appcache.gypi for workaround to bug 105299.dpranke@chromium.org2011-11-231-0/+1
* Work around a bug in gyp triggered by webkit_appcache.gypi.dpranke@chromium.org2011-11-231-3/+7
* fix path to webkit source dir so that we can includedpranke@chromium.org2011-11-221-1/+10
* Histogram appcache task queue and run times.michaeln@google.com2011-11-213-6/+54
* No longer check for a specific mime-type on appcache manifest files. The spec...michaeln@google.com2011-11-214-28/+28
* Add an OVERRIDE to webkit/.avi@chromium.org2011-11-171-1/+1
* Enable content component (again!).dpranke@chromium.org2011-11-162-6/+12
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-1612-76/+97
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-111-1/+2
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-11-117-264/+286
* Revert 109534 since this change broke clobbered component build.sadrul@chromium.org2011-11-112-12/+6
* reenable component build w/ fix to test_support_contentdpranke@chromium.org2011-11-102-6/+12
* Made application cache manifest URL always available for DevTools.vsevik@chromium.org2011-11-0810-92/+138
* Remove 2 exit time destructors from webkit/thakis@chromium.org2011-11-081-1/+1
* Revert 108976 (broke win shared) - enable component build for contentthakis@chromium.org2011-11-082-12/+6
* enable component build for contentdpranke@chromium.org2011-11-082-6/+12
* Add a LoadState for the AppCachervargas@chromium.org2011-11-041-2/+2
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* base::Bind: Cleanups in webkit/appcachemichaeln@google.com2011-10-287-22/+25