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

Unified Diff: chrome/views/focus/focus_manager.cc

Issue 42621: Moving WM_IME_CHAR handling out of the FocusManager (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/views/controls/text_field.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/focus/focus_manager.cc
===================================================================
--- chrome/views/focus/focus_manager.cc (revision 12559)
+++ chrome/views/focus/focus_manager.cc (working copy)
@@ -84,13 +84,6 @@
return 0;
return result;
}
- case WM_IME_CHAR:
- // Issue 7707: A rich-edit control may crash when it receives a
- // WM_IME_CHAR message while it is processing a WM_IME_COMPOSITION
- // message. Since view controls don't need WM_IME_CHAR messages,
- // we prevent WM_IME_CHAR messages from being dispatched to view
- // controls via the CallWindowProc() call.
- return 0;
default:
break;
}
« no previous file with comments | « chrome/views/controls/text_field.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698