| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert string16 to use base namespace. | brettw@chromium.org | 2013-12-09 | 1 | -2/+2 |
* | Infobar system refactor. | pkasting@chromium.org | 2013-12-06 | 1 | -4/+3 |
* | Revert 238283 "Infobar system refactor." | tonyg@chromium.org | 2013-12-03 | 1 | -3/+4 |
* | Infobar system refactor. | pkasting@chromium.org | 2013-12-03 | 1 | -4/+3 |
* | More misc. cleanup: | pkasting@chromium.org | 2013-07-18 | 1 | -2/+2 |
* | [InfoBar] Add InfoBarDelegate::GetIconID() | dfalcantara@chromium.org | 2013-05-16 | 1 | -1/+1 |
* | Reorder pieces of code. No other changes. | pkasting@chromium.org | 2013-04-30 | 1 | -6/+1 |
* | 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 | -12/+15 |
* | Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper | pkasting@chromium.org | 2012-12-20 | 1 | -2/+2 |
* | Introduce InfoBarTabService API. | joi@chromium.org | 2012-08-20 | 1 | -0/+1 |
* | Create chrome/browser/api directory. Move infobar delegates used by Autofill ... | joi@chromium.org | 2012-08-13 | 1 | -1/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -3/+6 |
* | Cleanup: Remove unneeded forward declarations from chrome/browser/extensions. | thestig@chromium.org | 2011-11-11 | 1 | -1/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -4/+6 |
* | Change the infobar when a user changes themes to a gray background (currently... | gideonwald@chromium.org | 2011-09-01 | 1 | -0/+1 |
* | Remove obsolete TODO and add a bunch of OVERRIDEs. | mihaip@chromium.org | 2011-08-31 | 1 | -1/+2 |
* | Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe... | pkasting@chromium.org | 2011-07-28 | 1 | -4/+0 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Factor load notification detail structs out of NavigationController and into | pinkerton@chromium.org | 2011-05-31 | 1 | -0/+2 |
* | Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt... | pkasting@chromium.org | 2011-05-05 | 1 | -7/+7 |
* | [Themes] Add UsingNativeTheme() method to ThemeService | akalin@chromium.org | 2011-04-22 | 1 | -1/+3 |
* | Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap. | rsesek@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Theme system cleanup | erg@google.com | 2011-03-23 | 1 | -3/+3 |
* | Profile shouldn't own BrowserThemeProviders; A ThemeService should and should... | erg@google.com | 2011-03-22 | 1 | -1/+3 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -1/+1 |
* | Split infobar_delegate.[cc,h] into separate pieces for the different classes ... | tfarina@chromium.org | 2011-03-03 | 1 | -1/+1 |
* | Cleanup: | pkasting@chromium.org | 2011-02-08 | 1 | -1/+1 |
* | Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... | pkasting@chromium.org | 2011-01-21 | 1 | -13/+18 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -1/+1 |
* | Convert infobar APIs to UTF-16. | evan@chromium.org | 2010-08-13 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Before creating a theme info bar, check if one is already visible for the sam... | bulach@chromium.org | 2010-04-22 | 1 | -1/+5 |
* | Close previous theme info bars when resetting to default theme | bulach@chromium.org | 2010-04-20 | 1 | -1/+18 |
* | Revert 44885 - Select and close previous theme info bars when resetting to de... | jorlow@chromium.org | 2010-04-18 | 1 | -18/+1 |
* | Select and close previous theme info bars when resetting to default theme via... | jorlow@chromium.org | 2010-04-18 | 1 | -1/+18 |
* | [More BTP includes.] | erg@google.com | 2009-12-18 | 1 | -5/+1 |
* | TBR: Revert to fix Chromos. | erg@google.com | 2009-12-17 | 1 | -1/+5 |
* | Uninstall themes when all theme infobars are gone; not on each infobar's dest... | erg@google.com | 2009-12-17 | 1 | -5/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -3/+3 |
* | Uninstall themes after the undo infobar goes away. | tony@chromium.org | 2009-10-29 | 1 | -4/+12 |
* | Reland: Rename ThemePreviewInfobarDelegate to | aa@chromium.org | 2009-10-09 | 1 | -0/+38 |
* | Revert r28519-28523. Accidentally used wrong command, | aa@chromium.org | 2009-10-09 | 1 | -38/+0 |
* | patch from issue 261007 | aa@chromium.org | 2009-10-09 | 1 | -11/+8 |
* | copy files to new location to help git cl patch | aa@chromium.org | 2009-10-09 | 1 | -0/+41 |