summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-181-4/+6
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-171-2/+13
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-1/+6
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-151-3/+12
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-151-1/+15
* Add trusted Instance C interfaces with scripting-related functions.dmichael@chromium.org2011-04-152-0/+128
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-141-6/+7
* Add CORS options to URL requests. This information will be used by the URLLoa...bbudge@chromium.org2011-04-141-3/+18
* Added ppp_broker.h and parameterized PpapiThread to support the broker process.ddorwin@chromium.org2011-04-143-4/+92
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-113-12/+16
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-111-4/+45
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-082-15/+15
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-081-4/+17
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-071-0/+66
* Added and partially implemented entry points for PPB_GRAPHICS_3D.alokp@chromium.org2011-04-071-0/+1
* New and updated docs for pp_completion_callbackjond@google.com2011-04-071-16/+43
* Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...alokp@chromium.org2011-04-072-22/+137
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-041-0/+4
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-311-1/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-313-353/+538
* Convert C++ example in the comment to Cnfullagar@google.com2011-03-292-14/+21
* Fix up some types in the API.neb@chromium.org2011-03-287-15/+13
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-281-7/+6
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-241-2/+14
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-232-0/+145
* Minor changes to the comments of ResourceTracker and PP_ImageDataFormat.yzshen@chromium.org2011-03-231-1/+5
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-232-413/+2
* fix commentsdilmah@chromium.org2011-03-221-2/+2
* 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