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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add NetworkListObserver utility class.
sergeyu@chromium.org
2012-03-20
7
-24
/
+146
*
Out-of-process implementation of the PPB_NetworkMonitor_Private interface.
sergeyu@chromium.org
2012-03-20
13
-51
/
+366
*
Speculative fix for Win builder.
asvitkine@chromium.org
2012-03-20
1
-0
/
+1
*
Revert 127668 "HostResolver is exposed to Native Client." for breaking HostRe...
pfeldman@chromium.org
2012-03-20
17
-749
/
+3
*
HostResolver is exposed to Native Client.
ygorshenin@chromium.org
2012-03-20
17
-3
/
+749
*
Build nacl plugin with normal chromium warning levels (higher levels).
jvoung@google.com
2012-03-20
2
-1
/
+25
*
Add a private PPB_Talk_Private interface.
varunjain@chromium.org
2012-03-19
16
-0
/
+320
*
Test for --nacl-gdb functionality.
halyavin@google.com
2012-03-19
3
-0
/
+52
*
Revert 127443 - HostResolver is exposed to Native Client.
ygorshenin@chromium.org
2012-03-19
15
-745
/
+3
*
HostResolver is exposed to Native Client.
ygorshenin@chromium.org
2012-03-19
15
-3
/
+745
*
Check explicitly for PPB_WebSocket v1.0 in pp::WebSocket wrapper.
wez@chromium.org
2012-03-17
1
-28
/
+28
*
Check explicitly for PPB_MouseLock v1.0 in pp::MouseLock.
wez@chromium.org
2012-03-17
1
-7
/
+7
*
Add OpenGL occlusion query support to pepper.
jbauman@chromium.org
2012-03-16
11
-40
/
+182
*
Add missing ppp_graphics_3d.idl
noelallen@chromium.org
2012-03-16
3
-6
/
+56
*
Re-land http://codereview.chromium.org/9403039/, r124106
dmichael@chromium.org
2012-03-16
7
-39
/
+229
*
Check explicitly for PPB_VarArrayBuffer v1.0 in C++ wrapper.
wez@chromium.org
2012-03-16
1
-10
/
+10
*
Use a random port for WebSocket tests. In browser_tests the websocket server ...
jabdelmalek@google.com
2012-03-16
5
-37
/
+62
*
Remove static initializer in ppb_image_data_proxy.cc.
pliard@chromium.org
2012-03-16
2
-6
/
+9
*
Pass dup'd handles to nacl::DescWrapper instead of bumping the ref count.
nfullagar@google.com
2012-03-16
3
-45
/
+58
*
Convert PPAPI tests to use C++ API. Also avoid hitting timeout for clear test.
raymes@chromium.org
2012-03-15
2
-89
/
+82
*
Added out-of-process support for server sockets.
ygorshenin@chromium.org
2012-03-15
12
-31
/
+331
*
Pepper IME API for surrounding text retrieval.
kinaba@chromium.org
2012-03-15
19
-41
/
+517
*
HostResolver is exposed to plugin.
ygorshenin@chromium.org
2012-03-15
22
-4
/
+1035
*
Add C++ wrappers for output parameters.
brettw@chromium.org
2012-03-14
6
-51
/
+998
*
Require a user gesture to show the file chooser.
bbudge@chromium.org
2012-03-14
2
-1
/
+15
*
Make PPAPI presubmit more stringent
noelallen@chromium.org
2012-03-14
1
-13
/
+95
*
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
5
-73
/
+114
*
Fix read size 0 in shared ppb_file_io.
noelallen@chromium.org
2012-03-13
1
-5
/
+5
*
Added CPP wrapper for PPB_TCPServerSocket_Private.
ygorshenin@chromium.org
2012-03-13
7
-224
/
+230
*
Implement PPB_NetworkMonitor_Private Pepper interface.
sergeyu@chromium.org
2012-03-13
4
-1
/
+199
*
Added test for disallowed tcp server socket API.
ygorshenin@chromium.org
2012-03-11
3
-0
/
+118
*
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
*
Fix a crash related to PPAPI scripting.
yzshen@chromium.org
2012-03-10
14
-117
/
+97
*
Add a very simple example pepper plugin that uses a 3d context
jamesr@chromium.org
2012-03-10
3
-0
/
+201
*
Revert 125942.
thakis@chromium.org
2012-03-10
3
-21
/
+28
*
Coverity: Fix two pass-by-values.
jhawkins@chromium.org
2012-03-10
2
-2
/
+2
*
Remove NewRequiredCallback.
brettw@chromium.org
2012-03-10
10
-127
/
+29
*
WebSocket Pepper API: Implement extensions
toyoshim@chromium.org
2012-03-10
3
-5
/
+5
*
Switch PPAPITests to run in browser_tests instead of ui_tests. The former is ...
jam@chromium.org
2012-03-09
3
-28
/
+21
*
Fix line endings (no code change)
yzshen@chromium.org
2012-03-09
2
-6
/
+6
*
Treat pnacl nexe load crashes the same as normal nexe load crashes.
jvoung@google.com
2012-03-09
1
-1
/
+1
*
Add HandleInputEventAck message to allow out-of-process plugins to respond to...
bbudge@chromium.org
2012-03-09
8
-65
/
+62
*
Revert 125761 - Implement PPB_NetworkMonitor_Private Pepper interface.
viettrungluu@chromium.org
2012-03-09
3
-198
/
+0
*
Implement PPB_NetworkMonitor_Private Pepper interface.
sergeyu@chromium.org
2012-03-09
3
-0
/
+198
*
Add the array output C API.
brettw@chromium.org
2012-03-08
3
-0
/
+206
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
2
-0
/
+2
*
Fix line endings.
brettw@chromium.org
2012-03-08
1
-564
/
+564
*
Factor out the command buffer implementation in ppb_graphics_3d_proxy so that...
fsamuel@chromium.org
2012-03-08
5
-230
/
+282
[next]