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 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
*
Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-18
25
-2
/
+1268
*
Revert 110587 - Microphone support for Pepper Flash.
ajwong@chromium.org
2011-11-17
25
-1268
/
+2
*
Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-17
25
-2
/
+1268
*
Pepper: Add some simple tests for most functions in the PPB_Flash interface.
viettrungluu@chromium.org
2011-11-17
3
-0
/
+146
*
Make PostMessageToJavaScript use new WebKit API instead of script.
dmichael@chromium.org
2011-11-17
1
-0
/
+22
*
ppapi: Fix memory leaks in TestCharSetToUTF16.
jhawkins@chromium.org
2011-11-16
1
-0
/
+8
*
Remove 1 exit time destructor from ppapi, and possibly fix a bug.
thakis@chromium.org
2011-11-16
2
-4
/
+8
*
Revert 110221 - Test NaCl version of ppapi_tests via ui_tests
dmichael@chromium.org
2011-11-16
3
-100
/
+5
*
Make PPAPI use 'new ProgressEvent' instead of initProgressEvent.
morrita@chromium.org
2011-11-16
1
-5
/
+7
*
Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...
dpolukhin@chromium.org
2011-11-16
30
-284
/
+930
*
WebSocket Pepper API documents minor revision
toyoshim@chromium.org
2011-11-16
3
-33
/
+41
*
Reland http://codereview.chromium.org/8477015
dmichael@chromium.org
2011-11-16
64
-231
/
+274
*
Add TestConnectFailure, TestGetHandleFailure and TestConnectAndPipe to PPAPI ...
xhwang@chromium.org
2011-11-16
2
-6
/
+252
*
Test NaCl version of ppapi_tests via ui_tests
noelallen@google.com
2011-11-16
3
-5
/
+100
*
Fix a small race condition in loading/executing the PPAPI tests.
viettrungluu@chromium.org
2011-11-15
1
-1
/
+1
*
ppapi/tests/test_graphics2d: Implement TestScroll.
polina@google.com
2011-11-15
1
-33
/
+108
*
Pepper: Add a test for PPB_TCPSocket_Private.
viettrungluu@chromium.org
2011-11-15
6
-6
/
+271
*
Using path in SHARED_INTERMEDIATE_DIR rather than PRODUCT_DIR to be consisten...
bradnelson@google.com
2011-11-15
1
-12
/
+12
*
Pepper: Generate ppb_flash_clipboard.h from .idl file.
viettrungluu@chromium.org
2011-11-15
3
-22
/
+166
*
Cleanup IDL Generator
noelallen@google.com
2011-11-14
6
-82
/
+104
*
Enable building ppapi/examples on Mac.
kinaba@chromium.org
2011-11-14
2
-151
/
+155
*
Add values to all dev Pepper .idl enumerations.
viettrungluu@chromium.org
2011-11-13
8
-52
/
+52
*
Add values to all (non-dev, non-private) Pepper .idl enumerations.
viettrungluu@chromium.org
2011-11-13
8
-72
/
+72
*
Cleanup: Remove some extraneous spaces from ppb_input_event.idl.
viettrungluu@chromium.org
2011-11-13
1
-11
/
+11
*
Convert comments in ppb_flash.h to the standard format.
viettrungluu@chromium.org
2011-11-12
1
-28
/
+53
*
Pepper: Implement PPB_NetAddress_Private Describe() for IPv4 on Windows.
viettrungluu@chromium.org
2011-11-12
1
-0
/
+29
*
Fix size regression on Mac
noelallen@google.com
2011-11-12
1
-0
/
+3
*
Revert 109771 - Fix size regression due to missing strip.
noelallen@google.com
2011-11-12
1
-64
/
+3
*
Fix size regression due to missing strip.
noelallen@google.com
2011-11-12
1
-3
/
+64
*
Revert 109764 - Fix size regression due to missing strip.
noelallen@google.com
2011-11-12
1
-64
/
+3
*
Fix size regression due to missing strip.
noelallen@google.com
2011-11-12
1
-3
/
+64
*
Enable untrusted GYP builds in Chrome (irt via gyp)
noelallen@google.com
2011-11-12
5
-0
/
+327
*
Change the native_client to use the third_party/jsoncpp.
ronghuawu@chromium.org
2011-11-12
3
-3
/
+3
*
Fix flaky PPAPITest.FlashClipboard.
yzshen@chromium.org
2011-11-11
4
-27
/
+50
[next]