| Commit message (Expand) | Author | Age | Files | Lines |
* | Pick up a GTM roll and update the apis that changed in this roll. | thomasvl@chromium.org | 2010-03-11 | 1 | -1/+2 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 1 | -1/+1 |
* | mac: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-10 | 2 | -0/+2 |
* | chrome 2: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 5 | -7/+11 |
* | chrome 1: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -2/+2 |
* | GTK: disable "edit search engines" and "paste and go" in location bar view wh... | estade@chromium.org | 2010-03-04 | 8 | -5/+28 |
* | GTK/Mac: show security warning on correct part of url. | estade@chromium.org | 2010-03-04 | 2 | -18/+19 |
* | Next part of bad dependency removal (chrome/common -> chrome/browser) | phajdan.jr@chromium.org | 2010-03-02 | 2 | -2/+2 |
* | Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ... | pkasting@chromium.org | 2010-02-26 | 1 | -3/+3 |
* | [Linux]Fix text justification of find bar. | suzhe@chromium.org | 2010-02-23 | 1 | -2/+2 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 3 | -3/+3 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 2 | -0/+2 |
* | Fix a Chrome crash caused in a ChromeFrame instance while displaying the insp... | ananta@chromium.org | 2010-02-19 | 2 | -12/+10 |
* | [Mac] Refactor omnibox popup to fix click-drag display. | shess@chromium.org | 2010-02-19 | 2 | -111/+82 |
* | Make Esc in Omnibox *not* stop loading if it has reverted editing. | viettrungluu@chromium.org | 2010-02-17 | 1 | -1/+1 |
* | Format the "?" match like our other search matches. This never got changed o... | pkasting@chromium.org | 2010-02-11 | 1 | -10/+9 |
* | [Linux]Fix text justification of omnibox. | suzhe@chromium.org | 2010-02-11 | 2 | -5/+90 |
* | Remove redundant casts in g_signal_connect() throughout all gtk code we have. | erg@chromium.org | 2010-02-10 | 1 | -4/+4 |
* | [Mac] Don't let omnibox popup text tighten while resizing. | shess@chromium.org | 2010-02-05 | 1 | -0/+1 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -5/+5 |
* | Mac: Set fixed maximum line height in Omnibox. | viettrungluu@chromium.org | 2010-02-05 | 2 | -1/+22 |
* | Fix some goofiness when arrowing around the popup with control down by cancel... | pkasting@chromium.org | 2010-02-05 | 1 | -1/+18 |
* | Copy percent-escaped URL when copying all the text from the address bar (Mac) | kinuko@chromium.org | 2010-02-03 | 2 | -0/+31 |
* | Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ... | pkasting@chromium.org | 2010-02-01 | 4 | -2/+12 |
* | BSD port: chrome/app and chrome/browser ifdef cleaning | pvalchev@google.com | 2010-02-01 | 2 | -6/+4 |
* | Always percent-escape the copied URL when all the text in the address bar is ... | kinuko@chromium.org | 2010-02-01 | 1 | -0/+38 |
* | gtk: Update PRIMARY selection on Ctrl-X in omnibox. | derat@chromium.org | 2010-01-27 | 2 | -4/+11 |
* | [Mac] Hook up AutocompleteEditViewMac delegate calls properly. | rohitrao@chromium.org | 2010-01-27 | 1 | -0/+2 |
* | Mark AutocompleteEditViewTest::EnterToSearch flaky. | tyoshino@google.com | 2010-01-07 | 1 | -1/+1 |
* | [Linux] Improve LocationBarViewGtk. | suzhe@chromium.org | 2010-01-06 | 2 | -3/+16 |
* | Correctly enable the Copy item on the popup window omnibox context menu. Ori... | pkasting@chromium.org | 2010-01-04 | 1 | -1/+1 |
* | Add a keyboard shortcut on Escape that emits the IDC_STOP command. | thakis@chromium.org | 2009-12-18 | 1 | -2/+1 |
* | Use KF_ALTDOWN flag instead of GetKeyState(VK_MENU) | xiyuan@chromium.org | 2009-12-17 | 1 | -1/+1 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 4 | -3/+12 |
* | Make a shared app menu model and update win and mac to use it. Remove the NSM... | pinkerton@chromium.org | 2009-12-15 | 2 | -2/+1 |
* | Fix issue 30244 | xiyuan@chromium.org | 2009-12-14 | 1 | -2/+3 |
* | Reverts my r4300 and re-fixes Issue 3156 and 13500. | hbono@chromium.org | 2009-12-09 | 2 | -23/+16 |
* | Mac: implement "Search the Web..." (Opt-Cmd-F). | viettrungluu@chromium.org | 2009-12-07 | 2 | -1/+14 |
* | [Mac] Route edit-state messages via observer rather than delegate. | shess@chromium.org | 2009-12-04 | 2 | -270/+125 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 2 | -7/+9 |
* | [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 |
* | gtk: Restore omnibox text selection on tab switch. | derat@chromium.org | 2009-11-24 | 2 | -12/+5 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 1 | -2/+2 |
* | Fixes two issues from valgrind, and some cleanup: | sky@chromium.org | 2009-11-20 | 1 | -28/+1 |
* | GTK: Remove problematic theme styles from the location bar. | erg@google.com | 2009-11-18 | 1 | -0/+29 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 2 | -4/+4 |
* | A quick fix for Issue 3798. | hbono@chromium.org | 2009-11-17 | 1 | -0/+27 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 2 | -2/+4 |