summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Regularize how ImageData and Graphics2D are created.brettw@chromium.org2011-12-049-176/+197
* Use ppapi_sources.gypi for nacl trusted build.scons like the untrusted nacl.s...jvoung@google.com2011-12-021-4/+8
* WebSocket Pepper API: error handling improvementtoyoshim@chromium.org2011-12-022-6/+13
* Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...jam@chromium.org2011-12-0216-1320/+558
* Convert file ref private to use new registration.brettw@chromium.org2011-12-025-17/+5
* Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...dpolukhin@chromium.org2011-12-0216-558/+1320
* Remove 1 static initializer in id_assignment.cc.thakis@chromium.org2011-12-021-1/+1
* Enable port validation because net::IsPortAllowedByDefault() was exported nowtoyoshim@chromium.org2011-12-021-2/+1
* Disable pdf test for pnacl for now. It relies on a private interface,jvoung@google.com2011-12-021-1/+7
* Add DEPS include rules so we don't accidentally use chromium stuff.dmichael@chromium.org2011-12-0118-58/+151
* Avoid references to untrusted.gypi in WebKitnoelallen@google.com2011-12-017-565/+466
* PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Renderer process.dpolukhin@chromium.org2011-12-0118-0/+2130
* WebSocket Pepper API: minor properties implementationtoyoshim@chromium.org2011-12-012-42/+81
* WebSocket Pepper API: GetBufferedAmount() implementationtoyoshim@chromium.org2011-12-011-0/+4
* Remove Context3D/Surface3Dpiman@chromium.org2011-12-0151-2347/+178
* Pepper: Add some basic tests for PPB_Audio.viettrungluu@chromium.org2011-12-015-0/+210
* Hide private IDL files from generator behind "--include_private" flagjvoung@google.com2011-12-011-3/+6
* Move the mock headers file for 'test_case.html' to the destination directory ...bbudge@google.com2011-12-011-9/+26
* Pepper: Add a test for PPB_AudioConfig failure cases.viettrungluu@chromium.org2011-12-012-3/+34
* Pnacl ppapi shim generator (from IDL), based on Noel's first cut.jvoung@google.com2011-11-308-31/+950
* Pepper IDL: also generate files from 'private'piman@chromium.org2011-11-301-1/+1
* Update extension_mime_handler extension manifest to manifest_version 2.abarth@chromium.org2011-11-301-0/+1
* Trusted proxy side checks on GetRingBuffer()nfullagar@google.com2011-11-301-3/+9
* Remove unused enum value from PPAPI Flash Clipboarddcheng@chromium.org2011-11-303-9/+4
* Pepper: Make the sample rate settable in the audio (output) example plugin.viettrungluu@chromium.org2011-11-302-27/+71
* Pepper: Add a test for PPB_AudioConfig.viettrungluu@chromium.org2011-11-303-0/+97
* Remove default arg from GLES2Implementation's constructorgman@chromium.org2011-11-301-1/+2
* base::Bind: Convert ppapi/proxy.jhawkins@chromium.org2011-11-303-44/+20
* ppapi/tests: Enable URLLoader test out-of-process and via NaCl.polina@google.com2011-11-292-41/+82
* Properly initialize the next callback ID to 1.brettw@chromium.org2011-11-291-1/+1
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-292-2/+2
* Remove NaCl file from ppapi_geturl test.nfullagar@google.com2011-11-295-281/+3
* Re-land http://codereview.chromium.org/8586008/yzshen@chromium.org2011-11-292-0/+104
* Check command buffer Initialize return value.nfullagar@google.com2011-11-291-19/+20
* Implement FileRef GetPathPrivate interface for O3Djhorwich@chromium.org2011-11-2810-0/+134
* 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