Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Issue 7822009: Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the AutocompleteInput's text_ ... (Closed)

Created:
9 years, 3 months ago by Peter Kasting
Modified:
9 years, 3 months ago
Reviewers:
sky
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the AutocompleteInput's text_ but not its parts_, and us newly trying to use those parts_ later. BUG=94158 TEST=Covered by unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99233

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -33 lines) Patch
M chrome/browser/autocomplete/autocomplete.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/history_provider.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/autocomplete/history_provider.cc View 3 chunks +13 lines, -7 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.cc View 1 chunk +1 line, -10 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider.cc View 2 chunks +7 lines, -12 lines 0 comments Download
M chrome/browser/autocomplete/history_url_provider_unittest.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Peter Kasting
9 years, 3 months ago (2011-09-01 00:47:00 UTC) #1
sky
9 years, 3 months ago (2011-09-01 00:49:33 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698