summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Return a NULL histogram pointer on construction errorelijahtaylor@chromium.org2014-03-131-0/+13
* Support unions in extensions IDl dictionaries.benwells@chromium.org2014-03-132-3/+41
* Pepper: Init reverse service before LoadModule.teravest@chromium.org2014-03-122-7/+15
* Revert of Replace --ppapi-keep-alive-throttle command line switch with IPC pa...jochen@chromium.org2014-03-1211-54/+40
* Replace --ppapi-keep-alive-throttle command line switch with IPC parameter.scheib@chromium.org2014-03-1211-40/+54
* PPB_FLASH_DEVICEID_INTERFACE_1_0 requires PERMISSION_FLASH.xhwang@chromium.org2014-03-122-3/+2
* Extend the sample rates that Pepper should support.xians@chromium.org2014-03-114-5/+36
* Remove --enable-prune-gpu-command-bufferspiman@chromium.org2014-03-111-2/+0
* Increase PNaCl streaming buffer size (chrome side).jvoung@google.com2014-03-101-1/+1
* [PPAPI] It is now possible to pass a FileSystem to JS in PostMessage.mgiuca@chromium.org2014-03-102-63/+59
* Split the PNaCl IRT shim into 3 pieces, and include one piece into IRT.jvoung@google.com2014-03-0911-80/+247
* NaCl: Remove PNaCl's IRT interface whitelist from the PNaCl IRT shimsmseaborn@chromium.org2014-03-081-74/+0
* Get rid of the formatting code in build_gles2_cmd_buffer.pyzmo@chromium.org2014-03-074-18/+18
* Support non-SFI mode in NaCl manifest file.hidehiko@chromium.org2014-03-0714-42/+146
* Add flag to avoid blocking the PNaCl translator when chrome NaCl GDB flag is on.jvoung@chromium.org2014-03-075-19/+36
* Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebugjvoung@google.com2014-03-078-22/+67
* Pepper: More FileDownloader cleanup.teravest@chromium.org2014-03-072-51/+41
* Ensure that pepper plugins honor the GPU H/W video decode blacklist and the d...ananta@chromium.org2014-03-074-2/+10
* Pepper: Cleanup in PepperReverseInterface.teravest@chromium.org2014-03-061-41/+19
* Add new PPB_OPENGLES2_DRAWBUFFERS_DEV_INTERFACE_1_0 pepper interface.jbauman@chromium.org2014-03-068-1/+52
* Pepper: Simplify FileDownloader::url().teravest@chromium.org2014-03-054-18/+16
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-2/+4
* Fix inconsistent arg name of ServiceRuntime().hidehiko@chromium.org2014-03-051-1/+1
* Format generated gpu files using clang-format.zmo@chromium.org2014-03-054-454/+851
* Delete the PNaCl translate thread before deleting object files on surfaway.jvoung@google.com2014-03-042-2/+8
* Rename Nacl Log module name containing ':'.uekawa@chromium.org2014-03-041-1/+1
* Encrypted Media: Use uint32 for systemCode in SessionError.xhwang@chromium.org2014-03-0411-74/+74
* Rename tracing_untrusted->tracing_naclsergeyu@chromium.org2014-03-043-8/+8
* Fix "defined but not used" warning in ppapi/proxy/ppb_instance_proxy.ccmseaborn@chromium.org2014-03-031-0/+2
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* Remove unused constants in a PPAPI test for TCP socketsmseaborn@chromium.org2014-03-031-7/+0
* Revert "Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaCl...jvoung@google.com2014-02-288-67/+22
* Have PNaCl use debug pexe URL instead of stripped pexe w/ kEnableNaClDebugjvoung@chromium.org2014-02-288-22/+67
* Revert "Pepper: Fix channel init in ProxyChannel."dmichael@chromium.org2014-02-275-26/+25
* Update comment about NaCl UMA. Histogram entries are public.jvoung@chromium.org2014-02-272-5/+3
* Use _nacl suffix for NaCl targets in src/ppapisergeyu@chromium.org2014-02-276-38/+38
* plain/text is not a real MIME type.davidben@chromium.org2014-02-271-1/+1
* Updating Gamepad API to match latest specbajones@chromium.org2014-02-262-5/+13
* Fixed issue with wrong output location for nacl_irtdyen@chromium.org2014-02-261-168/+6
* Pepper: Dispatcher cleanup nits.teravest@chromium.org2014-02-264-28/+8
* [PPAPI][MediaStream] Add unit tests for code in ppapi/shared_impl/penghuang@chromium.org2014-02-263-0/+280
* [PPAPI][MediaStream] Add browser tests for MediaStreamVideoTrackpenghuang@chromium.org2014-02-263-0/+265
* Rename ipc_untrusted -> ipc_naclsergeyu@chromium.org2014-02-263-9/+9
* Pepper: Fix channel init in ProxyChannel.teravest@chromium.org2014-02-265-25/+26
* Pepper: Add channel for trusted plugin.teravest@chromium.org2014-02-264-2/+16
* Remove early-return and unreached code in TCPSocketResourceBase::AddChainBuil...raymes@chromium.org2014-02-261-25/+6
* [PPAPI][MediaStream] Support configure for video input.penghuang@chromium.org2014-02-2615-141/+475
* Cleanups for pnacl_irt_shim: more const, fewer headers, move .h, remove depsjvoung@google.com2014-02-256-293/+226
* PPAPI/NaCl: Move some nexe loading error reporting to the renderer.dmichael@chromium.org2014-02-2513-223/+292
* Pepper: Get rid of UNPROXIED_IFACE.teravest@chromium.org2014-02-245-27/+17