summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Singleton and related structs to namespace baseolli.raula2015-09-101-1/+1
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-2/+4
* Remove NPAPI command line flags entirely.wfh2015-07-201-18/+11
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-22/+20
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-20/+22
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-22/+20
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-20/+22
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-22/+20
* Disable Win32k renderer lockdown if NPAPI is manually enabled.wfh2015-06-031-0/+5
* Disable NPAPI support by removing the --enable-npapi switch, chrome://flags a...wfh2015-05-291-16/+2
* Add Infobar when NPAPI plugin is not found.wfh2015-05-071-1/+2
* Add infobar for when NPAPI plugin is loaded.wfh2015-05-011-0/+4
* vs2015: avoid narrowing warning in plugin_service_implscottmg2015-04-291-2/+2
* Dynamically disable Win32k lockdown for future child processes if NPAPI is en...wfh2015-04-141-0/+4
* Enable NPAPI if policy has plugin policies.wfh2015-04-111-1/+9
* favor DCHECK_CURRENTLY_ON for better logs in content/browser/[f-p]*mostynb2015-03-181-10/+10
* Enable NPAPI plugins if any plugin policies are set.wfh2015-02-201-11/+19
* Block NPAPI plugins by defaultwfh2015-01-211-6/+25
* Plugin service: Use the correct registry key for each watch operation.rvargas2014-11-081-2/+2
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Remove raw handles from base::win::RegKeyrvargas2014-10-171-34/+13
* Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...dcheng2014-10-161-13/+34
* Remove raw handles from base::win::RegKeyrvargas2014-10-151-34/+13
* Stop using an atom to store plugin name/version on Windows.jam2014-09-101-4/+9
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-1/+1
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-1/+2
* Pepper: Whitelist dev channel APIs for some apps.hamaji@chromium.org2014-06-201-2/+4
* Linux: Remove some unused NPAPI code.thestig@chromium.org2014-05-091-3/+2
* Restart plugin loading only if the plugin list has actually become stale.bauerb@chromium.org2014-01-271-14/+26
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Pepper: Send dev/canary channel status to plugins.teravest@chromium.org2013-12-121-0/+5
* Instrument pepper plugin load failures.ihf@chromium.org2013-12-101-4/+20
* Move more of the plugin code in the renderer to use RenderFrame instead of Re...jam@chromium.org2013-12-061-9/+9
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-2/+2
* LOG(INFO) -> VLOG(0) in content/scottmg@chromium.org2013-11-231-2/+2
* Remove webview-based behavior from --site-per-process flag.creis@chromium.org2013-11-051-18/+1
* Add more support for FreeBSDGeo.Liaskos@gmail.com2013-09-211-1/+2
* Check whether the Pepper CDM is available before adding the key system.ddorwin@chromium.org2013-09-171-1/+1
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-2/+2
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-281-5/+3
* Get rid of webkit/plugins/plugin_constants.* and move them to content/public/...jam@chromium.org2013-08-091-1/+1
* Split PepperPluginRegistry into the pieces that are needed in each process. c...jam@chromium.org2013-07-251-3/+2
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-20/+20
* Remove webkit/plugins/npapi.jam@chromium.org2013-07-191-4/+59
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-24/+22
* Remove plugin_list.h includes from chrome tests in preparation for moving web...jam@chromium.org2013-07-181-34/+32