| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Accept keyword by pressing space. | suzhe@google.com | 2011-01-20 | 1 | -40/+25 |
* | Removes some code we no longer care about. | sky@chromium.org | 2011-01-19 | 1 | -10/+0 |
* | Fix several omnibox issues related to keyword mode and IME support. | suzhe@google.com | 2011-01-13 | 1 | -1/+6 |
* | Fixes bug in handling of openning background tabs by way of clicking | sky@chromium.org | 2011-01-06 | 1 | -1/+4 |
* | Avoid accidental omnibox searches for username:password URLs. | isherman@chromium.org | 2010-12-22 | 1 | -8/+8 |
* | Accepts current instant preview with Tab key. | suzhe@google.com | 2010-12-18 | 1 | -1/+1 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -1/+1 |
* | Fixes bug in handling of spaces in the search provider. The problem | sky@chromium.org | 2010-12-08 | 1 | -1/+2 |
* | retry 67949 - [gtk] tab in omnibox | estade@chromium.org | 2010-12-03 | 1 | -0/+4 |
* | Revert 67949 - [gtk] tab in omnibox | rohitrao@chromium.org | 2010-12-02 | 1 | -4/+0 |
* | [gtk] tab in omnibox | estade@chromium.org | 2010-12-02 | 1 | -0/+4 |
* | Makes committing the suggested text only update the default search | sky@chromium.org | 2010-11-24 | 1 | -0/+3 |
* | Adds support for proper handling of verbatim queries. That is, if the | sky@chromium.org | 2010-11-19 | 1 | -3/+4 |