1. c4c4239 [discardable] Fix potential use-after-free in ClientDiscardableSharedMemoryManager. by Thiabaud Engelbrecht · 4 years, 7 months ago
  2. 10bdd19f Remove PreCacheFontForFlash by Dominik Röttsches · 4 years, 8 months ago
  3. 1d71c85 [Flash] Delete PPB_Broker_Trusted, PPP_Broker APIs by Bill Budge · 4 years, 8 months ago
  4. c30138f6 Deprecate Plugin.Ppapi*Load* UMAs by Xiaohan Wang · 4 years, 8 months ago
  5. 76827246 Remove more MSVC compat hacks by Nico Weber · 5 years ago
  6. 778f23a Remove unused code for sharing shared memory handles with plugins by Alex Ilin · 6 years ago
  7. f395bef Native Library improvements by Cliff Smolinsky · 6 years ago
  8. 6979109b Migrate non-test code in //content off of QuitCurrent*Deprecated(). by Wez · 7 years ago
  9. c7d975f ppapi: Add methods for sharing new shared memory classes with remote by Alexandr Ilin · 7 years ago
  10. 5a02412 Move |field_trial_syncer_| into ChildThreadImpl. by Lukasz Anforowicz · 8 years ago
  11. 342762b discardable_memory: Using mojo IPC to replace Chrome IPC by penghuang · 9 years ago
  12. 23eeee4 Revert of discardable_memory: Using mojo IPC to replace Chrome IPC (patchset #23 id:490001 of https://codereview.chromium.org/2485623002/ ) by rockot · 9 years ago
  13. a083f971 discardable_memory: Using mojo IPC to replace Chrome IPC by penghuang · 9 years ago
  14. 92c1a93 Field trial synchronization to PPAPI process. by asvitkine · 9 years ago
  15. 92cad45 Ignore certain messages in plugin broker process if they are not sent by the by yzshen · 9 years ago
  16. 6003e0b Convert //content from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  17. 66a0772 Switch to standard integer types in content/. by avi · 9 years ago
  18. a5d19ad Add UMA for ppapi plugin load time. by xhwang · 10 years ago
  19. 8ca5918 Fixed all overloaded virtual methods on Windows. by mgiuca · 10 years ago
  20. 4fc32d5 Update pepper to not assume that SharedMemoryHandle is an int. by erikchen · 10 years ago
  21. 12262cf content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  22. 8a021512a Unify the three places that patch font loading for PDFium on Windows. by jam · 10 years ago
  23. e933b3e Standardize usage of virtual/override/final in content/ by dcheng · 11 years ago
  24. 1812671 Replace OVERRIDE and FINAL with override and final in content/ppapi_plugin/[a-s]* by anand.ratn · 11 years ago
  25. 556a723 content: Rename all classes with WebKitPlatform to BlinkPlatform. by tfarina · 11 years ago
  26. 3b6fbfb0 Add FILE_MISSING in PpapiThread::LoadResult for UMA reporting. by [email protected] · 11 years ago
  27. 0f99844 Report PPAPI plugin load error code to UMA. by [email protected] · 11 years ago
  28. 2f3b1cc Move CommandLine to base namespace. by [email protected] · 11 years ago
  29. 84350ef Pepper: Finish support for dev channel APIs. by [email protected] · 12 years ago
  30. 8ddc6b7c Pepper: Send dev/canary channel status to plugins. by [email protected] · 12 years ago
  31. 511c58e Support using TrackedCallbacks as hints to determine the handling thread of resource reply messages. by [email protected] · 12 years ago
  32. 0eb0e874 Pepper: Remove DispatcherMessageListener by [email protected] · 12 years ago
  33. 1d14806 move BrowserFontResource_Trusted to content/child by [email protected] · 12 years ago
  34. 54724e2 Update include paths in miscellaneous content/ directories for base/process changes. by [email protected] · 12 years ago
  35. 20790a22 Move webkit/plugins/ppapi to content/renderer/pepper. by [email protected] · 12 years ago
  36. 10208ea Move a bunch of child-only code from content/common to content/child by [email protected] · 12 years ago
  37. ce79d851 Add Shutdown() helper to ChildThread and move all destructor logic. by [email protected] · 12 years ago
  38. ef3304a Add UMA reporting on failure to load ppapi plugins. by [email protected] · 12 years ago
  39. a3ef483 Add FilePath to base namespace. by [email protected] · 12 years ago
  40. 029bd94 Add two new debug URLs for Pepper Flash: by [email protected] · 12 years ago
  41. 108fd34 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by [email protected] · 12 years ago
  42. 3d9ec505 Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how almost all the handlers are called. by [email protected] · 12 years ago
  43. 9791a4c8 PpapiThread should handle child process messages. by [email protected] · 12 years ago
  44. e34e809 Pepper proxy: make the browser sender handle the proxy lock properly. by [email protected] · 13 years ago
  45. 9354b09 Run the Chromoting client plugin out-of-process. by [email protected] · 13 years ago
  46. 91355a8 Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to the content namespace. by [email protected] · 13 years ago
  47. 195d4cde Hook up PpapiPermissions in more places. by [email protected] · 13 years ago
  48. 00c0d04 Implement the gamepad API in the IPC proxy by [email protected] · 13 years ago
  49. 93df81e Bluetooth API: improve discovery by [email protected] · 13 years ago
  50. f786717 Remove #pragma once from content by [email protected] · 13 years ago
  51. 72a1072 This adds an interface for setting crash data from a plugin. It also provides an implementation for setting crash URLs. by [email protected] · 13 years ago
  52. 2306303a Propogate the UI language on the command line and expose to Flash. by [email protected] · 13 years ago
  53. d595b93 PpapiThread::SendToBrowser() isn't thread safe. by [email protected] · 13 years ago
  54. f0ecb55 Broker out PPAPI handle duplication by [email protected] · 13 years ago
  55. bc2eeb4 Add a way to query whether a given instance is off-the-record by [email protected] · 13 years ago
  56. a085aed7 Convert the PPB_Flash interface to use the thunk system. by [email protected] · 13 years ago
  57. f6cfd83e Actually hook up the Pepper clear site data. by [email protected] · 13 years ago
  58. 5ed5a3e Add a way to implement GetInterface in the broker. by [email protected] · 13 years ago
  59. 1bf0fb2 Add an interface for Flash to clear its data. by [email protected] · 13 years ago
  60. 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] · 13 years ago
  61. 3ec40f2 Relanding this with fixes to the mac dbg builder by [email protected] · 13 years ago
  62. cd78185 Revert 118385 since this seems to break mac-debug build. by [email protected] · 13 years ago
  63. d914b2b Remove the Webkit thread in the PPAPI plugin process and perform the text and font operations by [email protected] · 13 years ago
  64. 6fc87e0 Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastructure. by [email protected] · 14 years ago
  65. 794d83cd Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  66. faa2a45b Revert 106142 - Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  67. 77ac44f1 Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  68. 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
  69. f7c6f9a6 Hook up the network status notifications to out-of-process Pepper plugins. by [email protected] · 14 years ago
  70. 373a95a Re-land the reverted CL: by [email protected] · 14 years ago
  71. ba8a9e4 Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
  72. 24498a8e Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
  73. 208aad79 Use the WebKit default fonts when specifying generic font families. by [email protected] · 14 years ago
  74. 3690ebe0 Virtual destructors should have virtual keyword. by [email protected] · 14 years ago
  75. e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
  76. d259a8e Support getting the font list in Pepper. This currently only works out of by [email protected] · 14 years ago
  77. 55cdf605 Convert audio-related messages to the new thunk/API system for Pepper. by [email protected] · 14 years ago
  78. 7a1f7c6f Make the Pepper proxy support in-process font rendering. by [email protected] · 14 years ago
  79. 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
  80. e2614c6 Refactored ppapi Dispatcher to share common code between the plugin and broker dispatchers. by [email protected] · 14 years ago
  81. 6407f289 Added ppp_broker.h and parameterized PpapiThread to support the broker process. by [email protected] · 14 years ago
  82. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  83. 184808f Move ppapi_plugin to content. by [email protected] · 14 years ago[Renamed (91%) from chrome/ppapi_plugin/ppapi_thread.h]
  84. 2cc06224 Ensure that PP_Instance values are unique within a plugin process in addition by [email protected] · 14 years ago
  85. 7ef40ffe1 Move ChildThread and ChildProcess to content. Also move remaining code that they depend on and which depends on them.TBR=avi by [email protected] · 14 years ago
  86. a08ebea Share PPAPI out-of-process plugins between renderer processes. by [email protected] · 14 years ago
  87. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 14 years ago
  88. 176c7392 Implement PPAPI proxy shutdown. by [email protected] · 15 years ago
  89. 5d84d01 Implement audio proxy for Pepper. by [email protected] · 15 years ago
  90. 709a847e Implement a new process type for running PPAPI plugins. The process itself is by [email protected] · 15 years ago