summaryrefslogtreecommitdiffstats
path: root/content/common/np_channel_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the RenderView's routing_id, instead of HWND, as the unique identifier us...jam@chromium.org2012-11-021-2/+1
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-0/+4
* Retry channel setup for NPAPI plugins.shess@chromium.org2012-08-221-4/+4
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-201-1/+1
* Revert 151975 - Enable verbose logging during PluginMsg_CreateInstance.piman@chromium.org2012-08-171-1/+1
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-161-1/+1
* Add moar logging for "Couldn't load plug-in" errors.bauerb@chromium.org2012-08-131-0/+1
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-1/+1
* Remove NPChannelBase from cache on error.shess@chromium.org2012-06-081-0/+14
* [Mac] Revert bug 97285 channel debugging code.shess@chromium.org2012-06-071-39/+0
* [Mac] Log stack trace for OnChannelError() in bug 97285.shess@chromium.org2012-06-071-0/+35
* Add a CHECK() in NPChannelBase::GetChannel() to help investigate crbug.com/97285steveblock@chromium.org2012-05-301-0/+4
* Remove a superfluous DCHECK() from NPChannelBase::RemoveRoute()steveblock@chromium.org2012-05-251-4/+1
* Remove references to a bug that should be fixed.thestig@chromium.org2012-04-051-2/+2
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-4/+2
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-5/+3
* Add more CHECK in GPU and NPAPI process on invalid file descriptorsxhwang@chromium.org2011-12-091-0/+8
* Add CHECK on file descriptor in various IPC::ChannelHandle passed in.xhwang@chromium.org2011-12-021-0/+7
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* content: Remove 16 exit time destructors and 15 static initializers.thakis@chromium.org2011-11-081-19/+22
* Add NPChannelBase::GetModalDialogEvent() to avoid content/plugin/ include fro...steveblock@chromium.org2011-09-221-0/+5
* Add shutdown event argument to NPChannelBase::GetChannel()steveblock@chromium.org2011-09-201-5/+5
* Move NPObjectBase and PluginChannelBase from content/plugin to content/commonsteveblock@chromium.org2011-09-201-0/+271