summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Add URLLoader tests for FollowRedirect.bbudge@google.com2011-12-082-33/+79
* Simulate a user gesture in Fullscreen test so it can run on bots.bbudge@chromium.org2011-12-082-0/+22
* In ppapi/tests: |... const*| -> |const ...*| (for consistency).viettrungluu@chromium.org2011-12-0818-34/+28
* Remove TODOs about TryCatch not working.brettw@chromium.org2011-12-081-3/+3
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-0822-1216/+64
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-0822-64/+1216
* Move the PP_ALLOW_THIS_IN_INITIALIZER_LIST macro from test_utils.h totoyoshim@chromium.org2011-12-085-18/+35
* Set default text input type to NONE for NaCl apps on OSXkochi@chromium.org2011-12-081-0/+11
* Apply renaming of ppapi shared stuff to new ppb_var shared code.dmichael@chromium.org2011-12-086-22/+22
* Consolidate tests for HTTP request restrictions on untrusted loaders.bbudge@chromium.org2011-12-082-134/+111
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-0815-87/+170
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-0749-272/+272
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-0715-170/+87
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-0750-345/+379
* Draft of a PPAPI interface for ArrayBuffer.dmichael@chromium.org2011-12-0711-4/+271
* Break FileIO and URLLoader tests down into individual cases.bbudge@chromium.org2011-12-073-82/+123
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-0750-379/+345
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-0650-345/+379
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-0615-87/+170
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-0615-170/+87
* Pepper WebSocket API: Add unit test to call Close()toyoshim@chromium.org2011-12-062-3/+115
* Add rough version pnacl shim commandlines to pnacl coordinator.jvoung@google.com2011-12-061-3/+8
* Pepper WebSocket API: Add unit test to access uninitialized propertiestoyoshim@chromium.org2011-12-062-1/+33
* Modified html2ezt.py to not rename the html filesmball@google.com2011-12-061-17/+9
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-0616-558/+1320
* 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