summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Make sure the process is _really_ gone after a __debugbreak(). We've had acevans@chromium.org2011-01-211-1/+3
* Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...ben@chromium.org2011-01-191-3/+3
* Re-enabling the IME for sandboxed flashcpu@chromium.org2011-01-141-8/+0
* Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+2
* Move the SetProcTitle code out of base and into chrome/common. This is onlybrettw@chromium.org2010-12-291-4/+0
* Disable IME for sandboxed flash (windows)cpu@chromium.org2010-11-231-0/+9
* Enable sandboxed flash on windows by default.cpu@chromium.org2010-11-131-2/+2
* Convert LOG(INFO) to VLOG(1) - chrome/plugin/.pkasting@chromium.org2010-10-211-5/+5
* Sandboxing built-in flashcpu@chromium.org2010-08-301-3/+32
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-1/+1
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-041-1/+1
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-041-1/+1
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-3/+5
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-021-0/+2
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-1/+1
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-161-0/+2
* linux: work around LAHF bug in Flashevan@chromium.org2010-01-051-1/+9
* Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in p...mdm@chromium.org2010-01-031-1/+6
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-0/+3
* Switch Mac plugins back to a UI runloopstuartmorgan@chromium.org2009-12-031-44/+6
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-3/+4
* Linux: Catch plugin crashes.thestig@chromium.org2009-11-091-0/+9
* Added support for --worker-startup-dialog command line flag.atwilson@chromium.org2009-11-061-16/+1
* Coverity: Free the loaded sandbox test module library.jhawkins@chromium.org2009-10-021-1/+2
* Fix several issues around fullscreen Mac plugins:amanda@chromium.org2009-10-011-0/+10
* Set up a interposing library for Carbon calls made by plugins.stuartmorgan@google.com2009-08-071-0/+41
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-3/+4
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-4/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-3/+4
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-4/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-3/+4
* Remove the carbon event dispatcher from the main thread of the plugin processamanda@chromium.org2009-07-131-48/+0
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-111-3/+60
* linux: move gtk_init to the right threadpiman@google.com2009-07-101-16/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-0/+16
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-16/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-061-0/+16
* Linux: refactor zygote supportagl@chromium.org2009-06-121-0/+3
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-3/+0
* Linux: refactor zygote supportagl@chromium.org2009-06-101-0/+3
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+5
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-10/+21
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-2/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* 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-7/+2