1. 699af3c replace OVERRIDE and FINAL with override and final in ppapi/ by mostynb · 11 years ago
  2. 6b328f3d PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  3. 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
  4. 3fe4cee PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  5. 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
  6. f73075c9 PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  7. 7412204 Move IPC::MessageFilter and router to a separate file by [email protected] · 11 years ago
  8. 13eda48 Pepper: Dispatcher cleanup nits. by [email protected] · 11 years ago
  9. 195d4cde Hook up PpapiPermissions in more places. by [email protected] · 13 years ago
  10. 4dec580 Create a PPAPI host for new resource message routing. by [email protected] · 13 years ago
  11. c47317e Rename IPC Sender and Listener in ppapi, content/public, and content/renderer by [email protected] · 13 years ago
  12. f0ecb55 Broker out PPAPI handle duplication by [email protected] · 13 years ago
  13. 5ed5a3e Add a way to implement GetInterface in the broker. by [email protected] · 13 years ago
  14. 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
  15. 67600b9 Fix a crash related to PPAPI scripting. by [email protected] · 13 years ago
  16. 2c5c7e8 Use callback_forward.h instead of callback.h where possible. by [email protected] · 14 years ago
  17. 0a6d5f6 Cleanup: Remove unneeded forward declarations in ppapi. by [email protected] · 14 years ago
  18. 0f41c01 Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154) by [email protected] · 14 years ago
  19. 5732c7c Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154) by [email protected] · 14 years ago
  20. 645ef96b9 Remove the proxy callback tracker. by [email protected] · 14 years ago
  21. ac4b54d Rename InterfaceID to ApiID and move the file. by [email protected] · 14 years ago
  22. 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
  23. 37fe036 Revert r100853, 100851. Win_shared build is broken. by [email protected] · 14 years ago
  24. 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
  25. 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
  26. 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
  27. f0a04c4 Create ppapi_proxy.dll and ppapi_shared.dll. by [email protected] · 14 years ago
  28. 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
  29. 912f3d6c Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. by [email protected] · 14 years ago
  30. d259a8e Support getting the font list in Pepper. This currently only works out of by [email protected] · 14 years ago
  31. 55cdf605 Convert audio-related messages to the new thunk/API system for Pepper. by [email protected] · 14 years ago
  32. 7a1f7c6f Make the Pepper proxy support in-process font rendering. by [email protected] · 14 years ago
  33. 92bf906 Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remove usage of the IOThread object, and generally makes IPC::ChannelProxy more robust for future uses. by [email protected] · 14 years ago
  34. e2614c6 Refactored ppapi Dispatcher to share common code between the plugin and broker dispatchers. by [email protected] · 14 years ago
  35. 1609d0d Support PPB_Flash_ModileLocal blocking calls from background threads. This is by [email protected] · 14 years ago
  36. 84396dbc Wire up the extension API for registering NaCl modules to an actual registry of NaCl modules. by [email protected] · 14 years ago
  37. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  38. 2cc06224 Ensure that PP_Instance values are unique within a plugin process in addition by [email protected] · 14 years ago
  39. db0f57f5 Factor fd sharing code in proxy and fix fd issues once and for all. by [email protected] · 14 years ago
  40. 4f15d284 Implement basic crash detection and shutdown handling for out of process PPAPI by [email protected] · 15 years ago
  41. 465faa2 Rent syncemove all uses of the global Dispatcher Get function. by [email protected] · 15 years ago
  42. f24448db Refactor PPAPI proxy resource handling to maintain which host they came from, by [email protected] · 15 years ago
  43. 4614f19 First pass at making the proxy handle multiple renderers. This associates the by [email protected] · 15 years ago
  44. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 15 years ago
  45. 42ce94e Convert over to channel handles by [email protected] · 15 years ago
  46. 5d84d01 Implement audio proxy for Pepper. by [email protected] · 15 years ago
  47. 9c7baaef Fix clang build by removing redundant "const" by [email protected] · 15 years ago
  48. c2932f5e Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago
  49. 1a4d9cb Revert PPAPI proxy change with too many files in it. by [email protected] · 15 years ago
  50. 4bcab1c Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago