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

Issue 14793008: Extract the SVG Filter Reference implementation out of the FilterEffectRenderer into its own type (Closed)

Created:
7 years, 7 months ago by Stephen White
Modified:
7 years, 5 months ago
CC:
blink-reviews, jamesr, danakj, f(malita), jchaffraix+rendering, pdr, Stephen Chennney, jeez, achicu, sugoi1
Visibility:
Public.

Description

Extract the SVG Filter Reference implementation out of the FilterEffectRenderer into its own type of filter. This way we don't need to build a FilterEffectRenderer when rendering the SVG reference in the compositor. (This is a copy of patch set 7 from issue 13984002. I'd like to land it, but Rietveld won't let me modify someone else's issue, so I've uploaded separately.) BUG=229714 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153537

Patch Set 1 #

Patch Set 2 : Remove unnecessary typedef #

Patch Set 3 : Updated to ToT (compiles and links, but doesn't pass all tests) #

Patch Set 4 : WIP: Fix colorspace conversions for shorthand -> reference combinations #

Patch Set 5 : WIP: fix more colorspace issues (moved missing code). #

Patch Set 6 : Update to ToT; initialize filter resolution to something sane. #

Patch Set 7 : Add null-ptr check to fix effect-reference-hw.html #

Patch Set 8 : Fix webkit_unit_tests; update to ToT #

Patch Set 9 : Integrate (and partially revert) sugoi@'s scaling changes; update to ToT #

Patch Set 10 : Fix copyrights #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -222 lines) Patch
M Source/WebKit/chromium/tests/ImageFilterBuilderTest.cpp View 1 2 3 4 5 6 7 2 chunks +8 lines, -27 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/platform/graphics/filters/FilterOperation.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/platform/graphics/filters/FilterOperations.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/platform/graphics/filters/ReferenceFilter.h View 1 2 3 4 5 6 7 8 9 2 chunks +32 lines, -10 lines 0 comments Download
A + Source/core/platform/graphics/filters/ReferenceFilter.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +17 lines, -6 lines 0 comments Download
M Source/core/platform/graphics/filters/SkiaImageFilterBuilder.cpp View 1 2 3 2 chunks +19 lines, -4 lines 0 comments Download
M Source/core/rendering/FilterEffectRenderer.h View 1 2 4 chunks +2 lines, -6 lines 0 comments Download
M Source/core/rendering/FilterEffectRenderer.cpp View 1 2 3 4 5 6 7 8 8 chunks +14 lines, -138 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 3 4 5 6 7 8 5 chunks +20 lines, -15 lines 0 comments Download
A + Source/core/rendering/svg/ReferenceFilterBuilder.h View 1 2 3 4 5 6 7 8 9 2 chunks +15 lines, -10 lines 0 comments Download
A Source/core/rendering/svg/ReferenceFilterBuilder.cpp View 1 2 3 4 5 1 chunk +152 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Stephen White
Stephen, would you mind taking a look? This is the same as Alex's last patch ...
7 years, 7 months ago (2013-05-07 15:50:31 UTC) #1
Stephen Chennney
LGTM. I really need to learn more about how all this hangs together.
7 years, 7 months ago (2013-05-08 18:09:05 UTC) #2
Stephen White
Note to self: this patch isn't going to work in its current form, since even ...
7 years, 6 months ago (2013-06-20 20:23:53 UTC) #3
Stephen White
Stephen, could you take another look? It turns out there was a simple fix to ...
7 years, 5 months ago (2013-07-02 16:30:18 UTC) #4
Stephen Chennney
lgtm
7 years, 5 months ago (2013-07-02 22:10:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/senorblanco@chromium.org/14793008/43001
7 years, 5 months ago (2013-07-02 22:10:42 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/FilterEffectRenderer.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-07-02 22:10:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/senorblanco@chromium.org/14793008/68002
7 years, 5 months ago (2013-07-03 17:58:12 UTC) #8
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=2884
7 years, 5 months ago (2013-07-03 18:10:15 UTC) #9
Stephen White
+jamesr for WebKit/chromium/tests OWNERS
7 years, 5 months ago (2013-07-03 18:27:07 UTC) #10
dglazkov
lgtm. me go quick!
7 years, 5 months ago (2013-07-03 21:45:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/senorblanco@chromium.org/14793008/68002
7 years, 5 months ago (2013-07-03 21:46:57 UTC) #12
commit-bot: I haz the power
7 years, 5 months ago (2013-07-03 23:50:45 UTC) #13
Message was sent while issue was closed.
Change committed as 153537

Powered by Google App Engine
This is Rietveld 408576698