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
*
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
*
Move ppapi/examples/gles2/ to ppapi/examples/video_decode
jamesr@chromium.org
2012-03-07
5
-51
/
+53
*
Add ASSERT_SUBTEST_SUCCESS for Pepper tests.
sergeyu@chromium.org
2012-03-07
3
-40
/
+30
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
6
-40
/
+50
*
Pepper: Make C++ wrappers for PPB_NetAddress_Private backwards compatible.
viettrungluu@chromium.org
2012-03-07
2
-41
/
+74
*
Fixed some TODO comments so they wouldn't show up in the docs.
jond@google.com
2012-03-07
5
-17
/
+24
*
Rename NaCl/pepper gamepad interface from _dev to stable
scottmg@chromium.org
2012-03-07
22
-70
/
+69
*
PPB_AudioInput_Dev: support multiple audio input devices - Part 1.
yzshen@chromium.org
2012-03-07
18
-290
/
+1262
*
Add Yuzhu to ppapi/OWNERS
brettw@chromium.org
2012-03-07
1
-1
/
+1
*
PPAPI: Change misused PP_Module to PP_Instance
dmichael@chromium.org
2012-03-07
2
-5
/
+5
*
Add Trung to owners.
brettw@chromium.org
2012-03-07
1
-1
/
+1
*
Pepper: Make C++ wrappers for PPB_AudioConfig backwards compatible.
viettrungluu@chromium.org
2012-03-07
1
-15
/
+29
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-03-06
2
-2
/
+2
*
Remove unneeded arguments from SelLdrLauncher::Start call.
sehr@google.com
2012-03-06
1
-2
/
+1
*
Prevent NaCl proxy from closing the handle by bumping the ref count.
nfullagar@google.com
2012-03-06
1
-1
/
+3
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2012-03-06
4
-16
/
+18
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
1
-0
/
+1
*
This adds support for a number of features in the current WebIDL spec (http:/...
asargent@chromium.org
2012-03-05
5
-30
/
+119
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-05
20
-17
/
+647
*
Coverity: Fix a few pass-by-values.
jhawkins@chromium.org
2012-03-04
1
-3
/
+2
*
Convert uses of int ms to TimeDelta in ppapi.
tedvessenes@gmail.com
2012-03-03
1
-1
/
+1
*
Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
20
-645
/
+17
*
Cleanup: Another round of unused forward declaration cleanup.
thestig@chromium.org
2012-03-03
1
-3
/
+3
*
WebSocket Pepper API: unit test must use close code defined by API
toyoshim@chromium.org
2012-03-03
1
-21
/
+29
*
Add NetworkList/NetworkMonitor hooks and C++ wrappers.
sergeyu@chromium.org
2012-03-03
20
-17
/
+645
*
Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...
jond@google.com
2012-03-03
9
-35
/
+34
*
Fixing paths so that they pick up the variable for the pepper directory based...
jond@google.com
2012-03-02
2
-3
/
+3
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-1
/
+0
*
GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
1
-0
/
+1
*
Close and delete pnacl temp files when compile or link fails.
jvoung@google.com
2012-03-01
3
-54
/
+73
*
Revise gamepad interface
scottmg@chromium.org
2012-03-01
10
-99
/
+101
[next]