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

Issue 144373002: [CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset (Closed)

Created:
6 years, 11 months ago by rwlbuis
Modified:
6 years, 9 months ago
Reviewers:
dstockwell, Bear Travis
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), dsinclair, zoltan1, eae+blinkwatch, dglazkov+blink, leviw+renderwatch, dstockwell, Timothy Loh, apavlov+blink_chromium.org, jchaffraix+rendering, darktears, bemjb+rendering_chromium.org, Steve Block, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[CSS Shapes] Basic shapes' computed position should be a horizontal and vertical offset This patch updates the computed position values used for blending to be a horizontal left offset and a vertical top offset. When positions include a center, bottom, or right position offset, it is converted to the appropriate top/left coordinate as a calc expression. Serialized values still use the original bottom/right directions when present, and also omit the top/left keywords where possible. A test is added to shape-outside.html since it had no test for interpolation of extended positions. Patch by Bear Travis. BUG=308251 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168180

Patch Set 1 #

Patch Set 2 : Try to fix tests #

Total comments: 5

Patch Set 3 : Fix comments #

Patch Set 4 : Rebase against ToT #

Total comments: 1

Patch Set 5 : Add FAIL test for intermediate result #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -125 lines) Patch
M LayoutTests/animations/interpolation/shape-outside.html View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M LayoutTests/animations/interpolation/shape-outside-expected.txt View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/fast/shapes/parsing/parsing-test-utils.js View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/css/BasicShapeFunctions.cpp View 1 2 3 4 7 chunks +47 lines, -80 lines 0 comments Download
M Source/core/rendering/style/BasicShapes.h View 1 2 3 1 chunk +30 lines, -21 lines 0 comments Download
M Source/core/rendering/style/BasicShapes.cpp View 1 2 3 4 3 chunks +20 lines, -6 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Bear Travis
Looks solid. Some small nits, the only major concern I have is the test failure. ...
6 years, 11 months ago (2014-01-23 22:04:41 UTC) #1
rwlbuis
On 2014/01/23 22:04:41, Bear Travis wrote: > Looks solid. Some small nits, the only major ...
6 years, 11 months ago (2014-01-24 20:27:56 UTC) #2
rwlbuis
On 2014/01/24 20:27:56, rwlbuis wrote: > On 2014/01/23 22:04:41, Bear Travis wrote: > > Looks ...
6 years, 10 months ago (2014-02-26 16:07:16 UTC) #3
rwlbuis
This patch is about interpolation so I hope I caught the right reviewer :) This ...
6 years, 9 months ago (2014-02-27 21:26:41 UTC) #4
dstockwell
lgtm, but see comment https://codereview.chromium.org/144373002/diff/340001/LayoutTests/animations/interpolation/shape-outside.html File LayoutTests/animations/interpolation/shape-outside.html (right): https://codereview.chromium.org/144373002/diff/340001/LayoutTests/animations/interpolation/shape-outside.html#newcode97 LayoutTests/animations/interpolation/shape-outside.html:97: // TODO: add intermediate keyframe ...
6 years, 9 months ago (2014-02-28 01:57:53 UTC) #5
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-02-28 19:46:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/144373002/390001
6 years, 9 months ago (2014-02-28 19:50:09 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-02-28 21:23:04 UTC) #8
commit-bot: I haz the power
Retried try job too often on blink_android_compile_dbg for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_android_compile_dbg&number=1030
6 years, 9 months ago (2014-02-28 21:23:05 UTC) #9
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-02-28 21:28:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/144373002/390001
6 years, 9 months ago (2014-02-28 21:28:35 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-02-28 22:31:19 UTC) #12
commit-bot: I haz the power
Retried try job too often on blink_android_compile_rel for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_android_compile_rel&number=1102
6 years, 9 months ago (2014-02-28 22:31:19 UTC) #13
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-02-28 22:42:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/144373002/390001
6 years, 9 months ago (2014-02-28 22:43:02 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-02-28 23:49:20 UTC) #16
commit-bot: I haz the power
Retried try job too often on blink_android_compile_rel for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_android_compile_rel&number=1127
6 years, 9 months ago (2014-02-28 23:49:21 UTC) #17
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-03-01 00:01:32 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/144373002/390001
6 years, 9 months ago (2014-03-01 00:01:57 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-01 01:22:18 UTC) #20
commit-bot: I haz the power
Retried try job too often on blink_android_compile_dbg for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_android_compile_dbg&number=1096
6 years, 9 months ago (2014-03-01 01:22:19 UTC) #21
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-03-01 01:52:34 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/144373002/390001
6 years, 9 months ago (2014-03-01 01:52:44 UTC) #23
commit-bot: I haz the power
6 years, 9 months ago (2014-03-01 01:53:04 UTC) #24
Message was sent while issue was closed.
Change committed as 168180

Powered by Google App Engine
This is Rietveld 408576698