summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create app_switches and remove a dep.beng@google.com2009-05-151-0/+1
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+1
* Fix issue 11006 - any plugin process started by InProcessBrowserTest wastim@chromium.org2009-04-301-4/+4
* plugins: Some obvious ifdef removals (code that previously wouldn't link).evan@chromium.org2009-04-281-11/+0
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-2/+8
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-211-87/+10
* posix: port PrependCommand to Windows and use for the plugin launcher.evan@chromium.org2009-04-201-5/+2
* Port plugin messages.jam@chromium.org2009-04-011-32/+15
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-26/+0
* Hide StatsTable behind --enable-stats-table.mbelshe@google.com2009-03-271-0/+1
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-261-1/+2
* Refactor sandboxing code so that it can be used by worker processes.jam@chromium.org2009-03-181-55/+9
* Hide the details about ResourceDispatcherHost messages from child processes. ...jam@chromium.org2009-03-171-54/+10