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

Issue 1945903002: Move display_finder to ui/display (Closed)

Created:
4 years, 7 months ago by oshima
Modified:
4 years, 7 months ago
Reviewers:
robliao, Daniel Erat, sadrul
CC:
chromium-reviews, kalyank, sadrul, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move display_finder to ui/display BUG=597761 TBR=sadrul@chromium.org Committed: https://crrev.com/8775d3f88285089b6999f6e9ca2b7a7e2e4dc4cf Cr-Commit-Position: refs/heads/master@{#392392}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : rebase #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -115 lines) Patch
M ash/display/screen_ash.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M ui/display/BUILD.gn View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ui/display/display.gyp View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
A + ui/display/display_finder.h View 1 chunk +13 lines, -10 lines 2 comments Download
A + ui/display/display_finder.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D ui/gfx/display_finder.h View 1 chunk +0 lines, -31 lines 0 comments Download
D ui/gfx/display_finder.cc View 1 chunk +0 lines, -50 lines 0 comments Download
M ui/gfx/gfx.gyp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D ui/gfx/test/display_util.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/screen_mus.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 39 (20 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945903002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945903002/1
4 years, 7 months ago (2016-05-03 20:16:50 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945903002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945903002/20001
4 years, 7 months ago (2016-05-03 20:36:54 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_clang on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/16228)
4 years, 7 months ago (2016-05-03 20:44:22 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945903002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945903002/40001
4 years, 7 months ago (2016-05-03 21:12:24 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/184693)
4 years, 7 months ago (2016-05-03 21:56:42 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945903002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945903002/60001
4 years, 7 months ago (2016-05-03 23:34:31 UTC) #13
oshima
4 years, 7 months ago (2016-05-04 00:33:13 UTC) #17
robliao
https://codereview.chromium.org/1945903002/diff/60001/ui/display/BUILD.gn File ui/display/BUILD.gn (right): https://codereview.chromium.org/1945903002/diff/60001/ui/display/BUILD.gn#newcode176 ui/display/BUILD.gn:176: ":test_support", Remove this line since it's included in the ...
4 years, 7 months ago (2016-05-04 17:21:50 UTC) #20
oshima
https://codereview.chromium.org/1945903002/diff/60001/ui/display/BUILD.gn File ui/display/BUILD.gn (right): https://codereview.chromium.org/1945903002/diff/60001/ui/display/BUILD.gn#newcode176 ui/display/BUILD.gn:176: ":test_support", On 2016/05/04 17:21:50, robliao - OOO until 5-11 ...
4 years, 7 months ago (2016-05-05 18:31:02 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945903002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945903002/140001
4 years, 7 months ago (2016-05-07 01:27:12 UTC) #23
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-07 02:30:24 UTC) #25
oshima
Rob is ooo. Dan, can you take a look?
4 years, 7 months ago (2016-05-09 17:01:08 UTC) #27
Daniel Erat
not your fault, but display_finder.cc seems like it should have unit tests. https://codereview.chromium.org/1945903002/diff/140001/ui/display/display_finder.h File ui/display/display_finder.h ...
4 years, 7 months ago (2016-05-09 17:42:21 UTC) #28
oshima
https://codereview.chromium.org/1945903002/diff/140001/ui/display/display_finder.h File ui/display/display_finder.h (right): https://codereview.chromium.org/1945903002/diff/140001/ui/display/display_finder.h#newcode19 ui/display/display_finder.h:19: using Display = gfx::Display; On 2016/05/09 17:42:20, Daniel Erat ...
4 years, 7 months ago (2016-05-09 17:56:54 UTC) #29
Daniel Erat
lgtm thanks, i was hoping that was going to happen soon in a followup change. ...
4 years, 7 months ago (2016-05-09 17:58:12 UTC) #30
oshima
tbr'ing sadrul for trivial change in ui/views/mus
4 years, 7 months ago (2016-05-09 18:18:07 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1945903002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1945903002/140001
4 years, 7 months ago (2016-05-09 18:18:56 UTC) #35
commit-bot: I haz the power
Committed patchset #3 (id:140001)
4 years, 7 months ago (2016-05-09 19:24:36 UTC) #37
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 19:25:52 UTC) #39
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8775d3f88285089b6999f6e9ca2b7a7e2e4dc4cf
Cr-Commit-Position: refs/heads/master@{#392392}

Powered by Google App Engine
This is Rietveld 408576698