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

Issue 779963002: Add the 'lighter' composite operation to feComposite. (Closed)

Created:
6 years ago by Erik Dahlström (inactive)
Modified:
6 years ago
Reviewers:
schenney, pdr., krit, fs
CC:
blink-reviews, Rik, danakj, Dominik Röttsches, krit, ed+blinkwatch_opera.com, f(malita), fs, gyuyoung.kim_webkit.org, jbroman, kouhei+svg_chromium.org, pdr+graphicswatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : add tests #

Total comments: 2

Patch Set 3 : add test for enum value #

Total comments: 1

Patch Set 4 : tweak enum value test #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -1 line) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/svg/dom/SVGAnimatedEnumeration-SVGFECompositeElement-expected.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/svg/filters/feComposite.svg View 1 2 chunks +7 lines, -0 lines 0 comments Download
A LayoutTests/svg/filters/feComposite-operator-lighter.svg View 1 1 chunk +11 lines, -0 lines 0 comments Download
A LayoutTests/svg/filters/feComposite-operator-lighter-expected.html View 1 1 chunk +19 lines, -0 lines 0 comments Download
M Source/core/svg/SVGFECompositeElement.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/platform/graphics/filters/FEComposite.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/platform/graphics/filters/FEComposite.cpp View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (15 generated)
Erik Dahlström (inactive)
PTAL
6 years ago (2014-12-05 13:46:50 UTC) #2
krit
lgtm lgtm I like the idea of the Canvas reference test.
6 years ago (2014-12-05 13:53:52 UTC) #3
Erik Dahlström (inactive)
Looking for a Source/platform green light too, pdr or schenney?
6 years ago (2014-12-10 12:44:22 UTC) #5
pdr.
https://codereview.chromium.org/779963002/diff/20001/Source/core/svg/SVGFECompositeElement.cpp File Source/core/svg/SVGFECompositeElement.cpp (right): https://codereview.chromium.org/779963002/diff/20001/Source/core/svg/SVGFECompositeElement.cpp#newcode46 Source/core/svg/SVGFECompositeElement.cpp:46: template<> unsigned short getMaxExposedEnumValue<CompositeOperationType>() Did you mean to leave ...
6 years ago (2014-12-10 20:58:08 UTC) #6
pdr.
LGTM with deadcode removed.
6 years ago (2014-12-10 21:04:38 UTC) #7
fs
https://codereview.chromium.org/779963002/diff/20001/Source/core/svg/SVGFECompositeElement.cpp File Source/core/svg/SVGFECompositeElement.cpp (right): https://codereview.chromium.org/779963002/diff/20001/Source/core/svg/SVGFECompositeElement.cpp#newcode46 Source/core/svg/SVGFECompositeElement.cpp:46: template<> unsigned short getMaxExposedEnumValue<CompositeOperationType>() On 2014/12/10 20:58:08, pdr wrote: ...
6 years ago (2014-12-11 09:30:20 UTC) #9
fs
https://codereview.chromium.org/779963002/diff/40001/LayoutTests/svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js File LayoutTests/svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js (right): https://codereview.chromium.org/779963002/diff/40001/LayoutTests/svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js#newcode63 LayoutTests/svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js:63: debug("Switch to 'lighter'"); Maybe extend this with something making ...
6 years ago (2014-12-11 13:21:02 UTC) #10
Erik Dahlström (inactive)
On 2014/12/11 13:21:02, fs wrote: > https://codereview.chromium.org/779963002/diff/40001/LayoutTests/svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js > File > LayoutTests/svg/dom/script-tests/SVGAnimatedEnumeration-SVGFECompositeElement.js > (right): > > ...
6 years ago (2014-12-11 13:36:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779963002/60001
6 years ago (2014-12-11 13:37:18 UTC) #13
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years ago (2014-12-11 13:37:28 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779963002/80001
6 years ago (2014-12-11 14:15:19 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/38048)
6 years ago (2014-12-11 15:30:43 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779963002/80001
6 years ago (2014-12-11 15:54:10 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/40935)
6 years ago (2014-12-11 18:12:03 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779963002/80001
6 years ago (2014-12-12 08:41:49 UTC) #25
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years ago (2014-12-12 10:56:09 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779963002/100001
6 years ago (2014-12-12 11:23:20 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/37274) mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/35110)
6 years ago (2014-12-12 13:08:44 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/779963002/120001
6 years ago (2014-12-12 13:58:49 UTC) #34
commit-bot: I haz the power
6 years ago (2014-12-12 15:42:27 UTC) #35
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187029

Powered by Google App Engine
This is Rietveld 408576698