summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* This changes GetPluginInfo so that we can request a list of plugins that matc...gspencer@chromium.org2010-10-121-1/+3
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-12/+12
* Purge renderer plug-in caches when a plug-in is enabled or disabled.bauerb@chromium.org2010-10-081-0/+6
* Don't load plugins on the UI thread for pref and group policy disabling.jam@chromium.org2010-10-021-4/+2
* Fix about:plugins loading the plugin list on the UI thread. This way I can r...jam@chromium.org2010-10-011-4/+3
* Take out DCHECKs temporarily while I investigate interactive test failures TB...jam@chromium.org2010-09-301-3/+4
* Try to fix linux 64 compile errorjam@chromium.org2010-09-301-5/+3
* Disable checking group policy for plugins on startup since we shouldn't load ...jam@chromium.org2010-09-301-0/+12
* Policy: plugins disabled by policy should honor policy changes without Chrome...danno@chromium.org2010-09-101-2/+2
* Due to some unresolved blocking issues, we are switching Native Client back o...cbiffle@google.com2010-09-031-1/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-091-0/+5
* Revert 55227 - Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-5/+0
* Disable outdated non-sandboxed plugins.bauerb@chromium.org2010-08-061-0/+5
* Remove wstring-ness from some more locale variables.evan@chromium.org2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo.bauerb@chromium.org2010-08-031-21/+9
* Altered the logic that determines when NaCl is enabled. Previously, we requi...cbiffle@google.com2010-07-301-2/+1
* Use a plain ASCII string for the UI locale in the plugin service.evan@chromium.org2010-07-301-2/+2
* Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-161-3/+0
* Factor out PluginGroup into a separate class in common/.bauerb@chromium.org2010-07-141-1/+1
* Revert 52161 -Accidental checkin. Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-131-0/+3
* Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-131-3/+0
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-2/+2
* Allow Pepper plugins to make requests with relative urls. Also allow bundled...jam@chromium.org2010-07-021-1/+6
* Group plugins in about:plugins and show update link for out-of-date ones.bauerb@chromium.org2010-07-021-78/+3
* Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled pl...bauerb@chromium.org2010-06-301-2/+2
* Revert 51110 because of regression 47858- Group plugins in about:plugins and ...jam@chromium.org2010-06-291-3/+78
* Add switch for specifying a directory to load plugins, so that test plugins c...stuartmorgan@chromium.org2010-06-291-1/+5
* Group plugins in about:plugins and show update link for out-of-date ones.bauerb@chromium.org2010-06-291-78/+3
* Turn on the pdf plugin by default for Chrome OS.jam@chromium.org2010-06-251-0/+4
* Fix the internal plugin getting disabled after an update.jam@chromium.org2010-06-161-9/+10
* Revert 48997 [causes Windows unit_tests to hang] - Group plugins in about:plu...viettrungluu@chromium.org2010-06-051-3/+73
* Group plugins in about:plugins and show update link for out-of-date ones.viettrungluu@chromium.org2010-06-051-73/+3
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-021-0/+3
* Add ppapi plugins to about:pluginsdarin@chromium.org2010-05-281-0/+21
* Disable internal plugin on all platforms by default.jam@chromium.org2010-05-261-6/+0
* Get the internal plugin working on Mac.jabdelmalek@google.com2010-05-261-0/+6
* Do case-insensitive checks for the plugin paths in case a user has different ...jam@chromium.org2010-05-241-2/+4
* Don't use command line flags for enabling the internal pdf plugin. Instead, ...jam@chromium.org2010-05-221-19/+57
* Make disabled internal plugins stay disabled even when the version of Chrome ...viettrungluu@chromium.org2010-05-051-2/+19
* No longer display EULA when internal Flash enabled (revert r42783 and most of...viettrungluu@chromium.org2010-04-091-10/+0
* Revert "Temporary CL to debug test failure on the buildbot."mpcomplete@chromium.org2010-04-071-7/+0
* Temporary CL to debug test failure on the buildbot.mpcomplete@chromium.org2010-04-071-0/+7
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-061-7/+14
* Use internal pdf plugin with --internal-pdfjam@chromium.org2010-03-271-0/+7
* Temporary stuff for internal plugins, part 1.viettrungluu@chromium.org2010-03-251-0/+10
* Implement chrome://plugins page that can disable plugins.viettrungluu@chromium.org2010-03-241-1/+33
* linux: also load plugins from ~/.config/google-chrome/Pluginsevan@chromium.org2010-01-271-0/+10