summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-07-271-1/+1
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-231-16/+21
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-292-3/+6
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-223-27/+46
* Don't ignore network namespace entries when '*' is in the list.michaeln@google.com2012-06-213-16/+81
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-3/+2
* Move remaining webkit storage unit tests to content_unittestsadamk@chromium.org2012-06-085-10/+22
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-053-26/+14
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-042-4/+6
* 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