summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...viettrungluu@chromium.org2011-03-025-9/+168
* 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-281-4/+6
* 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
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-247-271/+381
* 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-2111-23/+331
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-1717-12/+934
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-1515-18/+590
* Implement basic crash detection and shutdown handling for out of process PPAPIbrettw@chromium.org2011-02-156-23/+68
* 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
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-0866-628/+1242
* Fix reentrancy in HandleEvent by posting a taskpiman@google.com2011-02-021-3/+9
* Implement proxy for 3d-related interfacespiman@google.com2011-02-0217-5/+2321
* Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...brettw@chromium.org2011-01-287-60/+25
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-2761-826/+1659
* Add a target for the proxy unittests. Write tests for the var tracker.brettw@chromium.org2011-01-213-0/+186
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-2143-434/+965
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1524-124/+146
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-156-34/+41
* Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.viettrungluu@chromium.org2011-01-133-8/+3
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-063-5/+4
* Fix bug introduced when moving image_data to its own file.brettw@chromium.org2011-01-031-1/+0
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2445-55/+122
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-167-35/+35
* Even more virtual method deinlining.erg@google.com2010-12-134-7/+10
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-096-3/+17