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

Issue 11280253: Fixing column widths in tables. (Closed)

Created:
8 years ago by SeRya
Modified:
8 years ago
CC:
chromium-reviews, rginda+watch_chromium.org, arv (Not doing code reviews), yoshiki+watch_chromium.org
Visibility:
Public.

Description

Fixing column widths in tables. Affects File Manager table view and Task Manager. Previously columns was stretched to occupy full list width. As we discussed width @kenmoore and @joshwoodward won't depend on list width and have values in pixels. Total columns width may be less or more of list width. In the last case horizontal scroll bar appears. Column widths supposed to be persistent. But it is not implemented yet. BUG=126738 TEST=Check how File Manager and Task Manager tables behave when window and column resize. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170789

Patch Set 1 #

Total comments: 25

Patch Set 2 : Code review fixes. #

Total comments: 8

Patch Set 3 : Code review fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -92 lines) Patch
M chrome/browser/resources/file_manager/js/file_manager.js View 1 2 5 chunks +25 lines, -21 lines 0 comments Download
M chrome/browser/resources/shared/css/table.css View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/list.js View 5 chunks +7 lines, -11 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/table.js View 1 2 4 chunks +14 lines, -6 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/table/table_column_model.js View 4 chunks +14 lines, -24 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/table/table_header.js View 4 chunks +7 lines, -10 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/table/table_list.js View 1 2 3 chunks +104 lines, -12 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/table/table_splitter.js View 1 chunk +2 lines, -7 lines 0 comments Download
M chrome/browser/resources/task_manager/main.js View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
SeRya
https://codereview.chromium.org/11280253/diff/1/chrome/browser/resources/shared/js/cr/ui/list.js File chrome/browser/resources/shared/js/cr/ui/list.js (left): https://codereview.chromium.org/11280253/diff/1/chrome/browser/resources/shared/js/cr/ui/list.js#oldcode352 chrome/browser/resources/shared/js/cr/ui/list.js:352: if (height && height.substr(-2) == 'px') This code ignored ...
8 years ago (2012-11-30 13:20:01 UTC) #1
arv (Not doing code reviews)
https://codereview.chromium.org/11280253/diff/1/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): https://codereview.chromium.org/11280253/diff/1/chrome/browser/resources/file_manager/js/file_manager.js#newcode1080 chrome/browser/resources/file_manager/js/file_manager.js:1080: columnModel.__defineGetter__('size', function() { Don't use __defineGetter___. Use ES5 Object.defineProperty ...
8 years ago (2012-11-30 19:05:52 UTC) #2
SeRya
https://codereview.chromium.org/11280253/diff/1/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): https://codereview.chromium.org/11280253/diff/1/chrome/browser/resources/file_manager/js/file_manager.js#newcode1080 chrome/browser/resources/file_manager/js/file_manager.js:1080: columnModel.__defineGetter__('size', function() { On 2012/11/30 19:05:52, arv wrote: > ...
8 years ago (2012-12-01 20:14:37 UTC) #3
arv (Not doing code reviews)
LGTM Please fix all the typos in the CL description (there are a lot of ...
8 years ago (2012-12-03 15:53:48 UTC) #4
Dmitry Zvorygin
LGTM with verbal comments addressed.
8 years ago (2012-12-03 16:44:00 UTC) #5
SeRya
https://codereview.chromium.org/11280253/diff/8002/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): https://codereview.chromium.org/11280253/diff/8002/chrome/browser/resources/file_manager/js/file_manager.js#newcode1080 chrome/browser/resources/file_manager/js/file_manager.js:1080: Object.defineProperty(columnModel, 'size', { get: function() { On 2012/12/03 15:53:48, ...
8 years ago (2012-12-03 16:59:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/serya@chromium.org/11280253/2011
8 years ago (2012-12-03 16:59:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/serya@chromium.org/11280253/2011
8 years ago (2012-12-03 18:46:58 UTC) #8
commit-bot: I haz the power
8 years ago (2012-12-03 19:27:14 UTC) #9
Message was sent while issue was closed.
Change committed as 170789

Powered by Google App Engine
This is Rietveld 408576698