| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -15/+21 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -5/+5 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Added a flag to the Canvas class which allows forcing an RTL directionality | idana@chromium.org | 2009-11-11 | 1 | -1/+1 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -4/+4 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -2/+4 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -4/+2 |
* | Fifth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -2/+4 |
* | Allow the history URL provider to handle input of type QUERY. This helps in ... | pkasting@chromium.org | 2009-10-19 | 1 | -19/+25 |