summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix //content/test:test_support under component builds.sammc2015-04-281-1/+15
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-1/+1
* content: Set DiscardableMemoryAllocator instance in PpapiThread.reveman2015-04-151-0/+9
* Don't lock ProxyLock on the IO threaddmichael2015-04-021-5/+7
* [Win, Android] Don't create WebSandboxSupport when it would have no methods.jbroman2015-03-092-30/+20
* Work on GN Win64 build.brettw2015-02-181-2/+4
* Split apart the PPAPI GN targetsbrettw2015-02-141-1/+1
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-092-4/+5
* 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-033-67/+17
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-1/+1
* Fix font loading in OOP PDFscottmg2015-01-151-0/+58
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-233-6/+5
* Remove old WebSocket implementation from content/ricea2014-10-242-7/+0
* Standardize usage of virtual/override/final in content/dcheng2014-10-213-24/+22
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-1/+1
* Replace OVERRIDE and FINAL with override and final in content/ppapi_plugin/[a...anand.ratn2014-10-072-16/+16
* content: Rename all classes with WebKitPlatform to BlinkPlatform.tfarina2014-10-055-64/+66
* Remove implicit HANDLE conversions from content.rvargas2014-09-251-1/+1
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-181-2/+2
* Revert of [Mac] Implement a new WebSandboxSupport method to get the display's...noel2014-09-151-7/+0
* 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
* Make chrome GN build work in component mode.Brett Wilson2014-09-111-0/+4
* [Mac] Implement a new WebSandboxSupport method to get the display's color space.rsesek2014-09-091-0/+7
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-052-2/+2
* Call ChildThread::Shutdown in PpapiThread::Shutdown.tzik2014-09-041-0/+2
* Mojo: split up service_provider.mojomdarin@chromium.org2014-07-311-1/+1
* Preload dxva2.dll on Windows when loading Widevine CDM adapter.xhwang@chromium.org2014-07-241-2/+7
* Mojo: Remove InterfaceProvider.sammc@chromium.org2014-06-301-1/+1
* Support exposing Mojo services between render frames, render threads, and the...sammc@chromium.org2014-06-251-1/+1
* Revert 279557 "Support exposing Mojo services between render fra..."xhwang@chromium.org2014-06-251-1/+1
* Support exposing Mojo services between render frames, render threads, and the...sammc@chromium.org2014-06-251-1/+1
* Add chrome/plugin and chrome/utility to GN build.brettw@chromium.org2014-06-231-3/+1
* Keep track of paths for fallback fonts in sandbox_ipc_linuxdominik.rottsches@intel.com2014-06-221-0/+1
* Complete Chromium side rename of WebFontFamily to WebFallbackFontdominik.rottsches@intel.com2014-06-171-31/+0
* Minor Fixes for Windows GN build.brettw@chromium.org2014-06-141-0/+1
* Add more content subtargets and deps to the GN build.brettw@chromium.org2014-06-131-0/+34
* Introduce WebFallbackFont on the Chromium sidedominik.rottsches@intel.com2014-06-121-5/+38
* Add FILE_MISSING in PpapiThread::LoadResult for UMA reporting.xhwang@chromium.org2014-06-102-0/+6
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-271-1/+6
* Revert 270872 "Move all callers of GetHomeDir() to PathService::..."benwells@chromium.org2014-05-161-6/+1
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-161-1/+6
* 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
* Remove unnecessary Platform::createMessagePortChannel methoddarin@chromium.org2014-04-092-4/+7
* 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-252-8/+30
* Remove WebKitPlatformSupportImpl and WebKitPlatformSupportChildImpl classes. ...jam@chromium.org2014-03-241-2/+2
* EnumSystemLocalesW() won't do tricks for all the areas covered by EnumSystemL...cbakgly@gmail.com2014-03-181-8/+31