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

Issue 1638413007: Use list instead of pair to represent the set of displays. (Closed)

Created:
4 years, 10 months ago by oshima
Modified:
4 years, 10 months ago
Reviewers:
msw, stevenjb
CC:
chromium-reviews, kalyank, sadrul, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use list instead of pair to represent the set of displays. BUG=582491 Committed: https://crrev.com/4763f82427f659255546657d7e94b166f2d9a405 Cr-Commit-Position: refs/heads/master@{#372736}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : fix build error #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -172 lines) Patch
M ash/display/display_change_observer_chromeos.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M ash/display/display_layout.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ash/display/display_layout_store.h View 1 chunk +15 lines, -15 lines 0 comments Download
M ash/display/display_layout_store.cc View 1 chunk +26 lines, -25 lines 0 comments Download
M ash/display/display_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/display/display_manager.cc View 9 chunks +22 lines, -22 lines 0 comments Download
M ash/display/display_manager_unittest.cc View 3 chunks +13 lines, -12 lines 0 comments Download
M ash/display/display_util.h View 1 chunk +4 lines, -2 lines 0 comments Download
M ash/display/display_util.cc View 1 2 chunks +13 lines, -3 lines 0 comments Download
M ash/display/display_util_unittest.cc View 1 chunk +18 lines, -18 lines 0 comments Download
M ash/display/window_tree_host_manager.cc View 2 chunks +7 lines, -8 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 1 chunk +6 lines, -0 lines 1 comment Download
M ash/sticky_keys/sticky_keys_overlay_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ash/touch/touch_transformer_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/display/display_preferences_unittest.cc View 13 chunks +44 lines, -45 lines 0 comments Download
M chrome/browser/chromeos/policy/display_rotation_default_handler_browsertest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (15 generated)
oshima
this is mechanical change from pair to list
4 years, 10 months ago (2016-01-29 18:19:23 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/1638413007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1638413007/60001
4 years, 10 months ago (2016-01-29 18:20:52 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/118046)
4 years, 10 months ago (2016-01-29 18:39:07 UTC) #10
stevenjb
lgtm https://codereview.chromium.org/1638413007/diff/60001/ash/display/display_layout_store.cc File ash/display/display_layout_store.cc (right): https://codereview.chromium.org/1638413007/diff/60001/ash/display/display_layout_store.cc#newcode48 ash/display/display_layout_store.cc:48: void DisplayLayoutStore::RegisterLayoutForDisplayIdList( nit: This could remain RegisterLayoutForDisplayIdPair since ...
4 years, 10 months ago (2016-01-29 19:15:02 UTC) #11
oshima
On 2016/01/29 19:15:02, stevenjb wrote: > lgtm > > https://codereview.chromium.org/1638413007/diff/60001/ash/display/display_layout_store.cc > File ash/display/display_layout_store.cc (right): > ...
4 years, 10 months ago (2016-02-01 18:23:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1638413007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1638413007/80001
4 years, 10 months ago (2016-02-01 18:24:45 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/118830) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 10 months ago (2016-02-01 18:41:53 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1638413007/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1638413007/100001
4 years, 10 months ago (2016-02-01 19:29:56 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:100001)
4 years, 10 months ago (2016-02-01 20:19:28 UTC) #22
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/4763f82427f659255546657d7e94b166f2d9a405 Cr-Commit-Position: refs/heads/master@{#372736}
4 years, 10 months ago (2016-02-01 20:21:34 UTC) #24
msw
4 years, 10 months ago (2016-02-02 22:54:10 UTC) #26
Message was sent while issue was closed.
https://codereview.chromium.org/1638413007/diff/100001/ash/shelf/shelf_layout...
File ash/shelf/shelf_layout_manager.cc (right):

https://codereview.chromium.org/1638413007/diff/100001/ash/shelf/shelf_layout...
ash/shelf/shelf_layout_manager.cc:708: LOG(ERROR) << "Status Area Widget
Bounds:"
Did you mean to land this? It's spamming logs, like this:
https://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20ChromeOS%20...

Powered by Google App Engine
This is Rietveld 408576698