summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_channel_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-151-1/+2
* Fix for the missing plugin message displayed at times on sites like youtube w...ananta@chromium.org2010-08-251-4/+11
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* Fix possible deadlock in PluginChannel.jam@chromium.org2010-05-121-11/+8
* The renderer and plugin processes can send over raw NPObjects valid in the ot...ananta@chromium.org2010-01-201-4/+17
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-10/+7
* If an NP_* function is called on an out of process plugin, save enough info t...japhet@chromium.org2009-11-181-1/+13
* Only clears the unblock flag on sync IPCs during other sync dispatchesjamesr@chromium.org2009-11-181-7/+9
* Potential fix for the PluginChannel::CleanUp crash. This will go out on tomo...jam@chromium.org2009-10-221-2/+6
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-0/+9
* linux/mac: fix another race condition with the plugin channelpiman@chromium.org2009-08-181-0/+14
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Fix regression from r11509 which caused each plugin instance to have its own ...jam@chromium.org2009-06-051-2/+1
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-2/+2
* Fix browser hang due to plugin deadlockamit@chromium.org2009-06-031-1/+2
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-3/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-2/+2
* NO CODE CHANGE.maruel@google.com2009-03-101-1/+2
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-3/+3
* Reverting 10080.jam@chromium.org2009-02-201-3/+3
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-3/+3
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-3/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Enabling sync_channel in the browser to allow accessibility code making block...jcampan@google.com2008-08-121-2/+4
* Add chrome to the repository.initial.commit2008-07-261-0/+216