summaryrefslogtreecommitdiffstats
path: root/ppapi/api
Commit message (Expand)AuthorAgeFilesLines
* ppb_fullscreen: update the comments that got out of date when this patchpolina@google.com2011-10-171-7/+5
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-162-8/+8
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-141-0/+49
* PPAPI Fullscreen: remove redundant code errouneously inherited frompolina@google.com2011-10-141-7/+5
* PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to...polina@google.com2011-10-141-6/+4
* Move 'SaveAs' functionality from PPB_FileChooser_Dev to PPB_FileChooser_Trust...bbudge@google.com2011-10-122-32/+31
* Fix the IDL for PPB_Font_Dev now that enum values can be expressions.bbudge@chromium.org2011-10-111-2/+2
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-076-0/+657
* Create IDL for PPB_FileChooser_Dev and PPB_FileChooser_Trusted, and add the a...bbudge@google.com2011-10-052-0/+144
* Convert transport, scrollbar, and query policy to IDL.brettw@chromium.org2011-10-054-0/+318
* Use Noel's chromium.org address instead of his google.com one for owners.brettw@chromium.org2011-10-041-1/+1
* Convert font, console, buffer, and find to IDL.brettw@chromium.org2011-10-044-0/+378
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-293-24/+15
* Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...kinaba@chromium.org2011-09-273-15/+24
* Additional update on Pepper IME API and boilerplate thunk/proxy implementation.kinaba@chromium.org2011-09-273-24/+15
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-272-17/+21
* Add Pepper API to use UDP mtilburg@adobe.com2011-09-261-0/+59
* Add IDL file for PPB_Flash_TCPSocket.yzshen@chromium.org2011-09-261-0/+124
* Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.brettw@chromium.org2011-09-201-0/+48
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-3/+29
* Declarations for Pepper IME API.kinaba@chromium.org2011-09-163-1/+202
* Make NaCl PPAPI proxy honor the Disable3DApis policy.mnissler@chromium.org2011-09-081-2/+8
* Remove executable permission.yzshen@chromium.org2011-09-082-0/+0
* Introduce a new Pepper interface: PPB/PPP_MouseLock.yzshen@chromium.org2011-09-082-0/+85
* Fix out of sync pp_errors.idl and ppb_input_event.idlnoelallen@google.com2011-09-062-5/+70
* Convert c/dev ppp_zoom_dev and ppp_widget_dev to IDLnoelallen@google.com2011-09-062-0/+53
* Convert zoom and widget to IDLnoelallen@google.com2011-09-062-0/+83
* Fixed spelling errors and changed all references to PP_Resource to be thejond@google.com2011-08-319-42/+48
* Changed all @code to <code> and @endcode to </code> as per dmichael. Adding P...jond@google.com2011-08-304-62/+79
* Add IDL for the fullscreen dev API and automatically generate the .h file.brettw@chromium.org2011-08-261-0/+48
* Fix incorrect API version information.noelallen@google.com2011-08-2514-21/+1
* Fix typos in ppb_url_loader.idlyuzo@chromium.org2011-08-191-3/+3
* Changed "Pepper Audio API Code Walkthrough" to "Pepper Audio API" as per Andy.jond@google.com2011-08-162-2/+2
* New documentation for ppb_input_event.hjond@google.com2011-08-161-77/+212
* Some minor doc changesjond@google.com2011-08-162-3/+3
* Fixed several issues with <code> tags mostly (warnings in Doxygen). jond@google.com2011-08-156-11/+13
* Formatting changesjond@google.com2011-08-124-42/+91
* PPAPI: header comments on when PPP_Instance::DidDestroy and PPP_ShutdownModulepolina@google.com2011-08-082-11/+16
* PPAPI: Make forceasync callback option the default.polina@google.com2011-07-221-5/+2
* Remove the requirement that keyboard events be sent in filtered mode. Thisbrettw@chromium.org2011-07-221-8/+9
* Clarify the requirements of the GetInterface function that the plugin mustbrettw@chromium.org2011-07-221-0/+10
* Trivial fix for IDL to H deltanoelallen@google.com2011-07-211-1/+1
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-204-64/+82
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-201-37/+8
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-8/+37
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-201-37/+8
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-8/+37
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-201-37/+8
* Missing changes for IDLnoelallen@google.com2011-07-192-4/+45
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-191-4/+0