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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WebSocket Pepper API: SetBinaryType() returned unexpected PP_FALSE
toyoshim@chromium.org
2012-01-24
1
-1
/
+1
*
Implement PPB_DeviceRef_Dev.
yzshen@chromium.org
2012-01-21
2
-1
/
+4
*
Enable Pepper broker test for windows
cpu@chromium.org
2012-01-20
1
-3
/
+1
*
WebSocket Pepper API: SRPC proxy implementation
toyoshim@chromium.org
2012-01-19
1
-1
/
+5
*
WebSocket Pepper API: WebArrayBuffer support
toyoshim@chromium.org
2012-01-19
1
-0
/
+6
*
Exposed PPB_NetAddress_Private.
ygorshenin@chromium.org
2012-01-18
2
-0
/
+194
*
Added bounds checks to the URLLoader prefetch buffer threshhold.
raymes@chromium.org
2012-01-17
2
-2
/
+36
*
Lift the 64K message size limit for postMessage to/from NativeClient.
sehr@google.com
2012-01-13
1
-4
/
+3
*
Initialized rv to 0 to fix -Wmaybe-uninitialized warning.
asharif@chromium.org
2012-01-13
1
-2
/
+2
*
Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...
fischman@chromium.org
2012-01-13
2
-2
/
+2
*
WebSocket Pepper API: add a unit test for the bufferedAmount property
toyoshim@chromium.org
2012-01-12
2
-5
/
+68
*
WebSocket Pepper API: add interfaces to handle binaryType attribute
toyoshim@chromium.org
2012-01-12
1
-1
/
+3
*
Revert 117055 - Lift the 64K limit on SRPCs done in the proxy.
sehr@google.com
2012-01-10
1
-1
/
+2
*
Pepper gamepad support
scottmg@chromium.org
2012-01-10
1
-0
/
+1
*
Lift the 64K limit on SRPCs done in the proxy.
sehr@google.com
2012-01-10
1
-2
/
+1
*
Introduce PPB_ResourceArray_Dev.
yzshen@chromium.org
2012-01-07
3
-1
/
+153
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-06
6
-7
/
+8
*
Proxy PPB_ArrayBuffer_Dev, make them work over Messaging
dmichael@chromium.org
2012-01-06
1
-45
/
+68
*
Add tests for the page visibility, position, and clip in the new view API. Th...
brettw@chromium.org
2012-01-05
13
-35
/
+287
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
21
-86
/
+60
*
Revert 116281 - Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
6
-8
/
+7
*
Move paint aggregator and the completion callback factory.
brettw@chromium.org
2012-01-04
6
-7
/
+8
*
WebSocket Pepper API: ArrayBuffer support
toyoshim@chromium.org
2011-12-28
2
-36
/
+123
*
Added test for disallowed nacl sockets switch.
ygorshenin@google.com
2011-12-22
4
-0
/
+128
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
22
-37
/
+109
*
Enable out-of-process PPB_FileIO tests, clean up PPB_URLLoader tests.
bbudge@chromium.org
2011-12-21
1
-17
/
+12
*
Revert 115289 - Added test for disallowed nacl sockets switch.
rsleevi@chromium.org
2011-12-21
4
-128
/
+0
*
Added test for disallowed nacl sockets switch.
ygorshenin@google.com
2011-12-21
4
-0
/
+128
*
Revert 115093 because of memory test failures - WebSocket Pepper API: C++ hel...
toyoshim@chromium.org
2011-12-20
2
-375
/
+4
*
WebSocket Pepper API: C++ helper class implementation.
toyoshim@chromium.org
2011-12-20
2
-4
/
+375
*
Resubmit 114881, but without a bad dependency on base.
polina@google.com
2011-12-20
2
-26
/
+128
*
Add TestingInstance::ExecuteScript method which posts a message that the test...
bbudge@chromium.org
2011-12-17
5
-21
/
+33
*
Revert 114881 - PPB_Fullscreen test: Merge the NaCl version of the test into ...
georgey@chromium.org
2011-12-17
2
-129
/
+27
*
PPB_Fullscreen test: Merge the NaCl version of the test into ppapi/tests comp...
polina@google.com
2011-12-16
2
-27
/
+129
*
WebSocket Pepper API: C++ bindings implementation.
toyoshim@chromium.org
2011-12-16
2
-0
/
+64
*
Implement in-process PPB_VarArrayBuffer_Dev.
dmichael@chromium.org
2011-12-15
4
-11
/
+77
*
GetDocumentURL is added to PPB_Testing_Dev.
ygorshenin@google.com
2011-12-15
6
-58
/
+71
*
Reland; WebSocket Pepper API: Add live object check to WebSocket PPAPI tests
toyoshim@chromium.org
2011-12-15
3
-12
/
+33
*
Reverting because I reverted the CL this depends on...
finnur@chromium.org
2011-12-14
3
-33
/
+12
*
WebSocket Pepper API: Add live object check to WebSocket PPAPI tests
toyoshim@chromium.org
2011-12-14
3
-12
/
+33
*
Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-10
2
-39
/
+58
*
Revert 113817 - Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-09
2
-58
/
+39
*
Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-09
2
-39
/
+58
*
WebSocket Pepper API: validate redundant protocols in Connect()
toyoshim@chromium.org
2011-12-09
2
-10
/
+39
*
Add URLLoader tests for FollowRedirect.
bbudge@google.com
2011-12-08
2
-33
/
+79
*
Simulate a user gesture in Fullscreen test so it can run on bots.
bbudge@chromium.org
2011-12-08
2
-0
/
+22
*
In ppapi/tests: |... const*| -> |const ...*| (for consistency).
viettrungluu@chromium.org
2011-12-08
18
-34
/
+28
*
Remove TODOs about TryCatch not working.
brettw@chromium.org
2011-12-08
1
-3
/
+3
*
Revert 113656 - Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-08
2
-58
/
+39
*
Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-08
2
-39
/
+58
[next]