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

Issue 261633002: Add RenderView / Widget setDeviceColorProfile interface to Page (Closed)

Created:
6 years, 7 months ago by Noel Gordon
Modified:
6 years, 3 months ago
CC:
blink-reviews, jamesr, dglazkov+blink, eseidel, abarth-chromium, Ken Russell (switch to Gerrit), dcheng, Stephen White
Visibility:
Public.

Description

Add RenderView / Widget setDeviceColorProfile interface to Page Add setDeviceColorProfile() to allow a render widget to set the screen color profile of its blink::Page. Also add a resetDeviceColorProfile() method used to restore the blink::Page to default color profile state. Implementation of each in Page are FIXME. BUG=368663 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181899

Patch Set 1 #

Patch Set 2 : Merge to tip. #

Total comments: 1

Patch Set 3 : setDeviceScaleFactor suggests setDeviceColorProfile. #

Patch Set 4 : Use WebVector. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M Source/core/page/Page.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/page/Page.cpp View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M Source/web/WebViewImpl.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M public/web/WebView.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (2 generated)
Noel Gordon
6 years, 7 months ago (2014-04-30 13:46:47 UTC) #1
Noel Gordon
6 years, 7 months ago (2014-04-30 13:49:25 UTC) #2
eseidel
Page is generally per-process. Are you sure you don't want per-frame?
6 years, 7 months ago (2014-04-30 21:17:46 UTC) #3
Noel Gordon
Yep. I'm following everywhere Blink::WebScreenInfo get IPC-sent from the browser to their associated blink renderer ...
6 years, 7 months ago (2014-05-05 05:20:11 UTC) #4
eseidel
You really need a web/ reviewer here. I technically can review web/ changes, but I'm ...
6 years, 7 months ago (2014-05-07 17:14:59 UTC) #5
abarth-chromium
This seems more like a property of WebScreenInfo rather than WebView. If the color profile ...
6 years, 7 months ago (2014-05-07 17:31:55 UTC) #6
abarth-chromium
Take a look at WebScreenOrientationListener as an example of subscribing to changes to some property ...
6 years, 7 months ago (2014-05-07 17:33:59 UTC) #7
eseidel
Looks like this CL is waiting for an update (no rush, just going through my ...
6 years, 6 months ago (2014-05-29 00:26:22 UTC) #8
Noel Gordon
On 2014/05/29 00:26:22, eseidel wrote: > Looks like this CL is waiting for an update ...
6 years, 3 months ago (2014-09-05 16:59:45 UTC) #9
Noel Gordon
On 2014/05/07 17:14:59, eseidel wrote: > You really need a web/ reviewer here. I technically ...
6 years, 3 months ago (2014-09-05 17:24:11 UTC) #10
Noel Gordon
On 2014/05/07 17:31:55, abarth wrote: > This seems more like a property of WebScreenInfo rather ...
6 years, 3 months ago (2014-09-05 17:29:55 UTC) #11
Noel Gordon
On 2014/05/07 17:33:59, abarth wrote: > Take a look at WebScreenOrientationListener as an example of ...
6 years, 3 months ago (2014-09-05 18:16:22 UTC) #12
Noel Gordon
+ jochen since we this work is per crbug.com/369787 Thoughts?
6 years, 3 months ago (2014-09-11 11:41:47 UTC) #13
Noel Gordon
6 years, 3 months ago (2014-09-11 11:42:29 UTC) #15
jochen (gone - plz use gerrit)
I agree that putting the call next to the device scale factor makes sense. I ...
6 years, 3 months ago (2014-09-11 14:03:55 UTC) #16
Noel Gordon
On 2014/09/11 14:03:55, jochen wrote: > I agree that putting the call next to the ...
6 years, 3 months ago (2014-09-11 17:24:44 UTC) #17
Noel Gordon
On 2014/09/11 14:03:55, jochen wrote: > I wonder what happens if you drag a tab ...
6 years, 3 months ago (2014-09-12 04:38:09 UTC) #18
Noel Gordon
On 2014/09/12 04:38:09, Noel Gordon wrote: > renderer_host / renderer IPC control code paths, so ...
6 years, 3 months ago (2014-09-12 04:45:51 UTC) #19
jochen (gone - plz use gerrit)
ok, lgtm
6 years, 3 months ago (2014-09-12 11:48:41 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/261633002/60001
6 years, 3 months ago (2014-09-12 13:13:49 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 13:18:30 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 181899

Powered by Google App Engine
This is Rietveld 408576698