summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 32854 - Fix environment variables not being used after switching to Chi...jam@chromium.org2009-11-231-2/+2
* Merge 32750 - Launch all child processes asynchronously so as not to block th...jam@chromium.org2009-11-211-71/+37
* Merge 32631 - Mac: Simulate the OSlevel focus handling that windows and linux...amanda@chromium.org2009-11-201-0/+2
* Linux: Catch plugin crashes.thestig@chromium.org2009-11-091-37/+43
* Use GetSwitchValueASCII.tony@chromium.org2009-11-061-1/+1
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-5/+4
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-231-2/+4
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-2/+10
* Use SSL to fetch the "known plug-ins" list.cevans@chromium.org2009-10-191-1/+1
* Use FilePath in ChildProcessHost.evan@chromium.org2009-10-131-3/+2
* Use ASCII strings for switch names.evan@chromium.org2009-10-131-1/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-2/+2
* Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes andamanda@chromium.org2009-10-111-10/+14
* Fix a crash when a plugin file picker window is dismissed. This is aamanda@chromium.org2009-10-061-3/+8
* Fix several issues around fullscreen Mac plugins:amanda@chromium.org2009-10-011-0/+20
* Misc. Cleanup related to OOP Profile Importjeremy@chromium.org2009-09-251-5/+6
* Change the URL for the plugin finder service.mal@chromium.org2009-09-231-1/+1
* Move the --type=plugin and --plugin-path arguments to the beginning of the ar...mdm@chromium.org2009-09-181-6/+7
* Gears File Drag Dropmichaeln@google.com2009-09-161-2/+2
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-2/+0
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-6/+7
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-6/+9
* Fix for crash bug in PluginProcessHost::OnGetCookies - it likes like this can...robertshield@chromium.org2009-08-171-1/+7
* Change breakpads on the helper processes to keep our rimZ clean.mark@chromium.org2009-08-151-0/+2
* Re-commit r22981 after backout at r22992. Contains fixes to relocatemark@chromium.org2009-08-111-4/+5
* Back out r22981, it may have caused Windows test failures.mark@chromium.org2009-08-111-5/+4
* Provide a separate app bundle for subprocesses like the renderer on the Mac.mark@chromium.org2009-08-111-4/+5
* Set up a interposing library for Carbon calls made by plugins.stuartmorgan@google.com2009-08-071-1/+20
* Navigation and cookies for Automationamit@chromium.org2009-07-281-1/+0
* CPAPI (0.11) for gears drag drop.mpcomplete@chromium.org2009-07-231-1/+21
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-6/+0
* Fix liner errors due to duplicate symbols in the switches. These switchesbrettw@chromium.org2009-07-231-0/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-221-3/+3
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-0/+17
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-17/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-061-0/+17
* mac/linux: rework plugin channel file descriptor creationevan@chromium.org2009-06-271-27/+5
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-8/+42
* Cancel all pending requests when a worker goes away.jam@chromium.org2009-06-221-4/+0
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-221-42/+8
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-201-8/+42
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-39/+8
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-8/+39
* Linux: refactor zygote supportagl@chromium.org2009-06-121-4/+8
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-8/+4
* Linux: refactor zygote supportagl@chromium.org2009-06-101-4/+8
* Fix regression from r11509 which caused each plugin instance to have its own ...jam@chromium.org2009-06-051-0/+1
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-5/+6
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-1/+1
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-1/+0