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
/
extensions
/
theme_installed_infobar_delegate.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a qualified path for chromium_strings, google_chrome_strings, and generat...
thestig@chromium.org
2014-08-22
1
-1
/
+1
*
Cleanup: Remove most deprecated Profile::GetExtensionService() usage.
thestig@chromium.org
2014-06-22
1
-1
/
+3
*
Improve some naming
estade@chromium.org
2014-05-13
1
-6
/
+6
*
Move Infobars core files to the Infobars component
droger@chromium.org
2014-04-18
1
-7
/
+9
*
InfoBarService inherits from InfoBarManager
droger@chromium.org
2014-04-10
1
-4
/
+2
*
Split InfoBarService core code into InfoBarManager
droger@chromium.org
2014-04-01
1
-2
/
+4
*
Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."
avi@chromium.org
2013-12-24
1
-1
/
+1
*
Revert 242450 "Update some uses of UTF conversions in chrome/bro..."
avi@chromium.org
2013-12-24
1
-1
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-1
/
+1
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-2
/
+2
*
Infobar system refactor.
pkasting@chromium.org
2013-12-06
1
-8
/
+9
*
Revert 238283 "Infobar system refactor."
tonyg@chromium.org
2013-12-03
1
-9
/
+8
*
Infobar system refactor.
pkasting@chromium.org
2013-12-03
1
-8
/
+9
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
More misc. cleanup:
pkasting@chromium.org
2013-07-18
1
-4
/
+4
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Revert 210950 "Revert 210945 "Misc. cleanup:""
cpu@chromium.org
2013-07-10
1
-26
/
+21
*
Revert 210945 "Misc. cleanup:"
cpu@chromium.org
2013-07-10
1
-21
/
+26
*
Misc. cleanup:
pkasting@chromium.org
2013-07-10
1
-26
/
+21
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
[InfoBar] Add InfoBarDelegate::GetIconID()
dfalcantara@chromium.org
2013-05-16
1
-4
/
+2
*
Reorder pieces of code. No other changes.
pkasting@chromium.org
2013-04-30
1
-17
/
+17
*
Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.
pkasting@chromium.org
2013-04-23
1
-2
/
+2
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
1
-1
/
+1
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-29
1
-2
/
+3
*
browser: Move FindTabbedBrowser() function into chrome namespace.
tfarina@chromium.org
2013-01-09
1
-3
/
+3
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
1
-22
/
+75
*
Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper
pkasting@chromium.org
2012-12-20
1
-3
/
+3
*
Introduce InfoBarTabService API.
joi@chromium.org
2012-08-20
1
-0
/
+1
*
This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...
benrg@chromium.org
2012-07-11
1
-2
/
+2
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-3
/
+4
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-1
/
+1
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-3
/
+3
*
Fix crashes with infobar closure.
pkasting@chromium.org
2011-09-30
1
-5
/
+4
*
Move infobar handling to a tab helper.
avi@chromium.org
2011-09-30
1
-13
/
+11
*
Change the infobar when a user changes themes to a gray background (currently...
gideonwald@chromium.org
2011-09-01
1
-0
/
+4
*
Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe...
pkasting@chromium.org
2011-07-28
1
-22
/
+6
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-3
/
+4
*
Multiprofile: Fix all places where we observe BROWSER_THEME_CHANGED so that we
erg@google.com
2011-06-24
1
-1
/
+1
*
Move the little infobar code from TabContents to TabContentsWrapper.
jam@chromium.org
2011-05-18
1
-2
/
+3
*
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
*
[Themes] Add UsingNativeTheme() method to ThemeService
akalin@chromium.org
2011-04-22
1
-2
/
+8
*
Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.
rsesek@chromium.org
2011-04-21
1
-2
/
+3
*
[Sync] Simplify themes notifications and themes sync
akalin@chromium.org
2011-04-15
1
-2
/
+1
*
Theme system cleanup
erg@google.com
2011-03-23
1
-6
/
+6
*
Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...
erg@google.com
2011-03-22
1
-4
/
+6
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-1
/
+1
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
1
-1
/
+1
[next]