Bug 109713

Summary: [CSS Exclusions] Enable shape-inside support for circles
Product: WebKit Reporter: Hans Muller <giles_joplin>
Component: CSSAssignee: Hans Muller <giles_joplin>
Status: RESOLVED FIXED    
Severity: Normal CC: betravis, eric, krit, ojan.autocc, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 89707    
Attachments:
Description Flags
Patch none

Description Hans Muller 2013-02-13 10:42:19 PST
Enable shape-inside support for shapes specified with the circle function.
Comment 1 Hans Muller 2013-02-14 10:26:27 PST
Created attachment 188379 [details]
Patch

Using the EWS to verify that supixel layout differences don't  have an impact on the new test.
Comment 2 Dirk Schulze 2013-02-15 09:26:52 PST
Comment on attachment 188379 [details]
Patch

LGTM. r=me.
Comment 3 WebKit Review Bot 2013-02-15 09:33:20 PST
Comment on attachment 188379 [details]
Patch

Clearing flags on attachment: 188379

Committed r143010: <http://trac.webkit.org/changeset/143010>
Comment 4 WebKit Review Bot 2013-02-15 09:33:23 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Ryosuke Niwa 2013-02-18 16:14:30 PST
It seems like this patch caused 16+ patches to crash on ML2 test bots?

http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK2%20%28Tests%29/builds/6075
Comment 6 Dirk Schulze 2013-02-19 08:45:56 PST
(In reply to comment #5)
> It seems like this patch caused 16+ patches to crash on ML2 test bots?
> 
> http://build.webkit.org/builders/Apple%20MountainLion%20Release%20WK2%20%28Tests%29/builds/6075

Are you sure that this is this patch causing the errors?

Here is a list of the failing tests:

Regressions: Unexpected crashes (15)
  accessibility/accessibility-node-memory-management.html [ Crash ]
  accessibility/accessibility-node-reparent.html [ Crash ]
  animations/3d/matrix-transform-type-animation.html [ Crash ]
  animations/additive-transform-animations.html [ Crash ]
  animations/animation-add-events-in-handler.html [ Crash ]
  animations/animation-border-overflow.html [ Crash ]
  animations/animation-controller-drt-api.html [ Crash ]
  animations/animation-css-rule-types.html [ Crash ]
  canvas/philip/tests/2d.canvas.reference.html [ Crash ]
  canvas/philip/tests/2d.clearRect+fillRect.alpha0.5.html [ Crash ]
  compositing/absolute-inside-out-of-view-fixed.html [ Crash ]
  compositing/absolute-position-changed-in-composited-layer.html [ Crash ]
  compositing/video/video-poster.html [ Crash ]
  http/tests/cache/cached-main-resource.html [ Crash ]
  media/video-controls-captions-trackmenu.html [ Crash ]

I did not investigate yet, but a big chunk (all?) of the tests is independent of layout code that was touched by this patch.
Comment 7 Hans Muller 2013-02-21 09:58:46 PST
*** Bug 96670 has been marked as a duplicate of this bug. ***