summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_loader_posix_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-6/+6
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-101-23/+23
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-9/+10
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-0/+3
* PluginLoader loads plugins again after last load completeshclam@chromium.org2012-03-121-2/+9
* PluginLoaderPosix: Fix the case where the utility process crashes after all p...jhawkins@chromium.org2012-02-011-1/+44
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-7/+7
* Move PluginPrefs to use PluginService instead of PluginList.rsesek@chromium.org2011-11-111-0/+7
* uint32_t -> uint32 in content/browser/plugin_loader_posix.* and include basic...viettrungluu@chromium.org2011-11-091-2/+2
* Send the index in the canonical list over IPC when using the OOP plugin loader.rsesek@chromium.org2011-11-021-15/+15
* [Linux] Load plugins out-of-process.rsesek@chromium.org2011-11-021-0/+37
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Switch content tests to use BrowserThreadImpl directly.joi@chromium.org2011-10-311-3/+5
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-5/+5
* Revert 106962 - Broke plugin_tests - [Linux] Load plugins out-of-process.rsesek@chromium.org2011-10-241-37/+0
* [Linux] Load plugins out-of-process.rsesek@chromium.org2011-10-241-0/+37
* Gracefully handle child process death in out-of-process plugin loading.rsesek@chromium.org2011-10-211-0/+278