summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-0713-101/+131
* Add FilePath to base namespace.brettw@chromium.org2013-02-0212-34/+35
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-152-5/+5
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-11/+1
* Add an UMA stat for how long ResourceRequests are delayed due to the appcache.michaeln@google.com2012-12-264-1/+27
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-163-38/+38
* Update webkit unit test initialization of URLRequestJobFactory objects.tedv@chromium.org2012-11-291-14/+27
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-3/+3
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-1/+1
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-1/+1
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-131-1/+1
* Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.mkwst@chromium.org2012-11-071-1/+1
* Move debugger and appcache to the content namespace.jam@chromium.org2012-10-241-1/+5
* webkit: Merge build target 'appcache' to 'webkit_storage'hashimoto@chromium.org2012-10-2323-183/+124
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-171-15/+11
* add some missing includes of <functional> to fix compilation on VS2012scottmg@chromium.org2012-10-101-0/+2
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-102-3/+1
* Merge MockQuotaManager in multiple placeskinuko@chromium.org2012-09-211-60/+28
* Make sure that AppCache tests subresource URLrequests against NETWORK whitelistvabr@chromium.org2012-09-082-1/+9
* Remove the HANDLED_EXTERNALLY status code.mkosiba@chromium.org2012-09-071-2/+1
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-012-23/+12
* Turned job_factory into a pure virtual classshalev@chromium.org2012-08-241-13/+13
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-2411-127/+246
* base::Bind: Make use of IgnoreResult.jhawkins@chromium.org2012-08-191-8/+2
* Clean-up inline members of nested classes (webkit/)hans@chromium.org2012-08-092-13/+18
* 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