summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Merge 144623 - Implement right-to-left text rendering in Pepper.brettw@chromium.org2012-07-092-3/+23
* Let flash query the number of CPU cores present.tsepez@chromium.org2012-06-181-2/+6
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-181-1/+2
* Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*.yzshen@chromium.org2012-06-181-11/+7
* Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.yzshen@chromium.org2012-06-151-4/+41
* This returns the default print settings for the default printer. Currently th...raymes@chromium.org2012-06-143-46/+128
* Add an asynchronous version of the Flash DeviceID API.brettw@chromium.org2012-06-112-0/+51
* Propogate the UI language on the command line and expose to Flash.brettw@chromium.org2012-06-111-2/+10
* Plumb texture target to VideoDecodeAccelerator::Clientsail@chromium.org2012-06-081-5/+24
* "Replace" PPB_Flash's GetSettingInt with a more general GetSetting.viettrungluu@chromium.org2012-06-081-16/+50
* Pepper Flash: Remove PPB_Flash 11.viettrungluu@chromium.org2012-06-071-27/+1
* Fix trivial and inconsequential typo in ppp_flash_browser_operations.idl.viettrungluu@chromium.org2012-06-071-2/+2
* Add a comment explaining a different failure mode of the Pepper file chooser.brettw@chromium.org2012-06-061-1/+11
* Connect up flash blacklist entries to GetSettingIntjbauman@chromium.org2012-06-041-2/+13
* WebSocket Pepper API: allow to close connection without code and reasontoyoshim@chromium.org2012-05-311-2/+11
* Remove PPB_Transport_Dev API.sergeyu@chromium.org2012-05-301-186/+0
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-301-9/+11
* Pepper Flash settings integration: implement "deauthorize content licenses".yzshen@chromium.org2012-05-271-4/+129
* Test for Pepper IME events.kinaba@chromium.org2012-05-211-4/+62
* [Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit t...kmadhusu@chromium.org2012-05-161-6/+16
* Add an instance parameter to PPB_NaCl_Private::LaunchSelLdr.bbudge@chromium.org2012-05-151-3/+11
* Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...tsepez@chromium.org2012-05-101-41/+4
* Move gles2 extensions out of dev.nfullagar@google.com2012-05-073-73/+79
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-071-4/+41
* Update gl2.h and gl2ext.h headers from Khronos.nfullagar@google.com2012-05-031-1/+1
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-2/+7
* NaCl: Remove unused process ID/handle arguments from launch_nacl_process()mseaborn@chromium.org2012-05-021-8/+5
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-021-4/+62
* Add a PPB_Flash_Print interface and implement in Chrome.brettw@chromium.org2012-04-272-2/+47
* Fix small error in code in comment for PostMessage usage. No functional chang...elijahtaylor@chromium.org2012-04-271-2/+2
* WebSocket Pepper API: the second Close() should not return error code.toyoshim@chromium.org2012-04-251-3/+3
* Remove support for bitmap printing in pepperbrettw@chromium.org2012-04-191-9/+8
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-171-2/+18
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-2/+30
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-131-4/+36
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-0/+70
* Fixed some PP_X509Certificate_Private_Field enum values.raymes@chromium.org2012-04-121-4/+8
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-121-4/+52
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-081-0/+138
* Implemented the function which converts a Chrome X509Certificate into a peppe...raymes@chromium.org2012-04-051-9/+15
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-041-0/+172
* Added RTF support to pepper API.raymes@chromium.org2012-04-021-4/+15
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-281-46/+0
* Cleaned up documentation (standard documentation rewrite).jond@google.com2012-03-271-8/+8
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-262-21/+36
* Add CreateFromIPv[46]Address() in PPB_NetAddress_Private.sergeyu@chromium.org2012-03-221-7/+48
* Change interface namenoelallen@chromium.org2012-03-221-2/+2
* PPAPI: Remove out-dated or unnecessary TODOs from public files.dmichael@chromium.org2012-03-212-12/+2
* Add a private PPB_Talk_Private interface.varunjain@chromium.org2012-03-191-0/+58
* Add OpenGL occlusion query support to pepper.jbauman@chromium.org2012-03-161-20/+26