summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 54649 - Fix a number of problems caused by the AutocompleteController p...pkasting@chromium.org2010-08-031-15/+25
* Move implementation from header to source.erg@chromium.org2010-07-151-2/+34
* Add support for omnibox.onInputStarted and onInputCancelled.mpcomplete@chromium.org2010-07-021-2/+1
* Change a bunch of string types.estade@chromium.org2010-06-291-2/+6
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-1/+1
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-16/+6
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-12/+23
* Remove previous print preview work in preparation for new work.viettrungluu@chromium.org2010-05-251-7/+5
* Remove --omnibox-popup-count flag.tfarina@chromium.org2010-05-181-6/+6
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-19/+53
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-53/+19
* Fix memory smash, take 2.pkasting@chromium.org2010-04-141-0/+9
* Strips http from the omniboxsky@chromium.org2010-04-091-2/+6
* Replace omnibox icons with new set that are all the same size (19x19).pkasting@chromium.org2010-04-051-11/+11
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-17/+47
* Make various types of input work better with ctrl-enter. If we detected that...pkasting@chromium.org2010-03-221-2/+17
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-4/+3
* Try to add more sanity checking to help track down a crash.pkasting@chromium.org2009-11-041-2/+3
* Better handling of UNKNOWN versus QUERY in a couple ways.pkasting@chromium.org2009-11-031-2/+23
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-271-5/+5
* Parse input with explicit schemes better. Before, if the user typed "http://...pkasting@chromium.org2009-10-191-25/+39
* Classify more types of input as queries.pkasting@chromium.org2009-10-161-15/+23
* More style nits.erg@google.com2009-10-141-1/+1
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-7/+8
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-8/+23
* Make AutocompleteController::done() match up with when results are actually p...pkasting@chromium.org2009-08-311-7/+7
* Attempt to minimize omnibox flicker, without increasing lag too much.pkasting@chromium.org2009-08-201-50/+81
* Try and improve result coalescing/display in the omnibox popup.pkasting@chromium.org2009-07-221-27/+8
* Foundations for Print Preview and Setupmhm@chromium.org2009-07-031-5/+7
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-17/+11
* Fix regression where hitting enter in the Omnibox would ignore recent editing.pkasting@chromium.org2009-06-081-2/+1
* Fix flicker that happened when hitting ctrl while in FORCED_QUERY mode. We w...pkasting@chromium.org2009-06-051-4/+10
* Fix crash due to AutocompletePopup trying to draw the old results when they w...pkasting@chromium.org2009-06-031-3/+4
* Hoist TrimHttpPrefix() so we only have one copy, not one per provider.pkasting@chromium.org2009-05-291-0/+21
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-4/+3
* Allow IPv6 literals to be typed directly into the address bar, withoutabarth@chromium.org2009-05-181-1/+5
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Unfork some code who's dependency has landed on Mac.shess@chromium.org2009-04-271-6/+0
* The accidental search infobar was almost never appearing. Fix that regressio...pkasting@chromium.org2009-04-241-16/+21
* Trivial cleanup of a recently added function:pkasting@chromium.org2009-04-201-15/+15
* Color/emphasize correct portions of view-source: URLs. Original patch by Shi...pkasting@chromium.org2009-04-141-0/+41
* Enable AutocompleteTest, HistoryURLProviderTest,shess@chromium.org2009-03-161-7/+1
* NO CODE CHANGE.maruel@google.com2009-03-051-4/+5
* Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded.ben@chromium.org2009-03-031-2/+2
* Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl()estade@chromium.org2009-02-251-3/+3
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-2/+4
* Some cleanups in response to brettw's comments to r10277.jhawkins@chromium.org2009-02-241-3/+2
* Make autocomplete.cc and dependencies compile on Posix.jhawkins@chromium.org2009-02-241-3/+19