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

Issue 200094: Some scaffolding for the task manager. (Closed)

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

Description

Some scaffolding for the task manager. BUG=13156 TEST=Connect view->task manager to first responder's commandDispatch: and give the menu item the tag 40005. Now clicking that menu item should bring up a completely unfunctional task manager window (but it has a localized title and button). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26278

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Patch Set 3 : git fail #

Patch Set 4 : test #

Patch Set 5 : DAMN YOU GIT #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+863 lines, -3 lines) Patch
M base/process_util_mac.mm View 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/app/nibs/MainMenu.xib View 1 2 chunks +2 lines, -2 lines 0 comments Download
A chrome/app/nibs/TaskManager.xib View 1 chunk +686 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/browser_window_cocoa.mm View 2 chunks +2 lines, -1 line 0 comments Download
A chrome/browser/cocoa/task_manager_mac.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/task_manager_mac.mm View 1 chunk +74 lines, -0 lines 0 comments Download
A chrome/browser/cocoa/task_manager_mac_unittest.mm View 2 3 1 chunk +29 lines, -0 lines 1 comment Download
M chrome/chrome.gyp View 1 4 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Nico
I'm trying a more iterative approach for the task manager, so this CL does not ...
11 years, 3 months ago (2009-09-11 12:09:01 UTC) #1
pink (ping after 24hrs)
I know this doesn't do much yet, but when you add a new file you ...
11 years, 3 months ago (2009-09-14 16:52:14 UTC) #2
Nico
http://codereview.chromium.org/200094/diff/1/6 File chrome/browser/cocoa/task_manager_mac.h (right): http://codereview.chromium.org/200094/diff/1/6#newcode14 Line 14: @interface TaskManagerWindowController : NSWindowController { Added the most ...
11 years, 3 months ago (2009-09-15 07:15:43 UTC) #3
pink (ping after 24hrs)
11 years, 3 months ago (2009-09-15 19:32:03 UTC) #4
LGTM

http://codereview.chromium.org/200094/diff/2024/4022
File chrome/browser/cocoa/task_manager_mac_unittest.mm (right):

http://codereview.chromium.org/200094/diff/2024/4022#newcode29
Line 29: }  // namespace
add TODOs for things like TaskManager::Show(), etc etc. I don't know the rest of
the API that you'll be implementing. Is there a Hide() as well? You should have
a test for those at some point.

Powered by Google App Engine
This is Rietveld 408576698