| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContentsWrapper -> TabContents, part 4. | avi@chromium.org | 2012-06-08 | 1 | -3/+2 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Omnibox: Add logging of what type of page was displayed when it's used | mpearson@chromium.org | 2012-05-01 | 1 | -0/+8 |
* | Misc. autocomplete cleanup: | pkasting@chromium.org | 2012-03-13 | 1 | -2/+1 |
* | Fix keyword search erroneously not triggering in two obscure cases: | pkasting@chromium.org | 2012-03-02 | 1 | -27/+23 |
* | Enabled pressing TAB to traverse through the Omnibox results, removed moving ... | aaron.randolph@gmail.com | 2012-02-29 | 1 | -0/+3 |
* | Revert 122412 - Enabled pressing TAB to traverse through the Omnibox results | thestig@chromium.org | 2012-02-17 | 1 | -3/+0 |
* | Enabled pressing TAB to traverse through the Omnibox results | sail@chromium.org | 2012-02-17 | 1 | -0/+3 |
* | Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave... | pkasting@chromium.org | 2012-02-04 | 1 | -3/+0 |
* | Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ... | pkasting@chromium.org | 2012-02-04 | 1 | -0/+3 |
* | Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,... | kinuko@chromium.org | 2012-02-01 | 1 | -3/+0 |
* | Enabled pressing TAB to traverse through the Omnibox results, removed moving ... | aaron.randolph@gmail.com | 2012-02-01 | 1 | -0/+3 |
* | When UMA logs omnibox events, record omnibox modification time. | mpearson@chromium.org | 2012-01-31 | 1 | -1/+6 |
* | Strip invalid characters (line breaks, tabs), javascript:schemes from the cop... | ncj674@motorola.com | 2011-12-04 | 1 | -0/+3 |
* | Revert 111548 - Broke OmniboxViewTest.AcceptKeywordBySpace on Linux | rsleevi@chromium.org | 2011-11-24 | 1 | -3/+0 |
* | Strip invalid characters (line breaks, tabs), javascript:schemes from the cop... | ncj674@motorola.com | 2011-11-24 | 1 | -0/+3 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Add database to use as the source of an alternative algorithm for Network Act... | dominich@chromium.org | 2011-11-10 | 1 | -5/+0 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -3/+3 |
* | Make instant only load searches for the default provider. | sky@chromium.org | 2011-10-07 | 1 | -6/+3 |
* | Fix prerender-from-omnibox/Instant issues. | dominich@chromium.org | 2011-09-08 | 1 | -2/+5 |
* | Remove confidence from AutocompleteMatch and use History DB instead. | dominich@chromium.org | 2011-09-01 | 1 | -4/+7 |
* | Makes copying text in the omnibox always use permanent text is the | sky@chromium.org | 2011-08-31 | 1 | -8/+0 |
* | Enable predicted action based on AutocompleteMatch confidence (behind flag). | dominich@chromium.org | 2011-08-17 | 1 | -0/+12 |
* | Remove frontend code that allows for dynamic profile setting, and read the pr... | pkasting@chromium.org | 2011-08-08 | 1 | -3/+0 |
* | Move focus from the omnibox when opening a new tab with alt-enter. | sadrul@chromium.org | 2011-07-09 | 1 | -0/+2 |
* | Added prerendering to omnibox. Enable through --prerender-from-omnibox comman... | dominich@chromium.org | 2011-06-24 | 1 | -5/+4 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Extension Apps that prefer a panel over a tab, should launch that way when | finnur@chromium.org | 2011-05-06 | 1 | -12/+7 |
* | autocomplete: Move AutocompleteEditView/autocomplete_edit_view.* to ui/omnibo... | tfarina@chromium.org | 2011-05-03 | 1 | -7/+7 |
* | Const-correctify. | avi@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Revert 80519 - Move favicon from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-04-07 | 1 | -1/+1 |
* | Move favicon from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-04-05 | 1 | -1/+1 |
* | Trigger keyword mode when pressing space in middle of string | suzhe@google.com | 2011-04-01 | 1 | -3/+27 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Wires up ability for page to specify instant auto complete | sky@chromium.org | 2011-03-15 | 1 | -1/+12 |
* | fav icon -> favicon. Pass 2: GetFavIcon -> GetFavicon | avi@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | Moves responsibility for updating InstantController to AutocompleteEditModel.... | sky@chromium.org | 2011-03-06 | 1 | -26/+35 |
* | Makes instant not load the current url if you're already viewing. This | sky@chromium.org | 2011-02-28 | 1 | -0/+3 |
* | Autocomplete cleanup patch. Adds AutocompleteControllerDelegate in | sky@chromium.org | 2011-02-16 | 1 | -20/+40 |
* | Reworks autocomplete result set processing by the edit/model necessitated by ... | sky@chromium.org | 2011-02-14 | 1 | -3/+0 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Hitting Tab should always move cursor to end of omnibox text. | suzhe@google.com | 2011-01-28 | 1 | -4/+9 |
* | Fix a DCHECK failure in AutocompleteEditModel::OnPopupDataChanged() | suzhe@google.com | 2011-01-26 | 1 | -0/+4 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -31/+31 |
* | Allow space to accept keyword even when inline autocomplete is available. | suzhe@google.com | 2011-01-25 | 1 | -2/+4 |
* | Fix a CHECK failure in AutocompletePopupModel::InfoForCurrentSelection(). | suzhe@google.com | 2011-01-24 | 1 | -0/+3 |
* | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -30/+30 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -30/+30 |