summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-5/+5
* Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...michaeln@google.com2012-05-038-75/+123
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-2811-57/+163
* Added parameter 'clear_bound_vars', so we could reset the statement without c...michaelbai@chromium.org2012-04-252-3/+3
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-6/+6
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-6/+6
* Add full support for filesystem URLs.ericu@google.com2012-04-021-6/+6
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-6/+6
* Add full support for filesystem URLs.ericu@google.com2012-03-241-6/+6
* net::URLRequest: rename Simulate*Error with CancelWith*Errortoyoshim@chromium.org2012-03-131-4/+4
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+1
* Convert uses of int ms to TimeDelta in webkit/appcache and webkit/dom_storage.tedvessenes@gmail.com2012-03-031-2/+2
* DCHECK sets a variable, instead of comparingmmaxfield@google.com2012-03-011-2/+2
* Work around CancelableCompletionCallback threading restrictions.michaeln@google.com2012-02-282-10/+21
* Move creation of BrowserContext objects that live in content to content, inst...jam@chromium.org2012-02-201-7/+8
* Add extra data to BrowserContext so that content layer and other embedders ca...jam@chromium.org2012-02-152-2/+3
* Database usage adjustment for .../webkitgbillock@chromium.org2012-02-072-144/+66
* 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