summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Add an (unimplemented) API for getting the available list of font families onbrettw@chromium.org2011-03-191-0/+45
* Updated/rewrote documentation.jond@google.com2011-03-161-12/+12
* Pepper: Add a property to URLRequestInfo to skip header validation.viettrungluu@chromium.org2011-03-141-1/+11
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-111-0/+45
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-1/+15
* Clarify the behavior of PaintImageData.brettw@chromium.org2011-03-101-1/+10
* Add some more documentation from a recent ppapi discussion.nfullagar@google.com2011-03-102-4/+12
* Added link to ppb.h to point to list of valid interface names. Wrote/rewrote ...jond@google.com2011-03-092-22/+77
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-081-5/+14
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-041-0/+1
* Adding missing forward declaration of struct PP_CompletionCallback.brettw@chromium.org2011-03-041-0/+2
* Pepper/Flapper: Add very basic clipboard support.viettrungluu@chromium.org2011-03-042-2/+33
* Adding resources for PDF loading progress control.gene@chromium.org2011-03-031-0/+11
* Minor doc changes. Mostly commented out TODO and {PENDING notes that engineer...jond@google.com2011-03-035-43/+90
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-022-2/+4
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-021-21/+29
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-021-12/+4
* Pepper/Flapper: Add an interface to do sync file ops on FileRefs.viettrungluu@chromium.org2011-03-011-19/+45
* Removed variables sections in DoxygenLayOut. Changed header to point to new c...jond@google.com2011-03-012-3/+2
* Review URL: http://codereview.chromium.org/6502007jond@google.com2011-02-282-65/+150
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...avi@chromium.org2011-02-241-3/+3
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-243-74/+91
* Pepper: Increment the version numbers for PPB_{FileRef,FileSystem}_Dev.viettrungluu@chromium.org2011-02-232-3/+3
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-232-38/+46
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-234-22/+22
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-213-6/+25
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-172-9/+8
* Review URL: http://codereview.chromium.org/6246117jond@google.com2011-02-165-107/+237
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-161-16/+18
* Document the meaning of the scroll wheel event in PPAPI.brettw@chromium.org2011-02-151-0/+44
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-18/+16
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-16/+18
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-152-6/+6
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-151-0/+19
* Pepper GLES fixes to support 3D in NaCl.neb@chromium.org2011-02-111-3/+4
* Revert the accidentially changed auto-generated files.jochen@chromium.org2011-02-101-1/+1
* Minor changes to layout to remove variables section. Doxyfile changed to find...jond@google.com2011-02-102-3/+3
* Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.jochen@chromium.org2011-02-101-1/+1
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-1/+1
* Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...viettrungluu@chromium.org2011-02-071-3/+5
* Review URL: http://codereview.chromium.org/6312098jond@google.com2011-02-038-52/+124
* Review URL: http://codereview.chromium.org/6286018jond@google.com2011-02-032-19/+73
* This Doxyfile has the TYPEDEF_HIDES_STRUCT = NO setting to fix the PP_Var jond@google.com2011-02-021-718/+719
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-313-3/+73
* Include what you use in ppb_context_3d_trusted_devneb@chromium.org2011-01-291-0/+2
* Some minor tweaks to doxygen code. Namely adding @file sections to the start jond@google.com2011-01-2823-12/+3188
* Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxypiman@google.com2011-01-281-1/+14
* Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct...jond@google.com2011-01-2826-93/+399
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-2/+2
* Include what you use in ppb_surface_3d_dev.h.neb@chromium.org2011-01-261-0/+1