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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit_view_win.h

Issue 155546: Merge 20395 - Fix a crash when clicking a popup entry while composing in the ... (Closed) Base URL: svn://chrome-svn/chrome/branches/193/src/
Patch Set: Created 11 years, 5 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 | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit_view_win.h
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit_view_win.h (revision 20692)
+++ chrome/browser/autocomplete/autocomplete_edit_view_win.h (working copy)
@@ -420,6 +420,10 @@
// unnecessary event. See detailed comments in OnMouseMove().
bool can_discard_mousemove_;
+ // Used to prevent IME message handling in the midst of updating the edit
+ // text. See comments where this is used.
+ bool ignore_ime_messages_;
+
// Variables for tracking state before and after a possible change.
std::wstring text_before_change_;
CHARRANGE sel_before_change_;
Property changes on: chrome\browser\autocomplete\autocomplete_edit_view_win.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/browser/autocomplete/autocomplete_edit_view_win.h:r69-2775
Merged /trunk/src/chrome/browser/autocomplete/autocomplete_edit_view_win.h:r20395
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698