| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 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 // This file lists all the command IDs understood by e.g. the browser. | 5 // This file lists all the command IDs understood by e.g. the browser. |
| 6 // It is used by Windows RC files, Mac NIB files, and other platforms too. | 6 // It is used by Windows RC files, Mac NIB files, and other platforms too. |
| 7 | 7 |
| 8 #define IDC_View 4000 | 8 #define IDC_Messages 4000 |
| 9 #define IDC_ViewHost 4001 | 9 #define IDC_MessagesAll 4007 |
| 10 #define IDC_Plugin 4002 | 10 #define IDC_MessagesNone 4008 |
| 11 #define IDC_PluginHost 4003 | |
| 12 #define IDC_NPObject 4004 | |
| 13 #define IDC_PluginProcess 4005 | |
| 14 #define IDC_PluginProcessHost 4006 | |
| 15 #define IDC_ViewAll 4007 | |
| 16 #define IDC_ViewNone 4008 | |
| 17 #define IDC_ViewHostAll 4009 | |
| 18 #define IDC_ViewHostNone 4010 | |
| 19 #define IDC_PluginAll 4011 | |
| 20 #define IDC_PluginNone 4012 | |
| 21 #define IDC_NPObjectAll 4013 | |
| 22 #define IDC_NPObjectNone 4014 | |
| 23 #define IDC_PluginHostAll 4015 | |
| 24 #define IDC_PluginHostNone 4016 | |
| 25 #define IDC_DevToolsAgent 4017 | |
| 26 #define IDC_DevToolsClient 4018 | |
| 27 | 11 |
| 28 // NOTE: Within each of the following sections, the IDs are ordered roughly by | 12 // NOTE: Within each of the following sections, the IDs are ordered roughly by |
| 29 // how they appear in the GUI/menus (left to right, top to bottom, etc.). | 13 // how they appear in the GUI/menus (left to right, top to bottom, etc.). |
| 30 | 14 |
| 31 // Navigation commands | 15 // Navigation commands |
| 32 // TODO: Reorder to be in visible order; collapse holes | 16 // TODO: Reorder to be in visible order; collapse holes |
| 33 #define IDC_BACK 33000 | 17 #define IDC_BACK 33000 |
| 34 #define IDC_FORWARD 33001 | 18 #define IDC_FORWARD 33001 |
| 35 #define IDC_RELOAD 33002 | 19 #define IDC_RELOAD 33002 |
| 36 #define IDC_HOME 33003 | 20 #define IDC_HOME 33003 |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 | 249 #define IDC_CONTENT_CONTEXT_VIEWPAGEINFO 50152 |
| 266 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 | 250 #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 |
| 267 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154 | 251 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154 |
| 268 // Frame items. | 252 // Frame items. |
| 269 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 | 253 #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 |
| 270 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50161 | 254 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50161 |
| 271 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50162 | 255 #define IDC_CONTENT_CONTEXT_VIEWFRAMEINFO 50162 |
| 272 // Search items. | 256 // Search items. |
| 273 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 | 257 #define IDC_CONTENT_CONTEXT_GOTOURL 50170 |
| 274 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 | 258 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 |
| OLD | NEW |