summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change "dll" to "plugin" where appropriate.avi@google.com2009-01-061-1/+1
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-1/+1
* This is a patch for bug 1385045: Adobe Acrobat 9.0 crash.nsylvain@chromium.org2008-10-221-0/+4
* Fix a crashing bug when shutting down the plugin process.michaeln@google.com2008-09-051-1/+1
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-1/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Port the Thread class properly to Mac and Linux. This involved portingdarin@google.com2008-08-211-1/+1
* Fix race condition in pluginjabdelmalek@google.com2008-08-131-0/+3
* Enabling sync_channel in the browser to allow accessibility code making block...jcampan@google.com2008-08-121-1/+2
* Add chrome to the repository.initial.commit2008-07-261-0/+206