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

Side by Side Diff: chrome/app/chrome_command_ids.h

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 #define IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE 50147 268 #define IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE 50147
269 // Other items. 269 // Other items.
270 #define IDC_CONTENT_CONTEXT_TRANSLATE 50150 270 #define IDC_CONTENT_CONTEXT_TRANSLATE 50150
271 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151 271 #define IDC_CONTENT_CONTEXT_INSPECTELEMENT 50151
272 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 272 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152
273 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 273 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153
274 #define IDC_CONTENT_CONTEXT_LOOK_UP 50154 274 #define IDC_CONTENT_CONTEXT_LOOK_UP 50154
275 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155 275 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155
276 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 276 #define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156
277 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157 277 #define IDC_CONTENT_CONTEXT_SPELLING_TOGGLE 50157
278 #define IDC_CONTENT_CONTEXT_SPEECH_MENU 50158
279 #define IDC_CONTENT_CONTEXT_SPEECH_START_SPEAKING 50159
280 #define IDC_CONTENT_CONTEXT_SPEECH_STOP_SPEAKING 50160
281 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161 278 #define IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE 50161
282 #define IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP 50162 279 #define IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP 50162
283 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163 280 #define IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP 50163
284 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165 281 #define IDC_CONTENT_CONTEXT_FORCESAVEPASSWORD 50165
285 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166 282 #define IDC_CONTENT_CONTEXT_GENERATEPASSWORD 50166
286 #define IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN 50167 283 #define IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN 50167
287 // Frame items. 284 // Frame items.
288 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170 285 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50170
289 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171 286 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50171
290 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172 287 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50172
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 353 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
357 354
358 // Starting command id for menus showing bookmarks (such as the wrench menu). 355 // Starting command id for menus showing bookmarks (such as the wrench menu).
359 // While command ids passed to Windows functions must not be higher than 0xDFFF, 356 // While command ids passed to Windows functions must not be higher than 0xDFFF,
360 // these IDs are not exposed to the native system and thus can be in this 357 // these IDs are not exposed to the native system and thus can be in this
361 // otherwise-reserved range. No command used in a menu (such as the wrench menu) 358 // otherwise-reserved range. No command used in a menu (such as the wrench menu)
362 // should be higher than this, otherwise it'll conflict. 359 // should be higher than this, otherwise it'll conflict.
363 #define IDC_FIRST_BOOKMARK_MENU 0xE000 360 #define IDC_FIRST_BOOKMARK_MENU 0xE000
364 361
365 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 362 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698