summaryrefslogtreecommitdiffstats
path: root/content/plugin/plugin_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/.avi2015-12-251-2/+4
* Remove PluginLoadObserver and related logic, it was only used for NPAPI.japhet2015-12-041-10/+0
* Remove a bunch of dead code from WebBindings.esprehn2015-10-171-6/+1
* ipc: Use a global for the process's attachment broker.erikchen2015-09-141-8/+4
* Update content module for IPC attachment brokering.erikchen2015-06-171-9/+10
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-211-4/+4
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-2/+3
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-5/+3
* Replace OVERRIDE and FINAL with override and final in content/plugin/[a-s]*anand.ratn2014-10-071-2/+2
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-131-5/+5
* Revert "Remove kLogPluginMessages flag as part of flag cleanup."aa@chromium.org2014-05-051-0/+2
* Remove kLogPluginMessages flag as part of flag cleanup.aa@chromium.org2014-05-051-2/+0
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-251-2/+3
* PluginChannel: separate plugin_stubs_.erase and ~WebPluginDelegateStub.aedla@chromium.org2014-01-041-1/+11
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+0
* Implement ScopedChildProcessReference classkinuko@chromium.org2013-11-121-8/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-1/+1
* Cancel resources in the plugin process when a user presses the stop button or...jam@chromium.org2013-10-011-0/+11
* Revert 225099 "Cancel resources in the plugin process when a use..."pasko@chromium.org2013-09-251-11/+0
* Cancel resources in the plugin process when a user presses the stop button or...jam@chromium.org2013-09-241-0/+11
* Load NPAPI plugin resources through the browser process directly instead of g...jam@chromium.org2013-09-111-0/+2
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-251-1/+1
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-3/+2
* Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...wez@chromium.org2013-06-211-1/+10
* Use a direct include of strings headers in content/p*/.avi@chromium.org2013-06-121-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Rename content/common_child to content/childscottmg@chromium.org2013-06-041-2/+2
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-2/+2
* Move child-common classes to content/common_childjamesr@chromium.org2013-05-211-3/+4
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-5/+7
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-2/+4
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Use the RenderView's routing_id, instead of HWND, as the unique identifier us...jam@chromium.org2012-11-021-27/+24
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-0/+4
* RefCounted types should not have public destructors, content/ remaining bitsrsleevi@chromium.org2012-05-111-68/+72
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-141-16/+1
* Revert 132218 - Convert plugin and GPU process to brokered handle duplication.eroman@chromium.org2012-04-131-1/+16
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-131-16/+1
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-8/+1
* Revert 129627 - Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-1/+16
* Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-16/+1
* Convert use of int ms to TimeDelta in content/plugin.tedvessenes@gmail.com2012-01-281-3/+5
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-5/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+5
* base::Bind: Fixes in content/jhawkins@chromium.org2011-12-191-8/+5
* base::Bind fixesgroby@chromium.org2011-11-191-2/+3
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1