summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a crash in the renderer process which occurs in the PPAPI host code due t...ananta@chromium.org2011-09-301-5/+6
* Added GL enums for dxt3 and dxt5 texture compression to <GLES2/gl2ext.h>.alokp@chromium.org2011-09-301-0/+12
* Unused variables cleanup (gcc 4.6)pph34r@gmail.com2011-09-303-10/+10
* Relanding this as the earlier attempt was reverted due to a boneheader mistak...ananta@chromium.org2011-09-301-4/+8
* Revert 103377 - Fix a pepper plugin process crash which occurs if we receive ...ddorwin@chromium.org2011-09-291-8/+4
* Fix a pepper plugin process crash which occurs if we receive input events for...ananta@chromium.org2011-09-291-4/+8
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-2926-82/+407
* PPAPI SetFullscreen: Do return PP_FALSE when transition cannot be process. Th...polina@google.com2011-09-292-8/+24
* NaCl Proxy Test: update ppapi_ppb_fullscreen_browser_test to work with the ne...polina@google.com2011-09-293-50/+128
* Add IsScalingDisabled and PP_PRINTOUTPUTFORMAT_EMF to pepper printing interface.vandebo@chromium.org2011-09-2812-17/+122
* Fix untrusted build of ppb_file_system test I broke in http://codereview.chro...dmichael@chromium.org2011-09-281-1/+1
* Remove unused variable ppb_core.dmichael@chromium.org2011-09-281-1/+0
* Disable ppapi_bad test for glibc on Windows.dmichael@chromium.org2011-09-271-1/+4
* Replaced opengles.h with opengles2.halokp@chromium.org2011-09-271-1/+1
* Deleted deprecated file ppb_opengles.halokp@chromium.org2011-09-271-14/+0
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-2727-408/+82
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-2727-82/+408
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-2722-107/+481
* Add missing changenoelallen@google.com2011-09-271-1/+1
* Enabling creating of file_ref from filesystem and path for external filesystem.tbarzic@chromium.org2011-09-271-6/+13
* ensure that the plugin will report only one crash event.bsy@google.com2011-09-262-9/+10
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-2619-0/+884
* Update the IDL Generator to use Release instead of Versionnoelallen@google.com2011-09-2611-379/+428
* Add IDL file for PPB_Flash_TCPSocket.yzshen@chromium.org2011-09-262-54/+224
* ppapi_tests: Add a way for TestCase to implement HandleInputEvent.polina@google.com2011-09-234-2/+20
* Pepper Video Capture samplepiman@chromium.org2011-09-233-0/+410
* Declare PPB_Core as a struct, not a class. (Prevents Clang warning)pdox@google.com2011-09-231-4/+4
* Add a test for PPP_Instance_Private_Proxy, to verify reference counting.dmichael@chromium.org2011-09-235-14/+200
* Enable working part of ppapi_bad test with NaCl glibc.halyavin@chromium.org2011-09-221-2/+1
* Fix permission.yzshen@chromium.org2011-09-223-0/+0
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-223-0/+307
* Replaced ppb_opengles.h with ppb_opengles2.h under ppapi/native_client/tests/.alokp@chromium.org2011-09-211-1/+1
* Add DISABLE_TCP_TRANSPORT flag in the Transport API.sergeyu@chromium.org2011-09-211-1/+5
* Chrome repo side changes for making crash detection / reporting more reliable.bsy@google.com2011-09-204-16/+110
* Add a default contrustor to the FileSystem wrapper.brettw@chromium.org2011-09-202-0/+7
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-2019-47/+298
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-2/+0
* Enable NaCl glibc tests which work now.halyavin@chromium.org2011-09-205-12/+6
* Use a fake MIME type in extension_mime_handler NaCl integration test.bauerb@chromium.org2011-09-196-10/+8
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-182-2/+2
* Fix perms in ppapi/native_client/tests/earthrsimha@chromium.org2011-09-162-0/+0
* Add missing NaCl PPAPI test components to Chrome repo.noelallen@google.com2011-09-1617-0/+67727
* Add new input event enums for deps rollnfullagar@google.com2011-09-161-0/+8
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-1616-34/+93
* More testing for Graphics3Dnfullagar@google.com2011-09-162-14/+47
* PPAPI tests should build as shared libraries for Androidpeter@chromium.org2011-09-161-1/+1
* Declarations for Pepper IME API.kinaba@chromium.org2011-09-1613-3/+695
* Included ppb_opengles2.h instead of ppb_opengles.h.alokp@chromium.org2011-09-163-3/+3
* ppapi_tests: Add a test for PPB_Fullscreen_Dev. Disabled on Mac. Marked as fl...polina@google.com2011-09-153-0/+188
* Relay server support for P2P Transport API.sergeyu@chromium.org2011-09-152-9/+28