| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webplugininfo.h to content/public. | jam@chromium.org | 2013-07-21 | 1 | -18/+12 |
* | Use a direct include of the message_loop header in content/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -2/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -6/+6 |
* | content: Update calls froms RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-10 | 1 | -23/+23 |
* | Move the remaning files in content\common to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -9/+10 |
* | RefCounted types should not have public destructors, content/browser part 1 | rsleevi@chromium.org | 2012-04-27 | 1 | -0/+3 |
* | PluginLoader loads plugins again after last load completes | hclam@chromium.org | 2012-03-12 | 1 | -2/+9 |
* | PluginLoaderPosix: Fix the case where the utility process crashes after all p... | jhawkins@chromium.org | 2012-02-01 | 1 | -1/+44 |
* | Rename PluginService to PluginServiceImpl. | jam@chromium.org | 2011-12-21 | 1 | -7/+7 |
* | Move PluginPrefs to use PluginService instead of PluginList. | rsesek@chromium.org | 2011-11-11 | 1 | -0/+7 |
* | uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basic... | viettrungluu@chromium.org | 2011-11-09 | 1 | -2/+2 |
* | Send the index in the canonical list over IPC when using the OOP plugin loader. | rsesek@chromium.org | 2011-11-02 | 1 | -15/+15 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-11-02 | 1 | -0/+37 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Switch content tests to use BrowserThreadImpl directly. | joi@chromium.org | 2011-10-31 | 1 | -3/+5 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -5/+5 |
* | Revert 106962 - Broke plugin_tests - [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -37/+0 |
* | [Linux] Load plugins out-of-process. | rsesek@chromium.org | 2011-10-24 | 1 | -0/+37 |
* | Gracefully handle child process death in out-of-process plugin loading. | rsesek@chromium.org | 2011-10-21 | 1 | -0/+278 |