| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 3 | -94/+81 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 3 | -81/+94 |
* | Move RenderViewHostDelegate to content/public and content namespace. | joi@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Group BrowserChildProcesshost methods that will be part of the interface toge... | jam@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Get rid of unnecessary accessors in BrowserProcessHost that were transitional... | jam@chromium.org | 2012-01-13 | 2 | -14/+15 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-11 | 5 | -24/+6 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 5 | -6/+24 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 5 | -24/+6 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | Cleanup: Removing FileSystemPathManager | kinuko@chromium.org | 2012-01-05 | 1 | -5/+4 |
* | Create an API around WorkerService that chrome consumes. Rename the existing ... | jam@chromium.org | 2011-12-29 | 6 | -107/+93 |
* | 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/+3 |
* | Make ChildProcessHost be used through an interface in content/public, instead... | jam@chromium.org | 2011-12-03 | 1 | -4/+5 |
* | Don't make classes derive from ChildProcessHost, and instead have them use it... | jam@chromium.org | 2011-12-02 | 1 | -15/+18 |
* | Define DevTools content API | yurys@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 2 | -12/+13 |
* | base::Bind: Convert a use of Task in worker_process_host.cc. | jhawkins@chromium.org | 2011-11-28 | 1 | -19/+8 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 2 | -5/+5 |
* | Enable content component (again!). | dpranke@chromium.org | 2011-11-16 | 1 | -1/+2 |
* | Remove includes of worker_messages.h from chrome code, since that's an intern... | jam@chromium.org | 2011-11-12 | 2 | -4/+11 |
* | Cleanup: Remove unneeded forward declarations in content/browser. | thestig@chromium.org | 2011-11-10 | 3 | -14/+7 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 3 | -0/+6 |
* | Removing dedicated worker-related IPC codei (second round). | dslomov@chromium.org | 2011-10-28 | 2 | -7/+0 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | more content exports. | dpranke@chromium.org | 2011-10-27 | 1 | -3/+3 |
* | Removing dedicated worker-related IPC codei (first round). | dslomov@chromium.org | 2011-10-27 | 3 | -135/+73 |
* | Move resource_codes to content/public/common. | jam@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | When WorkerProcessHost receives WorkerHostMsg_WorkerContextDestroyed message ... | yurys@chromium.org | 2011-10-21 | 4 | -6/+11 |
* | 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 | 1 | -2/+2 |
* | base::Bind: Cleanup in browser_render_process_host.cc. | jhawkins@chromium.org | 2011-10-18 | 3 | -14/+16 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 2 | -2/+2 |
* | DevTools: support shared worker initialization debugger | yurys@chromium.org | 2011-10-12 | 5 | -3/+76 |
* | yet another batch of symbols to export from content. | dpranke@chromium.org | 2011-10-04 | 1 | -2/+3 |
* | Fix an AppCache crash due to a dangling ResourceContext ptr. | michaeln@google.com | 2011-09-04 | 1 | -3/+4 |
* | Initialize the resource bundle now that it is used due to http://trac.webkit.... | levin@chromium.org | 2011-08-29 | 1 | -0/+4 |
* | Give plug-in processes an executable heap and disable PIE/ASLR for Native | mark@chromium.org | 2011-08-24 | 1 | -1/+7 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -0/+1 |
* | Removal of Profile from content part 7. | avi@chromium.org | 2011-08-09 | 2 | -3/+4 |
* | wstring: remove wstrings from ChildProcessInfo | evan@chromium.org | 2011-08-05 | 1 | -1/+1 |
* | Take two at splitting result codes between content and chrome. | dpranke@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Revert r92730, r92731, r92732 ... will land again once I ensure the win build... | dpranke@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | This change will split the result codes between content and chrome. | dpranke@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | DevTools: add initial support for shared workers debugging. | yurys@chromium.org | 2011-07-13 | 1 | -0/+2 |
* | Remove content dependency on chrome/browser/accessibility/browser_accessibili... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Remove last extension dependencies from content. | mpcomplete@chromium.org | 2011-06-08 | 1 | -13/+9 |
* | Small refactor: have ExtensionInfoMap use ExtensionSet. | mpcomplete@chromium.org | 2011-06-02 | 1 | -4/+5 |
* | Move OWNERS from top level of content to the subdirectories. Before this cha... | jam@chromium.org | 2011-05-31 | 1 | -0/+1 |
* | Code to turn on obfuscated filesystems for all, and to migrate all existing u... | ericu@google.com | 2011-05-28 | 1 | -19/+35 |