| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply a rate limit on a per-plug-in basis to plug-in crashes. | cevans@chromium.org | 2012-02-29 | 1 | -0/+5 |
* | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -1/+1 |
* | Track (and eventually cap) Flash JIT size | jschuh@chromium.org | 2012-02-15 | 1 | -0/+8 |
* | Make content::ResourceContext be a real interface like the rest of the Conten... | jam@chromium.org | 2012-02-09 | 1 | -2/+2 |
* | Remove the default plugin. | bauerb@chromium.org | 2012-01-24 | 1 | -3/+1 |
* | Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos... | jam@chromium.org | 2012-01-23 | 1 | -3/+3 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -15/+20 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -20/+15 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -15/+20 |
* | Group BrowserChildProcesshost methods that will be part of the interface toge... | jam@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-11 | 1 | -2/+3 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 1 | -3/+2 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 1 | -2/+3 |
* | Rename PluginService to PluginServiceImpl. | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Make ChildProcessHost be used through an interface in content/public, instead... | jam@chromium.org | 2011-12-03 | 1 | -5/+6 |
* | Don't make classes derive from ChildProcessHost, and instead have them use it... | jam@chromium.org | 2011-12-02 | 1 | -7/+14 |
* | Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ... | jam@chromium.org | 2011-12-02 | 1 | -1/+0 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -3/+3 |
* | Render Core Animation plugins through WebKit's compositor rather than | kbr@chromium.org | 2011-11-30 | 1 | -0/+3 |
* | base::Bind: Low-hanging fruit conversions of NewRunnableFunction. | jhawkins@chromium.org | 2011-11-12 | 1 | -9/+7 |
* | Super minor cleanup, remove a couple of includes that aren't needed. | michaeln@google.com | 2011-11-10 | 1 | -2/+1 |
* | Support --trace-startup and task tracing | joth@chromium.org | 2011-11-09 | 1 | -0/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 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 content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+2 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Aura under Linux is enabled with: | saintlou@chromium.org | 2011-09-18 | 1 | -0/+2 |
* | Oops, missed a NULL check. Fix flaky test. | willchan@chromium.org | 2011-09-15 | 1 | -1/+3 |
* | Reland r100733 - Cancel plugin channel requests when the renderer goes away. | willchan@chromium.org | 2011-09-14 | 1 | -4/+30 |
* | Revert 100733 (caused more crashes) - Cancel plugin channel requests when the... | willchan@chromium.org | 2011-09-13 | 1 | -12/+0 |
* | Cancel plugin channel requests when the renderer goes away. | willchan@chromium.org | 2011-09-12 | 1 | -0/+12 |
* | Cancel pending plugin channel requests before destroying the ResourceContext. | bauerb@chromium.org | 2011-09-12 | 1 | -0/+17 |
* | Get the rest of the chrome target to build (but not link) with USE_AURA. | ben@chromium.org | 2011-09-06 | 1 | -4/+4 |
* | Revert 99810 - Get the rest of the chrome target to build (but not link) with... | ben@chromium.org | 2011-09-06 | 1 | -4/+4 |
* | Get the rest of the chrome target to build (but not link) with USE_AURA. | ben@chromium.org | 2011-09-06 | 1 | -4/+4 |
* | Stop using the default profile's proxy service for plugin proxy requests, and... | jam@chromium.org | 2011-08-29 | 1 | -2/+0 |
* | Give plug-in processes an executable heap and disable PIE/ASLR for Native | mark@chromium.org | 2011-08-24 | 1 | -1/+13 |
* | Add scroll and gesture message filters for UIPI Flash. | jschuh@chromium.org | 2011-08-16 | 1 | -1/+9 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -0/+1 |
* | Make WebPluginInfo more generic | cpu@chromium.org | 2011-08-14 | 1 | -1/+1 |
* | Revert 96592 - Add scroll and gesture message filters for UIPI Flash. | jschuh@chromium.org | 2011-08-13 | 1 | -9/+1 |
* | Add scroll and gesture message filters for UIPI Flash. | jschuh@chromium.org | 2011-08-12 | 1 | -1/+9 |
* | wstring: remove wstrings from ChildProcessInfo | evan@chromium.org | 2011-08-05 | 1 | -2/+2 |
* | Make kClearSiteDataOnExit work for Flash plugins in a multi-profile environment. | mirandac@chromium.org | 2011-06-30 | 1 | -2/+3 |
* | Get rid of the following dependencies from content: | jam@chromium.org | 2011-06-14 | 1 | -5/+0 |
* | Remove content dependency on chrome/browser/accessibility/browser_accessibili... | jam@chromium.org | 2011-06-13 | 1 | -7/+1 |
* | Fix a browser, renderer, plugin deadlock caused by the change to reparent plu... | ananta@chromium.org | 2011-06-08 | 1 | -7/+18 |
* | Make Flash work properly when started in low-integrity mode so that UIPI rest... | jschuh@chromium.org | 2011-06-07 | 1 | -0/+19 |
* | Get rid of content dependency from sandbox_policy.h | jam@chromium.org | 2011-05-27 | 1 | -1/+0 |