summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-244-2/+63
* Pepper: Add SetRecordDownloadProgress() to pp::URLRequestInfo (C++ wrapper).viettrungluu@chromium.org2011-03-231-0/+3
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-2317-14/+688
* Add IDL Lexernoelallen@google.com2011-03-232-0/+321
* PPB_CursorControl_Dev.SetCursor: Add support for custom cursor.yzshen@chromium.org2011-03-231-2/+31
* 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-2312-724/+5
* Unbreak compilation of ppapi examples.neb@chromium.org2011-03-223-13/+13
* fix commentsdilmah@chromium.org2011-03-221-2/+2
* Add an (unimplemented) API for getting the available list of font families onbrettw@chromium.org2011-03-193-0/+47
* Implement a proxy for URL util. Some of the implementation that doesn't need tobrettw@chromium.org2011-03-188-0/+458
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-171-5/+5
* Build skia as a dll in windows multi-dll build. ctguil@chromium.org2011-03-172-1/+2
* Updated/rewrote documentation.jond@google.com2011-03-161-12/+12
* Run PPB_CharSet_Dev logic directly in the plugin process.yzshen@chromium.org2011-03-156-130/+210
* Convert ppapi messages to new format.tsepez@chromium.org2011-03-144-732/+747
* Pepper: Add a property to URLRequestInfo to skip header validation.viettrungluu@chromium.org2011-03-142-1/+15
* Prevent Pepper plugin reentrancy for synchronous messages except for scriptbrettw@chromium.org2011-03-135-0/+74
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-1110-22/+234
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-1012-22/+241
* 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
* Pepper/Flapper: Implement proxy for clipboard stuff.viettrungluu@chromium.org2011-03-096-0/+188
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-086-14/+57
* Pepper: spelling correction: Resove -> Resolveviettrungluu@chromium.org2011-03-062-4/+4
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-041-0/+1
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+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-043-2/+35
* 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-025-65/+94
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-026-21/+172
* 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
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-281-0/+7
* Don't allow multiple opens for Pepper FileSystem.yzshen@chromium.org2011-02-285-18/+113
* Review URL: http://codereview.chromium.org/6502007jond@google.com2011-02-282-65/+150
* Fix compiling on gcc-4.6.hbono@chromium.org2011-02-251-1/+1
* Factor fd sharing code in proxy and fix fd issues once and for all.piman@google.com2011-02-255-72/+83
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-0/+10
* 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-2411-345/+474
* 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-235-46/+55
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-235-22/+27
* Dup command-buffer SHM handle before auto-closing.piman@google.com2011-02-231-1/+4
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-2115-29/+358