| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the wstring FormatUrl() functions (and convert remaining users to the ... | viettrungluu@chromium.org | 2010-08-31 | 1 | -5/+4 |
| * | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
| * | Ctrl-based actions should take precedence over ctrl-enter | isherman@chromium.org | 2010-08-25 | 1 | -3/+1 |
| * | Don't show accidental search infobar for bookmark keywords. | isherman@chromium.org | 2010-08-17 | 1 | -1/+2 |
| * | Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic... | viettrungluu@chromium.org | 2010-08-17 | 1 | -1/+3 |
| * | Fixes bug 12305 -- 1.66:1 should be UNKNOWN, not URL. | erg@google.com | 2010-08-04 | 1 | -31/+43 |
| * | Add Framework for History Quick Provider | mrossetti@chromium.org | 2010-08-04 | 1 | -1/+8 |
| * | Fix a number of problems caused by the AutocompleteController purposefully co... | pkasting@chromium.org | 2010-08-03 | 1 | -15/+25 |
| * | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
| * | Revert "Incorporate 'quick' history provider index as an autocomplete ..." | phajdan.jr@chromium.org | 2010-07-30 | 1 | -9/+2 |
| * | Incorporate 'quick' history provider index as an autocomplete provider in pre... | mrossetti@chromium.org | 2010-07-30 | 1 | -2/+9 |
| * | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -2/+34 |
| * | Add support for omnibox.onInputStarted and onInputCancelled. | mpcomplete@chromium.org | 2010-07-02 | 1 | -2/+1 |
| * | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -2/+6 |
| * | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -1/+1 |
| * | Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali... | pkasting@chromium.org | 2010-06-18 | 1 | -16/+6 |
| * | Strip the trailing slash from URLs like "http://google.com/". This especiall... | pkasting@chromium.org | 2010-06-02 | 1 | -12/+23 |
| * | Remove previous print preview work in preparation for new work. | viettrungluu@chromium.org | 2010-05-25 | 1 | -7/+5 |
| * | Remove --omnibox-popup-count flag. | tfarina@chromium.org | 2010-05-18 | 1 | -6/+6 |
| * | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -19/+53 |
| * | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -53/+19 |
| * | Fix memory smash, take 2. | pkasting@chromium.org | 2010-04-14 | 1 | -0/+9 |
| * | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 1 | -2/+6 |
| * | Replace omnibox icons with new set that are all the same size (19x19). | pkasting@chromium.org | 2010-04-05 | 1 | -11/+11 |
| * | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -17/+47 |
| * | Make various types of input work better with ctrl-enter. If we detected that... | pkasting@chromium.org | 2010-03-22 | 1 | -2/+17 |
| * | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
| * | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -4/+3 |
| * | Try to add more sanity checking to help track down a crash. | pkasting@chromium.org | 2009-11-04 | 1 | -2/+3 |
| * | Better handling of UNKNOWN versus QUERY in a couple ways. | pkasting@chromium.org | 2009-11-03 | 1 | -2/+23 |
| * | Loosen RFC 1738 compliance check to allow underscores where we already allowe... | pkasting@chromium.org | 2009-10-27 | 1 | -5/+5 |
| * | Parse input with explicit schemes better. Before, if the user typed "http://... | pkasting@chromium.org | 2009-10-19 | 1 | -25/+39 |
| * | Classify more types of input as queries. | pkasting@chromium.org | 2009-10-16 | 1 | -15/+23 |
| * | More style nits. | erg@google.com | 2009-10-14 | 1 | -1/+1 |
| * | Separate out some more ICU from base and into base/i18n. | brettw@chromium.org | 2009-10-08 | 1 | -7/+8 |
| * | More work fixing miscellaneous issues in the autocomplete code, probably none... | pkasting@chromium.org | 2009-09-01 | 1 | -8/+23 |
| * | Make AutocompleteController::done() match up with when results are actually p... | pkasting@chromium.org | 2009-08-31 | 1 | -7/+7 |
| * | Attempt to minimize omnibox flicker, without increasing lag too much. | pkasting@chromium.org | 2009-08-20 | 1 | -50/+81 |
| * | Try and improve result coalescing/display in the omnibox popup. | pkasting@chromium.org | 2009-07-22 | 1 | -27/+8 |
| * | Foundations for Print Preview and Setup | mhm@chromium.org | 2009-07-03 | 1 | -5/+7 |
| * | Original patch by pmarks@google.com (see http://codereview.chromium.org/113944) | ericroman@google.com | 2009-06-23 | 1 | -17/+11 |
| * | Fix regression where hitting enter in the Omnibox would ignore recent editing. | pkasting@chromium.org | 2009-06-08 | 1 | -2/+1 |
| * | Fix flicker that happened when hitting ctrl while in FORCED_QUERY mode. We w... | pkasting@chromium.org | 2009-06-05 | 1 | -4/+10 |
| * | Fix crash due to AutocompletePopup trying to draw the old results when they w... | pkasting@chromium.org | 2009-06-03 | 1 | -3/+4 |
| * | Hoist TrimHttpPrefix() so we only have one copy, not one per provider. | pkasting@chromium.org | 2009-05-29 | 1 | -0/+21 |
| * | Shows Unicode IDN instead of Punycode in the followings: | brettw@google.com | 2009-05-22 | 1 | -4/+3 |
| * | Allow IPv6 literals to be typed directly into the address bar, without | abarth@chromium.org | 2009-05-18 | 1 | -1/+5 |
| * | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
| * | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
| * | Unfork some code who's dependency has landed on Mac. | shess@chromium.org | 2009-04-27 | 1 | -6/+0 |