summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Add an interface for nacl to create delete-on-close temp files,jvoung@google.com2012-07-302-3/+9
* Factor out PP_FileHandle from ppb_flash_file into itsjvoung@google.com2012-07-272-12/+32
* Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...bauerb@chromium.org2012-07-271-14/+57
* Experimental flag for HiDPI-aware PDF Viewerjhorwich@chromium.org2012-07-261-0/+7
* Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT.jvoung@google.com2012-07-231-1/+7
* Add support for VP8 decode to OmxVideoDecodeAccelerator, for HW that supports...fischman@chromium.org2012-07-231-2/+2
* 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