DCHECK failure in AutocompleteInput ctor |
|||
Issue descriptionVersion: r425497 OS: Linux, Windows What steps will reproduce the problem? (1) navigate to "about:" in the omnibox (2) press ctrl + k [58470:58470:1014/170208:FATAL:autocomplete_input.cc(99)] Check failed: cursor_position <= text.length() || cursor_position == base::string16::npos. Text: 'google.com ', cp: 16 #0 base::debug::StackTrace::StackTrace() #1 logging::LogMessage::~LogMessage() #2 AutocompleteInput::AutocompleteInput() #3 OmniboxEditModel::StartAutocomplete() #4 OmniboxEditModel::EnterKeywordModeForDefaultSearchProvider() #5 OmniboxViewViews::EnterKeywordModeForDefaultSearchProvider() #6 LocationBarView::FocusSearch() #7 chrome::FocusSearch()
,
Oct 18 2016
,
Oct 19 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2d3f670692d05b5b8937d286a7abb8cb04bc53c4 commit 2d3f670692d05b5b8937d286a7abb8cb04bc53c4 Author: thomasanderson <thomasanderson@google.com> Date: Wed Oct 19 23:42:58 2016 Fix failing DCHECK in AutoCompleteInput() BUG= 656209 R=pkasting@chromium.org TEST=OmniboxViewTest.FocusSearchLongUrl Review-Url: https://chromiumcodereview.appspot.com/2425703003 Cr-Commit-Position: refs/heads/master@{#426340} [modify] https://crrev.com/2d3f670692d05b5b8937d286a7abb8cb04bc53c4/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm [modify] https://crrev.com/2d3f670692d05b5b8937d286a7abb8cb04bc53c4/chrome/browser/ui/omnibox/omnibox_view_browsertest.cc [modify] https://crrev.com/2d3f670692d05b5b8937d286a7abb8cb04bc53c4/chrome/browser/ui/views/omnibox/omnibox_view_views.cc [modify] https://crrev.com/2d3f670692d05b5b8937d286a7abb8cb04bc53c4/components/omnibox/browser/omnibox_edit_model.cc [modify] https://crrev.com/2d3f670692d05b5b8937d286a7abb8cb04bc53c4/components/omnibox/browser/omnibox_edit_model.h
,
Oct 19 2016
|
|||
►
Sign in to add a comment |
|||
Comment 1 by pkasting@chromium.org
, Oct 15 2016Owner: thomasanderson@chromium.org