summaryrefslogtreecommitdiffstats
path: root/content/browser/plugin_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-181-1/+1
* Remove the two years old code to enable the nacl plugin once if it's disabled...jam@chromium.org2013-07-171-4/+0
* Remove unused includes of plugin_list.h. Also remove unused ContentClient and...jam@chromium.org2013-07-161-4/+1
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-0/+7
* Adding --disable-plugins-discovery command line switch to not load third-part...sevalo@google.com2013-06-121-0/+3
* Use a direct include of strings headers in content/browser/, part 2.avi@chromium.org2013-06-111-1/+1
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Cleanup various bits of BrowserThreadImpl and PluginServiceImpl.thestig@chromium.org2013-04-241-7/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1