index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
plugins
/
ppapi
/
message_channel.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Coverity: Fix null dereference errors
kmadhusu@chromium.org
2011-12-22
1
-1
/
+6
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
1
-0
/
+1
*
Implement in-process PPB_VarArrayBuffer_Dev.
dmichael@chromium.org
2011-12-15
1
-4
/
+36
*
Remove PP_Module from parameters for PPB_Var.VarFromUtf8.
dmichael@chromium.org
2011-12-07
1
-1
/
+1
*
Draft of a PPAPI interface for ArrayBuffer.
dmichael@chromium.org
2011-12-07
1
-4
/
+4
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-1
/
+1
*
Make PostMessageToJavaScript use new WebKit API instead of script.
dmichael@chromium.org
2011-11-17
1
-98
/
+62
*
Try a workaround for initMessageEvent bug.
dmichael@chromium.org
2011-10-27
1
-17
/
+10
*
Convert a bunch of pepper implementation to use base::Callback.
dmichael@chromium.org
2011-10-07
1
-7
/
+8
*
Don't use a scoped_refptr for StringVar::FromPPVar
brettw@chromium.org
2011-08-22
1
-2
/
+2
*
Move Var and StringVar to the ppapi/shared_impl so they can be used in the
brettw@chromium.org
2011-08-01
1
-1
/
+2
*
Make Var less dependent on NPAPI. The goal is to remove all of these
brettw@chromium.org
2011-07-28
1
-2
/
+1
*
Make the Var object use a PP_Module ID rather than a PluginModule object.
brettw@chromium.org
2011-07-12
1
-1
/
+1
*
Add check for bad allocations in MessageChannelEnumerate
cdn@chromium.org
2011-07-12
1
-0
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-06-21
1
-1
/
+3
*
Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the...
dmichael@chromium.org
2011-05-13
1
-13
/
+33
*
Fix up some reference counting when WebPluginImpl::scriptableObject is called.
dmichael@google.com
2011-03-29
1
-1
/
+19
*
Make PPAPI PostMessage behave asynchronously.
dmichael@google.com
2011-03-26
1
-11
/
+49
*
Fix my memory leak (yay valgrind bot!)
dmichael@google.com
2011-03-24
1
-0
/
+1
*
A proposal and implementation for an initial postMessage interface. These in...
dmichael@google.com
2011-03-23
1
-0
/
+350