Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds calc-size feature #2148

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Conversation

vwallen
Copy link
Contributor

@vwallen vwallen commented Nov 5, 2024

Split out from original PR here: #2111

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Nov 5, 2024
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One little fix, but otherwise ready to merge. Thank you!

Co-authored-by: Daniel D. Beck <[email protected]>
@ddbeck ddbeck merged commit 6bc0371 into web-platform-dx:main Nov 5, 2024
3 checks passed
aarongable pushed a commit to chromium/chromium that referenced this pull request Nov 16, 2024
This adds:

* a WebFeature use counter for calc-size()
* a WebDXFeature for both calc-size() and interpolate-size
* WPT test mappings for both WebDX features

The WebDX features are described at:
https://web-platform-dx.github.io/web-features-explorer/features/calc-size/
https://web-platform-dx.github.io/web-features-explorer/features/interpolate-size/
and were added in:
web-platform-dx/web-features#2110
web-platform-dx/web-features#2148

Bug: 313072
Change-Id: Id34d234aab6514b514f012688fafc4d6dec1d991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024690
Commit-Queue: David Baron <[email protected]>
Reviewed-by: Daniil Sakhapov <[email protected]>
Reviewed-by: Nicolás Peña <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1383940}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Nov 16, 2024
This adds:

* a WebFeature use counter for calc-size()
* a WebDXFeature for both calc-size() and interpolate-size
* WPT test mappings for both WebDX features

The WebDX features are described at:
https://web-platform-dx.github.io/web-features-explorer/features/calc-size/
https://web-platform-dx.github.io/web-features-explorer/features/interpolate-size/
and were added in:
web-platform-dx/web-features#2110
web-platform-dx/web-features#2148

Bug: 313072
Change-Id: Id34d234aab6514b514f012688fafc4d6dec1d991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024690
Commit-Queue: David Baron <[email protected]>
Reviewed-by: Daniil Sakhapov <[email protected]>
Reviewed-by: Nicolás Peña <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1383940}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Nov 16, 2024
This adds:

* a WebFeature use counter for calc-size()
* a WebDXFeature for both calc-size() and interpolate-size
* WPT test mappings for both WebDX features

The WebDX features are described at:
https://web-platform-dx.github.io/web-features-explorer/features/calc-size/
https://web-platform-dx.github.io/web-features-explorer/features/interpolate-size/
and were added in:
web-platform-dx/web-features#2110
web-platform-dx/web-features#2148

Bug: 313072
Change-Id: Id34d234aab6514b514f012688fafc4d6dec1d991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024690
Commit-Queue: David Baron <[email protected]>
Reviewed-by: Daniil Sakhapov <[email protected]>
Reviewed-by: Nicolás Peña <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1383940}
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Nov 17, 2024
…re use counters + test mappings, a=testonly

Automatic update from web-platform-tests
calc-size + interpolate-size WebDX feature use counters + test mappings

This adds:

* a WebFeature use counter for calc-size()
* a WebDXFeature for both calc-size() and interpolate-size
* WPT test mappings for both WebDX features

The WebDX features are described at:
https://web-platform-dx.github.io/web-features-explorer/features/calc-size/
https://web-platform-dx.github.io/web-features-explorer/features/interpolate-size/
and were added in:
web-platform-dx/web-features#2110
web-platform-dx/web-features#2148

Bug: 313072
Change-Id: Id34d234aab6514b514f012688fafc4d6dec1d991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024690
Commit-Queue: David Baron <[email protected]>
Reviewed-by: Daniil Sakhapov <[email protected]>
Reviewed-by: Nicolás Peña <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1383940}

--

wpt-commits: f15ff9f2ea676ee1a9821d7e046e21aae07eabf7
wpt-pr: 49212
jamienicol pushed a commit to jamienicol/gecko that referenced this pull request Nov 18, 2024
…re use counters + test mappings, a=testonly

Automatic update from web-platform-tests
calc-size + interpolate-size WebDX feature use counters + test mappings

This adds:

* a WebFeature use counter for calc-size()
* a WebDXFeature for both calc-size() and interpolate-size
* WPT test mappings for both WebDX features

The WebDX features are described at:
https://web-platform-dx.github.io/web-features-explorer/features/calc-size/
https://web-platform-dx.github.io/web-features-explorer/features/interpolate-size/
and were added in:
web-platform-dx/web-features#2110
web-platform-dx/web-features#2148

Bug: 313072
Change-Id: Id34d234aab6514b514f012688fafc4d6dec1d991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024690
Commit-Queue: David Baron <[email protected]>
Reviewed-by: Daniil Sakhapov <[email protected]>
Reviewed-by: Nicolás Peña <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1383940}

--

wpt-commits: f15ff9f2ea676ee1a9821d7e046e21aae07eabf7
wpt-pr: 49212
i3roly pushed a commit to i3roly/firefox-dynasty that referenced this pull request Nov 20, 2024
…re use counters + test mappings, a=testonly

Automatic update from web-platform-tests
calc-size + interpolate-size WebDX feature use counters + test mappings

This adds:

* a WebFeature use counter for calc-size()
* a WebDXFeature for both calc-size() and interpolate-size
* WPT test mappings for both WebDX features

The WebDX features are described at:
https://web-platform-dx.github.io/web-features-explorer/features/calc-size/
https://web-platform-dx.github.io/web-features-explorer/features/interpolate-size/
and were added in:
web-platform-dx/web-features#2110
web-platform-dx/web-features#2148

Bug: 313072
Change-Id: Id34d234aab6514b514f012688fafc4d6dec1d991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024690
Commit-Queue: David Baron <[email protected]>
Reviewed-by: Daniil Sakhapov <[email protected]>
Reviewed-by: Nicolás Peña <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1383940}

--

wpt-commits: f15ff9f2ea676ee1a9821d7e046e21aae07eabf7
wpt-pr: 49212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants