summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/view_appcache_internals_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.mkwst@chromium.org2012-11-071-1/+1
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-19/+35
* 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
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-0/+4
* [Coverity] Pass GURL by const-reftbreisacher@chromium.org2012-01-241-2/+2
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-5/+4
* AppCache INTERCEPT namespace.michaeln@google.com2011-12-131-0/+2
* base::Bind: Convert AppCacheHelper::DeleteAppCacheGroup.jhawkins@chromium.org2011-12-021-12/+9
* base::Bind: Convert AppCacheService::GetAllAppCacheInfo.jhawkins@chromium.org2011-12-021-12/+8
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-11/+23
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-7/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Third-party appcache blocking.marja@chromium.org2011-09-081-1/+1
* Fix chrome://appcache-internals bustage caused by http://src.chromium.org/vie...michaeln@google.com2011-08-021-28/+35
* Apply content-security-policy to chrome://appcache-internals and chrome://blo...tsepez@chromium.org2011-08-021-17/+18
* Enhancements to the about://appcache-internals pages.michaeln@google.com2011-07-121-177/+520
* Localize strings, speeds.avi@chromium.org2011-06-221-3/+2
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Base64 encode form param values in about:appcache-internals michaeln@google.com2011-03-161-6/+13
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-0/+2
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-5/+3
* net: Add namespace net to URLRequestSimpleJob.tfarina@chromium.org2010-12-151-2/+3
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-4/+4
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-1/+1
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-1/+1
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-1/+1
* Fix a bug being unable to remove appcaches via chrome:appcache-internals if t...michaeln@chromium.org2010-06-251-1/+2
* Adding disabled appcaches information along with capability of kkanetkar@chromium.org2010-04-021-21/+112
* A basic implementation of information about appcache. Lists manifest files, t...kkanetkar@chromium.org2010-03-271-0/+167