summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache
Commit message (Expand)AuthorAgeFilesLines
* Adds MaybeInterceptRedirect and MaybeInterceptResponse to the URLRequestInter...bengr2014-11-072-0/+26
* AppCacheUpdateJob allows data reduction proxy bypass redirectsbengr2014-11-041-0/+20
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-7/+7
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-281-2/+2
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-2134-553/+500
* Pages controlled by ServiceWorkers should not participate in AppCaching. The ...michaeln2014-10-216-5/+78
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-171-0/+13
* Do not AppCache responses with SSL cert errors.michaeln2014-10-162-33/+36
* Convert ARRAYSIZE_UNSAFE -> arraysize in content/.viettrungluu2014-10-162-6/+6
* Fix reinterpret_cast issuesdtrainor2014-10-081-1/+1
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-0633-244/+244
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-1011-16/+16
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-101-1/+1
* Rename AppCache's Manifest to AppCacheManifest.mlamouri2014-09-099-35/+35
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-056-6/+6
* Remove implicit conversions from scoped_refptr to T* in content/browser/appca...dcheng2014-08-268-26/+26
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-2213-139/+134
* Rename appcache/manifest_parser* to appcache/appcache_manifest_parser*.mlamouri@chromium.org2014-08-224-8/+8
* Revert 291388 "Rename appcache/manifest_parser* to appcache/appc..."pauljensen@chromium.org2014-08-224-8/+8
* Rename appcache/manifest_parser* to appcache/appcache_manifest_parser*.mlamouri@chromium.org2014-08-224-8/+8
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-212-42/+52
* Cleanup: Change const char* foo to const char foo[] in content/browser.thestig@chromium.org2014-08-211-4/+2
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-218-62/+93
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-152-2/+4
* Mark AppCacheStorage::DelegateReference exportedhans@chromium.org2014-08-151-1/+2
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-112-4/+6
* Check for the existence a SpecialStoragePolicy before using it.thestig@chromium.org2014-07-311-4/+4
* content: ResourceType cleanup.tfarina@chromium.org2014-07-318-47/+55
* Fix 'except' and 'prefer' spelling.tnagel@chromium.org2014-07-161-2/+2
* Fixes for re-enabling more MSVC level 4 warnings: content/browser/ editionpkasting@chromium.org2014-07-152-3/+4
* Move resource_type.* from webkit/ to content/.tfarina@chromium.org2014-07-053-3/+3
* Fix nits in content/browser/appcache/pilgrim@chromium.org2014-06-2814-73/+20
* Move all remaining appcache-related code to content namespacepilgrim@chromium.org2014-06-2568-404/+12750
* Rename appcache constants in preparation for move to content namespacepilgrim@chromium.org2014-06-1515-464/+491
* Rename some appcache types in preparation for moving to content namespacepilgrim@chromium.org2014-06-1311-62/+64
* Remove ProtocolFactory use from appcache_url_request_job_unittest.mmenke@chromium.org2014-06-061-66/+107
* Split AppCacheService into appcache_service.h and appcache_service_impl.hpilgrim@chromium.org2014-06-0514-66/+66
* Remove ProtocolFactory use from appcache_request_handler_unittestcbentzel@chromium.org2014-05-311-48/+77
* Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...jam@chromium.org2014-05-162-6/+4
* Require a specific content-type for appcache intercepts.michaeln@chromium.org2014-05-132-18/+64
* Renamed namespaces in src/content.vitalybuka@chromium.org2014-05-011-4/+2
* Move mock_special_storage_policy from webkit/ to content/public/test/pilgrim@chromium.org2014-04-301-3/+3
* Proximiate fix for a crasher.michaeln@chromium.org2014-04-241-3/+6
* Move mock_appcache_service and mock_appcache_storage from webkit/ to content/pilgrim@chromium.org2014-04-2215-25/+892
* Move all remaining appcache unittests from webkit/ to content/pilgrim@chromium.org2014-04-1212-1/+9649
* Move mock_quota_manager and friends from webkit/ to content/pilgrim@chromium.org2014-04-091-0/+172
* Move mock_appcache_policy and some unit tests from webkit/ to content/pilgrim@chromium.org2014-04-094-0/+1601
* Move appcache_interceptor from webkit/ to content/pilgrim@chromium.org2014-04-013-0/+2244
* Expose details for appcache error eventsjsbell@chromium.org2014-04-012-4/+4
* Move view_appcache_internals_job to content/browser/appcache/pilgrim@chromium.org2014-03-182-0/+718