summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/plugins_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-4/+3
* Make WebUI objects not derive from WebUI. WebUI objects own the controller. T...jam@chromium.org2012-01-171-3/+5
* Start splitting out WebUI into an implementation class and an interface that ...jam@chromium.org2012-01-131-1/+1
* Get rid of the ChromeWebUI class and just make all the classes in chrome deri...jam@chromium.org2012-01-061-1/+1
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-311-0/+2
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-2/+3
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-301-16/+11
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Coverity: Prevent NULL dereference of |active_plugin| in PluginsDOMHandler::P...thestig@chromium.org2011-12-211-1/+3
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-211-1/+2
* Support for unsandboxed out-of-process pepper.jhorwich@chromium.org2011-11-091-0/+2
* Add plugin type (NPAPI, PPAPI, etc.) to chrome://plugins.viettrungluu@chromium.org2011-10-201-0/+19
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-8/+8
* Only purge plug-in list caches for renderers belonging to a given profile.bauerb@chromium.org2011-10-121-1/+1
* Remove NotificationsService::AllSources from PluginsDOMHandler.bauerb@chromium.org2011-10-091-4/+6
* Don't show "enable" link for plug-ins that are disabled by policy.bauerb@chromium.org2011-10-051-7/+2
* Migrate RegisterMessageCallback usage to base::bind() in plugins_ui.cc.csilv@chromium.org2011-10-041-4/+9
* Cleanup: Remove some unneeded headers in chrome/browser/ui/webui.thestig@chromium.org2011-09-291-1/+0
* Return success value from PluginPrefs::EnablePlugin.bauerb@chromium.org2011-09-271-1/+2
* Convert the PluginService interface to be an async wrapper around PluginList.rsesek@chromium.org2011-09-231-43/+14
* Remove UI relating to disabling plugin controls for all but the first profile...bauerb@chromium.org2011-09-161-11/+2
* Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-31/+107
* Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-107/+31
* Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...bauerb@chromium.org2011-09-151-31/+107
* Use PluginPrefs to find out whether the PDF plugin is enabled in GViewRequest...bauerb@chromium.org2011-09-021-8/+0
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-021-2/+3
* Add a preference to force enable the NaCl plugin as we transition toelijahtaylor@google.com2011-08-261-0/+3
* Reland r96364: Rename PluginUpdater to PluginPrefs and make it per-profile.bauerb@chromium.org2011-08-191-31/+36
* Revert r96364, it's breaking a NaCl test.mnissler@chromium.org2011-08-111-36/+31
* Revert 96409 - Speculatively revert r96364, it's the best bet on the NaCL bre...mrossetti@chromium.org2011-08-111-31/+36
* Speculatively revert r96364, it's the best bet on the NaCL breakage.mnissler@chromium.org2011-08-111-36/+31
* base: Remove using declaration of FundamentalValue as it's no longer necessary.tfarina@chromium.org2011-08-111-1/+1
* Removal of Profile from content part 6.avi@chromium.org2011-08-111-3/+5
* Rename PluginUpdater to PluginPrefs and make it per-profile.bauerb@chromium.org2011-08-111-31/+36
* Removal of Profile from content part 5.avi@chromium.org2011-08-011-3/+3
* Add OVERRIDE to wide swaths of WebUI.avi@chromium.org2011-08-011-5/+5
* Fix regression that did not allow incognito window of first profile launched ...mirandac@chromium.org2011-07-281-1/+1
* Fix ChromeOS plugin bug.mirandac@chromium.org2011-07-231-2/+8
* Disable plugin preference control for all but the first profile to be launched.mirandac@chromium.org2011-07-201-2/+15
* Taking advantage of the larger favicon for extensions added in previoussaintlou@chromium.org2011-07-121-0/+1
* Remove the deprecated functions to show about:terms from about:plugins.msw@chromium.org2011-07-121-15/+0
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Get rid of ChromeWebUIDataSource subclasses.tsepez@chromium.org2011-06-301-77/+40
* Removes force_bookmark_bar_visible_ from WebUI and puts it insky@chromium.org2011-06-061-1/+1
* Apply content-security-policy to chrome://plugins page. This involvestsepez@chromium.org2011-05-311-67/+53
* Refactor preference syncing.zea@chromium.org2011-05-091-4/+11
* Observe plug-in blacklist changes in user preferences instead of local state.bauerb@chromium.org2011-04-281-8/+0
* Move PepperPluginRegistry to content, while leaving the Chrome specific bits ...jam@chromium.org2011-04-181-2/+3
* Renaming is_off_the_record to is_incognito. Contributed by vipul.bhasin@gmail...willchan@chromium.org2011-03-291-2/+2