blob: 352b75da28ee96588fdb28cdddfe7589732b098e [file] [log] [blame]
[email protected]81375e872012-01-11 21:40:361// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]1a3aba82010-11-08 23:52:542// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]057569b2011-06-14 01:44:325#ifndef CHROME_APP_CHROME_COMMAND_IDS_H_
6#define CHROME_APP_CHROME_COMMAND_IDS_H_
[email protected]057569b2011-06-14 01:44:327
[email protected]1a3aba82010-11-08 23:52:548// 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.
10
[email protected]98c62c42012-06-12 23:00:4611// Mac NIB files (e.g. chrome/app/nibs/MainMenu.xib) include ID numbers rather
12// than the corresponding #define labels. If you change a given command's
13// number, any NIB files that refer to it will also need to be updated.
14
[email protected]93b59fc2010-12-21 20:00:4715// Values below IDC_MinimumLabelValue are reserved for dynamic menu items.
16#define IDC_MinimumLabelValue 4000
17
[email protected]21fa3a12010-12-08 23:34:1618#define IDC_Messages 4000
19#define IDC_MessagesAll 4007
20#define IDC_MessagesNone 4008
[email protected]1a3aba82010-11-08 23:52:5421
22// NOTE: Within each of the following sections, the IDs are ordered roughly by
23// how they appear in the GUI/menus (left to right, top to bottom, etc.).
24
25// Navigation commands
26// TODO: Reorder to be in visible order; collapse holes
27#define IDC_BACK 33000
28#define IDC_FORWARD 33001
29#define IDC_RELOAD 33002
30#define IDC_HOME 33003
31#define IDC_OPEN_CURRENT_URL 33004
32#define IDC_STOP 33006
33#define IDC_RELOAD_IGNORING_CACHE 33007
[email protected]ad52ca662012-06-26 15:48:5534#define IDC_LOAD_NEW_TAB_PAGE 33008
[email protected]58e29032012-08-06 20:19:5735#define IDC_RELOAD_CLEARING_CACHE 33009
[email protected]1a3aba82010-11-08 23:52:5436
37// Window management commands
38#define IDC_NEW_WINDOW 34000
39#define IDC_NEW_INCOGNITO_WINDOW 34001
[email protected]e6ba5a12012-08-07 02:05:5340#define IDC_PIN_TO_START_SCREEN 34005
[email protected]1a3aba82010-11-08 23:52:5441#define IDC_CLOSE_WINDOW 34012
42#define IDC_ALWAYS_ON_TOP 34013
43#define IDC_NEW_TAB 34014
44#define IDC_CLOSE_TAB 34015
45#define IDC_SELECT_NEXT_TAB 34016
46#define IDC_SELECT_PREVIOUS_TAB 34017
47#define IDC_SELECT_TAB_0 34018
48#define IDC_SELECT_TAB_1 34019
49#define IDC_SELECT_TAB_2 34020
50#define IDC_SELECT_TAB_3 34021
51#define IDC_SELECT_TAB_4 34022
52#define IDC_SELECT_TAB_5 34023
53#define IDC_SELECT_TAB_6 34024
54#define IDC_SELECT_TAB_7 34025
55#define IDC_SELECT_LAST_TAB 34026
56#define IDC_DUPLICATE_TAB 34027
57#define IDC_RESTORE_TAB 34028
58#define IDC_SHOW_AS_TAB 34029
59#define IDC_FULLSCREEN 34030
60#define IDC_EXIT 34031
61#define IDC_MOVE_TAB_NEXT 34032
62#define IDC_MOVE_TAB_PREVIOUS 34033
[email protected]1a3aba82010-11-08 23:52:5463#define IDC_SEARCH 34035
64#define IDC_TABPOSE 34036
[email protected]cdc05ec2011-05-18 15:15:5965#define IDC_DEBUG_FRAME_TOGGLE 34038
[email protected]d3766932011-08-04 22:18:2366#define IDC_PRESENTATION_MODE 34039
[email protected]77cbe50e2012-06-14 02:44:3867#define IDC_METRO_SNAP_ENABLE 34040
68#define IDC_METRO_SNAP_DISABLE 34041
[email protected]770c6d82012-09-06 22:21:3269#define IDC_WIN8_DESKTOP_RESTART 34042
70#define IDC_WIN8_METRO_RESTART 34043
[email protected]4b0bcef2012-09-27 00:20:5671#define IDC_TOGGLE_ASH_DESKTOP 34044
[email protected]1a3aba82010-11-08 23:52:5472
73// Page-related commands
74#define IDC_BOOKMARK_PAGE 35000
75#define IDC_BOOKMARK_ALL_TABS 35001
76#define IDC_VIEW_SOURCE 35002
77#define IDC_PRINT 35003
78#define IDC_SAVE_PAGE 35004
79#define IDC_ENCODING_MENU 35005
80#define IDC_EMAIL_PAGE_LOCATION 35006
[email protected]0996e9b2011-08-26 17:59:0181#define IDC_ADVANCED_PRINT 35007
[email protected]b106ca52012-03-13 06:08:4682#define IDC_CHROME_TO_MOBILE_PAGE 35008
[email protected]d53e4032012-06-29 18:58:3483#define IDC_PRINT_TO_DESTINATION 35009
[email protected]172b67f2012-11-02 05:32:3984#define IDC_BOOKMARK_PAGE_FROM_STAR 35010
[email protected]1a3aba82010-11-08 23:52:5485
86// When adding a new encoding to this list, be sure to append it to the
87// EncodingMenuController::kValidEncodingIds array in
88// encoding_menu_controller.cc.
89#define IDC_ENCODING_AUTO_DETECT 35500
90#define IDC_ENCODING_UTF8 35501
91#define IDC_ENCODING_UTF16LE 35502
92#define IDC_ENCODING_ISO88591 35503
93#define IDC_ENCODING_WINDOWS1252 35504
94#define IDC_ENCODING_GBK 35505
95#define IDC_ENCODING_GB18030 35506
96#define IDC_ENCODING_BIG5 35507
97#define IDC_ENCODING_BIG5HKSCS 35508
98#define IDC_ENCODING_KOREAN 35509
99#define IDC_ENCODING_SHIFTJIS 35510
100#define IDC_ENCODING_ISO2022JP 35511
101#define IDC_ENCODING_EUCJP 35512
102#define IDC_ENCODING_THAI 35513
103#define IDC_ENCODING_ISO885915 35514
104#define IDC_ENCODING_MACINTOSH 35515
105#define IDC_ENCODING_ISO88592 35516
106#define IDC_ENCODING_WINDOWS1250 35517
107#define IDC_ENCODING_ISO88595 35518
108#define IDC_ENCODING_WINDOWS1251 35519
109#define IDC_ENCODING_KOI8R 35520
110#define IDC_ENCODING_KOI8U 35521
111#define IDC_ENCODING_ISO88597 35522
112#define IDC_ENCODING_WINDOWS1253 35523
113#define IDC_ENCODING_ISO88594 35524
114#define IDC_ENCODING_ISO885913 35525
115#define IDC_ENCODING_WINDOWS1257 35526
116#define IDC_ENCODING_ISO88593 35527
117#define IDC_ENCODING_ISO885910 35528
118#define IDC_ENCODING_ISO885914 35529
119#define IDC_ENCODING_ISO885916 35530
120#define IDC_ENCODING_WINDOWS1254 35531
121#define IDC_ENCODING_ISO88596 35532
122#define IDC_ENCODING_WINDOWS1256 35533
123#define IDC_ENCODING_ISO88598 35534
124#define IDC_ENCODING_WINDOWS1255 35535
125#define IDC_ENCODING_WINDOWS1258 35536
126#define IDC_ENCODING_ISO88598I 35537
127
128// Clipboard commands
129#define IDC_CUT 36000
130#define IDC_COPY 36001
[email protected]d5f74662012-09-12 22:55:46131#define IDC_COPY_URL 36002
[email protected]1a3aba82010-11-08 23:52:54132#define IDC_PASTE 36003
133#define IDC_EDIT_MENU 36004
134
135// Find-in-page
136#define IDC_FIND 37000
137#define IDC_FIND_NEXT 37001
138#define IDC_FIND_PREVIOUS 37002
139
140// Zoom
141#define IDC_ZOOM_MENU 38000
142#define IDC_ZOOM_PLUS 38001
143#define IDC_ZOOM_NORMAL 38002
144#define IDC_ZOOM_MINUS 38003
145#define IDC_ZOOM_PERCENT_DISPLAY 38004
146
147// Focus various bits of UI
148#define IDC_FOCUS_TOOLBAR 39000
149#define IDC_FOCUS_LOCATION 39001
150#define IDC_FOCUS_SEARCH 39002
151#define IDC_FOCUS_MENU_BAR 39003
152#define IDC_FOCUS_NEXT_PANE 39004
153#define IDC_FOCUS_PREVIOUS_PANE 39005
154#define IDC_FOCUS_BOOKMARKS 39006
[email protected]1a3aba82010-11-08 23:52:54155
156// Show various bits of UI
157#define IDC_OPEN_FILE 40000
158#define IDC_CREATE_SHORTCUTS 40001
159#define IDC_DEVELOPER_MENU 40002
160#define IDC_DEV_TOOLS 40003
161#define IDC_DEV_TOOLS_CONSOLE 40004
162#define IDC_TASK_MANAGER 40005
[email protected]1c41a932010-11-22 23:41:23163#define IDC_FEEDBACK 40008
[email protected]1a3aba82010-11-08 23:52:54164#define IDC_SHOW_BOOKMARK_BAR 40009
165#define IDC_SHOW_HISTORY 40010
166#define IDC_SHOW_BOOKMARK_MANAGER 40011
167#define IDC_SHOW_DOWNLOADS 40012
168#define IDC_CLEAR_BROWSING_DATA 40013
169#define IDC_IMPORT_SETTINGS 40014
170#define IDC_OPTIONS 40015
171#define IDC_EDIT_SEARCH_ENGINES 40016
172#define IDC_VIEW_PASSWORDS 40017
173#define IDC_ABOUT 40018
[email protected]2ca35612012-06-12 03:49:48174#define IDC_HELP_PAGE_VIA_KEYBOARD 40019
175#define IDC_HELP_PAGE_VIA_MENU 40020
176#define IDC_SHOW_APP_MENU 40021
177#define IDC_MANAGE_EXTENSIONS 40022
178#define IDC_DEV_TOOLS_INSPECT 40023
179#define IDC_UPGRADE_DIALOG 40024
180#define IDC_VIEW_INCOMPATIBILITIES 40025
181#define IDC_VIEW_BACKGROUND_PAGES 40026
182#define IDC_SHOW_KEYBOARD_OVERLAY 40027
183#define IDC_PROFILING_ENABLED 40028
[email protected]605749372011-07-26 03:06:42184#define IDC_BOOKMARKS_MENU 40029
185#define IDC_SHOW_SYNC_SETUP 40030
[email protected]7c1490da2011-10-11 18:53:25186#define IDC_EXTENSION_ERRORS 40031
[email protected]fbf356892011-10-13 00:45:10187#define IDC_SHOW_SYNC_ERROR 40032
[email protected]6e7d7bc2012-03-01 21:17:51188#define IDC_SHOW_SETTINGS_CHANGE_FIRST 40033
189#define IDC_SHOW_SETTINGS_CHANGE_LAST 40133
190#define IDC_SHOW_AVATAR_MENU 40134
[email protected]edb6e772012-03-22 00:58:03191#define IDC_EXTENSION_DISABLED_FIRST 40135
192#define IDC_EXTENSION_DISABLED_LAST 40235
[email protected]9b7ab882012-09-10 23:46:36193#define IDC_TOGGLE_REQUEST_TABLET_SITE 40236
[email protected]612a1cb12012-10-17 13:18:03194#define IDC_DEV_TOOLS_TOGGLE 40237
195#define IDC_EXTERNAL_EXTENSION_ALERT 40238
[email protected]1a3aba82010-11-08 23:52:54196
197// Spell-check
198// Insert any additional suggestions before _LAST; these have to be consecutive.
199#define IDC_SPELLCHECK_SUGGESTION_0 41000
200#define IDC_SPELLCHECK_SUGGESTION_1 41001
201#define IDC_SPELLCHECK_SUGGESTION_2 41002
202#define IDC_SPELLCHECK_SUGGESTION_3 41003
203#define IDC_SPELLCHECK_SUGGESTION_4 41004
204#define IDC_SPELLCHECK_SUGGESTION_LAST IDC_SPELLCHECK_SUGGESTION_4
205#define IDC_SPELLCHECK_MENU 41005
206// Language entries are inserted using autogenerated values between
207// [_FIRST, _LAST).
208#define IDC_SPELLCHECK_LANGUAGES_FIRST 41006
209#define IDC_SPELLCHECK_LANGUAGES_LAST 41106
[email protected]bab9cd62012-06-11 06:36:29210#define IDC_CHECK_SPELLING_WHILE_TYPING 41107
[email protected]1a3aba82010-11-08 23:52:54211#define IDC_SPELLPANEL_TOGGLE 41109
212#define IDC_SPELLCHECK_ADD_TO_DICTIONARY 41110
213
214// Writing direction
215#define IDC_WRITING_DIRECTION_MENU 41120 // OSX only
216#define IDC_WRITING_DIRECTION_DEFAULT 41121 // OSX only
217#define IDC_WRITING_DIRECTION_LTR 41122 // OSX only
218#define IDC_WRITING_DIRECTION_RTL 41123 // OSX only
219
[email protected]1a3aba82010-11-08 23:52:54220// Translate
221#define IDC_TRANSLATE_OPTIONS_ALWAYS 42000
222#define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_LANG 42001
223#define IDC_TRANSLATE_OPTIONS_NEVER_TRANSLATE_SITE 42002
224#define IDC_TRANSLATE_REPORT_BAD_LANGUAGE_DETECTION 42003
225#define IDC_TRANSLATE_OPTIONS_ABOUT 42004
226#define IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE 42100
227#define IDC_TRANSLATE_TARGET_LANGUAGE_BASE 42400
228
[email protected]afcb43562011-09-02 23:33:38229// Speech input
230#define IDC_TOGGLE_SPEECH_INPUT 42500
231
[email protected]1a3aba82010-11-08 23:52:54232// Identifiers for platform-specific items.
233// Placed in a common file to help insure they never collide.
[email protected]1a3aba82010-11-08 23:52:54234#define IDC_VIEW_MENU 44000 // OSX only
[email protected]1a3aba82010-11-08 23:52:54235#define IDC_HISTORY_MENU 46000 // OSX only
[email protected]961a6932011-07-19 19:52:46236#define IDC_PROFILE_MAIN_MENU 46100 // OSX only
[email protected]1a3aba82010-11-08 23:52:54237#define IDC_INPUT_METHODS_MENU 46300 // Linux only
238
239// Custom context menu entries
240#define IDC_CONTENT_CONTEXT_CUSTOM_FIRST 47000
241#define IDC_CONTENT_CONTEXT_CUSTOM_LAST 48000
242
243// Context menu items added by extensions.
244#define IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST 49000
245#define IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST 50000
246
247// Context menu items in the render view.
248// Link items.
249#define IDC_CONTENT_CONTEXT_OPENLINKNEWTAB 50100
250#define IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW 50101
251#define IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD 50102
252#define IDC_CONTENT_CONTEXT_SAVELINKAS 50103
253#define IDC_CONTENT_CONTEXT_COPYLINKLOCATION 50104
254#define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105
[email protected]88fb6a62011-06-27 04:07:57255#define IDC_CONTENT_CONTEXT_OPENLINKWITH 50106
[email protected]1a3aba82010-11-08 23:52:54256// Image items.
257#define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110
258#define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111
259#define IDC_CONTENT_CONTEXT_COPYIMAGE 50112
260#define IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB 50113
261// Audio/video items.
262#define IDC_CONTENT_CONTEXT_SAVEAVAS 50120
263#define IDC_CONTENT_CONTEXT_COPYAVLOCATION 50121
264#define IDC_CONTENT_CONTEXT_OPENAVNEWTAB 50122
265// Media items.
266#define IDC_CONTENT_CONTEXT_PLAYPAUSE 50130
267#define IDC_CONTENT_CONTEXT_MUTE 50131
268#define IDC_CONTENT_CONTEXT_LOOP 50132
269#define IDC_CONTENT_CONTEXT_CONTROLS 50133
[email protected]81375e872012-01-11 21:40:36270#define IDC_CONTENT_CONTEXT_ROTATECW 50134
271#define IDC_CONTENT_CONTEXT_ROTATECCW 50135
[email protected]1a3aba82010-11-08 23:52:54272// Edit items.
273#define IDC_CONTENT_CONTEXT_COPY 50140
274#define IDC_CONTENT_CONTEXT_CUT 50141
275#define IDC_CONTENT_CONTEXT_PASTE 50142
276#define IDC_CONTENT_CONTEXT_DELETE 50143
277#define IDC_CONTENT_CONTEXT_UNDO 50144
278#define IDC_CONTENT_CONTEXT_REDO 50145
279#define IDC_CONTENT_CONTEXT_SELECTALL 50146
[email protected]44bf7002011-10-16 02:46:15280#define IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE 50147
[email protected]1a3aba82010-11-08 23:52:54281// Other items.
282#define IDC_CONTENT_CONTEXT_TRANSLATE 50150
283#define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151
284#define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152
285#define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153
286#define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154
[email protected]0c696612011-06-25 04:29:08287#define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155
[email protected]c8a72662011-09-05 09:26:08288#define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156
[email protected]f2a43512011-11-01 11:23:35289#define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157
[email protected]f3768f62012-03-14 06:58:23290#define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158
291#define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159
292#define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160
[email protected]65992d52012-09-19 23:05:31293#define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161
[email protected]671c9702012-09-27 07:51:19294#define IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP 50162
[email protected]32b36c62012-10-24 05:37:41295#define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163
[email protected]1a3aba82010-11-08 23:52:54296// Frame items.
[email protected]27cd1e62012-03-26 20:19:53297#define IDC_CONTENT_CONTEXT_RELOADFRAME 50170
298#define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171
299#define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172
[email protected]1a3aba82010-11-08 23:52:54300// Search items.
[email protected]27cd1e62012-03-26 20:19:53301#define IDC_CONTENT_CONTEXT_GOTOURL 50180
302#define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50181
303#define IDC_CONTENT_CONTEXT_ADDSEARCHENGINE 50182
[email protected]4aa0dea2010-12-09 01:51:03304
305// Context menu items in the bookmark bar
306#define IDC_BOOKMARK_BAR_OPEN_ALL 51000
307#define IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW 51001
308#define IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO 51002
309#define IDC_BOOKMARK_BAR_OPEN_INCOGNITO 51003
310#define IDC_BOOKMARK_BAR_RENAME_FOLDER 51004
311#define IDC_BOOKMARK_BAR_EDIT 51005
312#define IDC_BOOKMARK_BAR_REMOVE 51006
313#define IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK 51007
314#define IDC_BOOKMARK_BAR_NEW_FOLDER 51008
315#define IDC_BOOKMARK_MANAGER 51009
316#define IDC_BOOKMARK_BAR_ALWAYS_SHOW 51010
[email protected]e7e637e2011-05-13 20:49:49317
318// Context menu items in the status tray
319#define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100
[email protected]057569b2011-06-14 01:44:32320
[email protected]508d1032011-07-26 05:08:34321// Context menu items for speech recognition
322#define IDC_SPEECH_INPUT_MENU 51200
[email protected]9af487d42011-10-08 11:04:59323#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_FILTER_PROFANITIES 51201
[email protected]508d1032011-07-26 05:08:34324#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT 51202
325
[email protected]c993cd62012-05-03 20:01:59326// Context menu items for media stream status tray
327#define IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY 51300
328#define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST 51301
329#define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST 51399
[email protected]4afde5c2012-06-25 17:00:53330#define IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW 51400
[email protected]c993cd62012-05-03 20:01:59331
[email protected]88fb6a62011-06-27 04:07:57332// Protocol handler menu entries
333#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
334#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
335#define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
336
337// NOTE: The last valid command value is 57343 (0xDFFF)
338// See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
339
[email protected]057569b2011-06-14 01:44:32340#endif // CHROME_APP_CHROME_COMMAND_IDS_H_