summaryrefslogtreecommitdiffstats
path: root/content/browser/appcache
Commit message (Expand)AuthorAgeFilesLines
* Add RetainedRef uses where needed.vmpstr2016-03-211-6/+3
* Remove std::mem_fun uses.vmpstr2016-03-112-9/+6
* Remove uses of std::unary_function and std::binary_function.vmpstr2016-03-091-5/+1
* CORS-RFC1918: Teach appcache responses to passthrough their socket address.mkwst2016-03-082-0/+7
* content: Add out-of-line copy ctors for complex classes.vmpstr2016-02-246-0/+10
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-251-3/+3
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-211-1/+1
* Fix a null AppCacheBackendImpl ptr crash in AppCacheRequestHandler::CompleteC...michaeln2016-01-164-2/+22
* Teach URLRequest about initiator checks for First-Party-Only cookies.mkwst2016-01-151-0/+2
* Convert Pass()→std::move() in //content/browserdcheng2015-12-266-17/+25
* Switch to standard integer types in content/.avi2015-12-252-0/+2
* Switch to standard integer types in content/browser/.avi2015-12-2550-252/+385
* Remove support for a URLRequest having a NULL Delegate.mmenke2015-12-171-3/+3
* Remove kint32max.avi2015-12-104-72/+95
* Remove kint64max.avi2015-12-098-281/+317
* Remove reference counting from URLRequestJob.mmenke2015-12-086-201/+178
* URLRequestJob: change ReadRawData contractxunjieli2015-11-232-12/+4
* AppCache: fix a browser crashing bug that can happen during updates.michaeln2015-11-212-3/+11
* Revert "Reland: URLRequestJob: change ReadRawData contract"xunjieli2015-11-202-4/+12
* Reland: URLRequestJob: change ReadRawData contractxunjieli2015-11-182-12/+4
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-4/+5
* AppCache: Use WeakPtr<> to fix a potential uaf bug.michaeln2015-11-162-4/+8
* Fix possible map::end() dereference in AppCacheUpdateJob triggered by a compr...gzobqq2015-11-105-30/+56
* Revert "URLRequestJob: change ReadRawData contract"xunjieli2015-11-092-4/+12
* URLRequestJob: change ReadRawData contractxunjieli2015-11-062-14/+7
* AppCache: Remove dead code from AppCacheServicenhiroki2015-10-302-62/+0
* AppCacheRequestHandler: Hold on to a weak pointer to its URLRequestJobmmenke2015-10-296-69/+216
* Make URLRequestTestJob accept \n terminated header lines.martijn2015-10-282-35/+35
* Remove ScopedTracker as AppCacheResponseIO::OnRawIOComplete is belowrtenneti2015-10-271-6/+0
* AppCacheURLRequestJob: Remove unnecessary use of a scoped_refptr.mmenke2015-10-131-1/+0
* Add trace to the caller of QuotaManager::GetAvailableSpace and its callbacks ...oshima2015-10-101-0/+6
* ServiceWorkerWriteToCacheJob: refactorellyjones2015-10-081-4/+7
* Revert of ServiceWorkerWriteToCacheJob: refactor (patchset #4 id:60001 of htt...ellyjones2015-10-061-7/+4
* ServiceWorkerWriteToCacheJob: refactorellyjones2015-10-061-4/+7
* Fix some stale documentation references to a class that doesn't exist anymore.nick2015-09-301-2/+2
* Revert of ServiceWorkerWriteToCacheJob: refactor (patchset #3 id:40001 of htt...horo2015-09-291-7/+4
* ServiceWorkerWriteToCacheJob: refactorellyjones2015-09-251-4/+7
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Add StringPiece getters for GURL, minor cleanup.brettw2015-09-251-1/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-2/+2
* Revert of ServiceWorkerWriteToCacheJob: refactor (patchset #14 id:260001 of h...japhet2015-09-181-7/+4
* ServiceWorkerWriteToCacheJob is a subclass of URLRequestJob that is responsib...ellyjones2015-09-181-4/+7
* Clearly label incognito profiles in the appcache-internals webui.michaeln2015-08-251-1/+4
* Using scoped_ptr for URLRequestJobFactoryImpl::SetProtocolHandlersvaldez2015-08-242-16/+28
* Fixed Some Issues on AppCacheInternalsUI Sourceekaramad2015-08-121-7/+3
* Implements "chrome://appcache-internals" based on WebUI APIekaramad2015-08-116-701/+647
* Revert "Implements "chrome://appcache-internals" based on WebUI API"Joe Downing2015-08-106-648/+701
* Implements "chrome://appcache-internals" based on WebUI APIekaramad2015-08-106-701/+648
* Fix invalid cast in AppCacheGroup::AddUpdateObserver.krasin2015-08-052-6/+9
* Record histograms AppCache and WebDatabase usage for secure vs insecure origins.michaeln2015-08-041-0/+4