| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes bug in SearchProvider. | sky@chromium.org | 2010-11-24 | 1 | -3/+1 |
* | Makes committing the suggested text only update the default search | sky@chromium.org | 2010-11-24 | 16 | -57/+99 |
* | [Mac] Fixes a bug where instant suggest text would disappear on every other k... | rohitrao@chromium.org | 2010-11-23 | 2 | -3/+22 |
* | [Mac] Implement suggested results in the omnibox. | rohitrao@chromium.org | 2010-11-22 | 2 | -10/+136 |
* | [Mac] Add the instant opt-in UI to the omnibox dropdown. | rohitrao@chromium.org | 2010-11-22 | 2 | -14/+99 |
* | Adds support for proper handling of verbatim queries. That is, if the | sky@chromium.org | 2010-11-19 | 12 | -10/+83 |
* | Make extensions keyword providers accept empty input. | aa@chromium.org | 2010-11-17 | 1 | -1/+5 |
* | Fixes control enter for instant. | sky@chromium.org | 2010-11-17 | 2 | -5/+5 |
* | Disable autocomplete browser test just on Win; clean up comments. | isherman@chromium.org | 2010-11-17 | 1 | -11/+16 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 2]. | jhawkins@chromium.org | 2010-11-16 | 2 | -2/+2 |
* | Makes search provider honor inline autocomplete. | sky@chromium.org | 2010-11-15 | 2 | -7/+19 |
* | Disable AutocompleteEditViewTest.BasicTextOperations | phajdan.jr@chromium.org | 2010-11-12 | 1 | -1/+2 |
* | Makes the instant suggested text autocomplete after 1.3 seconds. There | sky@chromium.org | 2010-11-11 | 10 | -45/+66 |
* | Don't allow exact keyword matches for most uses of the autocomplete classifie... | pkasting@chromium.org | 2010-11-10 | 15 | -51/+150 |
* | Adds the ability for classes other than native control to process | sky@chromium.org | 2010-11-10 | 2 | -1/+44 |
* | Update internal state on undo to avoid a crash. | sadrul@chromium.org | 2010-11-10 | 1 | -2/+4 |
* | Tweaks the ranking of past searches so they get autocompleted. | sky@chromium.org | 2010-11-09 | 2 | -9/+29 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 4 | -4/+4 |
* | Fix compile failure | pkasting@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Don't treat retyping the current search query as a reload. | pkasting@chromium.org | 2010-11-08 | 1 | -3/+7 |
* | Revert 65109 - Adds the ability for classes other than native control to process | sky@chromium.org | 2010-11-04 | 2 | -44/+1 |
* | Adds the ability for classes other than native control to process | sky@chromium.org | 2010-11-04 | 2 | -1/+44 |
* | Makes SearchProvider use the in memory db for results. | sky@chromium.org | 2010-11-04 | 3 | -108/+39 |
* | GTK: Drags from the omnibox should use the 'http://' version of the url. | erg@google.com | 2010-11-04 | 2 | -0/+23 |
* | Fix some UI issues with omnibox extensions in incognito. | mpcomplete@chromium.org | 2010-11-03 | 2 | -16/+34 |
* | [Linux] Improve preedit string and Instant suggestion support in omnibox. | suzhe@chromium.org | 2010-11-02 | 3 | -86/+383 |
* | Make all browser code use browser::Navigate to open tabs. | ben@chromium.org | 2010-11-02 | 1 | -4/+2 |
* | Adds keyword_search_terms to in memory db so that we can synchronously | sky@chromium.org | 2010-11-01 | 1 | -1/+1 |
* | Adds the ability to show verbatim instant results rather than | sky@chromium.org | 2010-11-01 | 5 | -1/+54 |
* | Instant - move AutocompleteLosingFocus implementation to InstantController. | estade@chromium.org | 2010-11-01 | 2 | -3/+44 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -1/+1 |
* | Cleanup: Remove base/gtk_util.h by moving its methods to | jhawkins@chromium.org | 2010-10-29 | 2 | -11/+13 |
* | [Linux] Handle preedit string in omnibox correctly (part1). | suzhe@chromium.org | 2010-10-27 | 2 | -0/+34 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 30 | -444/+950 |
* | [GTK] fix build | estade@chromium.org | 2010-10-27 | 1 | -1/+1 |
* | [GTK] omnibox changes for instant | estade@chromium.org | 2010-10-27 | 2 | -18/+113 |
* | Coverity: Fix several pass-by-values. | jhawkins@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Re-enable AutocompleteBrowserTest.Basic | isherman@chromium.org | 2010-10-26 | 1 | -9/+1 |
* | [linux] instant search/browsing first cut | estade@chromium.org | 2010-10-26 | 1 | -2/+13 |
* | Some cleanup of view accessibility and view accessibility wrapper. | ctguil@chromium.org | 2010-10-22 | 1 | -11/+7 |
* | Convert gfx::ElideText from using wstrings to string16. | tony@chromium.org | 2010-10-21 | 2 | -3/+8 |
* | Make the Windows location bar send accessibility events to the | dmazzoni@chromium.org | 2010-10-21 | 1 | -0/+11 |
* | Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed(). | rsesek@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 2 | -0/+3 |
* | Removes two unused methods: | rohitrao@chromium.org | 2010-10-20 | 5 | -19/+0 |
* | Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base... | brettw@chromium.org | 2010-10-17 | 1 | -5/+5 |
* | [Mac] Added Support for DIM AutoComplete Match Classification specifiers. | scr@chromium.org | 2010-10-15 | 3 | -18/+49 |
* | Move iat_patch from base to app/win. Remove the functions from the header since | brettw@chromium.org | 2010-10-14 | 1 | -3/+3 |
* | [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in... | rohitrao@chromium.org | 2010-10-14 | 7 | -8/+25 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 4 | -4/+3 |