Skip to content

Conversation

@captainbrosset
Copy link
Contributor

The reality is that the API landed without a way to get addresses, in Chrome for Android 80. Then addresses were added, and landed in Chrome for Android 84 (https://chromestatus.com/feature/6316401599971328).

I decided to list all BCD keys in just one feature, and use compute_from to stick the status to version 80.

We could, instead:

  • Either move the address stuff into a later addition feature.
    I don't think this is necessary seeing how the two things landed at around the same general timeframe, and this timeframe is long past.

  • Or remove compute_from and make the overall feature start with 84.
    This would make it disagree with what's written at the bottom of https://developer.mozilla.org/en-US/docs/Web/API/Contact_Picker_API

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

@foolip foolip left a comment

Choose a reason for hiding this comment

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

I agree with your decision to pin this to Chrome Android 80.

Co-authored-by: Philip Jägenstedt <philip@foolip.org>
@captainbrosset captainbrosset requested a review from foolip July 8, 2024 07:46
@foolip
Copy link
Collaborator

foolip commented Jul 8, 2024

CI is failing due to #1331. I'll fix it up here and suggest how we should fix it more generally in that issue.

@foolip foolip merged commit 5410884 into main Jul 8, 2024
@foolip foolip deleted the contact branch July 8, 2024 09:41
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.

3 participants