summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't auto-close the renderer-side plugin channel file descriptor in themark@chromium.org2010-03-181-4/+2
* Fixes to 10.6 port of GPU plugin after recent backport to 10.5 andkbr@google.com2010-03-021-9/+9
* Give Mac plugin processes descriptive names for Activity Monitorstuartmorgan@chromium.org2010-02-241-0/+20
* Add tab switch notification to the Mac plugin plumbing.stuartmorgan@chromium.org2010-02-011-2/+3
* Add Cocoa window interposing for plugin processstuartmorgan@chromium.org2009-12-081-46/+0
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-0/+4
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-201-0/+19
* Use GetSwitchValuePath.evan@chromium.org2009-11-161-2/+3
* linux: work around "flash does not register any clicks" bugevan@chromium.org2009-11-111-0/+6
* Don't allow the browser to stay above a modal plugin window (Mac)stuartmorgan@chromium.org2009-11-041-4/+8
* Fix several issues around fullscreen Mac plugins:amanda@chromium.org2009-10-011-0/+42
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-4/+3
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-0/+1
* Revert "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-251-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-0/+1
* Revert "linux: call g_thread_init() at relevant startup points"tony@chromium.org2009-08-241-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-241-0/+1
* Revert r24043, "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-211-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-211-0/+1
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-41/+15
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-15/+41
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-41/+15
* Remove the NOTIMPLEMENTED from IsDefaultPluginEnabled for Macstuartmorgan@google.com2009-07-231-1/+1
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-15/+41
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-41/+15
* linux: move gtk_init to the right threadpiman@google.com2009-07-101-0/+21
* mac/linux: rework plugin channel file descriptor creationevan@chromium.org2009-06-271-11/+10
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-2/+11
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-221-11/+2
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-201-2/+11
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-11/+2
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-2/+11
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-151-2/+7
* Fix regression from r11509 which caused each plugin instance to have its own ...jam@chromium.org2009-06-051-2/+2
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* linux: we actually already had a bug on file for this NOTIMPLEMENTED.evan@chromium.org2009-05-141-1/+4
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-4/+20
* plugins: move NativeLibrary into base.evan@chromium.org2009-04-211-1/+1
* Port plugin messages.jam@chromium.org2009-04-011-0/+2
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-14/+3
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-261-2/+4
* Fix a plugin crash due to ResourceDispatcher being used after it was deletedmpcomplete@google.com2009-03-231-1/+5
* Switch to using one ResourceDispatcher per render process, and move it to Chi...jam@chromium.org2009-03-121-6/+0
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-3/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-94/+52
* Reverting 10080.jam@chromium.org2009-02-201-52/+94
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-94/+52
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-311-0/+32
* New implementations of core plugin libraries.avi@google.com2009-01-151-1/+1