Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 11, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

whimboo and others added 5 commits December 10, 2025 21:55
Differential Revision: https://phabricator.services.mozilla.com/D275767

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2005176
gecko-commit: ffb45a857f6cad639c6e80508db30b6420defdac
gecko-reviewers: Sasha
Per shape() spec, the arc keyword interpolation rules are meant to match
existing SVG <path> interpolation rules: flags are interpolated as fractions
between zero and one, with any non-zero value considered to be a value of one.
So path() should reasonably do the same for the arc flags at 0.125 and such.
https://drafts.csswg.org/css-shapes-1/#interpolating-shape
https://svgwg.org/specs/paths/#PathElement

Differential Revision: https://phabricator.services.mozilla.com/D275122

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2003903
gecko-commit: b68bd1c6d42f052a334f2188d129d58102d474d1
gecko-reviewers: emilio, firefox-style-system-reviewers
… <arc-size> in shape(). " for causing mochitest failures on test_transitions_per_property.html

This reverts commit 02242322aef59b10c4965ca1f7d2e0a65734f34d.

gecko-commit: 36e7286ad6a064e1f9ebef45547b880cdb2f4def
gecko-reviewers: emilio, firefox-style-system-reviewers
Prior to this commit, this test was passing the `undefined` value to the
`test` function due to an erroneous property reference. This causes the
test harness to automatically generate nondescript subtest titles such
as "document.cookie 2".

Correct the property name so that the subtests are named as per the
original test author's intentions.
…el events

This change makes it so that when `preventDefault` is called on a wheel
event, the scroll is prevented. The downside here is that there is more
latency on wheel based scroll events. This can be mitigated in the
future by moving the scroll initiation to script. That's left for a
followup though.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
@pull pull bot locked and limited conversation to collaborators Dec 11, 2025
@pull pull bot added the ⤵️ pull label Dec 11, 2025
@pull pull bot merged commit c744570 into All-Blockchains:master Dec 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants