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
*
Pnacl ppapi shim generator (from IDL), based on Noel's first cut.
jvoung@google.com
2011-11-30
8
-31
/
+950
*
Pepper IDL: also generate files from 'private'
piman@chromium.org
2011-11-30
1
-1
/
+1
*
Update extension_mime_handler extension manifest to manifest_version 2.
abarth@chromium.org
2011-11-30
1
-0
/
+1
*
Trusted proxy side checks on GetRingBuffer()
nfullagar@google.com
2011-11-30
1
-3
/
+9
*
Remove unused enum value from PPAPI Flash Clipboard
dcheng@chromium.org
2011-11-30
3
-9
/
+4
*
Pepper: Make the sample rate settable in the audio (output) example plugin.
viettrungluu@chromium.org
2011-11-30
2
-27
/
+71
*
Pepper: Add a test for PPB_AudioConfig.
viettrungluu@chromium.org
2011-11-30
3
-0
/
+97
*
Remove default arg from GLES2Implementation's constructor
gman@chromium.org
2011-11-30
1
-1
/
+2
*
base::Bind: Convert ppapi/proxy.
jhawkins@chromium.org
2011-11-30
3
-44
/
+20
*
ppapi/tests: Enable URLLoader test out-of-process and via NaCl.
polina@google.com
2011-11-29
2
-41
/
+82
*
Properly initialize the next callback ID to 1.
brettw@chromium.org
2011-11-29
1
-1
/
+1
*
Use callback_forward.h instead of callback.h where possible.
erikwright@chromium.org
2011-11-29
2
-2
/
+2
*
Remove NaCl file from ppapi_geturl test.
nfullagar@google.com
2011-11-29
5
-281
/
+3
*
Re-land http://codereview.chromium.org/8586008/
yzshen@chromium.org
2011-11-29
2
-0
/
+104
*
Check command buffer Initialize return value.
nfullagar@google.com
2011-11-29
1
-19
/
+20
*
Implement FileRef GetPathPrivate interface for O3D
jhorwich@chromium.org
2011-11-28
10
-0
/
+134
*
Revert 111666 - Move PepperTCPSocket and PepperUDPSocket from pepper_message_...
rsleevi@chromium.org
2011-11-28
2
-104
/
+0
*
Move PepperTCPSocket and PepperUDPSocket from pepper_message_filter to separa...
yzshen@chromium.org
2011-11-28
2
-0
/
+104
*
WebSocket Pepper API: in process API implementation
toyoshim@chromium.org
2011-11-26
2
-14
/
+182
*
Revert 111618 - Reapply of http://codereview.chromium.org/8632023/
noelallen@google.com
2011-11-25
7
-493
/
+586
*
Reapply of http://codereview.chromium.org/8632023/
noelallen@google.com
2011-11-25
7
-586
/
+493
*
Revert 111606 - Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-11-25
7
-495
/
+586
*
Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-11-25
7
-586
/
+495
*
Revert r111596 "WebSocket Pepper API: in process API implementation"
maruel@chromium.org
2011-11-25
2
-181
/
+14
*
WebSocket Pepper API: in process API implementation
toyoshim@chromium.org
2011-11-25
2
-14
/
+181
*
Move GL headers from gpu to third_party/khronos
skyostil@google.com
2011-11-24
2
-1
/
+2
*
Ensure swap is performed before informing compositor.
jbauman@chromium.org
2011-11-24
2
-3
/
+2
*
Migrate gles2 from {Surface,Context}3D to Graphics3D.
fischman@chromium.org
2011-11-24
1
-24
/
+23
*
ppapi/proxy: Fix a bug in OnMsgFinishStreamingToFile.
polina@google.com
2011-11-24
1
-1
/
+1
*
Merge definitions of PlatformFileToInt and IntToPlatformFile to one place.
xhwang@chromium.org
2011-11-23
7
-72
/
+63
*
Pepper: Add an example/test plugin for audio input (a.k.a. microphone).
viettrungluu@chromium.org
2011-11-23
3
-0
/
+222
*
Make the rate limiting of Native Client Plugin progress events
bbudge@google.com
2011-11-23
2
-11
/
+16
*
Build libppapi_cpp.a under SHARED_INTERMEDIATE_DIR, so ppapi_tests can find it.
wez@chromium.org
2011-11-23
2
-4
/
+5
*
Add polina@chromium.org to nacl OWNERS.
polina@google.com
2011-11-23
1
-0
/
+1
*
Add EINTR handling on ::close() calls in ppapi broker ui test.
xhwang@chromium.org
2011-11-23
1
-2
/
+2
*
Pepper: Fix the definition of |PPB_AudioInput_Callback|.
viettrungluu@chromium.org
2011-11-23
3
-6
/
+6
*
Fix ppapi/native_client/tests/ppapi_tests/nacl.scons to match test_case.nmf
mcgrathr@chromium.org
2011-11-23
1
-1
/
+11
*
replace platform conditions with os_posix and os_bsd where applicable
robert.nagy@gmail.com
2011-11-22
2
-3
/
+3
*
Revert 111170 - Move GL headers from gpu to third_party/khronos
abodenha@chromium.org
2011-11-22
2
-2
/
+1
*
Move GL headers from gpu to third_party/khronos
skyostil@google.com
2011-11-22
2
-1
/
+2
*
Pepper: Implement PPB_NetAddress_Private Describe() for IPv6 addresses on Win...
viettrungluu@chromium.org
2011-11-22
3
-34
/
+220
*
Pepper: Fix nits mentioned in review in audio input code.
viettrungluu@chromium.org
2011-11-21
2
-23
/
+21
*
Pepper: Add remaining Flash-specific C++ Pepper wrappers to ppapi_cpp.gypi.
viettrungluu@chromium.org
2011-11-21
7
-124
/
+4
*
Add functions to generate input events to PPB_Testing_Dev. These make
bbudge@chromium.org
2011-11-20
9
-5
/
+456
*
Pepper: Remove ppapi/cpp/private/flash_tcp_socket.*.
viettrungluu@chromium.org
2011-11-18
3
-157
/
+0
*
Convert a few ppapi dev interfaces to IDL. NaCl has tests for these
jvoung@google.com
2011-11-18
13
-115
/
+543
*
Test NaCl version of ppapi_tests via ui_tests
noelallen@google.com
2011-11-18
3
-5
/
+100
*
Pepper: Add IsAvailable() static methods to C++ wrappers to AudioInput_Dev an...
viettrungluu@chromium.org
2011-11-18
4
-0
/
+19
*
- Implement internal API and thunk
toyoshim@chromium.org
2011-11-18
11
-0
/
+278
*
Attempt to fix win_shared bot following http://crrev.com/110587
rsleevi@chromium.org
2011-11-18
1
-1
/
+1
[next]