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

Issue 155330: Fix a crash when clicking a popup entry while composing in the Microsoft IME ... (Closed)

Created:
11 years, 5 months ago by Peter Kasting
Modified:
9 years, 7 months ago
Reviewers:
Hironori Bono
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Fix a crash when clicking a popup entry while composing in the Microsoft IME on XP. We were forcing the IME to close during the process of updating the edit, which in turn caused us to try and handle "changes to the edit", leading to us (wrongly) rerunning autocomplete and blowing away our result set. BUG=13500 TEST=On XP, open a new tab, set the (Microsoft) IME to Hiragana, type 'c', and then click an entry in the popup. The browser should navigate, not crash. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20395

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M chrome/browser/autocomplete/autocomplete_edit_view_win.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_win.cc View 4 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Peter Kasting
11 years, 5 months ago (2009-07-09 22:42:43 UTC) #1
Hironori Bono
11 years, 5 months ago (2009-07-10 03:16:13 UTC) #2
LGTM.
Thank you for fixing this issue.

Powered by Google App Engine
This is Rietveld 408576698