- 3375e1a87 Revert 142482 - Add untrusted NaCl build for PPAPI proxy. by [email protected] · 13 years ago
- cf1d779 Add untrusted NaCl build for PPAPI proxy. by [email protected] · 13 years ago
- 502ec4dd Add an asynchronous version of the Flash DeviceID API. by [email protected] · 13 years ago
- 3f2b288 Open pepper files directly in browser. by [email protected] · 13 years ago
- ec3cbea1 Revert 140399 - Open pepper files directly in browser. by [email protected] · 13 years ago
- 889636c Open pepper files directly in browser. by [email protected] · 13 years ago
- 042ba85 Revert 140093 - Open pepper files directly in browser. by [email protected] · 13 years ago
- 7e1dc3d2 Open pepper files directly in browser. by [email protected] · 13 years ago
- ab10dcb3 Remove bogus include path from ppapi/ppapi_proxy.gypi by [email protected] · 13 years ago
- 76ea509a Work around linker error of multiple definitions of pp::BlockUntilComplete. by [email protected] · 13 years ago
- d353541f ui: Move surface/ directory out of gfx/, up to ui/. by [email protected] · 13 years ago
- 724fbd3 Move the rest of the Flash functions to the thunk system. by [email protected] · 13 years ago
- 4c44183a Move text input API to Instance. by [email protected] · 13 years ago
- d1e33ca Move the FlashClipboard API into the Flash one. by [email protected] · 13 years ago
- 33ec5056 Add new MouseCursor interface for setting the mouse cursor. by [email protected] · 13 years ago
- de289526 Add the PPAPI X509 Certificate interface and implementation. by [email protected] · 13 years ago
- aa24087 Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. by [email protected] · 13 years ago
- 11f515ac New file chooser interface that uses the new PP_ArrayOutput feature. This also changes PP_ArrayOutput to be pass-by-value. by [email protected] · 13 years ago
- 5b9b80e Out-of-process implementation of the PPB_NetworkMonitor_Private interface. by [email protected] · 13 years ago
- 95cc0fe Add a private PPB_Talk_Private interface. by [email protected] · 13 years ago
- 2d011e8 Added out-of-process support for server sockets. by [email protected] · 13 years ago
- 3c8c74c Pepper IME API for surrounding text retrieval. by [email protected] · 13 years ago
- 2493110 HostResolver is exposed to plugin. by [email protected] · 13 years ago
- aaa11b3 Factor out the command buffer implementation in ppb_graphics_3d_proxy so that it is more general (does not depend on a dispatcher) and can be used elsewhere. by [email protected] · 13 years ago
- 3890cfff Adds a printing proxy and example. This adds a printing example. by [email protected] · 13 years ago
- 7a26d92e Rename PPB_Font to PPB_BrowserFont_Trusted. by [email protected] · 14 years ago
- cd2af39 Introduce PPB_Flash_MessageLoop interface for Pepper Flash. by [email protected] · 14 years ago
- 15b1224 Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop interface. This includes a simple by [email protected] · 14 years ago
- 52f604e Revert 119198 - First pass at implementing the MessageLoop interface. This includes a simple by [email protected] · 14 years ago
- 574c50a First pass at implementing the MessageLoop interface. This includes a simple by [email protected] · 14 years ago
- 3c0edf1 Revert r118525 / Re-land r118240 - the build failure was a flake. by [email protected] · 14 years ago
- 96fba197 Revert r118240 - gles_2_c_lib as a component. by [email protected] · 14 years ago
- 7522541 This change makes gles2_c_lib work as a component. It introduces a gles2_c_lib_export.h file, and ensures that all of the GL shim symbols are exported properly. by [email protected] · 14 years ago
- 8cc26a4 Implement in-process PPB_VarArrayBuffer_Dev. by [email protected] · 14 years ago
- cc6db92 Implement a proxy for Pepper FileIO. by [email protected] · 14 years ago
- f2a211d23 Revert 113817 - Implement a proxy for Pepper FileIO. by [email protected] · 14 years ago
- 4bfc70f Implement a proxy for Pepper FileIO. by [email protected] · 14 years ago
- 2040e30f Revert 113656 - Implement a proxy for Pepper FileIO. by [email protected] · 14 years ago
- 4f95dd7 Implement a proxy for Pepper FileIO. by [email protected] · 14 years ago
- 872caf56 Remove PP_Module from parameters for PPB_Var.VarFromUtf8. by [email protected] · 14 years ago
- 88cc7818 Remove Context3D/Surface3D by [email protected] · 14 years ago
- 1f8a089 Revert 110602 - Revert 110587 - Microphone support for Pepper Flash. by [email protected] · 14 years ago
- 7aac3055 Revert 110587 - Microphone support for Pepper Flash. by [email protected] · 14 years ago
- 0ac8fd43 Microphone support for Pepper Flash. by [email protected] · 14 years ago
- fb575bc Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old idl and C/C++ headers for backward compatibility. Also TCP interface should be returned by old name. by [email protected] · 14 years ago
- 0f41c01 Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154) by [email protected] · 14 years ago
- 5732c7c Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154) by [email protected] · 14 years ago
- 645ef96b9 Remove the proxy callback tracker. by [email protected] · 14 years ago
- 794d83cd Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
- faa2a45b Revert 106142 - Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
- 77ac44f1 Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
- 8d770e49 Convert the charset, memory, and crypto interfaces to use the thunk system. by [email protected] · 14 years ago
- 0346023 Convert URLUtil to the thunk system. by [email protected] · 14 years ago
- 2daba2f3 Additional update on Pepper IME API and boilerplate thunk/proxy implementation. by [email protected] · 14 years ago
- 40fbffa6 Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/proxy implementation. by [email protected] · 14 years ago
- a5bd413 Additional update on Pepper IME API and boilerplate thunk/proxy implementation. by [email protected] · 14 years ago
- 7813eb0b Add Pepper API to use UDP by [email protected] · 14 years ago
- 5c96602 s patch tries to remove most of the manual registration for Pepper interfaces, and replaces it with a list of macros. When files want to know which Pepper interface names and structs there are, they define what they want to do with the macros, and then include the relevant files for the classes of interfaces they want (stable, private, dev). by [email protected] · 14 years ago
- 37fe036 Revert r100853, 100851. Win_shared build is broken. by [email protected] · 14 years ago
- 7937c48 This patch tries to remove most of the manual registration for Pepper interfaces, and replaces it with a list of macros. When files want to know which Pepper interface names and structs there are, they define what they want to do with the macros, and then include the relevant files for the classes of interfaces they want (stable, private, dev). by [email protected] · 14 years ago
- c77a8dd4 Revert 100748 - This patch tries to remove most of the manual registration for Pepper interfaces, and replaces it with a list of macros. When files want to know which Pepper interface names and structs there are, they define what they want to do with the macros, and then include the relevant files for the classes of interfaces they want (stable, private, dev). by [email protected] · 14 years ago
- 62cccdac This patch tries to remove most of the manual registration for Pepper interfaces, and replaces it with a list of macros. When files want to know which Pepper interface names and structs there are, they define what they want to do with the macros, and then include the relevant files for the classes of interfaces they want (stable, private, dev). by [email protected] · 14 years ago
- 18d871f Introduce a new Pepper interface: PPB/PPP_MouseLock. by [email protected] · 14 years ago
- f0a04c4 Create ppapi_proxy.dll and ppapi_shared.dll. by [email protected] · 14 years ago
- 7f8b26b Add a unified resource tracker shared between the proxy and the impl. by [email protected] · 14 years ago
- be0a84b Move host resource from the proxy to the shared_impl. by [email protected] · 14 years ago
- 2bbd2c67 Unify var tracking between webkit and the proxy. by [email protected] · 14 years ago
- 0fa46e8 PPB/PPP_VideoCapture_Dev proxy by [email protected] · 14 years ago
- 7ace8ad Implement PPAPI VideoDecode out-of-process support by [email protected] · 14 years ago
- b20df1c Proxy PPP_Messaging. by [email protected] · 14 years ago
- eeb4e4a Re-land r92885, which was reverted in r92891. by [email protected] · 14 years ago
- e5eb5c4 Revert 92885 - Completed the implementation for PPB_Graphics3D interface. by [email protected] · 14 years ago
- 914f418 Completed the implementation for PPB_Graphics3D interface. by [email protected] · 14 years ago
- 493d1421 Add interfaces for requesting and receiving input event resources. by [email protected] · 14 years ago
- dc0156ac Add PPB_Memory_Dev to the proxy. by [email protected] · 14 years ago
- 373a95a Re-land the reverted CL: by [email protected] · 14 years ago
- ba8a9e4 Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
- 24498a8e Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
- e18e639 Convert most remaining resources to use the API/thunk system. The significant by [email protected] · 14 years ago
- ceadc39 Move fullscreen and instance to the new thunk system. by [email protected] · 14 years ago
- 0925622c Proxy PPB_Var, fix o-o-p string var id tracking. by [email protected] · 14 years ago
- 792f1ca3 Proxy PPB_Instance_Private and PPP_Instance_Private. by [email protected] · 14 years ago
- 55cdf605 Convert audio-related messages to the new thunk/API system for Pepper. by [email protected] · 14 years ago[Renamed (76%) from ppapi/ppapi_shared_proxy.gypi]
- 7a1f7c6f Make the Pepper proxy support in-process font rendering. by [email protected] · 14 years ago
- 6239d34 This implements the new system for Graphics2D only. by [email protected] · 14 years ago
- 747ab0d4 Add a way to pass information to Pepper Flash from the command-line (e.g., for debugging). by [email protected] · 14 years ago
- 3fa3f67 Base: Adjust dependencies to build with base.dll by [email protected] · 14 years ago
- ed321c6 Base: Adjust dependencies to build with base.dll by [email protected] · 14 years ago
- f682ad7 Add an initial crypto interface to fill a given buffer with random data. This by [email protected] · 14 years ago
- ae971c2 Implemented PPB_Broker_Proxy. by [email protected] · 14 years ago
- e2614c6 Refactored ppapi Dispatcher to share common code between the plugin and broker dispatchers. by [email protected] · 14 years ago
- 8c3bd1d Add proxy for PPP_Graphics_3D_Dev by [email protected] · 14 years ago
- 7d3782f Implement proxy for PPB_Flash_NetConnector. by [email protected] · 14 years ago
- 9ca245e Implement a proxy for URL util. Some of the implementation that doesn't need to by [email protected] · 14 years ago
- cf69668 Build skia as a dll in windows multi-dll build. by [email protected] · 14 years ago
- 26f9e71 Run PPB_CharSet_Dev logic directly in the plugin process. by [email protected] · 14 years ago
- 631179b Convert ppapi messages to new format. by [email protected] · 14 years ago
- d38c5740 Add a console interface for logging to the JS console from a PPAPI plugin. by [email protected] · 14 years ago
- 2cc06224 Ensure that PP_Instance values are unique within a plugin process in addition by [email protected] · 14 years ago
- 5cf8a5b Pepper/Flapper: Implement proxy for clipboard stuff. by [email protected] · 14 years ago