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

Issue 2524863003: Move DisplayChangeObserver + tests from ash to ui. (Closed)

Created:
4 years ago by kylechar
Modified:
4 years ago
Reviewers:
rjkroege, oshima, sadrul
CC:
chromium-reviews, kalyank, sadrul, oshima+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move DisplayChangeObserver + tests from ash to ui. Move DCO + tests from ash to ui. All of the ash dependencies were already removed, so it's mostly just changing the file location and namespace. BUG=667344 Committed: https://crrev.com/f2e4e41bfcf6b36c5e22d9798eb3aafed8e87ae2 Cr-Commit-Position: refs/heads/master@{#436186}

Patch Set 1 #

Patch Set 2 : Replace with static method. #

Total comments: 5

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase. #

Patch Set 5 : Rebase (again). #

Patch Set 6 : Rebase (again.. again.) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -846 lines) Patch
M ash/BUILD.gn View 1 2 3 4 5 2 chunks +0 lines, -3 lines 0 comments Download
D ash/display/display_change_observer_chromeos.h View 1 2 3 4 1 chunk +0 lines, -77 lines 0 comments Download
D ash/display/display_change_observer_chromeos.cc View 1 2 3 4 1 chunk +0 lines, -307 lines 0 comments Download
D ash/display/display_change_observer_chromeos_unittest.cc View 1 2 1 chunk +0 lines, -372 lines 0 comments Download
M ash/shell.h View 1 3 chunks +2 lines, -2 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M ui/display/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/display/manager/BUILD.gn View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A + ui/display/manager/chromeos/display_change_observer.h View 1 2 3 4 2 chunks +19 lines, -19 lines 0 comments Download
A + ui/display/manager/chromeos/display_change_observer.cc View 1 2 3 4 15 chunks +39 lines, -43 lines 0 comments Download
A + ui/display/manager/chromeos/display_change_observer_unittest.cc View 1 2 13 chunks +25 lines, -21 lines 0 comments Download

Messages

Total messages: 27 (15 generated)
kylechar
+oshima for ash/* and ui/display/* +sadrul for ui/base/* +rjkroege FYI
4 years ago (2016-11-28 15:41:40 UTC) #3
sadrul
https://codereview.chromium.org/2524863003/diff/40001/ui/display/chromeos/display_change_observer.h File ui/display/chromeos/display_change_observer.h (right): https://codereview.chromium.org/2524863003/diff/40001/ui/display/chromeos/display_change_observer.h#newcode28 ui/display/chromeos/display_change_observer.h:28: class DISPLAY_EXPORT DisplayChangeObserver Hm. display::DisplayChangeObserver gets updates from display::DisplayConfigurator, ...
4 years ago (2016-11-29 02:09:27 UTC) #5
kylechar
https://codereview.chromium.org/2524863003/diff/40001/ui/display/chromeos/display_change_observer.h File ui/display/chromeos/display_change_observer.h (right): https://codereview.chromium.org/2524863003/diff/40001/ui/display/chromeos/display_change_observer.h#newcode28 ui/display/chromeos/display_change_observer.h:28: class DISPLAY_EXPORT DisplayChangeObserver On 2016/11/29 02:09:27, sadrul wrote: > ...
4 years ago (2016-11-29 14:37:07 UTC) #6
sadrul
lgtm https://codereview.chromium.org/2524863003/diff/40001/ui/base/user_activity/user_activity_detector.h File ui/base/user_activity/user_activity_detector.h (right): https://codereview.chromium.org/2524863003/diff/40001/ui/base/user_activity/user_activity_detector.h#newcode37 ui/base/user_activity/user_activity_detector.h:37: static void OnDisplayPowerChangingStatic(); Do we need 'Static'? https://codereview.chromium.org/2524863003/diff/40001/ui/display/chromeos/display_change_observer.h ...
4 years ago (2016-11-29 18:24:40 UTC) #7
rjkroege
lgtm
4 years ago (2016-11-29 19:18:14 UTC) #8
kylechar
https://codereview.chromium.org/2524863003/diff/40001/ui/base/user_activity/user_activity_detector.h File ui/base/user_activity/user_activity_detector.h (right): https://codereview.chromium.org/2524863003/diff/40001/ui/base/user_activity/user_activity_detector.h#newcode37 ui/base/user_activity/user_activity_detector.h:37: static void OnDisplayPowerChangingStatic(); On 2016/11/29 18:24:40, sadrul wrote: > ...
4 years ago (2016-11-30 22:53:31 UTC) #10
oshima
lgtm (sorry forgot this one)
4 years ago (2016-12-02 19:28:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2524863003/100001
4 years ago (2016-12-03 01:34:19 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/317015) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years ago (2016-12-03 01:37:18 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2524863003/120001
4 years ago (2016-12-04 03:29:27 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years ago (2016-12-04 04:22:42 UTC) #25
commit-bot: I haz the power
4 years ago (2016-12-04 04:25:43 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f2e4e41bfcf6b36c5e22d9798eb3aafed8e87ae2
Cr-Commit-Position: refs/heads/master@{#436186}

Powered by Google App Engine
This is Rietveld 408576698