| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 3 | -6/+6 |
* | Refactored app cache clear on exit code to happen in the object owning the fi... | pastarmovj@chromium.org | 2011-01-10 | 3 | -11/+145 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -4/+7 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -11/+10 |
* | Add stats for figuring out how often we kill processes because of malformed I... | jam@chromium.org | 2010-12-22 | 2 | -13/+22 |
* | Split the layout tests run in the appcache ui tests into two groups, PHP depe... | michaeln@chromium.org | 2010-12-14 | 1 | -32/+58 |
* | Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act... | jam@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -1/+1 |
* | Make BrowserMessageFilter support dispatching messages on different threads. | jam@chromium.org | 2010-12-10 | 2 | -10/+8 |
* | Make the AppCacheDispatcherHost be a MessageFilter so that ResourceMessageFil... | jam@chromium.org | 2010-12-04 | 4 | -64/+59 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -2/+1 |
* | Refactor: move HostContentSettingsMap to content_settings | gfeher@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | net: Add namespace net to URLRequest and URLRequestJob classes. | tfarina@chromium.org | 2010-11-28 | 1 | -2/+5 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 2 | -0/+4 |
* | FBTF: More ctor/dtor cleanup. | erg@google.com | 2010-10-14 | 1 | -0/+1 |
* | Rename ChromeThread to BrowserThread Final Part: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part19: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part13: | tfarina@chromium.org | 2010-10-10 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part 2: | tfarina@chromium.org | 2010-10-06 | 1 | -14/+14 |
* | Remove vestigial cookie/web app permissions prompting UI now that the async U... | ben@chromium.org | 2010-09-17 | 2 | -85/+0 |
* | Rename the extension manifest key "unlimited_storage" to "unlimitedStorage" | asargent@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | Provide a profile.GetAppCacheService() accessor and add two helper methods to... | michaeln@chromium.org | 2010-08-11 | 2 | -12/+34 |
* | Introduce a resource identifier for content settings. | jochen@chromium.org | 2010-08-06 | 1 | -3/+3 |
* | Chrome side of changes required to populate appcache resource list. | kkanetkar@chromium.org | 2010-07-28 | 4 | -12/+18 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 4 | -0/+4 |
* | Include a new layout test, "progress-counter.html", in the ui_test harness. | michaeln@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | 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 |
* | Add a "session only" policy to the content settings. | jochen@chromium.org | 2010-07-02 | 1 | -2/+2 |
* | Fix a typo. | michaeln@chromium.org | 2010-06-28 | 1 | -1/+1 |
* | Run appcache layout tests in chrome using the ui test harness. | michaeln@chromium.org | 2010-06-28 | 1 | -0/+75 |
* | Revert r50798 as it seems to create ui test failures | hclam@chromium.org | 2010-06-25 | 1 | -75/+0 |
* | Run appcache layout tests in chrome using the ui test harness. | michaeln@chromium.org | 2010-06-25 | 1 | -0/+75 |
* | AppCache: add plumbing to deliver logging messages to the renderer process. T... | michaeln@chromium.org | 2010-06-18 | 2 | -0/+8 |
* | AppCache: Use a dedicated thread for the disk cache. | rvargas@google.com | 2010-06-07 | 1 | -3/+3 |
* | Defend against messages being received prior to having been initialized. | michaeln@chromium.org | 2010-05-28 | 2 | -16/+16 |
* | Fully connect the dots between workers and appcache resource loading. | michaeln@chromium.org | 2010-05-27 | 2 | -0/+31 |
* | Provide more info to the renderer process in appcache progress events. | michaeln@chromium.org | 2010-05-25 | 2 | -0/+11 |
* | Browser process scaffolding to support having appcache work in workers. | michaeln@chromium.org | 2010-05-24 | 2 | -4/+21 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 2 | -2/+7 |
* | A basic implementation of information about appcache. Lists manifest files, t... | kkanetkar@chromium.org | 2010-03-27 | 2 | -0/+47 |
* | Put up a prompt to create appcaches if the Content Settings indicate to do so... | michaeln@chromium.org | 2010-03-24 | 2 | -7/+100 |
* | Plumbing for providing a cache thread MessageLoop to the DiskCache backend. | michaeln@chromium.org | 2010-03-18 | 1 | -1/+2 |
* | Continue removing bad dependency of chrome/common on chrome/browser | phajdan.jr@chromium.org | 2010-02-27 | 6 | -0/+478 |