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

Side by Side Diff: chrome/browser/resources/task_manager/defines.js

Issue 9543002: WebUI TaskManager: Remember column settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/task_manager/main.js » ('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 /** 5 /**
6 * Whether task manager shows 'Private Memory' instead of 'Phsical Memory'. 6 * Whether task manager shows 'Private Memory' instead of 'Phsical Memory'.
7 * @const 7 * @const
8 */ 8 */
9 var USE_PRIVATE_MEM = false; 9 var USE_PRIVATE_MEM = false;
10 // <if expr="(is_linux or pp_ifdef('chromeos'))"> 10 // <if expr="(is_linux or pp_ifdef('chromeos'))">
(...skipping 25 matching lines...) Expand all
36 ]; 36 ];
37 37
38 /* 38 /*
39 * Height of each tasks. It is 20px, which is also defined in CSS. 39 * Height of each tasks. It is 20px, which is also defined in CSS.
40 * @const 40 * @const
41 */ 41 */
42 var HEIGHT_OF_TASK = 20; 42 var HEIGHT_OF_TASK = 20;
43 43
44 var COMMAND_CONTEXTMENU_COLUMN_PREFIX = 'columnContextMenu'; 44 var COMMAND_CONTEXTMENU_COLUMN_PREFIX = 'columnContextMenu';
45 var COMMAND_CONTEXTMENU_TABLE_PREFIX = 'tableContextMenu'; 45 var COMMAND_CONTEXTMENU_TABLE_PREFIX = 'tableContextMenu';
46
47 var ENABLED_COLUMNS_KEY = 'enabledColumns';
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/task_manager/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698