summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-074-28/+28
* Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...bbudge@chromium.org2012-08-074-28/+28
* Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.bbudge@chromium.org2012-08-074-28/+28
* Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...bauerb@chromium.org2012-08-023-0/+30
* Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...bauerb@chromium.org2012-07-271-2/+14
* PPAPI/NaCl: Make ImageData for NaCl just use shared memorydmichael@chromium.org2012-07-257-15/+155
* Modify the PPB_Audio_Shared code for NaCl.bbudge@chromium.org2012-07-251-4/+5
* PPAPI: Remove unused PPBAudio_NotifyAudioStreamCreated_Paramsdmichael@chromium.org2012-07-251-8/+0
* Remove unused member variable.nileshagrawal@chromium.org2012-07-182-6/+1
* Fix typo where dialog box save_as parameter was dropped, introduced as part o...tsepez@chromium.org2012-07-171-1/+1
* Fix some bugs in the file chooser.brettw@chromium.org2012-07-171-1/+1
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-161-1/+0
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-1417-419/+557
* Fix code in breakpad_win.cc which handles crash data entries for ppapi plugins.raymes@chromium.org2012-07-131-7/+0
* Add support for threadsafe completion callback factory.brettw@chromium.org2012-07-1316-91/+115
* Re-enabled PPAPI crash url for non-windows platforms.raymes@chromium.org2012-07-111-1/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-07-111-2/+4
* Get the audio proxy building as untrusted code for NaCl.bbudge@chromium.org2012-07-103-8/+6
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-0/+2
* Fix PPB_MouseLock.LockMouse crash and add tests.yzshen@chromium.org2012-07-091-10/+4
* Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy.bbudge@chromium.org2012-07-032-10/+10
* Disable setting the crash URL in breakpad for pepper flash.raymes@chromium.org2012-07-021-0/+5
* Create a PPAPI host for new resource message routing.brettw@chromium.org2012-06-302-0/+9
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-284-1/+37
* Invoke PluginImplementedObjectDestroyed for ppp_class deallocatejhorwich@chromium.org2012-06-272-9/+11
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-275-1/+27
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-2/+3
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-2324-241/+225
* make PPAPI file chooser use suggested file name when present.tsepez@chromium.org2012-06-221-1/+1
* Try to fix a crash in the var tracking.brettw@chromium.org2012-06-221-21/+30
* ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.sadrul@chromium.org2012-06-222-0/+14
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-211-0/+11
* Add resource message call and reply infrastructure.brettw@chromium.org2012-06-215-0/+355
* Revert 143294 - Provides a real implementation of GetDefaultPrintSettings.raymes@google.com2012-06-213-4/+32
* Provides a real implementation of GetDefaultPrintSettings.raymes@chromium.org2012-06-203-32/+4
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-2015-31/+43
* Fix a crash in Pepper object scripting.brettw@chromium.org2012-06-201-2/+4
* PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.dmichael@chromium.org2012-06-192-12/+5
* gpu: add SignalSyncPoint to complement WaitSyncPointpiman@chromium.org2012-06-192-0/+8
* Let flash query the number of CPU cores present.tsepez@chromium.org2012-06-182-0/+3
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-189-6/+318
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-163-1/+147
* Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.yzshen@chromium.org2012-06-153-0/+25
* Revert 142482 - Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-153-147/+1
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-153-1/+147
* This returns the default print settings for the default printer. Currently th...raymes@chromium.org2012-06-144-0/+63
* Reland: Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-121-0/+36
* Revert 141482 - Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-111-36/+0
* Add an asynchronous version of the Flash DeviceID API.brettw@chromium.org2012-06-116-0/+185