| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -1/+3 |
* | Handle additional feedback from http://codereview.chromium.org/8395038/. | jam@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -3/+3 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 1 | -3/+4 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -8/+4 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -8/+9 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Display alternate nav infobars even when instant is on. This adds a new noti... | pkasting@chromium.org | 2011-10-06 | 1 | -23/+41 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -10/+10 |
* | Classes that implement InfoBarDelegates should contain only what's needed to ... | pkasting@chromium.org | 2011-09-26 | 1 | -44/+83 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 1 | -2/+1 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | 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 | -9/+9 |
* | Move the little infobar code from TabContents to TabContentsWrapper. | jam@chromium.org | 2011-05-18 | 1 | -2/+3 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 1 | -1/+1 |
* | 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 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Update more includes that were pointing to the old locations. | jam@chromium.org | 2011-03-02 | 1 | -3/+3 |
* | Cleanup: | pkasting@chromium.org | 2011-02-24 | 1 | -1/+0 |
* | Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/... | rsesek@chromium.org | 2011-02-17 | 1 | -2/+2 |
* | Fix presentation of infobar for non-warning messages. Their colour is | rogerta@chromium.org | 2011-02-09 | 1 | -0/+4 |
* | Cleanup: | pkasting@chromium.org | 2011-02-08 | 1 | -1/+0 |
* | 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 | -5/+5 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestStatus URLRequestStatus; | tfarina@chromium.org | 2011-01-13 | 1 | -8/+9 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -0/+2 |
* | Convert infobar APIs to UTF-16. | evan@chromium.org | 2010-08-13 | 1 | -6/+6 |
* | Remove unneccessary explicit blacklist. | thakis@chromium.org | 2010-07-09 | 1 | -25/+9 |
* | Change notification handling to prevent multiple 'Do you mean...?' infobars from | csilv@chromium.org | 2010-06-09 | 1 | -20/+27 |
* | chrome 2: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Add autodetection of "intranet" redirection, for ISPs etc. that send typos an... | pkasting@chromium.org | 2010-01-08 | 1 | -32/+44 |
* | I forgot that GURL doesn't do fixup. | pkasting@chromium.org | 2010-01-05 | 1 | -3/+4 |
* | Blacklist particular TLD+1s for accidental search infobars, to avoid showing ... | pkasting@chromium.org | 2010-01-04 | 1 | -0/+23 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | A crasher can happen in the AlternateNavURLFetcher if the fetch finishes afte... | jcampan@chromium.org | 2009-09-03 | 1 | -2/+14 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -2/+2 |