summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Move plugin code to content.jam@chromium.org2011-03-161-328/+0
* Remove last dependencies on chrome\common from chrome\plugin.jam@chromium.org2011-03-161-1/+1
* Move plugin messages to content.jam@chromium.org2011-03-141-1/+1
* Remove references to off the record from PluginChannel. Contributed by vipul....jam@chromium.org2011-03-101-1/+1
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-3/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-7/+7
* Update our use of the NPAPI ClearSiteData API.bauerb@chromium.org2011-01-111-7/+4
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-4/+7
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-4/+4
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-4/+4
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-4/+4
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-4/+4
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-4/+4
* Convert over to channel handlesdmaclach@chromium.org2010-12-081-39/+0
* Add PluginDataRemover.bauerb@chromium.org2010-11-181-0/+31
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Convert LOG(INFO) to VLOG(1) - chrome/plugin/.pkasting@chromium.org2010-10-211-5/+5
* Fix for the missing plugin message displayed at times on sites like youtube w...ananta@chromium.org2010-08-251-2/+2
* Increase the plugin process teardown timeout from 10s to 5min.mbelshe@chromium.org2010-05-131-1/+1
* Fix possible deadlock in PluginChannel.jam@chromium.org2010-05-121-1/+1
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* posix: handle the return value of close() in more places.evan@chromium.org2010-04-161-1/+2
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-061-0/+5
* Don't auto-close the renderer-side plugin channel file descriptor in themark@chromium.org2010-03-181-7/+30
* Only clears the unblock flag on sync IPCs during other sync dispatchesjamesr@chromium.org2009-11-181-1/+1
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-061-3/+10
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-2/+119
* Gears File Drag Dropmichaeln@google.com2009-09-161-6/+13
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-5/+5
* Revert 24266 - This CL ensures that plugins always peek in the context of out...ananta@chromium.org2009-08-251-19/+0
* This CL ensures that plugins always peek in the context of outgoing sync calls. ananta@chromium.org2009-08-251-0/+19
* linux/mac: fix another race condition with the plugin channelpiman@chromium.org2009-08-181-1/+0
* Delay releasing plugin process for 10s.cmp@google.com2009-08-071-1/+12
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* linux: fix renderer/plugin crash when loading multiple pages with pluginspiman@google.com2009-07-081-1/+2
* mac/linux: rework plugin channel file descriptor creationevan@chromium.org2009-06-271-10/+27
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-1/+13
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-221-13/+1
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-201-1/+13
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-13/+1
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-1/+13
* Fix regression from r11509 which caused each plugin instance to have its own ...jam@chromium.org2009-06-051-3/+4
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-2/+2
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-8/+10
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-031-1/+5
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-4/+4
* Expose whether we're in private browsing mode to plugins.I chose to implement...jam@chromium.org2009-03-261-1/+1
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-12/+11