summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* gtk: refactor copy-pasted codeevan@chromium.org2010-11-051-16/+5
* Revert "gtk: refactor copy-pasted code"evan@chromium.org2010-11-051-2/+16
* gtk: refactor copy-pasted codeevan@chromium.org2010-11-051-16/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-4/+4
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-8/+9
* This is a second attempt of http://codereview.chromium.org/3175038davemoore@chromium.org2010-09-131-1/+1
* Revert 59147 - Allow overriding of X error functionsdavemoore@chromium.org2010-09-101-1/+1
* Allow overriding of X error functionsdavemoore@chromium.org2010-09-101-1/+1
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-231-1/+1
* Linux: Catch X errors and force a crash.thestig@chromium.org2010-06-111-5/+13
* Part 2 of http://codereview.chromium.org/2079016thakis@chromium.org2010-05-271-5/+0
* Revert 48315 - Linux: Initial scaffolding for default plugin.thakis@chromium.org2010-05-261-0/+5
* Linux: Initial scaffolding for default plugin.thakis@chromium.org2010-05-261-5/+0
* Reland Mac: First steps for default pluginthakis@chromium.org2010-05-201-4/+1
* Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default pluginthakis@chromium.org2010-05-191-1/+4
* Mac: First steps for default pluginthakis@chromium.org2010-05-191-4/+1
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-19/+0
* linux: reset GDK_NATIVE_WINDOWS, fixing clicking on flash againevan@chromium.org2010-04-291-0/+6
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-061-0/+6
* 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