Antoine Quint
Antoine Quint
#### f193b5a563d124c0fdc4d2b9d94e61fdae90c52d When creating a matrix3d() value the tz component does not account for zoom https://bugs.webkit.org/show_bug.cgi?id=245606 Reviewed by NOBODY (OOPS!). Inside transformsForValue(), in the matrix3d() case, we account for zoom...
Chrome has added support for the `display` property and work to add similar support in WebKit is ongoing ([bug 267762](https://bugs.webkit.org/show_bug.cgi?id=267762)). As part of this work, I noticed the Blink test...
I'm trying to rewrite an Obj-C app in Swift on iOS 8 and added a bridging header to import Socket.IO like so: ``` #import "SocketIO.h" #import "SocketIOPacket.h" ``` When I...
This yielded a build error `the current deployment target does not support automated __weak references` on iOS 8 and possibly on other platforms. Fixes #187.
#### b4a2369580c8d20bdc01e912b6d4b3cc842f13c9 Adopt CADisplayLink on macOS 14 https://bugs.webkit.org/show_bug.cgi?id=274268 rdar://119217720 Reviewed by NOBODY (OOPS!). The CADisplayLink API is newly available on macOS 14. We add a new `HAVE(CA_DISPLAY_LINK_MAC)` directive and if...
WebKit export from bug: [mask-mode breaks mask-size](https://bugs.webkit.org/show_bug.cgi?id=264800)
WebKit export from bug: [\[css-transitions\] `display` transition to `none` does not work on Chrome for Developers blog](https://bugs.webkit.org/show_bug.cgi?id=275994)
#### fe60d070bf3fcc529ce138870dd29bc2d3428302 REGRESSION (276531@main): Content flash when expanding image viewer on eBay page https://bugs.webkit.org/show_bug.cgi?id=275739 rdar://128178476 Reviewed by NOBODY (OOPS!). It makes no sense that `affectsRenderedSubtree()` would return `true` if we...
#### fab63973c7f3f5cc8b9cd65984e1059fba7bb961 For accounting for the `d` presentation attribute when resolving the computed style. ---------------------------------------------------------------------- #### aeb5a4a7bcba091f9eb29073c12c17cd31414d5c [svg] enable support for the 'd' property by default https://bugs.webkit.org/show_bug.cgi?id=276172 rdar://129035240 Reviewed by...
#### 9964de2b8652c309c9a9ee1394658f1602a30d3b Try to adjust the box-generating parent style. ---------------------------------------------------------------------- #### 50bb8c01c853c4b0b95cac11291468ba197e6649 Reset Xcode project changes. ---------------------------------------------------------------------- #### 72d805ab9bbc134049c1b13ceb082a872dd10696 Remove logging. ---------------------------------------------------------------------- #### 893ef615372e39675b7103af4d1ce5d3d6ea9064 Progressions. ---------------------------------------------------------------------- #### 216809f8c3dc20ab3f9eed4571bee4552bd476bc Fix stuff,...