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

Issue 14220005: Add support for the simple case of shape-margin polygonal shape-outside (Closed)

Created:
7 years, 8 months ago by Hans Muller
Modified:
7 years, 8 months ago
Reviewers:
eseidel
CC:
blink-reviews, jchaffraix+rendering, ojan
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

BUG=228782 Add support for computing the shape-outside shape-margin boundary for a polygon. This change is similar to the one added for padding polygons, see bug https://bugs.webkit.org/show_bug.cgi?id=112592. The algorithm used for computing the margin boundary is is provisional. It works correctly for convex polygons and will work correctly for non self-intersecting polygons whose margin boundary is the same shape as the original polygon. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=148839

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add support for the simple case of shape-margin polygonal shape-outside #

Messages

Total messages: 9 (0 generated)
Hans Muller
I'd appreciate a review of this change. It's just a WebKit sync-up patch.
7 years, 8 months ago (2013-04-22 15:18:42 UTC) #1
eseidel
lgtm The OwnPtr usage (since it clearly extends beyond this patch) can be done in ...
7 years, 8 months ago (2013-04-22 16:01:26 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hmuller@adobe.com/14220005/5001
7 years, 8 months ago (2013-04-22 16:54:52 UTC) #3
Hans Muller
On 2013/04/22 16:01:26, Eric Seidel (Google) wrote: > Source/core/rendering/ExclusionPolygon.cpp:151: static inline FloatPolygon > *computeShapeMarginBounds(const FloatPolygon& ...
7 years, 8 months ago (2013-04-22 16:55:54 UTC) #4
commit-bot: I haz the power
Retried try job too often on mac_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_layout_rel&number=2850
7 years, 8 months ago (2013-04-22 17:35:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hmuller@adobe.com/14220005/5001
7 years, 8 months ago (2013-04-22 17:39:55 UTC) #6
commit-bot: I haz the power
Change committed as 148839
7 years, 8 months ago (2013-04-22 18:08:54 UTC) #7
esprehn
This patch had the BUG= line first which means a useless git message, ex. https://chromium.googlesource.com/chromium/blink.git ...
7 years, 8 months ago (2013-04-22 18:32:18 UTC) #8
Hans Muller
7 years, 8 months ago (2013-04-23 15:23:34 UTC) #9
Message was sent while issue was closed.
On 2013/04/22 16:01:26, Eric Seidel (Google) wrote:
> lgtm
> 
> The OwnPtr usage (since it clearly extends beyond this patch) can be done in a
> second pass.  But this code really should use smart pointers to avoid leaks.
:)

I've submitted a WebKit patch for this and will follow up with a Blink patch.
https://bugs.webkit.org/show_bug.cgi?id=114984

Powered by Google App Engine
This is Rietveld 408576698