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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 #define IDC_BASIC_PRINT 35007 | 87 #define IDC_BASIC_PRINT 35007 |
88 #define IDC_TRANSLATE_PAGE 35009 | 88 #define IDC_TRANSLATE_PAGE 35009 |
89 #define IDC_MANAGE_PASSWORDS_FOR_PAGE 35010 | 89 #define IDC_MANAGE_PASSWORDS_FOR_PAGE 35010 |
90 | 90 |
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 35503 |
98 #define IDC_ENCODING_GBK 35505 | 98 #define IDC_ENCODING_GBK 35504 |
99 #define IDC_ENCODING_GB18030 35506 | 99 #define IDC_ENCODING_GB18030 35505 |
100 #define IDC_ENCODING_BIG5 35507 | 100 #define IDC_ENCODING_BIG5 35506 |
101 #define IDC_ENCODING_BIG5HKSCS 35508 | 101 #define IDC_ENCODING_KOREAN 35507 |
102 #define IDC_ENCODING_KOREAN 35509 | 102 #define IDC_ENCODING_SHIFTJIS 35508 |
103 #define IDC_ENCODING_SHIFTJIS 35510 | 103 #define IDC_ENCODING_ISO2022JP 35509 |
104 #define IDC_ENCODING_ISO2022JP 35511 | 104 #define IDC_ENCODING_EUCJP 35510 |
105 #define IDC_ENCODING_EUCJP 35512 | 105 #define IDC_ENCODING_THAI 35511 |
106 #define IDC_ENCODING_THAI 35513 | 106 #define IDC_ENCODING_ISO885915 35512 |
107 #define IDC_ENCODING_ISO885915 35514 | 107 #define IDC_ENCODING_MACINTOSH 35513 |
108 #define IDC_ENCODING_MACINTOSH 35515 | 108 #define IDC_ENCODING_ISO88592 35514 |
109 #define IDC_ENCODING_ISO88592 35516 | 109 #define IDC_ENCODING_WINDOWS1250 35515 |
110 #define IDC_ENCODING_WINDOWS1250 35517 | 110 #define IDC_ENCODING_ISO88595 35516 |
111 #define IDC_ENCODING_ISO88595 35518 | 111 #define IDC_ENCODING_WINDOWS1251 35517 |
112 #define IDC_ENCODING_WINDOWS1251 35519 | 112 #define IDC_ENCODING_KOI8R 35518 |
113 #define IDC_ENCODING_KOI8R 35520 | 113 #define IDC_ENCODING_KOI8U 35519 |
114 #define IDC_ENCODING_KOI8U 35521 | 114 #define IDC_ENCODING_ISO88597 35520 |
115 #define IDC_ENCODING_ISO88597 35522 | 115 #define IDC_ENCODING_WINDOWS1253 35521 |
116 #define IDC_ENCODING_WINDOWS1253 35523 | 116 #define IDC_ENCODING_ISO88594 35522 |
117 #define IDC_ENCODING_ISO88594 35524 | 117 #define IDC_ENCODING_ISO885913 35523 |
118 #define IDC_ENCODING_ISO885913 35525 | 118 #define IDC_ENCODING_WINDOWS1257 35524 |
119 #define IDC_ENCODING_WINDOWS1257 35526 | 119 #define IDC_ENCODING_ISO88593 35525 |
120 #define IDC_ENCODING_ISO88593 35527 | 120 #define IDC_ENCODING_ISO885910 35526 |
121 #define IDC_ENCODING_ISO885910 35528 | 121 #define IDC_ENCODING_ISO885914 35527 |
122 #define IDC_ENCODING_ISO885914 35529 | 122 #define IDC_ENCODING_ISO885916 35528 |
123 #define IDC_ENCODING_ISO885916 35530 | 123 #define IDC_ENCODING_WINDOWS1254 35529 |
124 #define IDC_ENCODING_WINDOWS1254 35531 | 124 #define IDC_ENCODING_ISO88596 35530 |
125 #define IDC_ENCODING_ISO88596 35532 | 125 #define IDC_ENCODING_WINDOWS1256 35531 |
126 #define IDC_ENCODING_WINDOWS1256 35533 | 126 #define IDC_ENCODING_ISO88598 35532 |
127 #define IDC_ENCODING_ISO88598 35534 | 127 #define IDC_ENCODING_WINDOWS1255 35533 |
128 #define IDC_ENCODING_WINDOWS1255 35535 | 128 #define IDC_ENCODING_WINDOWS1258 35534 |
129 #define IDC_ENCODING_WINDOWS1258 35536 | 129 #define IDC_ENCODING_ISO88598I 35535 |
130 #define IDC_ENCODING_ISO88598I 35537 | 130 #define IDC_ENCODING_IBM866 35536 |
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 |