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

Issue 2375453002: Move FilterOperation*.{cpp,h} to core/style/ (Closed)

Created:
4 years, 2 months ago by fs
Modified:
4 years, 2 months ago
Reviewers:
chrishtr, Stephen White
CC:
ajuma+watch-canvas_chromium.org, ajuma+watch_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-platform-graphics_chromium.org, blink-reviews-style_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dglazkov+blink, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, Eric Willigers, f(malita), gyuyoung2, haraken, jbroman, jchaffraix+rendering, Justin Novosad, kouhei+svg_chromium.org, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move FilterOperation*.{cpp,h} to core/style/ Move the FilterOperation(s) structures to core/style to make them a "style type". This is in preparation for an improved mechanism for signaling mutations to "reference" filters. This is essentially a pure move, with only minor modifications to fix some presubmit issues and to facilitate (fix) building. (ASSERT -> DCHECK; PLATFORM_EXPORT -> CORE_EXPORT) BUG=439970 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/7097b63c018b5debd6ac968525b36a826047c35c Cr-Commit-Position: refs/heads/master@{#421796}

Patch Set 1 #

Patch Set 2 : Fix EXPORTs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -923 lines) Patch
M third_party/WebKit/Source/core/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/FilterOperationResolver.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/svg/ReferenceFilterBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/FilterEffectBuilder.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerFilterInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/style/FilterOperation.h View 1 10 chunks +10 lines, -10 lines 0 comments Download
A + third_party/WebKit/Source/core/style/FilterOperation.cpp View 9 chunks +9 lines, -9 lines 0 comments Download
A + third_party/WebKit/Source/core/style/FilterOperations.h View 1 1 chunk +3 lines, -5 lines 0 comments Download
A + third_party/WebKit/Source/core/style/FilterOperations.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/core/style/FilterOperationsTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/StyleFilterData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp View 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/BUILD.gn View 2 chunks +0 lines, -5 lines 0 comments Download
D third_party/WebKit/Source/platform/graphics/filters/FilterOperation.h View 1 chunk +0 lines, -352 lines 0 comments Download
D third_party/WebKit/Source/platform/graphics/filters/FilterOperation.cpp View 1 chunk +0 lines, -213 lines 0 comments Download
D third_party/WebKit/Source/platform/graphics/filters/FilterOperations.h View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/WebKit/Source/platform/graphics/filters/FilterOperations.cpp View 1 chunk +0 lines, -118 lines 0 comments Download
D third_party/WebKit/Source/platform/graphics/filters/FilterOperationsTest.cpp View 1 chunk +0 lines, -81 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
fs
4 years, 2 months ago (2016-09-27 10:28:11 UTC) #13
Stephen White
LGTM Nice!
4 years, 2 months ago (2016-09-27 14:18:02 UTC) #14
chromium-reviews
driveby thought: I guess this makes it harder to merge blink and cc's filter operations ...
4 years, 2 months ago (2016-09-27 19:14:39 UTC) #15
blink-reviews
driveby thought: I guess this makes it harder to merge blink and cc's filter operations ...
4 years, 2 months ago (2016-09-27 19:14:39 UTC) #16
fs
On 2016/09/27 at 19:14:39, blink-reviews wrote: > driveby thought: I guess this makes it harder ...
4 years, 2 months ago (2016-09-27 19:35:43 UTC) #17
Stephen White
On 2016/09/27 19:35:43, fs wrote: > On 2016/09/27 at 19:14:39, blink-reviews wrote: > > driveby ...
4 years, 2 months ago (2016-09-27 21:11:51 UTC) #18
blink-reviews
On Tue, Sep 27, 2016 at 2:11 PM, <senorblanco@chromium.org> wrote: > On 2016/09/27 19:35:43, fs ...
4 years, 2 months ago (2016-09-27 22:01:45 UTC) #19
chromium-reviews
On Tue, Sep 27, 2016 at 2:11 PM, <senorblanco@chromium.org> wrote: > On 2016/09/27 19:35:43, fs ...
4 years, 2 months ago (2016-09-27 22:01:45 UTC) #20
fs
On 2016/09/27 at 22:01:45, chromium-reviews wrote: > On Tue, Sep 27, 2016 at 2:11 PM, ...
4 years, 2 months ago (2016-09-28 14:03:38 UTC) #21
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/2375453002/20001
4 years, 2 months ago (2016-09-29 09:11:08 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-09-29 10:46:22 UTC) #24
commit-bot: I haz the power
4 years, 2 months ago (2016-09-29 10:47:52 UTC) #26
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7097b63c018b5debd6ac968525b36a826047c35c
Cr-Commit-Position: refs/heads/master@{#421796}

Powered by Google App Engine
This is Rietveld 408576698