| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a bunch more browser stuff around. | ben@chromium.org | 2010-12-02 | 1 | -129/+0 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 3]. | jhawkins@chromium.org | 2010-11-16 | 1 | -1/+1 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Remove the wstring FormatUrl() functions (and convert remaining users to the ... | viettrungluu@chromium.org | 2010-08-31 | 1 | -6/+5 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | FBTF: Clean up some headers in tab_contents_delegate.h. | erg@google.com | 2010-08-10 | 1 | -0/+1 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Try to cut down Browser/TabContents header dependencies. | erg@chromium.org | 2010-07-09 | 1 | -0/+1 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -2/+3 |
* | Misc. small cleanups I ran into while working on other changes. | pkasting@chromium.org | 2010-06-02 | 1 | -7/+2 |
* | Strip the trailing slash from URLs like "http://google.com/". This especiall... | pkasting@chromium.org | 2010-06-02 | 1 | -2/+6 |
* | Rename "mixed content" to "insecure content" in as many places as possible, t... | pkasting@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | Reland r47347 [was reverted in r47357], this time without re-enabling a DISAB... | pkasting@chromium.org | 2010-05-17 | 1 | -1/+1 |
* | Revert 47347 - (Original patch reviewed at http://codereview.chromium.org/206... | rvargas@google.com | 2010-05-15 | 1 | -1/+1 |
* | (Original patch reviewed at http://codereview.chromium.org/2067003 ) | pkasting@chromium.org | 2010-05-15 | 1 | -1/+1 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -148/+40 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -40/+148 |
* | SSL UI changes, Windows, code side (images are separate). | pkasting@chromium.org | 2010-04-19 | 1 | -25/+9 |
* | Display the SECURITY_WARNING status in the location bar for the | wtc@chromium.org | 2010-04-15 | 1 | -69/+7 |
* | Revert r44611 because it may have broken "unit_tests" on "Vista Tests". | wtc@chromium.org | 2010-04-15 | 1 | -7/+69 |
* | Display the SECURITY_WARNING status in the location bar for the | wtc@chromium.org | 2010-04-15 | 1 | -69/+7 |
* | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 1 | -2/+2 |
* | Replace omnibox icons with new set that are all the same size (19x19). | pkasting@chromium.org | 2010-04-05 | 1 | -5/+5 |
* | Make the browser survive massive data: URIs, via various techniques: | cevans@chromium.org | 2010-04-01 | 1 | -0/+8 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -2/+2 |
* | Omnibox M5 work, part 1: Security changes | pkasting@chromium.org | 2010-03-24 | 1 | -117/+87 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Implement a TODO: Combine BrowserToolbarModel with ToolbarModel. Also make a... | pkasting@chromium.org | 2010-01-28 | 1 | -9/+22 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 1 | -6/+5 |
* | [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 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -2/+3 |
* | Replace a bunch of hardcoded URLs with constants from url_constants.h | brettw@chromium.org | 2009-09-15 | 1 | -2/+2 |
* | Use system themes where possible in Omnibox edit and dropdown; in other cases... | pkasting@chromium.org | 2009-09-04 | 1 | -10/+2 |
* | Make the EV cert message disappear while typing in the omnibox. | pkasting@chromium.org | 2009-09-02 | 1 | -0/+3 |
* | Reland r23357 since it doesn't seem to be the cause of unit test | tony@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | Revert "Renames the NavigationEntry::display_url() to virtual_url()." | tony@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | Renames the NavigationEntry::display_url() to virtual_url(). | tony@chromium.org | 2009-08-13 | 1 | -1/+1 |
* | Show EV cert info text next to security icon. | ukai@chromium.org | 2009-06-25 | 1 | -12/+8 |
* | Spaces are not URL-encoded in the Omnibar | mhm@chromium.org | 2009-06-12 | 1 | -1/+1 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Shows Unicode IDN instead of Punycode in the followings: | brettw@google.com | 2009-05-22 | 1 | -2/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Fix bug 9812: Remove current RSS code in favor of new more generalized | finnur@chromium.org | 2009-05-04 | 1 | -17/+0 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | RSS feed support (part 1), 2nd attempt. | finnur@chromium.org | 2009-03-13 | 1 | -0/+16 |
* | Reverting 11640. | finnur@chromium.org | 2009-03-13 | 1 | -16/+0 |
* | RSS feed support (part 1) | finnur@chromium.org | 2009-03-13 | 1 | -0/+16 |