OLD | NEW |
---|---|
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ | 5 #ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ |
6 #define CHROME_APP_CHROME_COMMAND_IDS_H_ | 6 #define CHROME_APP_CHROME_COMMAND_IDS_H_ |
7 | 7 |
8 // This file lists all the command IDs understood by e.g. the browser. | 8 // This file lists all the command IDs understood by e.g. the browser. |
9 // It is used by Windows RC files, Mac NIB files, and other platforms too. | 9 // It is used by Windows RC files, Mac NIB files, and other platforms too. |
10 | 10 |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
91 // When adding a new encoding to this list, be sure to append it to the | 91 // When adding a new encoding to this list, be sure to append it to the |
92 // EncodingMenuController::kValidEncodingIds array in | 92 // EncodingMenuController::kValidEncodingIds array in |
93 // encoding_menu_controller.cc. | 93 // encoding_menu_controller.cc. |
94 #define IDC_ENCODING_AUTO_DETECT 35500 | 94 #define IDC_ENCODING_AUTO_DETECT 35500 |
95 #define IDC_ENCODING_UTF8 35501 | 95 #define IDC_ENCODING_UTF8 35501 |
96 #define IDC_ENCODING_UTF16LE 35502 | 96 #define IDC_ENCODING_UTF16LE 35502 |
97 #define IDC_ENCODING_WINDOWS1252 35504 | 97 #define IDC_ENCODING_WINDOWS1252 35504 |
98 #define IDC_ENCODING_GBK 35505 | 98 #define IDC_ENCODING_GBK 35505 |
99 #define IDC_ENCODING_GB18030 35506 | 99 #define IDC_ENCODING_GB18030 35506 |
100 #define IDC_ENCODING_BIG5 35507 | 100 #define IDC_ENCODING_BIG5 35507 |
101 #define IDC_ENCODING_BIG5HKSCS 35508 | |
102 #define IDC_ENCODING_KOREAN 35509 | 101 #define IDC_ENCODING_KOREAN 35509 |
sky
2015/03/21 16:07:56
Is there a reason you don't want adjust subsequent
jungshik at Google
2015/03/23 19:36:17
Initially, I thought that it'd lower the chance of
| |
103 #define IDC_ENCODING_SHIFTJIS 35510 | 102 #define IDC_ENCODING_SHIFTJIS 35510 |
104 #define IDC_ENCODING_ISO2022JP 35511 | 103 #define IDC_ENCODING_ISO2022JP 35511 |
105 #define IDC_ENCODING_EUCJP 35512 | 104 #define IDC_ENCODING_EUCJP 35512 |
106 #define IDC_ENCODING_THAI 35513 | 105 #define IDC_ENCODING_THAI 35513 |
107 #define IDC_ENCODING_ISO885915 35514 | 106 #define IDC_ENCODING_ISO885915 35514 |
108 #define IDC_ENCODING_MACINTOSH 35515 | 107 #define IDC_ENCODING_MACINTOSH 35515 |
109 #define IDC_ENCODING_ISO88592 35516 | 108 #define IDC_ENCODING_ISO88592 35516 |
110 #define IDC_ENCODING_WINDOWS1250 35517 | 109 #define IDC_ENCODING_WINDOWS1250 35517 |
111 #define IDC_ENCODING_ISO88595 35518 | 110 #define IDC_ENCODING_ISO88595 35518 |
112 #define IDC_ENCODING_WINDOWS1251 35519 | 111 #define IDC_ENCODING_WINDOWS1251 35519 |
113 #define IDC_ENCODING_KOI8R 35520 | 112 #define IDC_ENCODING_KOI8R 35520 |
114 #define IDC_ENCODING_KOI8U 35521 | 113 #define IDC_ENCODING_KOI8U 35521 |
115 #define IDC_ENCODING_ISO88597 35522 | 114 #define IDC_ENCODING_ISO88597 35522 |
116 #define IDC_ENCODING_WINDOWS1253 35523 | 115 #define IDC_ENCODING_WINDOWS1253 35523 |
117 #define IDC_ENCODING_ISO88594 35524 | 116 #define IDC_ENCODING_ISO88594 35524 |
118 #define IDC_ENCODING_ISO885913 35525 | 117 #define IDC_ENCODING_ISO885913 35525 |
119 #define IDC_ENCODING_WINDOWS1257 35526 | 118 #define IDC_ENCODING_WINDOWS1257 35526 |
120 #define IDC_ENCODING_ISO88593 35527 | 119 #define IDC_ENCODING_ISO88593 35527 |
121 #define IDC_ENCODING_ISO885910 35528 | 120 #define IDC_ENCODING_ISO885910 35528 |
122 #define IDC_ENCODING_ISO885914 35529 | 121 #define IDC_ENCODING_ISO885914 35529 |
123 #define IDC_ENCODING_ISO885916 35530 | 122 #define IDC_ENCODING_ISO885916 35530 |
124 #define IDC_ENCODING_WINDOWS1254 35531 | 123 #define IDC_ENCODING_WINDOWS1254 35531 |
125 #define IDC_ENCODING_ISO88596 35532 | 124 #define IDC_ENCODING_ISO88596 35532 |
126 #define IDC_ENCODING_WINDOWS1256 35533 | 125 #define IDC_ENCODING_WINDOWS1256 35533 |
127 #define IDC_ENCODING_ISO88598 35534 | 126 #define IDC_ENCODING_ISO88598 35534 |
128 #define IDC_ENCODING_WINDOWS1255 35535 | 127 #define IDC_ENCODING_WINDOWS1255 35535 |
129 #define IDC_ENCODING_WINDOWS1258 35536 | 128 #define IDC_ENCODING_WINDOWS1258 35536 |
130 #define IDC_ENCODING_ISO88598I 35537 | 129 #define IDC_ENCODING_ISO88598I 35537 |
130 #define IDC_ENCODING_IBM866 35538 | |
131 | 131 |
132 // Clipboard commands | 132 // Clipboard commands |
133 #define IDC_CUT 36000 | 133 #define IDC_CUT 36000 |
134 #define IDC_COPY 36001 | 134 #define IDC_COPY 36001 |
135 #define IDC_PASTE 36003 | 135 #define IDC_PASTE 36003 |
136 #define IDC_EDIT_MENU 36004 | 136 #define IDC_EDIT_MENU 36004 |
137 | 137 |
138 // Find-in-page | 138 // Find-in-page |
139 #define IDC_FIND 37000 | 139 #define IDC_FIND 37000 |
140 #define IDC_FIND_NEXT 37001 | 140 #define IDC_FIND_NEXT 37001 |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
354 | 354 |
355 // Protocol handler menu entries | 355 // Protocol handler menu entries |
356 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 | 356 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 |
357 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 | 357 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 |
358 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 | 358 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 |
359 | 359 |
360 // NOTE: The last valid command value is 57343 (0xDFFF) | 360 // NOTE: The last valid command value is 57343 (0xDFFF) |
361 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx | 361 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx |
362 | 362 |
363 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ | 363 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |
OLD | NEW |