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

Issue 462133002: Remove custom style building functions for 'clip'. (Closed)

Created:
6 years, 4 months ago by andersr
Modified:
6 years, 4 months ago
Reviewers:
Timothy Loh, rune
CC:
blink-reviews, Eric Willigers, blink-reviews-rendering, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, blink-reviews-css, zoltan1, eae+blinkwatch, ed+blinkwatch_opera.com, leviw+renderwatch, dstockwell, dglazkov+blink, Steve Block, apavlov+blink_chromium.org, jchaffraix+rendering, darktears, pdr., rune+blink, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Remove custom style building functions for 'clip'. The property 'clip' is (with some modifications) compatible with the apply_auto-properties. Changes in this commit: * Use apply_auto + converter instead of custom building functions. * StyleVisualData::hasClip -> hasAutoClip (meaning reversed). * Remove unnecessary RenderStyle::setClip*-functions. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180465

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove RenderStyle::hasClip. #

Patch Set 3 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -70 lines) Patch
M Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl View 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/animation/css/CSSAnimatableValueFactory.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSProperties.in View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderConverter.cpp View 2 chunks +11 lines, -0 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 2 chunks +0 lines, -40 lines 0 comments Download
M Source/core/rendering/RenderLayerModelObject.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderObject.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/style/RenderStyle.h View 1 2 3 chunks +4 lines, -8 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 2 2 chunks +1 line, -10 lines 0 comments Download
M Source/core/rendering/style/StyleVisualData.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/style/StyleVisualData.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
andersr
6 years, 4 months ago (2014-08-12 17:02:21 UTC) #1
rune
lgtm
6 years, 4 months ago (2014-08-13 08:50:16 UTC) #2
andersr
This depends (slightly) on timloh's CSSProperties.in-patches, which recently got reverted. I think they're back now ...
6 years, 4 months ago (2014-08-13 09:30:08 UTC) #3
Timothy Loh
On 2014/08/13 09:30:08, andersr wrote: > This depends (slightly) on timloh's CSSProperties.in-patches, which recently got ...
6 years, 4 months ago (2014-08-13 09:57:27 UTC) #4
Timothy Loh
lgtm https://codereview.chromium.org/462133002/diff/1/Source/core/rendering/style/RenderStyle.h File Source/core/rendering/style/RenderStyle.h (right): https://codereview.chromium.org/462133002/diff/1/Source/core/rendering/style/RenderStyle.h#newcode545 Source/core/rendering/style/RenderStyle.h:545: bool hasClip() const { return !visual->hasAutoClip; } I ...
6 years, 4 months ago (2014-08-13 10:06:18 UTC) #5
andersr
The CQ bit was checked by andersr@opera.com
6 years, 4 months ago (2014-08-18 09:41:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andersr@opera.com/462133002/20001
6 years, 4 months ago (2014-08-18 09:41:48 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-18 09:42:08 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-18 09:42:09 UTC) #9
andersr
The CQ bit was checked by andersr@opera.com
6 years, 4 months ago (2014-08-18 11:53:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andersr@opera.com/462133002/40001
6 years, 4 months ago (2014-08-18 11:53:27 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-18 12:55:39 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-18 14:05:59 UTC) #13
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/23227)
6 years, 4 months ago (2014-08-18 14:06:00 UTC) #14
andersr
The CQ bit was checked by andersr@opera.com
6 years, 4 months ago (2014-08-18 14:31:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andersr@opera.com/462133002/40001
6 years, 4 months ago (2014-08-18 14:31:26 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-18 15:16:02 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (40001) as 180465

Powered by Google App Engine
This is Rietveld 408576698