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

Issue 21535: An experimental fix for Issue 7707.... (Closed)

Created:
11 years, 10 months ago by Hironori Bono
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

An experimental fix for Issue 7707. To read crash dumps, it seems a rich-edit control crashes because it receives a WM_IME_CHAR message while it is processing a WM_IME_COMPOSITION message. Since a rich-edit control does not need WM_IME_CHAR messages, this code just blocks WM_IME_CHAR messages from being dispatched to view controls. Even though I'm not totally confident this code fixes this issue, I wish it does. BUG=7707 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10328

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M chrome/views/focus_manager.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
11 years, 10 months ago (2009-02-20 09:39:18 UTC) #1
sky
11 years, 10 months ago (2009-02-23 16:38:04 UTC) #2
Is it worth adding a comment as to why you're adding this?
Otherwise LGTM.

Powered by Google App Engine
This is Rietveld 408576698