index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
translate
/
translate_infobar_delegate.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Translate] Translate delegate shortcut configuration
miguelg@chromium.org
2013-04-25
1
-13
/
+16
*
Add InfoBarDelegate::web_contents(). This is convenient for the number of
pkasting@chromium.org
2013-04-24
1
-13
/
+11
*
Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.
pkasting@chromium.org
2013-04-23
1
-14
/
+14
*
Makes the languages be sorted alphabetically with consideration of the locale.
hajimehoshi@chromium.org
2013-04-23
1
-1
/
+12
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
1
-1
/
+1
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
1
-39
/
+42
*
Translate infobar delegate: name the "type_" and "error_" fields "infobar_typ...
pkasting@chromium.org
2013-01-07
1
-24
/
+25
*
Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper
pkasting@chromium.org
2012-12-20
1
-7
/
+7
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
1
-1
/
+0
*
Implement missing Translate UMAs for Linux and Windows
toyoshim@chromium.org
2012-11-01
1
-0
/
+4
*
Switch TranslateTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-28
1
-3
/
+3
*
Simplify the translate infobar code some.
pkasting@chromium.org
2012-09-21
1
-66
/
+21
*
Introduce InfoBarTabService API.
joi@chromium.org
2012-08-20
1
-10
/
+10
*
This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...
benrg@chromium.org
2012-07-11
1
-1
/
+1
*
TabContentsWrapper -> TabContents, part 32.
avi@chromium.org
2012-06-09
1
-3
/
+3
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-1
/
+3
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-2
/
+2
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-0
/
+1
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-10
/
+10
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-1
/
+1
*
Move navigation_details.h to content/public/browser.
jam@chromium.org
2011-12-22
1
-1
/
+1
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-4
/
+4
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Move infobar handling to a tab helper.
avi@chromium.org
2011-09-30
1
-21
/
+34
*
Fix a crash caused by unknown saved language.
mad@chromium.org
2011-08-29
1
-0
/
+2
*
Fix a crash in the translate info bar.
mad@chromium.org
2011-08-10
1
-6
/
+5
*
Removal of Profile from content part 4.
avi@chromium.org
2011-08-01
1
-5
/
+6
*
Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe...
pkasting@chromium.org
2011-07-28
1
-8
/
+4
*
Re-land r89864. Hopefully this won't trigger the apparent perf regression no...
abarth@chromium.org
2011-07-08
1
-1
/
+1
*
Revert 89864 - Don't rely on user gestures for deciding when to dismiss infob...
cmp@chromium.org
2011-07-07
1
-1
/
+1
*
Don't rely on user gestures for deciding when to dismiss infobars.
abarth@chromium.org
2011-06-21
1
-1
/
+1
*
Factor load notification detail structs out of NavigationController and into
pinkerton@chromium.org
2011-05-31
1
-1
/
+2
*
Hide translate infobar on programmatic navigation.
jeremy@chromium.org
2011-05-18
1
-0
/
+10
*
Move the little infobar code from TabContents to TabContentsWrapper.
jam@chromium.org
2011-05-18
1
-5
/
+8
*
Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...
pkasting@chromium.org
2011-05-05
1
-4
/
+0
*
Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimoto
saintlou@chromium.org
2011-04-29
1
-1
/
+1
*
Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.
rsesek@chromium.org
2011-04-21
1
-2
/
+2
*
Move code that talks to spelling and translate out of content. I create Chro...
jam@chromium.org
2011-04-13
1
-1
/
+5
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Cleanup:
pkasting@chromium.org
2011-02-08
1
-12
/
+15
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...
pkasting@chromium.org
2011-01-21
1
-173
/
+141
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Add a new GetInstance() method for singleton classes used in chrome/browser f...
satish@chromium.org
2010-12-09
1
-4
/
+4
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
1
-0
/
+8
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
[next]