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

Issue 1913613002: Add place holder to move gfx::Display/Screen to ui/display (Closed)

Created:
4 years, 8 months ago by oshima
Modified:
4 years, 8 months ago
Reviewers:
robliao
CC:
chromium-reviews, ozone-reviews_chromium.org, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, Aaron Boodman, viettrungluu+watch_chromium.org, shuchen+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, nona+watch_chromium.org, oshima+watch_chromium.org, kalyank, darin (slow to review), ben+mojo_chromium.org, jshin+watch_chromium.org, qsr+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add place holder to move gfx::Display/Screen to ui/display I tried to move them and update includes, but it was just too many files to change at once. I'll move the class after all other files are migrated. I covered ui/chromeos as a first target BUG=597761 Committed: https://crrev.com/ef5fb8988b9d4a6539fcb9366ebafe204d02dc8e Cr-Commit-Position: refs/heads/master@{#389557}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -146 lines) Patch
M ui/chromeos/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/chromeos/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ui/chromeos/ime/candidate_window_view.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M ui/chromeos/ime/mode_indicator_view.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/chromeos/ui_chromeos.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/BUILD.gn View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/display/chromeos/display_configurator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A ui/display/display.h View 1 chunk +17 lines, -0 lines 0 comments Download
M ui/display/display.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
A ui/display/display_observer.h View 1 chunk +17 lines, -0 lines 0 comments Download
M ui/display/manager/display_layout.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/manager/display_layout.cc View 5 chunks +10 lines, -10 lines 0 comments Download
A ui/display/screen.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M ui/display/win/display_info.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/display/win/display_info.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M ui/display/win/screen_win.h View 3 chunks +13 lines, -10 lines 0 comments Download
M ui/display/win/screen_win.cc View 6 chunks +14 lines, -12 lines 0 comments Download
M ui/display/win/screen_win_display.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/display/win/screen_win_display.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M ui/display/win/screen_win_unittest.cc View 33 chunks +82 lines, -85 lines 0 comments Download

Messages

Total messages: 38 (18 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/1913613002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913613002/40001
4 years, 8 months ago (2016-04-22 21:59:38 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913613002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913613002/60001
4 years, 8 months ago (2016-04-22 22:08:26 UTC) #6
oshima
4 years, 8 months ago (2016-04-22 23:11:11 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913613002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913613002/80001
4 years, 8 months ago (2016-04-22 23:12:01 UTC) #14
robliao
The using type definition has the impact of not being able to forward declare display::Display, ...
4 years, 8 months ago (2016-04-22 23:50:59 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-23 00:16:11 UTC) #18
robliao
On 2016/04/23 00:16:11, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
4 years, 8 months ago (2016-04-23 00:44:33 UTC) #19
oshima
On 2016/04/22 23:50:59, robliao wrote: > The using type definition has the impact of not ...
4 years, 8 months ago (2016-04-23 00:45:25 UTC) #20
robliao
On 2016/04/23 00:45:25, oshima wrote: > On 2016/04/22 23:50:59, robliao wrote: > > The using ...
4 years, 8 months ago (2016-04-23 00:50:54 UTC) #21
robliao
On 2016/04/23 00:50:54, robliao wrote: > On 2016/04/23 00:45:25, oshima wrote: > > On 2016/04/22 ...
4 years, 8 months ago (2016-04-23 01:02:24 UTC) #22
robliao
Looks generally okay. A few comments. https://codereview.chromium.org/1913613002/diff/80001/ui/chromeos/DEPS File ui/chromeos/DEPS (right): https://codereview.chromium.org/1913613002/diff/80001/ui/chromeos/DEPS#newcode9 ui/chromeos/DEPS:9: "+ui/display", There may ...
4 years, 8 months ago (2016-04-23 01:15:36 UTC) #23
oshima
https://codereview.chromium.org/1913613002/diff/80001/ui/chromeos/DEPS File ui/chromeos/DEPS (right): https://codereview.chromium.org/1913613002/diff/80001/ui/chromeos/DEPS#newcode9 ui/chromeos/DEPS:9: "+ui/display", On 2016/04/23 01:15:36, robliao wrote: > There may ...
4 years, 8 months ago (2016-04-23 01:30:44 UTC) #24
robliao
https://codereview.chromium.org/1913613002/diff/80001/ui/display/screen.h File ui/display/screen.h (right): https://codereview.chromium.org/1913613002/diff/80001/ui/display/screen.h#newcode12 ui/display/screen.h:12: class Display; On 2016/04/23 01:15:36, robliao wrote: > Are ...
4 years, 8 months ago (2016-04-23 01:40:43 UTC) #25
oshima
https://codereview.chromium.org/1913613002/diff/80001/ui/display/screen.h File ui/display/screen.h (right): https://codereview.chromium.org/1913613002/diff/80001/ui/display/screen.h#newcode12 ui/display/screen.h:12: class Display; On 2016/04/23 01:40:43, robliao wrote: > On ...
4 years, 8 months ago (2016-04-23 04:50:04 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913613002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913613002/140001
4 years, 8 months ago (2016-04-23 04:50:43 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-23 05:48:14 UTC) #31
robliao
lgtm
4 years, 8 months ago (2016-04-25 17:15:49 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913613002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913613002/140001
4 years, 8 months ago (2016-04-25 18:28:02 UTC) #34
commit-bot: I haz the power
Committed patchset #3 (id:140001)
4 years, 8 months ago (2016-04-25 20:44:19 UTC) #36
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 20:46:48 UTC) #38
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ef5fb8988b9d4a6539fcb9366ebafe204d02dc8e
Cr-Commit-Position: refs/heads/master@{#389557}

Powered by Google App Engine
This is Rietveld 408576698