Matthieu Dubet
Matthieu Dubet
#### d4c50338aa3f276cd552478ac73af3ae9618077b Use StyleColor object instead of Color in WebCore https://bugs.webkit.org/show_bug.cgi?id=234691 rdar://problem/87050763 Reviewed by NOBODY (OOPS!). With recent dynamic color features in CSS levels, such as currentcolor or relative color,...
#### 9a00acb63819f26aa5c0ea7ea3ae50c8eba40c74 Parsing for at-rule @font-feature-values https://bugs.webkit.org/show_bug.cgi?id=246120 rdar://100830599 Reviewed by NOBODY (OOPS!). This implementation defines the @font-feature-values at-rule and the six children font variation at-rules (@styleset, @stylistic, @character-variant, @swash, @ornaments,...
#### 218a20221a23c977caa49a12c11e50d3b80885e7 Fix scrolling none auto ios https://bugs.webkit.org/show_bug.cgi?id=183870 rdar://118341167 Reviewed by NOBODY (OOPS!). Explanation of why this fixes the bug (OOPS!). * Source/WTF/wtf/Assertions.h: * Source/WebKit/UIProcess/RemoteLayerTree/ios/RemoteLayerTreeViews.mm: (WebKit::collectDescendantViewsAtPoint): (WebKit::findActingScrollParent): (-[UIView _web_findDescendantViewAtPoint:withEvent:]): https://github.com/WebKit/WebKit/commit/218a20221a23c977caa49a12c11e50d3b80885e7...
#### ee76487b950eab12814f5eef58d25785563799e4 [WTF] WTF_ALWAYS_LOG https://bugs.webkit.org/show_bug.cgi?id=270115 Reviewed by NOBODY (OOPS!). No more "stream <<" typing everytime. * Source/WTF/wtf/Assertions.h: https://github.com/WebKit/WebKit/commit/ee76487b950eab12814f5eef58d25785563799e4 | Misc | iOS, tvOS & watchOS | macOS | Linux |...
#### e7392dc906754668df3b9b2e4b1ea073fd6311a4 [SVG] Known properties should avoid going through an hashmap https://bugs.webkit.org/show_bug.cgi?id=273293 rdar://127085305 Reviewed by NOBODY (OOPS!). Explanation of why this fixes the bug (OOPS!). * Source/WebCore/svg/SVGAElement.cpp: (WebCore::SVGAElement::propertyForAttribute): * Source/WebCore/svg/SVGAElement.h:...
For the css-nesting spec, we resolved to always serialise the implicit `&`: > When serializing a [relative selector](https://drafts.csswg.org/selectors-4/#relative-selector) in a [nested style rule](https://drafts.csswg.org/css-nesting/#nested-style-rule), the selector must be absolutized, with the...
#### d6731a51890c3fb42cf9cf4df135cbdefd412a1d [CSS] Contextually invalid selectors have a specificity of 0 https://bugs.webkit.org/show_bug.cgi?id=277739 rdar://133391094 Reviewed by NOBODY (OOPS!). https://github.com/w3c/csswg-drafts/issues/9600 * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/contextually-invalid-selectors-expected.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/contextually-invalid-selectors.html: Added. * Source/WebCore/css/CSSSelector.cpp: (WebCore::maxSpecificity): (WebCore::simpleSelectorSpecificity): https://github.com/WebKit/WebKit/commit/d6731a51890c3fb42cf9cf4df135cbdefd412a1d |...
#### ab2e0773623f7d1c9b0ca9620568d1c0431d7237 [CSS] Cascade interleaved rules in place https://bugs.webkit.org/show_bug.cgi?id=275365 rdar://130094168 Reviewed by NOBODY (OOPS!). * LayoutTests/TestExpectations: * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/cssom-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/cssom.html: * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/mixed-declarations-rules-expected.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/mixed-declarations-rules.html: Added. * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/nested-declarations-cssom-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/nested-declarations-matching-expected.txt:...
#### eae6e37a2c43977ff143a6f99c47c4c520cc4cd7 Faster color resolving access Need a short description (OOPS!). Need the bug URL (OOPS!). Include a Radar link (OOPS!). Reviewed by NOBODY (OOPS!). Explanation of why this fixes...