summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugins/plugin_infobar_delegates.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Infobars core files to the Infobars componentdroger@chromium.org2014-04-181-3/+2
* Remove InfoBarDelegate::web_contents()droger@chromium.org2014-04-101-19/+26
* Move root_window_host* in aura to window_tree_host*.ben@chromium.org2014-02-141-1/+1
* Cleanup: Remove unneeded browser_thread.h includes.thestig@chromium.org2014-02-131-1/+0
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-1/+1
* Rename RootWindowHost to WindowTreeHostben@chromium.org2014-01-081-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...jam@chromium.org2013-12-171-5/+2
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-11/+11
* Convert string16 to base::string16 in chrome/browserbrettw@chromium.org2013-12-111-12/+12
* Remove kEnableResourceContentSettings and all the code that uses it since it'...jam@chromium.org2013-12-111-1/+1
* Infobar system refactor.pkasting@chromium.org2013-12-061-40/+36
* Revert 238283 "Infobar system refactor."tonyg@chromium.org2013-12-031-36/+40
* Infobar system refactor.pkasting@chromium.org2013-12-031-40/+36
* Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"ben@chromium.org2013-11-201-1/+1
* Rename RootWindowHost* to WindowTreeHost*ben@chromium.org2013-11-191-1/+1
* We now show restart button for both missing and installed npapi plugins in Me...shrikant@chromium.org2013-11-071-9/+8
* Make the metro viewer responsible for relaunching browser in desktop mode.zturner@chromium.org2013-09-031-8/+12
* Update infobar buttons when attempting to run an NPAPI plugin in ash. zturner@chromium.org2013-09-031-15/+2
* More misc. cleanup:pkasting@chromium.org2013-07-191-7/+4
* Undo r211266, and fix crash caused by r210931.pkasting@chromium.org2013-07-151-1/+2
* Misc. cleanup:pkasting@chromium.org2013-07-101-140/+96
* Modified Metro plugin infobar behavior to launch desktop browser instance whe...shrikant@chromium.org2013-07-081-0/+31
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.avi@chromium.org2013-06-071-1/+1
* [InfoBar] Add InfoBarDelegate::GetIconID()dfalcantara@chromium.org2013-05-161-10/+6
* Formatting cleanup. Should be no code change.pkasting@chromium.org2013-05-031-1/+13
* Add InfoBarDelegate::web_contents(). This is convenient for the number ofpkasting@chromium.org2013-04-241-17/+13
* Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.pkasting@chromium.org2013-04-231-8/+8
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-191-1/+1
* browser: Move the rest of application_lifetime.h into chrome namespace.tfarina@chromium.org2013-02-181-1/+1
* Only permit plug-in loads in the browser if the plug-in isn't blocked or thecevans@chromium.org2013-02-011-2/+7
* Broke ContentSettingBubbleModelTest.Plugins on Android.dbeam@chromium.org2013-02-011-7/+2
* Only permit plug-in loads in the browser if the plug-in isn't blocked or thecevans@chromium.org2013-02-011-2/+7
* Fix "Learn more..." link targets for Metro mode plug-in infobars.bauerb@chromium.org2013-01-231-2/+2
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-40/+82
* For the Metro mode infobar, move various variables from the caller side to thepkasting@chromium.org2012-12-261-22/+15
* Use correct help center link for Metro NPAPI infobar.bauerb@chromium.org2012-12-181-4/+3
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Add a "Don't ask again" button to the metro mode infobar. bauerb@chromium.org2012-12-071-13/+35
* Don't pass PluginMetadata to the installation callback.bauerb@chromium.org2012-11-031-5/+5
* Remove TabContents from browser/plugins.avi@chromium.org2012-11-021-2/+1
* Block NPAPI plug-ins in Metro mode instead of not loading them at all.bauerb@chromium.org2012-10-261-11/+6
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-2/+1
* Fix crash when a download is requested for an outdated plugin.ibraaaa@google.com2012-10-051-7/+8
* PluginFinder returns copies of PluginMetadata and PluginInstaller no more agg...ibraaaa@google.com2012-10-021-24/+37
* Revert 159068 - PluginFinder returns copies of PluginMetadata and PluginInsta...dharani@google.com2012-09-281-37/+24
* PluginFinder returns copies of PluginMetadata and PluginInstaller no more agg...ibraaaa@google.com2012-09-271-24/+37
* Remove PluginGroupibraaaa@google.com2012-09-271-12/+12
* Remove dependency of plugin infobar delegates on PluginObserver.bauerb@chromium.org2012-09-251-7/+5
* Switch PluginObserver to use WebContentsUserData.avi@chromium.org2012-09-241-2/+4