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

Issue 2217623002: Adding filter to the OffscreenCanvas-2d (Closed)

Created:
4 years, 4 months ago by zakerinasab
Modified:
4 years, 4 months ago
CC:
chromium-reviews, blink-reviews, haraken
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding filter to the OffscreenCanvas-2d Adding access to the filter through adding exposure to OffscreenCanvasRenderingContext2D.idl and also adding two layout tests. BUG=593838 Committed: https://crrev.com/537f3ea83cb261831ec3bcbc0a931acff522d483 Cr-Commit-Position: refs/heads/master@{#410478}

Patch Set 1 #

Patch Set 2 : Addressing filter exposure problem with webexposed/global-interface-listing.html #

Total comments: 15

Patch Set 3 : Addressing the comments on taint test. #

Total comments: 3

Patch Set 4 : Addressing final comments on layout tests. #

Total comments: 2

Patch Set 5 : Addressing exact color match in the layout tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -0 lines) Patch
A third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter.html View 1 2 3 4 1 chunk +101 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (14 generated)
zakerinasab
PTAL
4 years, 4 months ago (2016-08-04 18:50:20 UTC) #3
xidachen
lgtm lgtm with nits. Please wait for xlai@'s approval. https://codereview.chromium.org/2217623002/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html File third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html (right): https://codereview.chromium.org/2217623002/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html#newcode35 third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html:35: ...
4 years, 4 months ago (2016-08-04 19:54:09 UTC) #4
xidachen
lgtm with nits Please wait for xlai@'s approval.
4 years, 4 months ago (2016-08-04 19:54:16 UTC) #5
xlai (Olivia)
https://codereview.chromium.org/2217623002/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html File third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html (right): https://codereview.chromium.org/2217623002/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html#newcode3 third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html:3: <filter id="drop-shadow"> You only use filter "merge-clean" in this ...
4 years, 4 months ago (2016-08-05 15:28:19 UTC) #6
zakerinasab
New patch submitted. Hopefully all the comments are addressed. https://codereview.chromium.org/2217623002/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html File third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html (right): https://codereview.chromium.org/2217623002/diff/20001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html#newcode35 third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter-origin-clean.html:35: ...
4 years, 4 months ago (2016-08-05 19:40:46 UTC) #7
Justin Novosad
Please specify a BUG id in the description
4 years, 4 months ago (2016-08-05 20:16:22 UTC) #8
zakerinasab
On 2016/08/05 20:16:22, junov (slow until August 8) wrote: > Please specify a BUG id ...
4 years, 4 months ago (2016-08-05 20:30:44 UTC) #10
xlai (Olivia)
On 2016/08/05 20:30:44, zakerinasab wrote: > On 2016/08/05 20:16:22, junov (slow until August 8) wrote: ...
4 years, 4 months ago (2016-08-05 20:41:32 UTC) #11
zakerinasab
On 2016/08/05 20:41:32, xlai (Olivia) wrote: > On 2016/08/05 20:30:44, zakerinasab wrote: > > On ...
4 years, 4 months ago (2016-08-05 21:09:46 UTC) #13
Justin Novosad
On 2016/08/05 21:09:46, zakerinasab wrote: > On 2016/08/05 20:41:32, xlai (Olivia) wrote: > > On ...
4 years, 4 months ago (2016-08-05 22:13:47 UTC) #14
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/2217623002/40001
4 years, 4 months ago (2016-08-08 13:47:34 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/256836)
4 years, 4 months ago (2016-08-08 14:20:48 UTC) #19
xlai (Olivia)
I still have some comments on the test... https://codereview.chromium.org/2217623002/diff/40001/third_party/WebKit/LayoutTests/http/tests/security/OffscreenCanvas-2d-filter-taint.html File third_party/WebKit/LayoutTests/http/tests/security/OffscreenCanvas-2d-filter-taint.html (right): https://codereview.chromium.org/2217623002/diff/40001/third_party/WebKit/LayoutTests/http/tests/security/OffscreenCanvas-2d-filter-taint.html#newcode27 third_party/WebKit/LayoutTests/http/tests/security/OffscreenCanvas-2d-filter-taint.html:27: function() ...
4 years, 4 months ago (2016-08-08 14:25:27 UTC) #20
zakerinasab
On 2016/08/08 14:25:27, xlai (Olivia) wrote: > I still have some comments on the test... ...
4 years, 4 months ago (2016-08-08 17:05:59 UTC) #22
xlai (Olivia)
lgtm with nits
4 years, 4 months ago (2016-08-08 17:25:27 UTC) #23
xlai (Olivia)
lgtm with nits https://codereview.chromium.org/2217623002/diff/60001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter.html File third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter.html (right): https://codereview.chromium.org/2217623002/diff/60001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter.html#newcode4 third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter.html:4: <filter id="drop-shadow"> Pls remove this filter ...
4 years, 4 months ago (2016-08-08 17:25:42 UTC) #24
zakerinasab
On 2016/08/08 17:25:42, xlai (Olivia) wrote: > lgtm with nits > > https://codereview.chromium.org/2217623002/diff/60001/third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-2d-filter.html > File ...
4 years, 4 months ago (2016-08-08 18:11:44 UTC) #25
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/2217623002/80001
4 years, 4 months ago (2016-08-08 18:55:46 UTC) #28
Justin Novosad
Rename OfflineCanvas -> OffscreenCanvas in the title of this CL before committing. Otherwise lgtm
4 years, 4 months ago (2016-08-08 18:56:37 UTC) #29
zakerinasab
On 2016/08/08 18:56:37, junov (slow until August 8) wrote: > Rename OfflineCanvas -> OffscreenCanvas in ...
4 years, 4 months ago (2016-08-08 19:08:23 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/179945)
4 years, 4 months ago (2016-08-08 19:11:05 UTC) #32
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/2217623002/80001
4 years, 4 months ago (2016-08-08 19:52:40 UTC) #34
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-08 22:29:30 UTC) #36
commit-bot: I haz the power
4 years, 4 months ago (2016-08-08 22:32:22 UTC) #38
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/537f3ea83cb261831ec3bcbc0a931acff522d483
Cr-Commit-Position: refs/heads/master@{#410478}

Powered by Google App Engine
This is Rietveld 408576698