summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
...
* Implement app.window.get() and app.window.getAll().mek@chromium.org2013-11-132-3/+6
* Pepper: Add shared Utilities for file systems.bbudge@chromium.org2013-11-125-4/+64
* Pepper: Add IPC enum max checking for PP_FileSystemType, PP_FileType.bbudge@chromium.org2013-11-123-54/+11
* linux_aura: Turn aura on on the main linux builders.erg@chromium.org2013-11-091-1/+11
* PPAPI/NaCl: Make tests enforce dispatchEvent checkdmichael@chromium.org2013-11-091-12/+4
* Revert 233768 "PPAPI: Add a test to make sure we detect crashes"yhirano@chromium.org2013-11-083-53/+0
* PPAPI: Generalize PPB_Ext_CrxFileSystem as PPB_IsolatedFileSystemnhiroki@chromium.org2013-11-0826-79/+379
* PPAPI: Add a test to make sure we detect crashesdmichael@chromium.org2013-11-083-0/+53
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-8/+0
* Remove redundant/misleaing README.chromium files.sbc@chromium.org2013-11-071-4/+0
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-072-5/+5
* PPAPI/NaCl: Move event dispatching from the plugindmichael@chromium.org2013-11-066-97/+80
* Revert 232547 "Pepper: Move FileIO host from renderer to browser."teravest@chromium.org2013-11-051-8/+8
* Remove crtbeginS from the list of outputs from the PNaCl packager.jvoung@chromium.org2013-11-051-5/+0
* Remove PNaCl's RequestFirstInstall, use resource throttle insteadjvoung@google.com2013-11-045-88/+44
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-042-7/+11
* Disable time checks in TestFileIO::TestTouch Query due to dst failures.csharp@chromium.org2013-11-042-4/+5
* Disable time checks in TestFileRef::TestQueryAndTouchFile due to dst failures.pfeldman@chromium.org2013-11-041-2/+4
* Pepper: Fix 2 message rewriting issues in NaClMessageScanner.bbudge@chromium.org2013-11-021-7/+17
* [PPAPI] Fixed FileSystems from JavaScript not having a context.mgiuca@chromium.org2013-11-021-0/+7
* Rename HandleConverter to NaClMessageScanner.bbudge@chromium.org2013-11-025-346/+350
* PPAPI: Make tests really delete the plugin on shutdowndmichael@chromium.org2013-11-021-2/+2
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-021-8/+8
* [PPAPI] Added pp::VarResource_Dev class.yzshen@chromium.org2013-11-0112-27/+204
* Revert 232440 "Pepper: Move FileIO host from renderer to browser."csharp@chromium.org2013-11-011-8/+8
* Pepper: Move FileIO host from renderer to browser.teravest@chromium.org2013-11-011-8/+8
* Revert 232428 "Remove redundant/misleaing README.chromium files."newt@chromium.org2013-11-011-0/+4
* Remove redundant/misleaing README.chromium files.sbc@chromium.org2013-11-011-4/+0
* Pepper: Log test duration to JavaScript console.teravest@chromium.org2013-10-313-0/+21
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-318-8/+234
* Fix out of sync buffer indexing for PPAPI audio.dalecurtis@chromium.org2013-10-312-8/+19
* GetNativeImageDataFormat: Return PP_IMAGEDATAFORMAT_RGBA_PREMUL in the case o...jhoak@google.com2013-10-301-1/+6
* Narrow VDA Decode() API and remove multi-frame tests.yuli@chromium.org2013-10-292-3/+5
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-292-0/+7
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-282-13/+8
* Re-order PNaCl startup events to start pexe fetch early and set indicator.jvoung@chromium.org2013-10-264-44/+63
* Remove IsPnaclEnabled from ppb_nacl_private.jvoung@chromium.org2013-10-255-16/+1
* Pepper: Cleanup in NaCl trusted plugin.teravest@chromium.org2013-10-242-58/+16
* [Pepper] Document the failure mode of the constructor for pp::FileRef.mgiuca@chromium.org2013-10-241-0/+3
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-233-41/+12
* Avoid memory allocation for PPB_FileIO Read when callback is blocking.bbudge@chromium.org2013-10-236-25/+68
* Plumb support for audio sample formats.dalecurtis@chromium.org2013-10-2211-33/+127
* Add missing #includes of <algorithm> in ppapi for std::min/maxscottmg@chromium.org2013-10-227-0/+11
* Remove CanChallengePlatform() and CheckPlatformState().dalecurtis@chromium.org2013-10-2013-166/+37
* [PPAPI] Added new Pepper interface PPB_VarResource_Dev.mgiuca@chromium.org2013-10-1911-2/+351
* Pepper: Fix SetLength permissions in FileIO test.teravest@chromium.org2013-10-171-1/+1
* Avoid referencing index [0] of a zero length string.wfh@chromium.org2013-10-171-1/+1
* Don't check the result of new for NULL.thakis@chromium.org2013-10-171-4/+1
* [PPAPI] It is now valid to store PP_Resource 0 in a ResourceVar.mgiuca@chromium.org2013-10-164-1/+13
* PPAPI: Fix extra whitespace nit in plugin_main_nacl.ccdmichael@chromium.org2013-10-161-1/+0