summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-1724-38/+954
* Review URL: http://codereview.chromium.org/6246117jond@google.com2011-02-165-107/+237
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-165-31/+129
* 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-155-129/+31
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-155-31/+129
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-1525-66/+650
* Remove obsolete dependencies that create needless recompiling.jeanluc@chromium.org2011-02-151-1/+0
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-158-23/+88
* Fix PPB_Audio_Proxy handling of file descriptors.piman@google.com2011-02-151-2/+2
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-136-61/+89
* 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-102-2/+2
* 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-102-2/+2
* Update the checked-in GLES2 bindings and implementation to match the auto-gen...bryner@chromium.org2011-02-081-1/+1
* Revert 73222 - Make target running GLES2 autogen script.gavinp@chromium.org2011-02-081-25/+0
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-0868-629/+1245