| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco... | pkasting@chromium.org | 2011-09-01 | 1 | -3/+3 |
* | Remove frontend code that allows for dynamic profile setting, and read the pr... | pkasting@chromium.org | 2011-08-08 | 1 | -9/+0 |
* | See http://codereview.chromium.org/7337007. | dominich@chromium.org | 2011-07-28 | 1 | -2/+5 |
* | Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant. | willchan@chromium.org | 2011-07-26 | 1 | -5/+2 |
* | Introduce a field trial for Instant. | sreeram@chromium.org | 2011-07-26 | 1 | -2/+5 |
* | Don't autocomplete searches of >1 word if they've only been visited once and ... | pkasting@chromium.org | 2011-07-16 | 1 | -3/+7 |
* | Makes the SearchProvider set the description from the KeywordProvider. | sky@chromium.org | 2011-07-14 | 1 | -7/+13 |
* | Makes past searches autocomplete when in keyword mode. | sky@chromium.org | 2011-07-13 | 1 | -0/+1 |
* | Changes SearchProvider to set the description of the first consecutive | sky@chromium.org | 2011-07-07 | 1 | -0/+10 |
* | Makes autocompleting previous search terms work on word boundaries. | sky@chromium.org | 2011-05-09 | 1 | -13/+0 |
* | Implement a simple Extension App Omnibox provider. | finnur@chromium.org | 2011-04-06 | 1 | -1/+14 |
* | Makes the search provider not return results that look like URLs. | sky@chromium.org | 2011-04-04 | 1 | -11/+25 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Coverity PASS_BY_VALUE fixes | dpapad@chromium.org | 2011-03-24 | 1 | -2/+2 |
* | Fixes possible crash in AutocompleteResult::CopyOldMatches. I couldn't | sky@chromium.org | 2011-02-25 | 1 | -6/+5 |
* | Add autocomplete provider for "about:" URLs. | pkasting@chromium.org | 2011-02-23 | 1 | -0/+3 |
* | Autocomplete cleanup patch. Adds AutocompleteControllerDelegate in | sky@chromium.org | 2011-02-16 | 1 | -12/+14 |
* | Tweaks algorithm for keeping old autocomplete matches so that we don't | sky@chromium.org | 2011-02-15 | 1 | -11/+6 |
* | Reworks autocomplete result set processing by the edit/model necessitated by ... | sky@chromium.org | 2011-02-14 | 1 | -6/+4 |
* | Revert 74451 - Add autocomplete provider for "about:" URLs. Original patch b... | pkasting@chromium.org | 2011-02-10 | 1 | -3/+0 |
* | Add autocomplete provider for "about:" URLs. Original patch by simonmorris@c... | pkasting@chromium.org | 2011-02-10 | 1 | -0/+3 |
* | Makes sure we don't copy over the default suggest text if | sky@chromium.org | 2011-02-01 | 1 | -0/+5 |
* | Changes how autocomplete updates results in hopes of keeping the popup | sky@chromium.org | 2011-01-31 | 1 | -65/+63 |
* | Always allow exact match non-substituting keywords. | suzhe@google.com | 2011-01-26 | 1 | -1/+2 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -25/+26 |
* | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -26/+25 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -25/+26 |
* | Removes the link in the omnibox for searching history. | sky@chromium.org | 2011-01-20 | 1 | -16/+1 |
* | Avoid accidental omnibox searches for username:password URLs. | isherman@chromium.org | 2010-12-22 | 1 | -2/+5 |
* | Fixes bug in handling of spaces in the search provider. The problem | sky@chromium.org | 2010-12-08 | 1 | -0/+3 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+1 |
* | Makes committing the suggested text only update the default search | sky@chromium.org | 2010-11-24 | 1 | -0/+6 |
* | Adds support for proper handling of verbatim queries. That is, if the | sky@chromium.org | 2010-11-19 | 1 | -0/+8 |
* | Don't allow exact keyword matches for most uses of the autocomplete classifie... | pkasting@chromium.org | 2010-11-10 | 1 | -0/+12 |
* | Tweaks the ranking of past searches so they get autocompleted. | sky@chromium.org | 2010-11-09 | 1 | -4/+10 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -200/+7 |
* | FBTF: Small nits; moving virtual methods to implementation. | erg@google.com | 2010-10-08 | 1 | -4/+1 |
* | FBTF: Continue fixing nits found by my automated source scanner. | erg@google.com | 2010-10-05 | 1 | -0/+1 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Fix a number of problems caused by the AutocompleteController purposefully co... | pkasting@chromium.org | 2010-08-03 | 1 | -1/+10 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -18/+7 |
* | Add support for omnibox.onInputStarted and onInputCancelled. | mpcomplete@chromium.org | 2010-07-02 | 1 | -1/+2 |
* | Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali... | pkasting@chromium.org | 2010-06-18 | 1 | -3/+2 |
* | Strip the trailing slash from URLs like "http://google.com/". This especiall... | pkasting@chromium.org | 2010-06-02 | 1 | -1/+12 |
* | Remove --omnibox-popup-count flag. | tfarina@chromium.org | 2010-05-18 | 1 | -21/+10 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -16/+23 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -23/+16 |
* | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 1 | -1/+2 |