summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Revert 91859 - Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-084-19/+1
* Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-084-1/+19
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-089-25/+17
* Trivial fixes to PPAPInoelallen@google.com2011-07-071-0/+1
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-0713-45/+52
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-079-0/+413
* Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messagingbrettw@chromium.org2011-07-063-0/+42
* Add PPB_Memory_Dev to the proxy.dspringer@chromium.org2011-07-064-0/+103
* Fix clang warning.yzshen@chromium.org2011-07-011-1/+2
* Re-land the reverted CL:yzshen@chromium.org2011-07-0113-1/+619
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-309-10/+10
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-3011-610/+1
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-3011-1/+610
* Add owners files to ppapi.brettw@chromium.org2011-06-291-0/+2
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-2914-116/+824
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-232-0/+8
* Fix the ARM build. Apparently it's picky about the difference between NULLbrettw@chromium.org2011-06-221-1/+1
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-2213-731/+642
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-224-4/+4
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-182-0/+15
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-1710-514/+421
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-1512-477/+246
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-159-239/+272
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-141-22/+3
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-141-3/+6
* Delete deserializer in synthesized message to avoid leakfischman@chromium.org2011-06-131-3/+3
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-103-25/+54
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-088-59/+223
* roll clang 131935:132017thakis@chromium.org2011-06-082-2/+2
* Fix a bug in the Broker proxy thunk that breaks the Connect callback when run...ddorwin@chromium.org2011-06-021-2/+2
* Fixed handling of a non-NULL attrib_list in PPB_Surface3D Proxy's Create().ddorwin@chromium.org2011-06-021-5/+8
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-0126-452/+507
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-0126-507/+452
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-0126-452/+507
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-2712-304/+353
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-275-18/+6
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-266-4/+58
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Proxy PPB_Instance_Private and PPP_Instance_Private.dmichael@chromium.org2011-05-257-0/+343
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Don't re-enter when destroying FlashNetConnectorpiman@google.com2011-05-241-2/+17
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-188-43/+83
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-1321-276/+260
* Don't send ReleaseResource notifications to the browser for fonts. They havebrettw@chromium.org2011-05-111-2/+4
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-1018-479/+303
* Keep a reference to the module when handling PPB_Flash::Navigatepiman@google.com2011-05-103-8/+12
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-102-14/+14
* Fix ppapi proxycpu@chromium.org2011-05-091-2/+4
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-0616-368/+517