summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-161-62/+0
* PPAPI: Add Quota info to PPB_FileSystem::Open docdmichael@chromium.org2012-07-111-2/+11
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-2/+13
* Plumb through the page focus lost event to Pepper plugins.brettw@chromium.org2012-06-301-3/+11
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-282-0/+131
* Implement right-to-left text rendering in Pepper.brettw@chromium.org2012-06-282-3/+23
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-271-4/+53
* Add documentation for the context menu Pepper event.brettw@chromium.org2012-06-251-4/+20
* Revert 143483 - Add an IPC channel between the NaCl loader process and the re...bbudge@chromium.org2012-06-211-8/+4
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-212-2/+246
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-211-4/+8
* 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