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

Unified Diff: chrome/app/chrome_dll.rc

Issue 5526008: Simplify the magic required to create IPC message headers a bit. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/automation/automation_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll.rc
===================================================================
--- chrome/app/chrome_dll.rc (revision 68536)
+++ chrome/app/chrome_dll.rc (working copy)
@@ -210,30 +210,14 @@
// Dialog
//
-IDD_IPC_SETTINGS DIALOGEX 0, 0, 723, 558
+IDD_IPC_SETTINGS DIALOGEX 0, 0, 182, 558
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "IPC Logging Settings"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- CONTROL "",IDC_View,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,22,170,529
- CONTROL "",IDC_ViewHost,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,187,22,170,529
- CONTROL "",IDC_Plugin,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,367,22,170,279
- CONTROL "",IDC_PluginHost,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,546,22,170,279
- CONTROL "",IDC_NPObject,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,367,326,170,145
- CONTROL "",IDC_PluginProcess,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,546,326,170,50
- CONTROL "",IDC_PluginProcessHost,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,546,381,170,90
- CONTROL "",IDC_DevToolsAgent,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,367,480,170,71
- CONTROL "",IDC_DevToolsClient,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,546,480,170,71
- PUSHBUTTON "Check All",IDC_ViewAll,7,6,56,13
- PUSHBUTTON "Check None",IDC_ViewNone,121,7,56,13
- PUSHBUTTON "Check All",IDC_ViewHostAll,187,7,56,13
- PUSHBUTTON "Check None",IDC_ViewHostNone,301,7,56,13
- PUSHBUTTON "Check All",IDC_PluginAll,367,7,56,13
- PUSHBUTTON "Check None",IDC_PluginNone,482,7,56,13
- PUSHBUTTON "Check All",IDC_NPObjectAll,367,310,56,13
- PUSHBUTTON "Check None",IDC_NPObjectNone,481,310,56,13
- PUSHBUTTON "Check All",IDC_PluginHostAll,546,7,56,13
- PUSHBUTTON "Check None",IDC_PluginHostNone,660,7,56,13
+ CONTROL "",IDC_Messages,"SysListView32",LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,7,22,170,529
+ PUSHBUTTON "All",IDC_MessagesAll,7,6,56,13
+ PUSHBUTTON "None",IDC_MessagesNone,121,7,56,13
END
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/automation/automation_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698