Tim Ledbetter

Results 126 issues of Tim Ledbetter

This allows the user to set the scrollbar thumb and track colors. Here's an example that uses `scrollbar-color: red blue`: https://github.com/user-attachments/assets/c1b95cde-a0d3-4687-aead-0ff707b86a1d

conflicts

Currently, this breaks more WPT subtests than it fixes :sob:. As far as I can tell it gives us a diff of +4/-34. The regressions are testing that the `font`...

Previously, when interpolating a repeatable list from a list with multiple values to a single value, we would crash. Fixes #4951 We don't currently render the animation on the issue...

This PR adds `DataTransferItemList.remove()` , `DataTransferItemList.clear()` and `DataTransfer.clearData()`. I've also added `[CachedAttribute]` to `DataTransfer.types` - clearing the cache when `m_types` is modified ensures that the same object is returned if...

This differs from the specification but matches the behavior of existing implementations. Relevant Gamepad API issue: https://github.com/w3c/gamepad/pull/217

This asks the StorageManager to return how much storage is currently being used and how much space is available. I've only exposed the `estimate()` method to `Window` currently, because I...

conflicts

I have added a FIXME for the arithmetic operator, which I couldn't get working :sweat_smile: Fixes #5793

We now pass key press events to `interpretKeyEvents()`, which handles dead key composition for us. This change brings gives us equivalent dead key functionality on MacOS and Linux. We don't...

This ensures that events are not fired if the image source is updated while it is being fetched.

This PR applies `performance-unnecessary-value-param` fixes found by `clang-tidy` (with some manual intervention) The command I ran to find these was: ` run-clang-tidy -p Build/release -checks='-*,performance-unnecessary-value-param' -fix`

stale
conflicts