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

Issue 212223006: [CSS Shapes] Simplify RasterShape implementation (Closed)

Created:
6 years, 8 months ago by rwlbuis
Modified:
6 years, 8 months ago
Reviewers:
Hans Muller, eseidel
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, pdr., rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

[CSS Shapes] Simplify RasterShape implementation Since only floats can specify shape-outside, the RasterShapeIntervals class only needs to track the first and last above threshold pixel column (x1 and x2 in the implementation) for each row. Removed code for dealing with multiple "runs" per row as well as shape-inside internals. This is a merge of http://trac.webkit.org/changeset/166522 by Hans Muller <hmuller@adobe.com>;. BUG=359098 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170716

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix style errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -134 lines) Patch
M Source/core/rendering/shapes/RasterShape.h View 1 2 chunks +17 lines, -27 lines 0 comments Download
M Source/core/rendering/shapes/RasterShape.cpp View 4 chunks +32 lines, -106 lines 0 comments Download
M Source/core/rendering/shapes/Shape.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/shapes/ShapeInterval.h View 1 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
rwlbuis
PTAL :)
6 years, 8 months ago (2014-04-02 14:57:51 UTC) #1
Hans Muller
All of the changes look good to me.
6 years, 8 months ago (2014-04-02 15:56:52 UTC) #2
rwlbuis
PTAL
6 years, 8 months ago (2014-04-02 16:05:31 UTC) #3
eseidel
OK rslgtm https://codereview.chromium.org/212223006/diff/1/Source/core/rendering/shapes/RasterShape.h File Source/core/rendering/shapes/RasterShape.h (right): https://codereview.chromium.org/212223006/diff/1/Source/core/rendering/shapes/RasterShape.h#newcode55 Source/core/rendering/shapes/RasterShape.h:55: ASSERT(y + m_offset >= 0 && static_cast<unsigned>(y ...
6 years, 8 months ago (2014-04-02 19:59:11 UTC) #4
rwlbuis
On 2014/04/02 19:59:11, eseidel wrote: > OK rslgtm > > https://codereview.chromium.org/212223006/diff/1/Source/core/rendering/shapes/RasterShape.h > File Source/core/rendering/shapes/RasterShape.h (right): ...
6 years, 8 months ago (2014-04-02 20:03:41 UTC) #5
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 8 months ago (2014-04-02 20:03:45 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/212223006/1
6 years, 8 months ago (2014-04-02 20:03:51 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-02 20:13:40 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 8 months ago (2014-04-02 20:13:41 UTC) #9
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 8 months ago (2014-04-02 21:48:21 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/212223006/20001
6 years, 8 months ago (2014-04-02 21:48:26 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-02 21:59:04 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 8 months ago (2014-04-02 21:59:04 UTC) #13
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 8 months ago (2014-04-02 22:32:28 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/212223006/20001
6 years, 8 months ago (2014-04-02 22:32:37 UTC) #15
commit-bot: I haz the power
6 years, 8 months ago (2014-04-02 23:24:48 UTC) #16
Message was sent while issue was closed.
Change committed as 170716

Powered by Google App Engine
This is Rietveld 408576698