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

Issue 2656623002: Add rec-2020 and p3 color spaces to canvas (Closed)

Created:
3 years, 11 months ago by zakerinasab
Modified:
3 years, 10 months ago
CC:
chromium-reviews, dshwang, ajuma+watch-canvas_chromium.org, blink-reviews-html_chromium.org, haraken, dglazkov+blink, Rik, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add rec-2020 and p3 color spaces to canvas This change adds two new color spaces to canvas: linear-rec-2020 and linear-p3. It also adds two layout tests that examines if the Skia rendering pipeline correctly renders the canvases with these color space tags. We still do not have end-to-end layout tests for these color spaces (and also linear-rgb). This issue will be addressed later. This change also inherits this issue from the previous CL: "getImage data had to work around some output format limitations in skia." BUG=634542 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2656623002 Cr-Commit-Position: refs/heads/master@{#446751} Committed: https://chromium.googlesource.com/chromium/src/+/95e575c95dbae022874c992ac7c87cde406d38a3

Patch Set 1 #

Patch Set 2 : Fixing failed layout test. #

Patch Set 3 : Minor corrections #

Total comments: 4

Patch Set 4 : Addressing comments #

Patch Set 5 : Fixing broken layout tests #

Patch Set 6 : Rebaseline #

Messages

Total messages: 22 (13 generated)
Justin Novosad
https://codereview.chromium.org/2656623002/diff/40001/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl File third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl (right): https://codereview.chromium.org/2656623002/diff/40001/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl#newcode25 third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl:25: enum CanvasColorSpace { "legacy-srgb", "srgb", "linear-rgb", "linear-rec-2020", "linear-p3"}; We ...
3 years, 10 months ago (2017-01-26 19:12:42 UTC) #3
zakerinasab1
Comments addressed. PTAL. https://codereview.chromium.org/2656623002/diff/40001/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl File third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl (right): https://codereview.chromium.org/2656623002/diff/40001/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl#newcode25 third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl:25: enum CanvasColorSpace { "legacy-srgb", "srgb", "linear-rgb", ...
3 years, 10 months ago (2017-01-26 20:42:34 UTC) #5
Justin Novosad
lgtm
3 years, 10 months ago (2017-01-26 20:50:38 UTC) #6
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/2656623002/60001
3 years, 10 months ago (2017-01-26 21:02:52 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/371788)
3 years, 10 months ago (2017-01-26 23:14:49 UTC) #11
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/2656623002/80001
3 years, 10 months ago (2017-01-27 17:53:45 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/352212)
3 years, 10 months ago (2017-01-27 18:01:58 UTC) #16
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/2656623002/100001
3 years, 10 months ago (2017-01-27 18:39:36 UTC) #19
commit-bot: I haz the power
3 years, 10 months ago (2017-01-27 20:31:36 UTC) #22
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/95e575c95dbae022874c992ac7c8...

Powered by Google App Engine
This is Rietveld 408576698