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

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

Issue 10117016: Implementation for switching between recently used tabs using ctrl tilde or quoteleft. Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Uploaded as per comments Created 8 years, 6 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/chrome_dll.rc » ('j') | chrome/browser/ui/browser.cc » ('J')
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 #pragma once 7 #pragma once
8 8
9 // This file lists all the command IDs understood by e.g. the browser. 9 // This file lists all the command IDs understood by e.g. the browser.
10 // It is used by Windows RC files, Mac NIB files, and other platforms too. 10 // It is used by Windows RC files, Mac NIB files, and other platforms too.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 #define IDC_RESTORE_TAB 34028 51 #define IDC_RESTORE_TAB 34028
52 #define IDC_SHOW_AS_TAB 34029 52 #define IDC_SHOW_AS_TAB 34029
53 #define IDC_FULLSCREEN 34030 53 #define IDC_FULLSCREEN 34030
54 #define IDC_EXIT 34031 54 #define IDC_EXIT 34031
55 #define IDC_MOVE_TAB_NEXT 34032 55 #define IDC_MOVE_TAB_NEXT 34032
56 #define IDC_MOVE_TAB_PREVIOUS 34033 56 #define IDC_MOVE_TAB_PREVIOUS 34033
57 #define IDC_SEARCH 34035 57 #define IDC_SEARCH 34035
58 #define IDC_TABPOSE 34036 58 #define IDC_TABPOSE 34036
59 #define IDC_DEBUG_FRAME_TOGGLE 34038 59 #define IDC_DEBUG_FRAME_TOGGLE 34038
60 #define IDC_PRESENTATION_MODE 34039 60 #define IDC_PRESENTATION_MODE 34039
61 #define IDC_SELECT_NEXT_MRU_TAB 34040
sky 2012/05/29 19:48:27 Put between SELECT_LAST_TAB and DUPLICATE_TAB
NaveenBobbili (Motorola) 2012/06/05 05:34:16 Done.
61 62
62 // Page-related commands 63 // Page-related commands
63 #define IDC_BOOKMARK_PAGE 35000 64 #define IDC_BOOKMARK_PAGE 35000
64 #define IDC_BOOKMARK_ALL_TABS 35001 65 #define IDC_BOOKMARK_ALL_TABS 35001
65 #define IDC_VIEW_SOURCE 35002 66 #define IDC_VIEW_SOURCE 35002
66 #define IDC_PRINT 35003 67 #define IDC_PRINT 35003
67 #define IDC_SAVE_PAGE 35004 68 #define IDC_SAVE_PAGE 35004
68 #define IDC_ENCODING_MENU 35005 69 #define IDC_ENCODING_MENU 35005
69 #define IDC_EMAIL_PAGE_LOCATION 35006 70 #define IDC_EMAIL_PAGE_LOCATION 35006
70 #define IDC_ADVANCED_PRINT 35007 71 #define IDC_ADVANCED_PRINT 35007
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 311
311 // Protocol handler menu entries 312 // Protocol handler menu entries
312 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000 313 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST 52000
313 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199 314 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
314 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200 315 #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
315 316
316 // NOTE: The last valid command value is 57343 (0xDFFF) 317 // NOTE: The last valid command value is 57343 (0xDFFF)
317 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx 318 // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
318 319
319 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_ 320 #endif // CHROME_APP_CHROME_COMMAND_IDS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_dll.rc » ('j') | chrome/browser/ui/browser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698