summaryrefslogtreecommitdiffstats
path: root/chrome/browser/translate/translate_infobar_delegate.cc
Commit message (Expand)AuthorAgeFilesLines
* [Translate] Translate delegate shortcut configurationmiguelg@chromium.org2013-04-251-13/+16
* Add InfoBarDelegate::web_contents(). This is convenient for the number ofpkasting@chromium.org2013-04-241-13/+11
* Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.pkasting@chromium.org2013-04-231-14/+14
* Makes the languages be sorted alphabetically with consideration of the locale.hajimehoshi@chromium.org2013-04-231-1/+12
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-191-1/+1
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-39/+42
* Translate infobar delegate: name the "type_" and "error_" fields "infobar_typ...pkasting@chromium.org2013-01-071-24/+25
* Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelperpkasting@chromium.org2012-12-201-7/+7
* Remove TabContents includes.avi@chromium.org2012-12-141-1/+0
* Implement missing Translate UMAs for Linux and Windowstoyoshim@chromium.org2012-11-011-0/+4
* Switch TranslateTabHelper to use WebContentsUserData.avi@chromium.org2012-09-281-3/+3
* Simplify the translate infobar code some.pkasting@chromium.org2012-09-211-66/+21
* Introduce InfoBarTabService API.joi@chromium.org2012-08-201-10/+10
* This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...benrg@chromium.org2012-07-111-1/+1
* TabContentsWrapper -> TabContents, part 32.avi@chromium.org2012-06-091-3/+3
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-1/+1
* Rename NavigationController to NavigationControllerImpl and put it into the c...jam@chromium.org2011-12-281-1/+3
* Convert a few methods in NavigationController to return a content::Navigation...jam@chromium.org2011-12-281-2/+2
* Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...jam@chromium.org2011-12-271-0/+1
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-10/+10
* Create a Content API around NavigationEntry that's in content/public/browser....jam@chromium.org2011-12-251-1/+1
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-4/+4
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-1/+1
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-1/+1
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-1/+1
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-21/+34
* Fix a crash caused by unknown saved language.mad@chromium.org2011-08-291-0/+2
* Fix a crash in the translate info bar.mad@chromium.org2011-08-101-6/+5
* Removal of Profile from content part 4.avi@chromium.org2011-08-011-5/+6
* Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe...pkasting@chromium.org2011-07-281-8/+4
* Re-land r89864. Hopefully this won't trigger the apparent perf regression no...abarth@chromium.org2011-07-081-1/+1
* Revert 89864 - Don't rely on user gestures for deciding when to dismiss infob...cmp@chromium.org2011-07-071-1/+1
* Don't rely on user gestures for deciding when to dismiss infobars.abarth@chromium.org2011-06-211-1/+1
* Factor load notification detail structs out of NavigationController and into pinkerton@chromium.org2011-05-311-1/+2
* Hide translate infobar on programmatic navigation.jeremy@chromium.org2011-05-181-0/+10
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-5/+8
* Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...pkasting@chromium.org2011-05-051-4/+0
* Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimotosaintlou@chromium.org2011-04-291-1/+1
* Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.rsesek@chromium.org2011-04-211-2/+2
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-131-1/+5
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Cleanup:pkasting@chromium.org2011-02-081-12/+15
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-173/+141
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-4/+4
* Move:ben@chromium.org2010-12-021-1/+1
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+8
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1