summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/.avi2015-12-251-6/+8
* Add UMA for ppapi plugin load time.xhwang2015-07-171-0/+4
* Fixed all overloaded virtual methods on Windows.mgiuca2015-07-081-1/+1
* Update pepper to not assume that SharedMemoryHandle is an int.erikchen2015-06-021-0/+3
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-211-1/+1
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-031-2/+12
* Standardize usage of virtual/override/final in content/dcheng2014-10-211-21/+19
* Replace OVERRIDE and FINAL with override and final in content/ppapi_plugin/[a...anand.ratn2014-10-071-15/+15
* content: Rename all classes with WebKitPlatform to BlinkPlatform.tfarina2014-10-051-3/+3
* Add FILE_MISSING in PpapiThread::LoadResult for UMA reporting.xhwang@chromium.org2014-06-101-0/+1
* Report PPAPI plugin load error code to UMA.xhwang@chromium.org2014-03-251-0/+4
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-3/+2
* Pepper: Finish support for dev channel APIs.teravest@chromium.org2013-12-191-2/+1
* Pepper: Send dev/canary channel status to plugins.teravest@chromium.org2013-12-121-1/+2
* Support using TrackedCallbacks as hints to determine the handling thread of r...yzshen@chromium.org2013-12-121-3/+0
* Pepper: Remove DispatcherMessageListeneryzshen@chromium.org2013-12-111-19/+0
* move BrowserFontResource_Trusted to content/childscottmg@chromium.org2013-07-251-0/+6
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-251-1/+1
* Move webkit/plugins/ppapi to content/renderer/pepper.jam@chromium.org2013-07-251-2/+2
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Add Shutdown() helper to ChildThread and move all destructor logic.dcheng@chromium.org2013-04-221-0/+1
* Add UMA reporting on failure to load ppapi plugins.xhwang@chromium.org2013-04-171-0/+13
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* Add two new debug URLs for Pepper Flash:yzshen@chromium.org2013-01-221-0/+2
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-041-3/+6
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-021-6/+5
* PpapiThread should handle child process messages.yzshen@chromium.org2012-12-281-2/+20
* Pepper proxy: make the browser sender handle the proxy lock properly.yzshen@chromium.org2012-11-271-1/+1
* Run the Chromoting client plugin out-of-process.wez@chromium.org2012-11-161-1/+3
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-1/+6
* Hook up PpapiPermissions in more places.brettw@chromium.org2012-10-021-1/+4
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-101-0/+3
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-0/+1
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-271-0/+1
* Propogate the UI language on the command line and expose to Flash.brettw@chromium.org2012-06-111-0/+1
* PpapiThread::SendToBrowser() isn't thread safe.tsepez@chromium.org2012-06-071-0/+2
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-5/+17
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-021-1/+3
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-241-1/+2
* Actually hook up the Pepper clear site data.brettw@chromium.org2012-04-201-10/+0
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-131-1/+1
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-121-0/+11
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-0/+3
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-201-9/+4
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-201-4/+9
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-191-9/+4
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-6/+11
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-201-0/+4
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-181-4/+0