summaryrefslogtreecommitdiffstats
path: root/chrome/browser/infobars
Commit message (Expand)AuthorAgeFilesLines
* Revert of Convert the WebRtcTestBase to use infobar and bubble autoresponders...kjellander2015-06-092-29/+10
* Convert the WebRtcTestBase to use infobar and bubble autorespondersfelt2015-06-082-10/+29
* More infobar cleanup.pkasting2015-06-051-31/+19
* Fix a lot of support links.dbeam2015-05-221-2/+1
* Move InfoBarResponder into its own file.mvanouwerkerk2015-04-272-0/+83
* Make chrome/renderer/content_settings_observer.cc depend on //components/cont...vabr2015-04-102-0/+2
* [Extensions] Remove the Infobar APIrdevlin.cronin2015-02-133-91/+0
* Remove dead IPC message ChromeViewHostMsg_DidBlockRunningInsecureContent.rsesek2015-01-294-56/+22
* Componentize SimpleAlertInfoBarDelegatesdefresne2014-12-302-92/+0
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-1/+2
* Remove dependency of infobars component on the embeddersdefresne2014-12-224-3/+12
* Standardize usage of virtual/override/final in chrome/browser/Daniel Cheng2014-10-214-28/+25
* replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]*mostynb2014-10-134-21/+21
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-192-6/+6
* Makes InfoBarService not close infobars on a reload from browser instantsky2014-09-182-5/+36
* Replace Profile* in declarative_api with BrowserContext*wjmaclean2014-09-051-0/+1
* Make WebContentsObserver::web_contents() publiclucinka.brozkova2014-09-041-5/+0
* Move IDS_LEARN_MORE to components_strings.grdhashimoto2014-09-021-0/+1
* Use a qualified path for chromium_strings, google_chrome_strings, and generat...thestig@chromium.org2014-08-221-1/+1
* Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui...thestig@chromium.org2014-08-081-1/+0
* Move extension notifications to extensions/browser/notification_types.hjamescook@chromium.org2014-07-311-1/+1
* Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.kalman@chromium.org2014-07-281-4/+3
* Remove kAppsGalleryInstallAutoConfirmForTests switchrdevlin.cronin@chromium.org2014-07-241-5/+3
* Cleanup: Remove most deprecated Profile::GetExtensionService() usage.thestig@chromium.org2014-06-221-2/+3
* Componentize google_utilblundell@chromium.org2014-06-191-1/+1
* Do not append Google locale to help center linksblundell@chromium.org2014-06-121-3/+2
* infobars: Componentize ConfirmInfoBarDelegate.tfarina@chromium.org2014-05-224-158/+2
* Update SSLAddCertData to use the Observer style from InfoBarManager.tfarina@chromium.org2014-05-142-16/+2
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-092-4/+3
* Move code to set an elevation icon out to a common location.pkasting@chromium.org2014-04-302-5/+6
* Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImplkalman@chromium.org2014-04-302-3/+2
* Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...limasdf@gmail.com2014-04-201-1/+1
* Move Infobars core files to the Infobars componentdroger@chromium.org2014-04-1814-1157/+31
* Remove remaining dependencies of infobars on content/.droger@chromium.org2014-04-155-22/+16
* Remove InfoBarDelegate::web_contents()droger@chromium.org2014-04-103-25/+19
* InfoBarService inherits from InfoBarManagerdroger@chromium.org2014-04-108-120/+113
* Remove the remaining automation-based tests.jam@chromium.org2014-04-041-1/+0
* Remove dependency from infobars on LoadCommittedDetailsdroger@chromium.org2014-04-0411-24/+66
* Split InfoBarService core code into InfoBarManagerdroger@chromium.org2014-04-0110-215/+350
* Add an icon to the "3D API blocked" infobar.pkasting@chromium.org2014-03-272-5/+0
* Introduce InfoBarService::Observerdroger@chromium.org2014-03-264-67/+79
* Move ExtensionHost from src/chrome to src/extensionsjamescook@chromium.org2014-03-211-1/+1
* Move "disable-infobars" switch from content_switches to chrome_switches.simonhatch@chromium.org2014-02-281-1/+1
* Two tiny cleanups:pkasting@chromium.org2014-02-121-1/+1
* Add --disable-infobar-ui option to command line to force infobars invisible. ...simonhatch@chromium.org2014-02-112-3/+4
* Update some uses of Value in chrome/browser to use the base:: namespace.avi@chromium.org2013-12-231-1/+1
* Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...jam@chromium.org2013-12-171-4/+6
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-123-6/+7
* OffsetY() is only used by InfoBarView. Move it there.pkasting@chromium.org2013-12-092-11/+0
* Convert string16 to use base namespace.brettw@chromium.org2013-12-095-13/+13