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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1267483003: Combine the WM_CHAR with WM_KEY* for key event flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add --disable-merge-key-char-events flag. Created 5 years, 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9ed6a9dc16d2b9007a59a92437eb4484123175ab..11befa1f87415d14bba2180f46cd7196824a2280 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15571,6 +15571,13 @@ After you create a new supervised user, you can manage their settings at any tim
<message name="IDS_FLAGS_TRACE_EXPORT_EVENTS_TO_ETW_DESRIPTION" desc="Description for the flag to enable exporting of tracing events to ETW.">
If enabled, trace events are exported to ETW and can be captured by either UIForETW or Xperf.
</message>
+
+ <message name="IDS_FLAGS_DISABLE_MERGE_KEY_CHAR_EVENTS_NAME" desc="Name for the flag to disable merging the key event with char event.">
+ Disable merging merging the key event (WM_KEY*) with char event (WM_CHAR)..
+ </message>
+ <message name="IDS_FLAGS_DISABLE_MERGE_KEY_CHAR_EVENTS_DESCRIPTION" desc="Description for the flag to disable merging the key event with char event.">
+ If disabled, Chrome will handle WM_KEY* and WM_CHAR separatedly.
+ </message>
</if>
</messages>

Powered by Google App Engine
This is Rietveld 408576698