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

Issue 2959423003: color: Read all displays' color profiles on Windows (Closed)

Created:
3 years, 5 months ago by ccameron
Modified:
3 years, 5 months ago
Reviewers:
hubbe
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

color: Read all displays' color profiles on Windows This restores code that was unused and removed in crrev.com/334309. Enumerate all monitors, and read all of their ICC profiles, instead of just reading the profile for the "best monitor". Remove the ScreenWin::Initialize virtual method because, being called from the constructor, being virtual had no effect. Replace with a constructor argument to call initialize. Don't actually hook any of this up yet -- still only return the profile for the "best monitor", but do that by looking it up in the full cache that has been built. TBR=hubbe BUG=735613 Review-Url: https://codereview.chromium.org/2959423003 Cr-Commit-Position: refs/heads/master@{#484376} Committed: https://chromium.googlesource.com/chromium/src/+/8f608ad3382a72a4d11489fccbe895c473ae9992

Patch Set 1 #

Patch Set 2 : Move into display:: instead of ICCProfile:: #

Patch Set 3 : Smaller scope #

Patch Set 4 : More trimming down #

Patch Set 5 : Remove unused Initialize method #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -8 lines) Patch
M ui/display/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A ui/display/win/color_profile_reader.h View 1 2 3 4 1 chunk +70 lines, -0 lines 0 comments Download
A ui/display/win/color_profile_reader.cc View 1 2 3 4 1 chunk +131 lines, -0 lines 0 comments Download
M ui/display/win/screen_win.h View 1 2 3 4 6 chunks +12 lines, -2 lines 0 comments Download
M ui/display/win/screen_win.cc View 1 2 3 4 3 chunks +12 lines, -2 lines 0 comments Download
M ui/display/win/screen_win_unittest.cc View 1 2 3 4 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 26 (21 generated)
ccameron
ptal -- almost to the point of having multi-monitor working on Windows I didn't actually ...
3 years, 5 months ago (2017-06-30 00:47:35 UTC) #2
shaunmoav
On 2017/06/30 00:47:35, ccameron wrote: > ptal -- almost to the point of having multi-monitor ...
3 years, 5 months ago (2017-07-02 07:37:40 UTC) #5
ccameron
ping
3 years, 5 months ago (2017-07-05 18:22:56 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/2959423003/100001
3 years, 5 months ago (2017-07-05 23:27:31 UTC) #23
commit-bot: I haz the power
3 years, 5 months ago (2017-07-06 00:08:12 UTC) #26
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/8f608ad3382a72a4d11489fccbe8...

Powered by Google App Engine
This is Rietveld 408576698