1. 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
  2. a17de8fa PPAPI: Make GetProxiedInterface not re-enter the plugin by dmichael · 11 years ago
  3. 699af3c replace OVERRIDE and FINAL with override and final in ppapi/ by mostynb · 11 years ago
  4. 6b328f3d PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  5. 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
  6. 3fe4cee PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  7. 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
  8. f73075c9 PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  9. 7412204 Move IPC::MessageFilter and router to a separate file by [email protected] · 11 years ago
  10. 13eda48 Pepper: Dispatcher cleanup nits. by [email protected] · 11 years ago
  11. 1575659 Update include paths in ppapi/proxy for base/process changes. by [email protected] · 12 years ago
  12. 108fd34 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by [email protected] · 13 years ago
  13. 195d4cde Hook up PpapiPermissions in more places. by [email protected] · 13 years ago
  14. 512d03f RefCounted types should not have public destructors, delegate cleanup by [email protected] · 13 years ago
  15. c47317e Rename IPC Sender and Listener in ppapi, content/public, and content/renderer by [email protected] · 13 years ago
  16. 71f40a7 Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting, and sync. by [email protected] · 13 years ago
  17. f0ecb55 Broker out PPAPI handle duplication by [email protected] · 13 years ago
  18. 9891f38 PPAPI: Make ScopedModuleReference not crash on plugin side. by [email protected] · 13 years ago
  19. 4f200612 Delete FunctionGroupBase from Pepper. by [email protected] · 13 years ago
  20. 5ed5a3e Add a way to implement GetInterface in the broker. by [email protected] · 13 years ago
  21. 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
  22. 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
  23. 0a6d5f6 Cleanup: Remove unneeded forward declarations in ppapi. by [email protected] · 14 years ago
  24. 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
  25. 37fe036 Revert r100853, 100851. Win_shared build is broken. by [email protected] · 14 years ago
  26. 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
  27. 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
  28. 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
  29. 99ff993 Use precompiled headers for most large projects where the .gyp file by [email protected] · 14 years ago
  30. f0a04c4 Create ppapi_proxy.dll and ppapi_shared.dll. by [email protected] · 14 years ago
  31. 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
  32. b20df1c Proxy PPP_Messaging. by [email protected] · 14 years ago
  33. 912f3d6c Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. by [email protected] · 14 years ago
  34. 208aad79 Use the WebKit default fonts when specifying generic font families. by [email protected] · 14 years ago
  35. 55cdf605 Convert audio-related messages to the new thunk/API system for Pepper. by [email protected] · 14 years ago
  36. 7a1f7c6f Make the Pepper proxy support in-process font rendering. by [email protected] · 14 years ago
  37. 6239d34 This implements the new system for Graphics2D only. by [email protected] · 14 years ago
  38. 3502a9969 Keep the module in scope when executing scripts. This prevents a crash when the by [email protected] · 14 years ago
  39. e2614c6 Refactored ppapi Dispatcher to share common code between the plugin and broker dispatchers. by [email protected] · 14 years ago
  40. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  41. 037f63f Prevent Pepper plugin reentrancy for synchronous messages except for script by [email protected] · 14 years ago
  42. 2cc06224 Ensure that PP_Instance values are unique within a plugin process in addition by [email protected] · 14 years ago
  43. 4deeb43 Implement proxying for FileRef and FileChooser. by [email protected] · 14 years ago
  44. 4f15d284 Implement basic crash detection and shutdown handling for out of process PPAPI by [email protected] · 14 years ago
  45. a08ebea Share PPAPI out-of-process plugins between renderer processes. by [email protected] · 14 years ago
  46. 465faa2 Rent syncemove all uses of the global Dispatcher Get function. by [email protected] · 14 years ago
  47. 4614f19 First pass at making the proxy handle multiple renderers. This associates the by [email protected] · 15 years ago
  48. 7cf4091 Start deinlining non-empty virtual methods. (This will be automatically checked by [email protected] · 15 years ago
  49. 1a78d9f3 Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes by [email protected] · 15 years ago
  50. 4923a33 Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes by [email protected] · 15 years ago
  51. e0ba939 Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes by [email protected] · 15 years ago
  52. 5d84d01 Implement audio proxy for Pepper. by [email protected] · 15 years ago
  53. c2932f5e Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago
  54. 1a4d9cb Revert PPAPI proxy change with too many files in it. by [email protected] · 15 years ago
  55. 4bcab1c Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago