summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Add UMA for ppapi plugin load time.xhwang2015-07-171-11/+34
* media: Add trace event for pepper plugin (CDM) loading time.xhwang2015-07-151-1/+6
* Fixed all overloaded virtual methods on Windows.mgiuca2015-07-081-1/+1
* Further clean up pepper's use of SharedMemory.erikchen2015-06-041-9/+17
* Update pepper to not assume that SharedMemoryHandle is an int.erikchen2015-06-021-0/+15
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-211-2/+2
* content: Set DiscardableMemoryAllocator instance in PpapiThread.reveman2015-04-151-0/+9
* Don't lock ProxyLock on the IO threaddmichael2015-04-021-5/+7
* Make chrome.exe built with ASan/Win work with sandbox enabledtimurrrr2015-02-051-0/+6
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-031-64/+4
* Fix font loading in OOP PDFscottmg2015-01-151-0/+58
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-4/+3
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-1/+1
* content: Rename all classes with WebKitPlatform to BlinkPlatform.tfarina2014-10-051-4/+4
* Remove implicit HANDLE conversions from content.rvargas2014-09-251-1/+1
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-181-2/+2
* Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...raymes2014-09-151-2/+2
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-131-2/+2
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Call ChildThread::Shutdown in PpapiThread::Shutdown.tzik2014-09-041-0/+2
* Preload dxva2.dll on Windows when loading Widevine CDM adapter.xhwang@chromium.org2014-07-241-2/+7
* Add FILE_MISSING in PpapiThread::LoadResult for UMA reporting.xhwang@chromium.org2014-06-101-0/+5
* Revert "Check existence of Widevince CDM/Adapter on load failure on Win."xhwang@chromium.org2014-04-211-17/+0
* Remove AMD family check for the flappercpu@chromium.org2014-04-091-1/+1
* Check existence of Widevince CDM/Adapter on load failure on Win.xhwang@chromium.org2014-03-251-0/+17
* Report PPAPI plugin load error code to UMA.xhwang@chromium.org2014-03-251-8/+26
* EnumSystemLocalesW() won't do tricks for all the areas covered by EnumSystemL...cbakgly@gmail.com2014-03-181-8/+31
* Preload amdhcp64.dll or amdhcp32.dll before sandbox lockdown.cpu@chromium.org2014-03-121-6/+21
* Warm up EnumSystemLocalesEx() for Flash Player.yzshen@chromium.org2014-02-121-0/+10
* Pepper: Finish support for dev channel APIs.teravest@chromium.org2013-12-191-3/+1
* Pepper: Send dev/canary channel status to plugins.teravest@chromium.org2013-12-121-1/+3
* Support using TrackedCallbacks as hints to determine the handling thread of r...yzshen@chromium.org2013-12-121-8/+8
* Pepper: Remove DispatcherMessageListeneryzshen@chromium.org2013-12-111-32/+1
* PPAPI: Delete SandboxSupport prior to blink::shutdown()dmichael@chromium.org2013-12-051-0/+1
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-2/+2
* Simplify PPB_NetworkMonitor proxy.sergeyu@chromium.org2013-09-171-2/+0
* Revert r223494 "Simplify PPB_NetworkMonitor proxy."sergeyu@chromium.org2013-09-171-0/+2
* Simplify PPB_NetworkMonitor proxy.sergeyu@chromium.org2013-09-171-2/+0
* Revert 223482 "Simplify PPB_NetworkMonitor proxy."ikarienator@chromium.org2013-09-171-0/+2
* Simplify PPB_NetworkMonitor proxy.sergeyu@chromium.org2013-09-171-2/+0
* Remove redundant exit-detection code.rvargas@chromium.org2013-09-061-10/+0
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-281-4/+0
* Get rid of webkit/plugins/plugin_switches.* and move them to content/public/c...jam@chromium.org2013-08-091-1/+1
* Switched proxy for TCPServerSocketPrivate.ygorshenin@chromium.org2013-08-051-4/+0
* Warm up dxva2.dll for pepflashplayer.dlljschuh@chromium.org2013-07-311-0/+8
* move BrowserFontResource_Trusted to content/childscottmg@chromium.org2013-07-251-0/+12
* Update include paths in miscellaneous content/ directories for base/process c...rsesek@chromium.org2013-07-251-1/+0
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-281-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Introduce PPB_TCPSocket_Dev.yzshen@chromium.org2013-06-131-0/+2