summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-1/+1
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-2/+1
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Move child-common classes to content/common_childjamesr@chromium.org2013-05-211-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in content.thestig@chromium.org2013-05-141-1/+0
* Mac Plugins: Remove PluginProcessHost dtor check that it is on the UI thread.thestig@chromium.org2013-04-221-18/+8
* Get rid of the last NaCl mention in the content sandbox code. Make Windows ca...jam@chromium.org2013-03-211-1/+17
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-1/+1
* Removed support for Core Animation plugins when accelerated compositing is di...kbr@chromium.org2013-03-191-1/+0
* content: convert child process notifications to observer usagephajdan.jr@chromium.org2013-02-281-1/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-2/+2
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-16/+13
* Add a flag to disable the Carbon interpose library in Mac NPAPIstuartmorgan@chromium.org2012-10-221-13/+15
* Logging: pass logging related cmd line options to utility processqiankun.miao@intel.com2012-10-181-6/+0
* Remove Legacy NPAPI Flash Sandbox supportjschuh@chromium.org2012-10-051-41/+0
* [OSX] Pass --enable-sandbox-logging to more sub-processes.shess@chromium.org2012-10-031-0/+3
* Initial NPAPI plugin support in Win Aura.jam@chromium.org2012-09-111-4/+4
* Revert 155122 - Code to collect issue 97285 debugging info for crash reports.shess@chromium.org2012-09-061-16/+0
* Code to collect issue 97285 debugging info for crash reports.shess@chromium.org2012-09-061-0/+16
* Get the path of the plugin interposing library from the embedder, since they'...jam@chromium.org2012-07-231-8/+11
* Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-281-0/+4
* Revert 144578 - Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-281-4/+0
* Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-271-0/+4
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1/+1
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-3/+3
* Apply a rate limit on a per-plug-in basis to plug-in crashes.cevans@chromium.org2012-02-291-0/+5
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-1/+1
* Track (and eventually cap) Flash JIT sizejschuh@chromium.org2012-02-151-0/+8
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-2/+2
* Remove the default plugin.bauerb@chromium.org2012-01-241-3/+1
* Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos...jam@chromium.org2012-01-231-3/+3
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-15/+20
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-20/+15
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-15/+20
* Group BrowserChildProcesshost methods that will be part of the interface toge...jam@chromium.org2012-01-171-1/+1
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-2/+3
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-3/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-2/+3
* Rename PluginService to PluginServiceImpl.jam@chromium.org2011-12-211-1/+1
* Make ChildProcessHost be used through an interface in content/public, instead...jam@chromium.org2011-12-031-5/+6
* Don't make classes derive from ChildProcessHost, and instead have them use it...jam@chromium.org2011-12-021-7/+14
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-1/+0
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-3/+3
* Render Core Animation plugins through WebKit's compositor rather thankbr@chromium.org2011-11-301-0/+3
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-9/+7
* Super minor cleanup, remove a couple of includes that aren't needed.michaeln@google.com2011-11-101-2/+1
* Support --trace-startup and task tracingjoth@chromium.org2011-11-091-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2