summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Actually hook up the Pepper time message.brettw@chromium.org2011-04-221-0/+2
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-213-15/+29
* Properly serialize FileRef_CreateInfo vectors. This has the same serializationbrettw@chromium.org2011-04-212-35/+89
* Convert PP_rect to use new IPC generation.tsepez@chromium.org2011-04-203-84/+18
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-204-0/+91
* Make AddRefObject a sync message to avoid a race condition between (1)brettw@chromium.org2011-04-194-3/+27
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-0/+18
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-186-7/+45
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-184-0/+42
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-183-11/+66
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-176-0/+356
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-1610-164/+321
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-10/+78
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-153-34/+398
* Fix the ref-count issue related to the url_loader parameter of PPP_Instance.H...yzshen@chromium.org2011-04-141-0/+24
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-145-9/+9
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-141-1/+1
* 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-125-0/+116
* 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-119-30/+30
* 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-111-0/+10
* Don't close the client file descriptor, it's owned by the channelpiman@google.com2011-04-082-28/+3
* Allow re-entrancy in PPB_Flash::Navigate()piman@google.com2011-04-081-0/+8
* 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-041-5/+0
* 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-313-1/+27
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-311-0/+2
* Unblock for all plugin->renderer messages to preserve the ordering for pluginbrettw@chromium.org2011-03-302-0/+13
* Implement proxy for PPB_Flash_NetConnector.brettw@chromium.org2011-03-297-1/+420
* 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-283-5/+5
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-283-24/+35
* Initialize a few uninitialized member variables and structs in PPAPI.finnur@chromium.org2011-03-283-4/+10
* Move some files from base to base/memory.levin@chromium.org2011-03-2814-20/+20
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-243-0/+49
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-231-15/+0
* Implement a proxy for URL util. Some of the implementation that doesn't need tobrettw@chromium.org2011-03-185-0/+280
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-171-5/+5
* Run PPB_CharSet_Dev logic directly in the plugin process.yzshen@chromium.org2011-03-153-130/+16
* Convert ppapi messages to new format.tsepez@chromium.org2011-03-143-731/+747
* 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-115-0/+165
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-1010-21/+224
* Pepper/Flapper: Implement proxy for clipboard stuff.viettrungluu@chromium.org2011-03-095-0/+186
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-083-1/+29