| Commit message (Expand) | Author | Age | Files | Lines |
* | Chrome side of changes required to populate appcache resource list. | kkanetkar@chromium.org | 2010-07-28 | 4 | -5/+13 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 2 | -0/+2 |
* | New javascript console logging related to the appcache. | michaeln@chromium.org | 2010-07-14 | 2 | -0/+9 |
* | Reland r52072. Pass notifications to the browser on access to the appcache ma... | jochen@chromium.org | 2010-07-12 | 2 | -3/+5 |
* | Failed compile on Chromium builder dbg | vandebo@chromium.org | 2010-07-12 | 2 | -5/+3 |
* | Pass notifications to the browser on access to the appcache main resource man... | jochen@chromium.org | 2010-07-12 | 2 | -3/+5 |
* | AppCache: add plumbing to deliver logging messages to the renderer process. T... | michaeln@chromium.org | 2010-06-18 | 2 | -0/+9 |
* | Provide more info to the renderer process in appcache progress events. | michaeln@chromium.org | 2010-05-25 | 2 | -0/+8 |
* | Define two new IPC messages to initialize an appcache for a shared worker or ... | michaeln@chromium.org | 2010-05-13 | 2 | -0/+20 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 2 | -2/+8 |
* | Continue removing bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-02-27 | 6 | -478/+0 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Introduce an AppCachePolicy interface that allows the containing browser to d... | michaeln@chromium.org | 2010-02-17 | 2 | -0/+29 |
* | Some preliminary ground work for respecting the "Content Settings" in the app... | michaeln@chromium.org | 2010-02-04 | 2 | -8/+28 |
* | Introduce a notification to trigger memory purging on the IO thread and use i... | michaeln@chromium.org | 2010-01-13 | 2 | -1/+21 |
* | Don't defend against Initialize being called twice, that should not happen. | michaeln@chromium.org | 2009-12-30 | 1 | -7/+6 |
* | Added new IPC message class for CommandBuffer. | apatrick@google.com | 2009-12-04 | 2 | -2/+2 |
* | The appcache system uses two threads, an IO thread and a DB thread. | michaeln@google.com | 2009-11-23 | 2 | -16/+56 |
* | Fix a crashing bug around ApplicationCacheDispatcherHost::Initialize in the m... | michaeln@google.com | 2009-11-18 | 1 | -4/+8 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 3 | -39/+28 |
* | AppCache: Kill bad renderers when we receive bad IPC messages. | michaeln@google.com | 2009-10-13 | 2 | -37/+100 |
* | Fix appcache_service and request_context referencing. | michaeln@google.com | 2009-09-22 | 1 | -8/+10 |
* | * Fleshed out AppCacheHost class a fair amount, in particular the cache selec... | michaeln@google.com | 2009-09-15 | 1 | -0/+3 |
* | 1) Tell the AppCacheService which request context to use when fetching resour... | michaeln@google.com | 2009-09-15 | 1 | -0/+2 |
* | Plumb request interception into the appcache library for both chrome and test... | michaeln@google.com | 2009-09-01 | 5 | -26/+154 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 8 | -0/+339 |