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
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
2
-0
/
+300
*
Re-enable OutOfProcessPPAPITest.Fullscreen
bbudge@chromium.org
2012-03-14
2
-26
/
+38
*
WebSocket Pepper API: Cleanup for more readability.
toyoshim@chromium.org
2012-03-13
2
-71
/
+74
*
Added CPP wrapper for PPB_TCPServerSocket_Private.
ygorshenin@chromium.org
2012-03-13
2
-222
/
+122
*
Implement PPB_NetworkMonitor_Private Pepper interface.
sergeyu@chromium.org
2012-03-13
2
-0
/
+196
*
Added test for disallowed tcp server socket API.
ygorshenin@chromium.org
2012-03-11
2
-0
/
+117
*
Renable NaClPPAPITest.PostMessage_SendingArrayBuffer with the fix in testing_...
jam@chromium.org
2012-03-11
1
-1
/
+4
*
Switch PPAPITests to run in browser_tests instead of ui_tests. The former is ...
jam@chromium.org
2012-03-10
3
-28
/
+21
*
Revert 125942.
thakis@chromium.org
2012-03-10
3
-21
/
+28
*
Remove NewRequiredCallback.
brettw@chromium.org
2012-03-10
2
-8
/
+6
*
WebSocket Pepper API: Implement extensions
toyoshim@chromium.org
2012-03-10
1
-2
/
+4
*
Switch PPAPITests to run in browser_tests instead of ui_tests. The former is ...
jam@chromium.org
2012-03-09
3
-28
/
+21
*
Add HandleInputEventAck message to allow out-of-process plugins to respond to...
bbudge@chromium.org
2012-03-09
2
-62
/
+13
*
Revert 125761 - Implement PPB_NetworkMonitor_Private Pepper interface.
viettrungluu@chromium.org
2012-03-09
2
-196
/
+0
*
Implement PPB_NetworkMonitor_Private Pepper interface.
sergeyu@chromium.org
2012-03-09
2
-0
/
+196
*
Add ASSERT_SUBTEST_SUCCESS for Pepper tests.
sergeyu@chromium.org
2012-03-07
3
-40
/
+30
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
1
-1
/
+1
*
WebSocket Pepper API: unit test must use close code defined by API
toyoshim@chromium.org
2012-03-03
1
-21
/
+29
*
WebSocket Pepper API: an utility class implementation.
toyoshim@chromium.org
2012-02-29
2
-0
/
+471
*
Implemented Clear() functionality in the clipboard.
raymes@chromium.org
2012-02-29
2
-0
/
+17
*
Revert 124106, turns memory bots red across the bord (linux, cros).
thakis@chromium.org
2012-02-29
7
-229
/
+39
*
PPAPI: Really force-free NPObjects on Instance destruction.
dmichael@chromium.org
2012-02-29
7
-39
/
+229
*
Add missing private headers to all_c_includes and all_cpp_includes.
sergeyu@chromium.org
2012-02-29
2
-2
/
+13
*
Convert resources to take an instance key instead of an Instance*.
brettw@chromium.org
2012-02-27
11
-27
/
+27
*
Modified the flash cipboard interface to add html clipboard support.
raymes@chromium.org
2012-02-24
2
-27
/
+112
*
Change to interface to M19, add a few more test cases to test_audio.
nfullagar@google.com
2012-02-24
1
-1
/
+9
*
Exposed Listen and Accept methods to in-process plugins.
ygorshenin@chromium.org
2012-02-22
2
-0
/
+455
*
GetBoundAddress will return the address that Bind actually bound to. If ther...
yzshen@chromium.org
2012-02-21
2
-7
/
+57
*
Work on improving PpbAudioConfig:RecommendSampleFrameCount
nfullagar@google.com
2012-02-18
2
-6
/
+6
*
Rename PPB_Font to PPB_BrowserFont_Trusted.
brettw@chromium.org
2012-02-17
2
-0
/
+126
*
Move socket API restriction check to browser process
dpolukhin@chromium.org
2012-02-16
4
-14
/
+42
*
Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...
yzshen@chromium.org
2012-02-16
1
-2
/
+2
*
Dropping NaCl PPAPI hardware exception test on Chromium side
bradnelson@google.com
2012-02-15
2
-69
/
+0
*
PPAPI: Dial back the PostMessage threading test and re-enable on Win
dmichael@chromium.org
2012-02-09
1
-0
/
+8
*
Move the charset inteface to "trusted" (we can't implement this efficiently
brettw@chromium.org
2012-02-09
2
-4
/
+192
*
PPB_NetAddress_Private: add getter methods for sockaddr.
yzshen@chromium.org
2012-02-09
4
-3
/
+136
*
Chrome part of exception handling support. The debugger is attached when new ...
halyavin@google.com
2012-01-31
2
-0
/
+69
*
Introduce PPB_Flash_MessageLoop interface for Pepper Flash.
yzshen@chromium.org
2012-01-31
3
-0
/
+121
*
ppapi_tests: Remove the source of flakiness from out-of-process FlashFullscre...
polina@google.com
2012-01-30
1
-5
/
+9
*
PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Reso...
polina@google.com
2012-01-27
2
-0
/
+446
*
WebSocket Pepper API: make the API out of dev
toyoshim@chromium.org
2012-01-27
4
-15
/
+15
*
WebSocket Pepper API: Remove binary type handling interfaces
toyoshim@chromium.org
2012-01-27
1
-8
/
+0
*
PPAPI: Move PPB_ArrayBuffer out of Dev.
dmichael@chromium.org
2012-01-27
5
-10
/
+10
*
Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.
dmichael@chromium.org
2012-01-26
2
-1
/
+8
*
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
[next]