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

Issue 208043: Task Manager for OS X: Set up columns, show rows. (Closed)

Created:
11 years, 3 months ago by Nico
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Task Manager for OS X: Set up columns, show rows. This is more work-in-progress for the OS X task manager. The table header is complete (the right columns are there, and right-clicking the header gives a column-selection context menu just like in e.g. Task Manager), and the rows data is displayed. However, all the metrics (memory, cpu, etc) seem to be all wrong. Because of this and because too much stuff is still unimplemented (favicons in rows, the "kill process" button, the link, etc), I won't commit the change to MainMenu.xib, so users still won't be able to open this dialog. BUG=13156 TEST=Connect view->task manager to first responder's commandDispatch:, set the menu item to "enabled", and give the menu item the tag 40005. Now opening the task manager should actually display data. Right-clicking the table header should show a functional menu that lets you select which columns to display. Clicking a column header should not select the column, double-clicking an item should not edit it. Also, when resizing the task manager, stuff should now behave in a sane way. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26687

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address comments. #

Patch Set 3 : Fight Cocoa. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -68 lines) Patch
M chrome/app/nibs/MainMenu.xib View 9 chunks +48 lines, -8 lines 0 comments Download
M chrome/app/nibs/TaskManager.xib View 1 15 chunks +38 lines, -56 lines 0 comments Download
M chrome/browser/cocoa/task_manager_mac.h View 1 chunk +7 lines, -1 line 0 comments Download
M chrome/browser/cocoa/task_manager_mac.mm View 1 2 3 chunks +165 lines, -2 lines 0 comments Download
M chrome/browser/gtk/task_manager_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Nico
More work-in-progress for the task manager.
11 years, 3 months ago (2009-09-21 04:48:33 UTC) #1
pink (ping after 24hrs)
Be sure to revert the main menu change. I'll take another look once you've added ...
11 years, 3 months ago (2009-09-21 15:31:32 UTC) #2
Nico
http://codereview.chromium.org/208043/diff/1/5 File chrome/browser/cocoa/task_manager_mac.mm (right): http://codereview.chromium.org/208043/diff/1/5#newcode56 Line 56: [tableView_ setDataSource:self]; On 2009/09/21 15:31:32, pink wrote: > ...
11 years, 3 months ago (2009-09-21 15:52:46 UTC) #3
pink (ping after 24hrs)
11 years, 3 months ago (2009-09-21 16:15:19 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698