summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* [Quota][Clean up] Drop non-informative StorageType parameter on GetOriginsFor...tzik@chromium.org2013-05-292-8/+5
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-151-1/+1
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-131-2/+3
* Add michaeln to webkit/OWNERS and clean housejamesr@chromium.org2013-05-091-1/+0
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-0813-22/+22
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-0719-159/+165
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-309-14/+13
* AppCacheExecutableHandlers - parse manifest file and store/retrieve the 'bit'...michaeln@google.com2013-04-177-11/+80
* Mechanism to reset appcache db when enabling/disabling experimental features ...michaeln@google.com2013-04-133-0/+52
* Clear browsing data clears data for type kStorageTypeTemporary but not for kS...cramya@chromium.org2013-04-111-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+8
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-8/+6
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-6/+8
* AppCache: support custom schemes in appcache interfaces.pfeldman@chromium.org2013-04-032-1/+21
* Chromium appcache pattern matching. Allow the INTERCEPT, FALLBACK, and NETWOR...michaeln@google.com2013-03-3015-174/+1042
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-291-6/+6
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-272-2/+2
* Update TestURLRequest constructor interface in unit tests.tedv@chromium.org2013-03-192-107/+100
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-4/+4
* Renamed Tip log level to Debug.zvorygin@google.com2013-02-182-6/+7
* Fix dependency on scoped_ptr::reset sequencing in appcache.dcheng@chromium.org2013-02-1517-161/+186
* 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