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

Issue 1367673003: Expose all reusable task manager view code so it can be used by Mac (Closed)

Created:
5 years, 3 months ago by afakhry
Modified:
5 years, 2 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Expose all reusable task manager view code so it can be used by Mac A lot of the code used in NewTaskManagerView is reusable for the Mac implementation. This CL extarcts this code and makes it in common place accessible by both Aura Views and Mac's cocoa. BUG=530309 TEST=browser_tests --gtest_filter=NewTaskManagerViewTest.* Committed: https://crrev.com/f857def5e3bbce342de37d7fa79f4d5487f03fbb Cr-Commit-Position: refs/heads/master@{#350904}

Patch Set 1 #

Total comments: 12

Patch Set 2 : thestig's comments #

Patch Set 3 : Added DEPS file #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1114 lines, -921 lines) Patch
A chrome/browser/ui/task_manager/DEPS View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A + chrome/browser/ui/task_manager/OWNERS View 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/ui/task_manager/task_manager_columns.h View 1 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/browser/ui/task_manager/task_manager_columns.cc View 1 chunk +120 lines, -0 lines 0 comments Download
A chrome/browser/ui/task_manager/task_manager_table_model.h View 1 1 chunk +139 lines, -0 lines 0 comments Download
A chrome/browser/ui/task_manager/task_manager_table_model.cc View 1 1 chunk +721 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/new_task_manager_view.h View 1 6 chunks +17 lines, -56 lines 0 comments Download
M chrome/browser/ui/views/new_task_manager_view.cc View 1 10 chunks +44 lines, -862 lines 0 comments Download
M chrome/browser/ui/views/new_task_manager_view_browsertest.cc View 1 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
afakhry
thestig@chromium.org: Can you please review this CL? Context: In order to migrate the task manager ...
5 years, 3 months ago (2015-09-23 23:50:47 UTC) #2
Lei Zhang
Mostly good. You should add a chrome/browser/ui/task_manager/DEPS file with rules to prevent views/mac specific #includes. ...
5 years, 3 months ago (2015-09-24 05:33:58 UTC) #3
afakhry
https://codereview.chromium.org/1367673003/diff/1/chrome/browser/ui/task_manager/task_manager_columns.h File chrome/browser/ui/task_manager/task_manager_columns.h (right): https://codereview.chromium.org/1367673003/diff/1/chrome/browser/ui/task_manager/task_manager_columns.h#newcode8 chrome/browser/ui/task_manager/task_manager_columns.h:8: #include "base/macros.h" On 2015/09/24 05:33:57, Lei Zhang wrote: > ...
5 years, 2 months ago (2015-09-25 16:39:50 UTC) #4
Lei Zhang
I had a top level comment about adding a DEPS file. ^^ Thoughts?
5 years, 2 months ago (2015-09-25 18:02:51 UTC) #5
Lei Zhang
Otherwise LGTM
5 years, 2 months ago (2015-09-25 18:05:09 UTC) #6
afakhry
Oh sorry, I missed that comment. Please take a look at the DEPS file I ...
5 years, 2 months ago (2015-09-25 18:24:25 UTC) #7
Lei Zhang
lgtm https://codereview.chromium.org/1367673003/diff/40001/chrome/browser/ui/task_manager/DEPS File chrome/browser/ui/task_manager/DEPS (right): https://codereview.chromium.org/1367673003/diff/40001/chrome/browser/ui/task_manager/DEPS#newcode2 chrome/browser/ui/task_manager/DEPS:2: "-chrome/browser/ui/cocoa", Also "-chrome/browser/ui/views"
5 years, 2 months ago (2015-09-25 18:47:00 UTC) #8
afakhry
https://codereview.chromium.org/1367673003/diff/40001/chrome/browser/ui/task_manager/DEPS File chrome/browser/ui/task_manager/DEPS (right): https://codereview.chromium.org/1367673003/diff/40001/chrome/browser/ui/task_manager/DEPS#newcode2 chrome/browser/ui/task_manager/DEPS:2: "-chrome/browser/ui/cocoa", On 2015/09/25 18:47:00, Lei Zhang wrote: > Also ...
5 years, 2 months ago (2015-09-25 19:47:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1367673003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1367673003/60001
5 years, 2 months ago (2015-09-25 19:49:25 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 2 months ago (2015-09-25 20:47:32 UTC) #13
commit-bot: I haz the power
5 years, 2 months ago (2015-09-25 20:48:09 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f857def5e3bbce342de37d7fa79f4d5487f03fbb
Cr-Commit-Position: refs/heads/master@{#350904}

Powered by Google App Engine
This is Rietveld 408576698