summaryrefslogtreecommitdiffstats
path: root/chrome/common/appcache
Commit message (Expand)AuthorAgeFilesLines
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-276-478/+0
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-172-0/+29
* Some preliminary ground work for respecting the "Content Settings" in the app...michaeln@chromium.org2010-02-042-8/+28
* Introduce a notification to trigger memory purging on the IO thread and use i...michaeln@chromium.org2010-01-132-1/+21
* Don't defend against Initialize being called twice, that should not happen. michaeln@chromium.org2009-12-301-7/+6
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-042-2/+2
* The appcache system uses two threads, an IO thread and a DB thread.michaeln@google.com2009-11-232-16/+56
* Fix a crashing bug around ApplicationCacheDispatcherHost::Initialize in the m...michaeln@google.com2009-11-181-4/+8
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-233-39/+28
* AppCache: Kill bad renderers when we receive bad IPC messages.michaeln@google.com2009-10-132-37/+100
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-221-8/+10
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-0/+3
* 1) Tell the AppCacheService which request context to use when fetching resour...michaeln@google.com2009-09-151-0/+2
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-015-26/+154
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-218-0/+339