summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-125-26/+201
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-5/+7
* Add proxy for PPP_Graphics_3D_Devpiman@google.com2011-04-126-0/+118
* Fix r79718 (and brettw's ignoring of my review comments).viettrungluu@chromium.org2011-04-111-1/+2
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-1124-177/+188
* Create a super-simple PPAPI demo plugin exercising GLES2 functionality.fischman@chromium.org2011-04-113-1/+169
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-111-3/+3
* The mime type list can be NULL to allow all files. Handle this case whenbrettw@chromium.org2011-04-111-1/+3
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-119-24/+385
* Don't close the client file descriptor, it's owned by the channelpiman@google.com2011-04-082-28/+3
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-088-149/+29
* Add parser and test filesnoelallen@google.com2011-04-087-22/+1068
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-083-5/+37
* Allow re-entrancy in PPB_Flash::Navigate()piman@google.com2011-04-081-0/+8
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-072-0/+67
* 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
* Fixing PPB_Graphics2D::Describebrettw@chromium.org2011-04-061-3/+6
* Make DidDestroy a sync IPC so that plugins can properly cleanup.piman@google.com2011-04-041-2/+2
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-042-5/+4
* Make DidChangeView async againpiman@google.com2011-04-011-3/+1
* Fix resource destruction in proxypiman@google.com2011-04-014-23/+25
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-319-2/+60
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-3110-415/+741
* Unblock for all plugin->renderer messages to preserve the ordering for pluginbrettw@chromium.org2011-03-302-0/+13
* IDL version of PPAPI interfaces.neb@chromium.org2011-03-3034-0/+2109
* Convert C++ example in the comment to Cnfullagar@google.com2011-03-292-14/+21
* Implement proxy for PPB_Flash_NetConnector.brettw@chromium.org2011-03-298-1/+422
* Hook up status notifications in the Proxy.brettw@chromium.org2011-03-293-7/+74
* Fix up some types in the API.neb@chromium.org2011-03-2817-25/+27
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-284-31/+41
* Change a parameter name from message_data to message based on a review commen...dmichael@google.com2011-03-282-4/+4
* Initialize a few uninitialized member variables and structs in PPAPI.finnur@chromium.org2011-03-286-10/+26
* Move some files from base to base/memory.levin@chromium.org2011-03-2815-22/+22
* Make PPAPI PostMessage behave asynchronously.dmichael@google.com2011-03-261-4/+20
* Fixed header guard.ddorwin@chromium.org2011-03-241-3/+3
* 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