- c4c4239 [discardable] Fix potential use-after-free in ClientDiscardableSharedMemoryManager. by Thiabaud Engelbrecht · 4 years, 7 months ago
- 10bdd19f Remove PreCacheFontForFlash by Dominik Röttsches · 4 years, 8 months ago
- 1d71c85 [Flash] Delete PPB_Broker_Trusted, PPP_Broker APIs by Bill Budge · 4 years, 8 months ago
- c30138f6 Deprecate Plugin.Ppapi*Load* UMAs by Xiaohan Wang · 4 years, 8 months ago
- 76827246 Remove more MSVC compat hacks by Nico Weber · 5 years ago
- 778f23a Remove unused code for sharing shared memory handles with plugins by Alex Ilin · 6 years ago
- f395bef Native Library improvements by Cliff Smolinsky · 6 years ago
- 6979109b Migrate non-test code in //content off of QuitCurrent*Deprecated(). by Wez · 7 years ago
- c7d975f ppapi: Add methods for sharing new shared memory classes with remote by Alexandr Ilin · 7 years ago
- 5a02412 Move |field_trial_syncer_| into ChildThreadImpl. by Lukasz Anforowicz · 8 years ago
- 342762b discardable_memory: Using mojo IPC to replace Chrome IPC by penghuang · 9 years ago
- 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
- a083f971 discardable_memory: Using mojo IPC to replace Chrome IPC by penghuang · 9 years ago
- 92c1a93 Field trial synchronization to PPAPI process. by asvitkine · 9 years ago
- 92cad45 Ignore certain messages in plugin broker process if they are not sent by the by yzshen · 9 years ago
- 6003e0b Convert //content from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- 66a0772 Switch to standard integer types in content/. by avi · 9 years ago
- a5d19ad Add UMA for ppapi plugin load time. by xhwang · 10 years ago
- 8ca5918 Fixed all overloaded virtual methods on Windows. by mgiuca · 10 years ago
- 4fc32d5 Update pepper to not assume that SharedMemoryHandle is an int. by erikchen · 10 years ago
- 12262cf content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
- 8a021512a Unify the three places that patch font loading for PDFium on Windows. by jam · 10 years ago
- e933b3e Standardize usage of virtual/override/final in content/ by dcheng · 11 years ago
- 1812671 Replace OVERRIDE and FINAL with override and final in content/ppapi_plugin/[a-s]* by anand.ratn · 11 years ago
- 556a723 content: Rename all classes with WebKitPlatform to BlinkPlatform. by tfarina · 11 years ago
- 3b6fbfb0 Add FILE_MISSING in PpapiThread::LoadResult for UMA reporting. by [email protected] · 11 years ago
- 0f99844 Report PPAPI plugin load error code to UMA. by [email protected] · 11 years ago
- 2f3b1cc Move CommandLine to base namespace. by [email protected] · 11 years ago
- 84350ef Pepper: Finish support for dev channel APIs. by [email protected] · 12 years ago
- 8ddc6b7c Pepper: Send dev/canary channel status to plugins. by [email protected] · 12 years ago
- 511c58e Support using TrackedCallbacks as hints to determine the handling thread of resource reply messages. by [email protected] · 12 years ago
- 0eb0e874 Pepper: Remove DispatcherMessageListener by [email protected] · 12 years ago
- 1d14806 move BrowserFontResource_Trusted to content/child by [email protected] · 12 years ago
- 54724e2 Update include paths in miscellaneous content/ directories for base/process changes. by [email protected] · 12 years ago
- 20790a22 Move webkit/plugins/ppapi to content/renderer/pepper. by [email protected] · 12 years ago
- 10208ea Move a bunch of child-only code from content/common to content/child by [email protected] · 12 years ago
- ce79d851 Add Shutdown() helper to ChildThread and move all destructor logic. by [email protected] · 12 years ago
- ef3304a Add UMA reporting on failure to load ppapi plugins. by [email protected] · 12 years ago
- a3ef483 Add FilePath to base namespace. by [email protected] · 12 years ago
- 029bd94 Add two new debug URLs for Pepper Flash: by [email protected] · 12 years ago
- 108fd34 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by [email protected] · 12 years ago
- 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
- 9791a4c8 PpapiThread should handle child process messages. by [email protected] · 12 years ago
- e34e809 Pepper proxy: make the browser sender handle the proxy lock properly. by [email protected] · 13 years ago
- 9354b09 Run the Chromoting client plugin out-of-process. by [email protected] · 13 years ago
- 91355a8 Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to the content namespace. by [email protected] · 13 years ago
- 195d4cde Hook up PpapiPermissions in more places. by [email protected] · 13 years ago
- 00c0d04 Implement the gamepad API in the IPC proxy by [email protected] · 13 years ago
- 93df81e Bluetooth API: improve discovery by [email protected] · 13 years ago
- f786717 Remove #pragma once from content by [email protected] · 13 years ago
- 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
- 2306303a Propogate the UI language on the command line and expose to Flash. by [email protected] · 13 years ago
- d595b93 PpapiThread::SendToBrowser() isn't thread safe. by [email protected] · 13 years ago
- f0ecb55 Broker out PPAPI handle duplication by [email protected] · 13 years ago
- bc2eeb4 Add a way to query whether a given instance is off-the-record by [email protected] · 13 years ago
- a085aed7 Convert the PPB_Flash interface to use the thunk system. by [email protected] · 13 years ago
- f6cfd83e Actually hook up the Pepper clear site data. by [email protected] · 13 years ago
- 5ed5a3e Add a way to implement GetInterface in the broker. by [email protected] · 13 years ago
- 1bf0fb2 Add an interface for Flash to clear its data. 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] · 13 years ago
- 3ec40f2 Relanding this with fixes to the mac dbg builder by [email protected] · 13 years ago
- cd78185 Revert 118385 since this seems to break mac-debug build. by [email protected] · 13 years ago
- d914b2b Remove the Webkit thread in the PPAPI plugin process and perform the text and font operations by [email protected] · 13 years ago
- 6fc87e0 Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastructure. 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
- 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
- f7c6f9a6 Hook up the network status notifications to out-of-process Pepper plugins. 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
- 208aad79 Use the WebKit default fonts when specifying generic font families. by [email protected] · 14 years ago
- 3690ebe0 Virtual destructors should have virtual keyword. by [email protected] · 14 years ago
- e078590 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by [email protected] · 14 years ago
- d259a8e Support getting the font list in Pepper. This currently only works out of 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
- 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
- e2614c6 Refactored ppapi Dispatcher to share common code between the plugin and broker dispatchers. by [email protected] · 14 years ago
- 6407f289 Added ppp_broker.h and parameterized PpapiThread to support the broker process. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 184808f Move ppapi_plugin to content. by [email protected] · 14 years ago[Renamed (91%) from chrome/ppapi_plugin/ppapi_thread.h]
- 2cc06224 Ensure that PP_Instance values are unique within a plugin process in addition by [email protected] · 14 years ago
- 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
- a08ebea Share PPAPI out-of-process plugins between renderer processes. by [email protected] · 14 years ago
- a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 14 years ago
- 176c7392 Implement PPAPI proxy shutdown. by [email protected] · 15 years ago
- 5d84d01 Implement audio proxy for Pepper. by [email protected] · 15 years ago
- 709a847e Implement a new process type for running PPAPI plugins. The process itself is by [email protected] · 15 years ago