summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/omnibox/omnibox_edit_model.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop using UIThreadSearchTermsData in TemplateURLhashimoto@chromium.org2014-06-161-3/+7
* Componentize URLFixerUpper.blundell@chromium.org2014-06-121-3/+2
* Move about://-related constants from //content to //urlblundell@chromium.org2014-06-101-1/+1
* Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper)blundell@chromium.org2014-06-081-1/+1
* Omnibox Metrics: Make |completed_length| field sanempearson@chromium.org2014-06-071-1/+2
* Move kStandardSchemeSeparator from //content to //urlblundell@chromium.org2014-06-051-1/+1
* Abstract GoogleURLTracker & google_util Profile dependenciesblundell@chromium.org2014-06-041-2/+7
* New animation for the origin chip URL showing/hiding.pkasting@chromium.org2014-06-021-0/+1
* Remove origin chip v1 and "hide on input" v2 behavior.pkasting@chromium.org2014-05-201-1/+1
* [OriginChip] Re-enable the chip as necessary when switching tabs.jdonnelly@chromium.org2014-05-171-1/+4
* Omnibox: Fix Crash by Setting Provider Type for SearchTermReplacement Queriesmpearson@chromium.org2014-05-161-2/+3
* [OriginChip] Add an option to display only on search result pages.jdonnelly@chromium.org2014-05-091-1/+2
* Move some content url constants to /url.sungmann.cho@navercorp.com2014-05-071-3/+3
* Omnibox: Have UMA Log Interactions Even When Dropdown is Closedmpearson@chromium.org2014-05-011-57/+60
* Revert "Omnibox: Have UMA Log Interactions Even When Dropdown is Closed"vollick@chromium.org2014-05-011-60/+57
* Omnibox: Have UMA Log Interactions Even When Dropdown is Closedmpearson@chromium.org2014-05-011-57/+60
* Ensures the autocomplete_controller input is saved and restored when changing...beaudoin@chromium.org2014-04-261-18/+26
* Abandon and cancel omnibox prerenders as appropriate.davidben@chromium.org2014-04-241-0/+1
* Omnibox: Retire AutocompleteInput::MatchesRequestedmpearson@chromium.org2014-04-221-3/+3
* Omnibox Logging: See How Often Edits Are In Progress During Tab Switchmpearson@chromium.org2014-04-171-0/+2
* Omnibox Logging Clarificationsmpearson@chromium.org2014-04-091-6/+5
* [Clean up] Move SetSuggestionToPrefetch() from InstantController to OmniboxCu...kmadhusu@chromium.org2014-04-051-2/+3
* [OriginChip] Show the URL on Esc key pressedjdonnelly@chromium.org2014-03-281-16/+21
* Remove StartZeroSuggest method in ZeroSuggestProvider.mariakhomenko@chromium.org2014-03-251-6/+4
* [OriginChip, OSX] Delay origin chip hiding for SRPgroby@chromium.org2014-03-141-2/+11
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+2
* Send ChromeViewMsg_SearchBoxFocusChanged IPC msg and ChromeViewMsg_SearchBoxS...kmadhusu@chromium.org2014-02-281-16/+3
* Cleanup Two Obsolete Histogramsmpearson@chromium.org2014-02-281-9/+0
* Clean up: Remove omnibox input state details from SearchTabHelper.kmadhusu@chromium.org2014-02-201-4/+10
* When doing Paste-And-Go, OpenMatch() should use the pasted text as the input.pkasting@chromium.org2014-02-121-16/+15
* [OriginChip] Use the proper trigger conditions for hiding the chip.jdonnelly@chromium.org2014-02-101-0/+4
* Omnibox: Pass Input Box Type to AutocompleteClassifiermpearson@chromium.org2014-02-091-5/+5
* Revert 249982 "Omnibox: Pass Input Box Type to AutocompleteClass..."vollick@chromium.org2014-02-091-5/+5
* Omnibox: Pass Input Box Type to AutocompleteClassifiermpearson@chromium.org2014-02-091-5/+5
* Revert 249880 "Omnibox: Pass Input Box Type to AutocompleteClass..."sorin@chromium.org2014-02-081-5/+5
* Omnibox: Pass Input Box Type to AutocompleteClassifiermpearson@chromium.org2014-02-081-5/+5
* Move the guts of user_metrics to a new static lib in //base/metrics.ben@chromium.org2014-01-131-4/+4
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-7/+9
* Adds UMA stats for the search button in omnibox experiment.macourteau@chromium.org2013-12-161-10/+33
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-131-1/+1
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-2/+2
* Enable Instant Support - Part 2kmadhusu@chromium.org2013-12-121-15/+23
* Replace some string16's with base namespace in chrome/browserbrettw@chromium.org2013-12-111-39/+43
* [OriginChip] If the field trial is enabled, omit the URL from the omnibox.jdonnelly@chromium.org2013-12-101-18/+16
* Adds a unittest for the inline autocompletion in Omnibox.yukishiino@chromium.org2013-12-091-9/+14
* Remove unused parameter to ToolbarModel::GetText.jdonnelly@chromium.org2013-12-051-2/+2
* Eliminate the OmniboxEditModel::GetViewText() method.jdonnelly@chromium.org2013-12-041-5/+1
* [Omnibox] Add UMAs to track copy/paste operations.gbillock@chromium.org2013-11-191-0/+11
* Hide IME autocompletion when Omnibox popup closes.yukishiino@chromium.org2013-11-181-0/+4