summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/message_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix null dereference errorskmadhusu@chromium.org2011-12-221-1/+6
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-221-0/+1
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-151-4/+36
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-071-1/+1
* Draft of a PPAPI interface for ArrayBuffer.dmichael@chromium.org2011-12-071-4/+4
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-1/+1
* Make PostMessageToJavaScript use new WebKit API instead of script.dmichael@chromium.org2011-11-171-98/+62
* Try a workaround for initMessageEvent bug.dmichael@chromium.org2011-10-271-17/+10
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-7/+8
* Don't use a scoped_refptr for StringVar::FromPPVarbrettw@chromium.org2011-08-221-2/+2
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-011-1/+2
* Make Var less dependent on NPAPI. The goal is to remove all of thesebrettw@chromium.org2011-07-281-2/+1
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-121-1/+1
* Add check for bad allocations in MessageChannelEnumeratecdn@chromium.org2011-07-121-0/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+3
* Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...dmichael@chromium.org2011-05-131-13/+33
* Fix up some reference counting when WebPluginImpl::scriptableObject is called.dmichael@google.com2011-03-291-1/+19
* Make PPAPI PostMessage behave asynchronously.dmichael@google.com2011-03-261-11/+49
* Fix my memory leak (yay valgrind bot!)dmichael@google.com2011-03-241-0/+1
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-231-0/+350