summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Version support for structs, enum, typedefnoelallen@chromium.org2013-06-285-12/+43
* Add to yzshennoelallen@chromium.org2013-06-281-0/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-284-4/+4
* Update includes and delete remaining strings forwarding headers.avi@chromium.org2013-06-271-2/+2
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-272-2/+3
* Disable flaky NaCl test on windowspetewil@chromium.org2013-06-271-1/+4
* PPAPI: Fixed misspelled enum name in documentation.mgiuca@chromium.org2013-06-261-1/+1
* PNaCl: Add PPB_NaCl_Private interface to report translation finisheddschuff@chromium.org2013-06-264-2/+33
* Removing ppapi_egl targetdpranke@chromium.org2013-06-267-977/+0
* Add events with custom timestamps and thread id to PPAPI dev tracing interface.grosse@chromium.org2013-06-269-25/+273
* Pepper: FileRef host support for external files.teravest@chromium.org2013-06-262-1/+12
* Pepper: Initial proxy support for FileRef refactor.teravest@chromium.org2013-06-265-2/+381
* Fix PnaclCoordinator error handling in the new cache flowdschuff@chromium.org2013-06-262-1/+6
* Update Console smoke test to include nonstring PP_Varsgrosse@chromium.org2013-06-261-5/+30
* PPAPI: Move PPB_NetworkProxy out of Devdmichael@chromium.org2013-06-2517-149/+224
* PPAPI: Add permissions checking for PPB_NetworkProxy.dmichael@chromium.org2013-06-251-1/+0
* Add other reviewers to PPAPI IDL.noelallen@chromium.org2013-06-251-0/+2
* Add "PRIVATE" to the enum names of some private Pepper networking APIs:yzshen@chromium.org2013-06-2421-59/+68
* PPAPI: Introduce PPB_NetworkProxy_Devdmichael@chromium.org2013-06-2420-5/+497
* Move PPB_HostResolver out of dev.yzshen@chromium.org2013-06-2419-259/+254
* Move PPB_UDPSocket out of dev.yzshen@chromium.org2013-06-2423-279/+275
* Move PPB_TCPSocket out of dev.yzshen@chromium.org2013-06-2225-302/+297
* Move PPB_NetAddress out of dev.yzshen@chromium.org2013-06-2243-469/+457
* Update comments of the Pepper networking APIs.yzshen@chromium.org2013-06-2213-208/+1125
* TCPSocket/UDPSocket: don't update internal state or access user buffers after...yzshen@chromium.org2013-06-222-17/+33
* NaCl: have browser_tester set-up the sandbox environmentjln@chromium.org2013-06-211-0/+6
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-212-11/+11
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-6/+3
* Pepper: Don't emit structs with no wrapping.teravest@chromium.org2013-06-212-517/+14
* Make the PNaCl is-not-yet-installed error messages easier to read.jvoung@chromium.org2013-06-211-7/+10
* Add new PPB_nacl_private interface for new translation cache and option in Pn...dschuff@chromium.org2013-06-207-68/+289
* Implement PPB_TCPSocket_Dev: part 2yzshen@chromium.org2013-06-2012-121/+224
* Pepper: Remove PNaCl shims for Trusted interfaces.teravest@chromium.org2013-06-202-192/+23
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2013-06-201-1/+1
* Remove hand written code from autogenerated Pepper ImageData thunk.bbudge@chromium.org2013-06-205-16/+49
* Move PPB_VarArray and PPB_VarDictionary out of dev.raymes@chromium.org2013-06-2027-476/+483
* Implement PPB_HostResolver_Dev: part 2yzshen@chromium.org2013-06-205-13/+51
* Remove PP_HOSTRESOLVER_FLAGS_LOOPBACK_ONLY from PPB_HostResolver_Dev.yzshen@chromium.org2013-06-203-15/+5
* Add NaCl proxies for Pepper Video Source and Destination resources.bbudge@chromium.org2013-06-2010-62/+45
* Implement PPB_UDPSocket_Dev: part 2yzshen@chromium.org2013-06-1914-81/+388
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-1914-86/+215
* Remove "experimental_flags" from the PNaCl manifest format.jvoung@chromium.org2013-06-193-42/+6
* Adds a PostMessageBarrier method which sends and waits for the post message t...bbudge@chromium.org2013-06-182-4/+19
* Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."raymes@chromium.org2013-06-1814-215/+86
* Don't send PP_Vars/V8 values with cycles across PostMessageraymes@chromium.org2013-06-1814-86/+215
* Disable breakpad_trusted_crash_in_startup_test. It fails about twice per day ...erikwright@chromium.org2013-06-181-19/+20
* Change pp::NetAddress_Dev to use bool instead of PP_Bool.yzshen@chromium.org2013-06-183-19/+22
* Pepper: Add initial browser host for FileRef.teravest@chromium.org2013-06-189-13/+124
* Convert PDF to use SimpleImageData resource.bbudge@chromium.org2013-06-183-20/+7
* Fix wrong header guards found by clang's new Wheader-guard.thakis@chromium.org2013-06-172-2/+2