summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Removes the #ifdef around Instant-related AutocompleteEditController methods....rohitrao@chromium.org2010-10-101-4/+1
* Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTestjknotten@chromium.org2010-09-241-0/+4
* Makes match preview send the dimensions of the omnibox to the page.sky@chromium.org2010-09-221-0/+6
* Changes to the omnibox selection should not affect the "just deleted text" st...isherman@chromium.org2010-09-211-7/+15
* Bunch of match preview tweaks:sky@chromium.org2010-09-141-3/+2
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-031-2/+2
* Handle ctrl press when arrowing to a search keywordisherman@chromium.org2010-09-011-2/+3
* Adds some additional AutocompleteEditController methods. They aresky@chromium.org2010-09-011-1/+5
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-1/+1
* Don't inline autocomplete when the selected text is not the previously inline...isherman@chromium.org2010-08-261-0/+2
* Ctrl-based actions should take precedence over ctrl-enterisherman@chromium.org2010-08-251-7/+22
* Reland r56483 - Monitor network change in GoogleURLTrackerukai@chromium.org2010-08-201-0/+11
* Win IO Perf Regressionsthomasvl@chromium.org2010-08-181-11/+0
* Monitor network change in GoogleURLTrackerukai@chromium.org2010-08-181-0/+11
* Adds some experimental stuff for tab preview: ability to determine maxsky@chromium.org2010-08-091-0/+6
* Fix two bugs caused by scheme stripping:pkasting@chromium.org2010-08-031-2/+4
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+27
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Rename Dns prefetching files to Predictor filesjar@chromium.org2010-06-271-1/+1
* Change classes and functions for DNS Prefetching to Predictor*jar@chromium.org2010-06-251-3/+3
* Adds comment to why we need std::min in getting selection start.sky@chromium.org2010-06-241-2/+2
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-1/+1
* Fix a bug where clicking an extension omnibox keyword suggestion wouldmpcomplete@chromium.org2010-06-181-23/+41
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-2/+1
* First pass at experimental omnibox API. There are plenty of rough edges and f...mpcomplete@chromium.org2010-05-281-3/+19
* Support speculative pre-connection to search URLsjar@chromium.org2010-05-181-1/+21
* Changes autocomplete to only prefix with http if haven't modifiedsky@chromium.org2010-05-101-7/+8
* Adds comment to AdjustTextForCopy. I saw your request for asky@chromium.org2010-04-281-0/+3
* Tweaks to copy/paste of omnibox on windows:sky@chromium.org2010-04-271-0/+41
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-76/+58
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-58/+76
* SSL UI changes, Windows, code side (images are separate).pkasting@chromium.org2010-04-191-21/+4
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-56/+55
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-231-2/+2
* chrome 2: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* GTK: disable "edit search engines" and "paste and go" in location bar view wh...estade@chromium.org2010-03-041-0/+5
* Make Esc in Omnibox *not* stop loading if it has reverted editing.viettrungluu@chromium.org2010-02-171-1/+1
* Fix some goofiness when arrowing around the popup with control down by cancel...pkasting@chromium.org2010-02-051-1/+18
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-2/+2
* Factor search vs. navigate classification into its own file to make it more b...pkasting@chromium.org2009-10-291-69/+15
* Coverity: Initialize the remaining members of AutocompleteEditModel.jhawkins@chromium.org2009-09-241-0/+5
* Fix text and selection's save/restore issue of omnibox when displaying tempor...suzhe@chromium.org2009-09-111-0/+5
* Unbreak the world. Turns out SetProfile(NULL) causes a DCHECK failure.pkasting@chromium.org2009-09-011-10/+1
* More work fixing miscellaneous issues in the autocomplete code, probably none...pkasting@chromium.org2009-09-011-22/+96
* Reland r24920 without the other cruft that I had in my checkout, which broke ...pkasting@chromium.org2009-08-311-6/+2