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
/
ppapi
/
tests
/
test_post_message.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for HandleBlockingMessage to NaClMessageScanner
dmichael
2016-01-11
1
-17
/
+0
*
Switch to standard integer types in ppapi/.
avi
2015-12-23
1
-0
/
+2
*
Enable size_t to int truncation warnings in PPAPI
brettw
2015-02-13
1
-2
/
+2
*
Fix potential race-condition _beginthread
drbasic
2014-09-12
1
-1
/
+1
*
Replace NPObject usage in ppapi with gin
raymes
2014-09-04
1
-0
/
+8
*
Revert of Replace NPObject usage in ppapi with gin (patchset #28 id:540001 of...
raymes
2014-09-03
1
-8
/
+0
*
Replace NPObject usage in ppapi with gin
raymes
2014-09-01
1
-0
/
+8
*
Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://c...
raymes
2014-08-29
1
-8
/
+0
*
Replace NPObject usage in ppapi with gin
raymes
2014-08-29
1
-0
/
+8
*
Fix PPAPINaClNewlibTest.PostMessage flakiness
raymes@chromium.org
2014-05-23
1
-1
/
+2
*
Pass string PP_Vars to JS as string primitives
raymes@chromium.org
2014-03-26
1
-10
/
+46
*
[PPAPI] It is now possible to pass a FileSystem to JS in PostMessage.
mgiuca@chromium.org
2014-03-10
1
-61
/
+58
*
[PPAPI] Moving pp::VarResource_Dev API into pp::Var (now stable).
mgiuca@chromium.org
2014-02-13
1
-3
/
+1
*
PPAPI: Make ASSERT macros print values of operands
dmichael@chromium.org
2014-01-24
1
-38
/
+38
*
Revert 246129 "PPAPI: Make ASSERT macros print values of operands"
dbeam@chromium.org
2014-01-22
1
-38
/
+38
*
PPAPI: Make ASSERT macros print values of operands
dmichael@chromium.org
2014-01-21
1
-38
/
+38
*
Pepper: Move PPB_Testing_Dev to Private.
teravest@chromium.org
2013-11-25
1
-3
/
+2
*
[PPAPI] Fixed FileSystems from JavaScript not having a context.
mgiuca@chromium.org
2013-11-02
1
-0
/
+7
*
[PPAPI] Added pp::VarResource_Dev class.
yzshen@chromium.org
2013-11-01
1
-18
/
+7
*
[PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.
mgiuca@chromium.org
2013-10-31
1
-0
/
+118
*
PPAPI: Messaging shouldn't use v8 if Context is empty
dmichael@chromium.org
2013-07-19
1
-0
/
+3
*
Move PPB_VarArray and PPB_VarDictionary out of dev.
raymes@chromium.org
2013-06-20
1
-11
/
+13
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-19
1
-10
/
+38
*
Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."
raymes@chromium.org
2013-06-18
1
-38
/
+10
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-18
1
-10
/
+38
*
Hook up V8<->Var conversion in the pepper message channel
raymes@chromium.org
2013-05-17
1
-14
/
+227
*
Hookup RawVarData to SerializedVar
raymes@chromium.org
2013-04-19
1
-5
/
+21
*
Pepper: Use shared memory for ArrayBufferVar.
teravest@chromium.org
2013-03-19
1
-1
/
+5
*
PPAPI: Dial back the PostMessage threading test and re-enable on Win
dmichael@chromium.org
2012-02-09
1
-0
/
+8
*
PPAPI: Move PPB_ArrayBuffer out of Dev.
dmichael@chromium.org
2012-01-27
1
-3
/
+3
*
Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.
dmichael@chromium.org
2012-01-26
1
-0
/
+5
*
Lift the 64K message size limit for postMessage to/from NativeClient.
sehr@google.com
2012-01-13
1
-4
/
+3
*
Revert 117055 - Lift the 64K limit on SRPCs done in the proxy.
sehr@google.com
2012-01-10
1
-1
/
+2
*
Lift the 64K limit on SRPCs done in the proxy.
sehr@google.com
2012-01-10
1
-2
/
+1
*
Proxy PPB_ArrayBuffer_Dev, make them work over Messaging
dmichael@chromium.org
2012-01-06
1
-45
/
+68
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
1
-1
/
+12
*
Add TestingInstance::ExecuteScript method which posts a message that the test...
bbudge@chromium.org
2011-12-17
1
-16
/
+12
*
Implement in-process PPB_VarArrayBuffer_Dev.
dmichael@chromium.org
2011-12-15
1
-11
/
+72
*
Reland http://codereview.chromium.org/8477015
dmichael@chromium.org
2011-11-16
1
-13
/
+19
*
Revert 109114
thakis@chromium.org
2011-11-09
1
-19
/
+13
*
Make it possible to enable/disable specific ppapi tests. Migrate PostMessage ...
dmichael@chromium.org
2011-11-08
1
-13
/
+19
*
Reland http://codereview.chromium.org/7821001/
dmichael@chromium.org
2011-09-06
1
-48
/
+100
*
Revert 99442 - Add test for calling PostMessage during Init. Deflakify TestPo...
dmichael@chromium.org
2011-09-02
1
-100
/
+48
*
Add test for calling PostMessage during Init. Deflakify TestPostMessage.
dmichael@chromium.org
2011-09-02
1
-48
/
+100
*
Reland http://codereview.chromium.org/7648033
dmichael@chromium.org
2011-08-30
1
-0
/
+82
*
Revert 98826 - Add means for running some tests only o-o-p. Add messaging non...
dtseng@chromium.org
2011-08-30
1
-82
/
+0
*
Add means for running some tests only o-o-p. Add messaging non-main thread test.
dmichael@chromium.org
2011-08-30
1
-0
/
+82
*
Update WebKit to r93717.
levin@chromium.org
2011-08-25
1
-1
/
+1
*
Proxy PPP_Messaging.
dmichael@chromium.org
2011-08-03
1
-0
/
+5
*
Reland http://codereview.chromium.org/7312008/
dmichael@chromium.org
2011-07-08
1
-2
/
+9
[next]