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

Issue 155546: Merge 20395 - Fix a crash when clicking a popup entry while composing in the ... (Closed)

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

Description

Merge 20395 - 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. Review URL: http://codereview.chromium.org/155330 TBR=pkasting@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20694

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
laforge
11 years, 5 months ago (2009-07-15 00:44:57 UTC) #1
Peter Kasting
11 years, 5 months ago (2009-07-15 00:50:01 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698