summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.cc
Commit message (Expand)AuthorAgeFilesLines
* plugins: drop PluginVersionInfo for internal pluginsevan@chromium.org2011-01-191-13/+18
* Added automatic update for plugins based on watching file changes.pastarmovj@chromium.org2011-01-191-9/+71
* Regkey functions return error code instead of boolamit@chromium.org2011-01-191-2/+2
* Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.thestig@chromium.org2011-01-151-1/+0
* Cleanup: Remove unneeded includes of pref_names.hthestig@chromium.org2011-01-131-3/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Change extension unload notification to indicate updates.asargent@chromium.org2010-12-231-1/+2
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-24/+26
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-26/+24
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-24/+26
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-26/+24
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-24/+26
* Change the "Disable outdated plug-ins" lab to block them instead.bauerb@chromium.org2010-12-161-5/+0
* Add a preference to clear Flash LSO data in the Clear Browsing Data dialog.bauerb@chromium.org2010-12-151-1/+0
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-1/+1
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Add PluginDataRemover.bauerb@chromium.org2010-11-181-13/+7
* ThreadRestrictions: mark library loading functions as doing IOevan@chromium.org2010-11-121-8/+0
* Add PluginProcessHost::Client.bauerb@chromium.org2010-11-021-17/+9
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-2/+2
* Use scoped_refptr for refcounted param in PluginService.willchan@chromium.org2010-10-201-2/+3
* This adds a plugin selection policy for selecting which plugin isgspencer@chromium.org2010-10-141-7/+73
* 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