Simon Fraser

Results 17 issues of Simon Fraser

The "tiles" option (big tiles or 512x512 tiles) is a WebKit-specific thing that should be removed.

trivial

#### c9dc886ec91650f5610ac9c3ae52d9e6965aa5db Use BorderShape to render outset box-shadows https://bugs.webkit.org/show_bug.cgi?id=278626 rdar://134654586 Reviewed by NOBODY (OOPS!). Adopt BorderShape in `BackgroundPainter::paintBoxShadow()` for outset shadows. Since BorderShape knows about inside and outside shapes, we...

merging-blocked
Layout and Rendering

This series of commits clean up `ResultsDashboard` (now `ScoreCalculator`), and adds `RunData`. It also adds unit tests for data import.

This test exercises more of the 2D canvas API, intended to subsume Arcs, Paths and Lines.

test change

#### fff7ad207d60bc1f3f5532964b4a068cf1da97df box-shadow spread radius renders incorrectly https://bugs.webkit.org/show_bug.cgi?id=291633 rdar://149490613 Reviewed by NOBODY (OOPS!). When a box with border-radius has an outset box-shadow, we should adjust the radii to make the...

merging-blocked
Layout and Rendering

Reading the FontFace [load() steps](https://drafts.csswg.org/css-font-loading/#font-face-load), they don't seem to [switch the FontFaceSet to loading](https://drafts.csswg.org/css-font-loading/#switch-the-fontfaceset-to-loading), despite implementations doing so. They only say what happens "When the load operation completes". Test is:...

css-font-loading-3