summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Revert 111666 - Move PepperTCPSocket and PepperUDPSocket from pepper_message_...rsleevi@chromium.org2011-11-282-104/+0
* Move PepperTCPSocket and PepperUDPSocket from pepper_message_filter to separa...yzshen@chromium.org2011-11-282-0/+104
* WebSocket Pepper API: in process API implementationtoyoshim@chromium.org2011-11-262-14/+182
* Revert 111618 - Reapply of http://codereview.chromium.org/8632023/noelallen@google.com2011-11-257-493/+586
* Reapply of http://codereview.chromium.org/8632023/noelallen@google.com2011-11-257-586/+493
* Revert 111606 - Avoid references to untrusted.gypi in WebKitnoelallen@google.com2011-11-257-495/+586
* Avoid references to untrusted.gypi in WebKitnoelallen@google.com2011-11-257-586/+495
* Revert r111596 "WebSocket Pepper API: in process API implementation"maruel@chromium.org2011-11-252-181/+14
* WebSocket Pepper API: in process API implementationtoyoshim@chromium.org2011-11-252-14/+181
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-242-1/+2
* Ensure swap is performed before informing compositor.jbauman@chromium.org2011-11-242-3/+2
* Migrate gles2 from {Surface,Context}3D to Graphics3D.fischman@chromium.org2011-11-241-24/+23
* ppapi/proxy: Fix a bug in OnMsgFinishStreamingToFile.polina@google.com2011-11-241-1/+1
* Merge definitions of PlatformFileToInt and IntToPlatformFile to one place.xhwang@chromium.org2011-11-237-72/+63
* Pepper: Add an example/test plugin for audio input (a.k.a. microphone).viettrungluu@chromium.org2011-11-233-0/+222
* Make the rate limiting of Native Client Plugin progress eventsbbudge@google.com2011-11-232-11/+16
* Build libppapi_cpp.a under SHARED_INTERMEDIATE_DIR, so ppapi_tests can find it.wez@chromium.org2011-11-232-4/+5
* Add polina@chromium.org to nacl OWNERS.polina@google.com2011-11-231-0/+1
* Add EINTR handling on ::close() calls in ppapi broker ui test.xhwang@chromium.org2011-11-231-2/+2
* Pepper: Fix the definition of |PPB_AudioInput_Callback|.viettrungluu@chromium.org2011-11-233-6/+6
* Fix ppapi/native_client/tests/ppapi_tests/nacl.scons to match test_case.nmfmcgrathr@chromium.org2011-11-231-1/+11
* replace platform conditions with os_posix and os_bsd where applicablerobert.nagy@gmail.com2011-11-222-3/+3
* Revert 111170 - Move GL headers from gpu to third_party/khronosabodenha@chromium.org2011-11-222-2/+1
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-222-1/+2
* Pepper: Implement PPB_NetAddress_Private Describe() for IPv6 addresses on Win...viettrungluu@chromium.org2011-11-223-34/+220
* Pepper: Fix nits mentioned in review in audio input code.viettrungluu@chromium.org2011-11-212-23/+21
* Pepper: Add remaining Flash-specific C++ Pepper wrappers to ppapi_cpp.gypi.viettrungluu@chromium.org2011-11-217-124/+4
* Add functions to generate input events to PPB_Testing_Dev. These makebbudge@chromium.org2011-11-209-5/+456
* Pepper: Remove ppapi/cpp/private/flash_tcp_socket.*.viettrungluu@chromium.org2011-11-183-157/+0
* Convert a few ppapi dev interfaces to IDL. NaCl has tests for thesejvoung@google.com2011-11-1813-115/+543
* Test NaCl version of ppapi_tests via ui_testsnoelallen@google.com2011-11-183-5/+100
* Pepper: Add IsAvailable() static methods to C++ wrappers to AudioInput_Dev an...viettrungluu@chromium.org2011-11-184-0/+19
* - Implement internal API and thunktoyoshim@chromium.org2011-11-1811-0/+278
* Attempt to fix win_shared bot following http://crrev.com/110587rsleevi@chromium.org2011-11-181-1/+1
* Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-1825-2/+1268
* Revert 110587 - Microphone support for Pepper Flash.ajwong@chromium.org2011-11-1725-1268/+2
* Microphone support for Pepper Flash.viettrungluu@chromium.org2011-11-1725-2/+1268
* Pepper: Add some simple tests for most functions in the PPB_Flash interface.viettrungluu@chromium.org2011-11-173-0/+146
* Make PostMessageToJavaScript use new WebKit API instead of script.dmichael@chromium.org2011-11-171-0/+22
* ppapi: Fix memory leaks in TestCharSetToUTF16.jhawkins@chromium.org2011-11-161-0/+8
* Remove 1 exit time destructor from ppapi, and possibly fix a bug.thakis@chromium.org2011-11-162-4/+8
* Revert 110221 - Test NaCl version of ppapi_tests via ui_testsdmichael@chromium.org2011-11-163-100/+5
* Make PPAPI use 'new ProgressEvent' instead of initProgressEvent.morrita@chromium.org2011-11-161-5/+7
* Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...dpolukhin@chromium.org2011-11-1630-284/+930
* WebSocket Pepper API documents minor revisiontoyoshim@chromium.org2011-11-163-33/+41
* Reland http://codereview.chromium.org/8477015dmichael@chromium.org2011-11-1664-231/+274
* Add TestConnectFailure, TestGetHandleFailure and TestConnectAndPipe to PPAPI ...xhwang@chromium.org2011-11-162-6/+252
* Test NaCl version of ppapi_tests via ui_testsnoelallen@google.com2011-11-163-5/+100
* Fix a small race condition in loading/executing the PPAPI tests.viettrungluu@chromium.org2011-11-151-1/+1
* ppapi/tests/test_graphics2d: Implement TestScroll.polina@google.com2011-11-151-33/+108