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

Issue 1953383002: [Part 6 of 6] Move browsertests and utils to task_management/ directory (Closed)

Created:
4 years, 7 months ago by ncarter (slow)
Modified:
4 years, 7 months ago
CC:
cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, davidben+watch_chromium.org, extensions-reviews_chromium.org, gavinp+prer_chromium.org, tburkard+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@tm_file_split5
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Part 6 of 6] Move browsertests and utils to task_management/ directory Move task_manager_browsertest.cc and task_manager_browsertest_util.{cc,h} to task_management directory. [splitting apart task_manager_browsertest_util, part 6 of 6] BUG=606963 Committed: https://crrev.com/50b06493bfa168ad10da21ca1067dcf1da5945b7 Cr-Commit-Position: refs/heads/master@{#392773}

Patch Set 1 #

Patch Set 2 : Comment fix #

Total comments: 7

Patch Set 3 : Rebase #

Total comments: 3

Patch Set 4 : Rebase #

Patch Set 5 : stddef/stdint #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -1629 lines) Patch
M chrome/browser/apps/guest_view/web_view_browsertest.cc View 2 chunks +10 lines, -11 lines 0 comments Download
M chrome/browser/extensions/app_background_page_apitest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
A + chrome/browser/task_management/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/task_management/task_manager_browsertest.cc View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
A + chrome/browser/task_management/task_manager_browsertest_util.h View 1 2 chunks +12 lines, -7 lines 0 comments Download
A + chrome/browser/task_management/task_manager_browsertest_util.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/task_management/task_manager_tester.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
D chrome/browser/task_manager/task_manager_browsertest.cc View 1 2 1 chunk +0 lines, -1241 lines 0 comments Download
D chrome/browser/task_manager/task_manager_browsertest_util.h View 1 chunk +0 lines, -74 lines 0 comments Download
D chrome/browser/task_manager/task_manager_browsertest_util.cc View 1 chunk +0 lines, -256 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/chrome_tests.gypi View 3 chunks +6 lines, -6 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 27 (10 generated)
ncarter (slow)
Ahmed, this is the last one, that actually does the move.
4 years, 7 months ago (2016-05-06 22:32:55 UTC) #2
afakhry
https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS File chrome/browser/task_management/DEPS (right): https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS#newcode2 chrome/browser/task_management/DEPS:2: "+extensions/strings/grit/extensions_strings.h" Why? https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/task_manager_tester.h File chrome/browser/task_management/task_manager_tester.h (right): https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/task_manager_tester.h#newcode19 chrome/browser/task_management/task_manager_tester.h:19: class ...
4 years, 7 months ago (2016-05-07 00:31:51 UTC) #3
ncarter (slow)
https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS File chrome/browser/task_management/DEPS (right): https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS#newcode2 chrome/browser/task_management/DEPS:2: "+extensions/strings/grit/extensions_strings.h" On 2016/05/07 00:31:51, afakhry wrote: > Why? IDS_EXTENSION_TASK_MANAGER_WEBVIEW_TAG_PREFIX ...
4 years, 7 months ago (2016-05-07 22:17:21 UTC) #4
afakhry
https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS File chrome/browser/task_management/DEPS (right): https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS#newcode2 chrome/browser/task_management/DEPS:2: "+extensions/strings/grit/extensions_strings.h" On 2016/05/07 22:17:21, ncarter wrote: > On 2016/05/07 ...
4 years, 7 months ago (2016-05-09 17:57:42 UTC) #5
ncarter (slow)
https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS File chrome/browser/task_management/DEPS (right): https://codereview.chromium.org/1953383002/diff/20001/chrome/browser/task_management/DEPS#newcode2 chrome/browser/task_management/DEPS:2: "+extensions/strings/grit/extensions_strings.h" On 2016/05/09 17:57:41, afakhry wrote: > On 2016/05/07 ...
4 years, 7 months ago (2016-05-09 19:19:55 UTC) #6
afakhry
lgtm https://codereview.chromium.org/1953383002/diff/40001/chrome/browser/task_management/task_manager_tester.h File chrome/browser/task_management/task_manager_tester.h (right): https://codereview.chromium.org/1953383002/diff/40001/chrome/browser/task_management/task_manager_tester.h#newcode8 chrome/browser/task_management/task_manager_tester.h:8: #include <stddef.h> Do we need this here?
4 years, 7 months ago (2016-05-09 20:32:21 UTC) #7
ncarter (slow)
https://codereview.chromium.org/1953383002/diff/40001/chrome/browser/task_management/task_manager_tester.h File chrome/browser/task_management/task_manager_tester.h (right): https://codereview.chromium.org/1953383002/diff/40001/chrome/browser/task_management/task_manager_tester.h#newcode8 chrome/browser/task_management/task_manager_tester.h:8: #include <stddef.h> On 2016/05/09 20:32:21, afakhry wrote: > Do ...
4 years, 7 months ago (2016-05-09 20:58:50 UTC) #8
ncarter (slow)
https://codereview.chromium.org/1953383002/diff/40001/chrome/browser/task_management/task_manager_tester.h File chrome/browser/task_management/task_manager_tester.h (right): https://codereview.chromium.org/1953383002/diff/40001/chrome/browser/task_management/task_manager_tester.h#newcode8 chrome/browser/task_management/task_manager_tester.h:8: #include <stddef.h> On 2016/05/09 20:58:50, ncarter wrote: > On ...
4 years, 7 months ago (2016-05-09 21:01:51 UTC) #9
ncarter (slow)
thestig@chromium.org: Please review changes in chrome/browser. This is a straight move of code. Parts 1-5 ...
4 years, 7 months ago (2016-05-10 18:37:43 UTC) #11
Lei Zhang
lgtm I formatted the CL description for you once again. 72 columns. Parts 1 - ...
4 years, 7 months ago (2016-05-10 18:47:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953383002/80001
4 years, 7 months ago (2016-05-10 19:36:48 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/180653)
4 years, 7 months ago (2016-05-10 19:49:55 UTC) #18
ncarter (slow)
+reillyg to review chrome/browser/task_management/DEPS, which is adding an include rule for extension_strings.h, which needs it ...
4 years, 7 months ago (2016-05-10 19:57:46 UTC) #20
Reilly Grant (use Gerrit)
lgtm
4 years, 7 months ago (2016-05-10 20:55:31 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1953383002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1953383002/80001
4 years, 7 months ago (2016-05-10 21:04:18 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-10 23:40:47 UTC) #25
commit-bot: I haz the power
4 years, 7 months ago (2016-05-10 23:42:25 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/50b06493bfa168ad10da21ca1067dcf1da5945b7
Cr-Commit-Position: refs/heads/master@{#392773}

Powered by Google App Engine
This is Rietveld 408576698