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

Issue 2114503002: Enable Per-Monitor Support for Windows 10 (Closed)

Created:
4 years, 5 months ago by robliao
Modified:
4 years, 5 months ago
Reviewers:
Lei Zhang, scottmg
CC:
chromium-reviews, jschuh
Base URL:
https://chromium.googlesource.com/chromium/src.git@framefix
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable Per-Monitor Support for Windows 10 This allows Chrome to render at the native resolution on each display on Windows 10. BUG=426656, 624672 Committed: https://crrev.com/c110f1855d378172bcb74e0c26640bfc0d35d02d Cr-Commit-Position: refs/heads/master@{#403329}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove Channel Check #

Total comments: 2

Patch Set 3 : Add Comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M chrome/app/chrome_exe_main_win.cc View 1 2 1 chunk +8 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 40 (14 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2114503002/1
4 years, 5 months ago (2016-06-30 01:17:59 UTC) #2
robliao
thestig: Please review this changelist. Thanks!
4 years, 5 months ago (2016-06-30 01:21:07 UTC) #4
Lei Zhang
scottmg: Can you chime in on whether chrome_initial can depend on chrome/common? Would it drag ...
4 years, 5 months ago (2016-06-30 01:55:40 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/238127)
4 years, 5 months ago (2016-06-30 02:14:16 UTC) #8
scottmg
On 2016/06/30 01:55:40, Lei Zhang wrote: > scottmg: Can you chime in on whether chrome_initial ...
4 years, 5 months ago (2016-06-30 05:05:52 UTC) #9
robliao
On 2016/06/30 05:05:52, scottmg wrote: > On 2016/06/30 01:55:40, Lei Zhang wrote: > > scottmg: ...
4 years, 5 months ago (2016-06-30 05:10:07 UTC) #10
scottmg
On 2016/06/30 05:10:07, robliao wrote: > On 2016/06/30 05:05:52, scottmg wrote: > > On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 05:18:17 UTC) #11
robliao
On 2016/06/30 05:18:17, scottmg wrote: > On 2016/06/30 05:10:07, robliao wrote: > > On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 05:28:04 UTC) #12
scottmg
On 2016/06/30 05:28:04, robliao wrote: > On 2016/06/30 05:18:17, scottmg wrote: > > On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 05:30:18 UTC) #13
robliao
On 2016/06/30 05:30:18, scottmg wrote: > On 2016/06/30 05:28:04, robliao wrote: > > On 2016/06/30 ...
4 years, 5 months ago (2016-06-30 05:36:04 UTC) #14
Lei Zhang
On 2016/06/30 05:18:17, scottmg wrote: > Why do you need channel_info for the < STABLE ...
4 years, 5 months ago (2016-06-30 05:43:10 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2114503002/20001
4 years, 5 months ago (2016-06-30 06:30:22 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 07:57:04 UTC) #21
robliao
sgtm. That makes the patch easier. I've opened an M-53 Release Blocking Bug to track ...
4 years, 5 months ago (2016-06-30 16:58:08 UTC) #22
Lei Zhang
lgtm
4 years, 5 months ago (2016-06-30 17:05:17 UTC) #23
scottmg
https://codereview.chromium.org/2114503002/diff/20001/chrome/app/chrome_exe_main_win.cc File chrome/app/chrome_exe_main_win.cc (right): https://codereview.chromium.org/2114503002/diff/20001/chrome/app/chrome_exe_main_win.cc#newcode131 chrome/app/chrome_exe_main_win.cc:131: base::win::GetVersion() >= base::win::VERSION_WIN10 Why not >= VERSION_WIN8_1? If there's ...
4 years, 5 months ago (2016-06-30 17:06:29 UTC) #24
robliao
https://codereview.chromium.org/2114503002/diff/20001/chrome/app/chrome_exe_main_win.cc File chrome/app/chrome_exe_main_win.cc (right): https://codereview.chromium.org/2114503002/diff/20001/chrome/app/chrome_exe_main_win.cc#newcode131 chrome/app/chrome_exe_main_win.cc:131: base::win::GetVersion() >= base::win::VERSION_WIN10 On 2016/06/30 17:06:29, scottmg wrote: > ...
4 years, 5 months ago (2016-06-30 19:53:48 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2114503002/40001
4 years, 5 months ago (2016-06-30 19:54:28 UTC) #27
scottmg
lgtm (Exciting! Nice work. :)
4 years, 5 months ago (2016-06-30 19:57:12 UTC) #28
robliao
On 2016/06/30 19:57:12, scottmg wrote: > lgtm (Exciting! Nice work. :) Thanks! But, I'm still ...
4 years, 5 months ago (2016-06-30 20:12:45 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-30 21:49:47 UTC) #31
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/2114503002/40001
4 years, 5 months ago (2016-06-30 23:10:46 UTC) #34
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-06-30 23:17:01 UTC) #36
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-30 23:17:03 UTC) #37
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/c110f1855d378172bcb74e0c26640bfc0d35d02d Cr-Commit-Position: refs/heads/master@{#403329}
4 years, 5 months ago (2016-06-30 23:19:41 UTC) #39
robliao
4 years, 5 months ago (2016-07-01 17:03:13 UTC) #40
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/2115963002/ by robliao@chromium.org.

The reason for reverting is: Causes maximized incognito windows to render
blank..

Powered by Google App Engine
This is Rietveld 408576698