- 1c62eeb Revert of PPAPI: Make GetProxiedInterface not re-enter the plugin (patchset #2 id:20001 of https://codereview.chromium.org/704913002/) by kareng · 11 years ago
- a17de8fa PPAPI: Make GetProxiedInterface not re-enter the plugin by dmichael · 11 years ago
- 699af3c replace OVERRIDE and FINAL with override and final in ppapi/ by mostynb · 11 years ago
- 6b328f3d PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
- 1ea0de3 Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #5 id:80001 of https://codereview.chromium.org/589213003/) by dmichael · 11 years ago
- 3fe4cee PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
- 50c6f1a Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #4 id:60001 of https://codereview.chromium.org/589213003/) by bbudge · 11 years ago
- f73075c9 PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
- 7412204 Move IPC::MessageFilter and router to a separate file by [email protected] · 11 years ago
- 13eda48 Pepper: Dispatcher cleanup nits. by [email protected] · 11 years ago
- 1575659 Update include paths in ppapi/proxy for base/process changes. by [email protected] · 12 years ago
- 108fd34 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by [email protected] · 13 years ago
- 195d4cde Hook up PpapiPermissions in more places. by [email protected] · 13 years ago
- 512d03f RefCounted types should not have public destructors, delegate cleanup by [email protected] · 13 years ago
- c47317e Rename IPC Sender and Listener in ppapi, content/public, and content/renderer by [email protected] · 13 years ago
- 71f40a7 Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting, and sync. by [email protected] · 13 years ago
- f0ecb55 Broker out PPAPI handle duplication by [email protected] · 13 years ago
- 9891f38 PPAPI: Make ScopedModuleReference not crash on plugin side. by [email protected] · 13 years ago
- 4f200612 Delete FunctionGroupBase from Pepper. by [email protected] · 13 years ago
- 5ed5a3e Add a way to implement GetInterface in the broker. by [email protected] · 13 years ago
- 8be4584 This adds a hang monitor for Pepper plugins. It monitors sync messages on the I/O thread of the renderer and sends a message to the browser if it's blocked for too long. by [email protected] · 13 years ago
- a9b16dd The tricky part about logging to the console is that many of the errors are generated by invalid resources, from which we have no context. This means we don't know the instance to send the error message of. by [email protected] · 14 years ago
- 0a6d5f6 Cleanup: Remove unneeded forward declarations in ppapi. 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
- 99ff993 Use precompiled headers for most large projects where the .gyp file by [email protected] · 14 years ago
- f0a04c4 Create ppapi_proxy.dll and ppapi_shared.dll. by [email protected] · 14 years ago
- 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
- b20df1c Proxy PPP_Messaging. by [email protected] · 14 years ago
- 912f3d6c Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. by [email protected] · 14 years ago
- 208aad79 Use the WebKit default fonts when specifying generic font families. 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
- 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
- 3502a9969 Keep the module in scope when executing scripts. This prevents a crash when the 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
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 037f63f Prevent Pepper plugin reentrancy for synchronous messages except for script 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
- 4deeb43 Implement proxying for FileRef and FileChooser. by [email protected] · 14 years ago
- 4f15d284 Implement basic crash detection and shutdown handling for out of process PPAPI by [email protected] · 14 years ago
- a08ebea Share PPAPI out-of-process plugins between renderer processes. by [email protected] · 14 years ago
- 465faa2 Rent syncemove all uses of the global Dispatcher Get function. by [email protected] · 14 years ago
- 4614f19 First pass at making the proxy handle multiple renderers. This associates the by [email protected] · 15 years ago
- 7cf4091 Start deinlining non-empty virtual methods. (This will be automatically checked by [email protected] · 15 years ago
- 1a78d9f3 Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes by [email protected] · 15 years ago
- 4923a33 Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes by [email protected] · 15 years ago
- e0ba939 Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes by [email protected] · 15 years ago
- 5d84d01 Implement audio proxy for Pepper. by [email protected] · 15 years ago
- c2932f5e Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago
- 1a4d9cb Revert PPAPI proxy change with too many files in it. by [email protected] · 15 years ago
- 4bcab1c Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago