summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin
Commit message (Expand)AuthorAgeFilesLines
* Fold away now dead NSS code.davidben2015-10-021-7/+0
* Enforce marking "override" for functions overriding Blink in content/.avi2015-09-262-27/+26
* Make SharedMemoryHandle a class on windows.erikchen2015-09-251-1/+4
* Add a scheduler to PpapiBlinkPlatformImplalexclarke2015-09-243-1/+16
* Added GDI font emulation support for Flash.forshaw2015-09-221-0/+6
* Added directwrite warmup for PPAPI processes.forshaw2015-09-221-1/+17
* Prevent a couple of intentional crash sites from being merged.thestig2015-09-191-2/+10
* Don't initialize V8 via Blink in ppapi pluginsjochen2015-09-171-2/+2
* Print stack traces in browser tests when any process crashes, or an assert fi...jam2015-08-171-6/+0
* Revert of Print stack traces in child processes when browser tests failed. (p...rockot2015-08-161-0/+6
* Allow access to /System/Library/Exensions on El Capitan+ to solve GPU crashes.kerrnel2015-08-141-1/+1
* Print stack traces in child processes when browser tests failed.jam2015-08-131-6/+0
* Add UMA for ppapi plugin load time.xhwang2015-07-172-11/+38
* Refactor OS X sandbox processing and audit sandbox fileskerrnel2015-07-161-6/+4
* media: Add trace event for pepper plugin (CDM) loading time.xhwang2015-07-151-1/+6
* Only initialize NSS in PpapiPluginMain on !USE_OPENSSL builds.davidben2015-07-081-1/+1
* Fixed all overloaded virtual methods on Windows.mgiuca2015-07-082-2/+2
* Revert of Refactor OS X sandbox processing and audit sandbox files (patchset ...caseq2015-06-301-4/+6
* Refactor OS X sandbox processing and audit sandbox fileskerrnel2015-06-291-6/+4
* Remove jeremy@ from Mac OWNERS, and use file references.Robert Sesek2015-06-251-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-022-0/+18
* content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-212-3/+3
* Fork the mojo shell interfaces used by Mandoline.jam2015-05-141-1/+1
* 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