| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove DeleteTask and convert remaining users. | dcheng@chromium.org | 2012-01-02 | 1 | -1/+2 |
* | base::Bind: Fixes in content/ | jhawkins@chromium.org | 2011-12-19 | 1 | -5/+4 |
* | Move BrowserMessageFilter to public, and into content namespace. | joi@chromium.org | 2011-12-16 | 2 | -3/+4 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -2/+4 |
* | Appcache, local storage, indexed db, databases: skip exit-time deletion when ... | marja@chromium.org | 2011-12-08 | 1 | -0/+40 |
* | Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ... | michaeln@google.com | 2011-12-07 | 2 | -5/+8 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 3 | -12/+13 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 3 | -5/+9 |
* | Switch content tests to use BrowserThreadImpl directly. | joi@chromium.org | 2011-10-31 | 1 | -5/+7 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 2 | -6/+6 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -10/+11 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | base::Bind: Cleanup in test_shell. | jhawkins@chromium.org | 2011-10-10 | 2 | -20/+22 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 1 | -3/+10 |
* | Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage. | michaeln@google.com | 2011-09-12 | 1 | -35/+1 |
* | Third-party appcache blocking. | marja@chromium.org | 2011-09-08 | 2 | -8/+10 |
* | Fix an AppCache crash due to a dangling ResourceContext ptr. | michaeln@google.com | 2011-09-04 | 2 | -22/+5 |
* | Session-only appcache. | marja@chromium.org | 2011-08-30 | 1 | -2/+13 |
* | Add more files to content_unittests. | phajdan.jr@chromium.org | 2011-08-23 | 1 | -3/+1 |
* | Tag IPC::Channel::Listener implementations with OVERRIDE | evan@chromium.org | 2011-08-16 | 1 | -2/+2 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -2/+2 |
* | Removal of Profile from content part 7. | avi@chromium.org | 2011-08-09 | 1 | -4/+4 |
* | Move more files from chrome/test to chrome/test/base, part #2 | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | Make the membots happy again. | michaeln@google.com | 2011-07-22 | 1 | -0/+8 |
* | The problem: | marja@google.com | 2011-07-22 | 3 | -76/+99 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 2 | -4/+5 |
* | Disable AppCacheLayoutTests_NoPHP | thakis@chromium.org | 2011-07-02 | 1 | -2/+2 |
* | Move the thread test helper to base/test | jochen@chromium.org | 2011-06-28 | 1 | -1/+0 |
* | Get rid of the following dependencies from content: | jam@chromium.org | 2011-06-14 | 1 | -3/+7 |
* | GTTF: Clean up UITest::{Start,Stop}HttpServer: | phajdan.jr@chromium.org | 2011-05-31 | 1 | -2/+4 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL... | michaeln@google.com | 2011-05-16 | 3 | -5/+8 |
* | Get rid of another dependency on /chrome. | michaeln@google.com | 2011-05-11 | 3 | -49/+1 |
* | More progress towards removing content settings code from the content layer. ... | jam@chromium.org | 2011-05-10 | 1 | -2/+2 |
* | Have AppCache code go through the content embedder API for content settings c... | jam@chromium.org | 2011-05-08 | 3 | -17/+19 |
* | Remove ChromeURLRequestContext from content/. | willchan@chromium.org | 2011-04-29 | 4 | -13/+9 |
* | Move UserMetrics to content. | michaeln@google.com | 2011-04-27 | 1 | -1/+1 |
* | Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte... | willchan@chromium.org | 2011-04-20 | 2 | -35/+11 |
* | Create a content::ResourceContext. | willchan@chromium.org | 2011-04-15 | 1 | -0/+1 |
* | Get rid of some more dependencies on /chrome. | michaeln@google.com | 2011-04-06 | 3 | -7/+5 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 2 | -4/+4 |
* | Remove some unneeded includes to chrome/ from within content/ | michaeln@google.com | 2011-03-30 | 2 | -3/+0 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 3 | -5/+5 |
* | Plumbing to support loading from the "most appropriate" appcache. | michaeln@google.com | 2011-03-21 | 2 | -0/+10 |
* | Move AppCache common code to content and split off AppCache messages into the... | jam@chromium.org | 2011-03-14 | 2 | -15/+16 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 2 | -2/+2 |
* | Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class | michaeln@google.com | 2011-02-26 | 3 | -18/+7 |