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

Use object for PermissionSetParameters.descriptor #444

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

saschanaz
Copy link
Member

@saschanaz saschanaz commented Feb 13, 2024

And also fixes rootDesc.name use. Failing to convert descriptor would throw at a later step but this shouldn't matter as all error types are same.

closes #443


Preview | Diff

Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

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

This looks reasonable, but this is not an editorial change. This fixes several actual issues.

@saschanaz saschanaz changed the title Editorial: Use object for PermissionSetParameters.descriptor Use object for PermissionSetParameters.descriptor Feb 13, 2024
@marcoscaceres
Copy link
Member

Yes, this is fine, but we need to potentially update implementations to match the IDL change.

@miketaylr
Copy link
Member

miketaylr commented Mar 8, 2024

Yes, this is fine, but we need to potentially update implementations to match the IDL change.

Looks like it for Blink: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/web_tests/external/wpt/interfaces/permissions.idl;l=39?q=PermissionSetParameters

Oh, but this is within automation, nevermind.

@marcoscaceres
Copy link
Member

Actually, as it's just part of the WebDriver part, I think it's ok to merge. @miketaylr, is that ok with you?

@miketaylr miketaylr merged commit 32c905c into w3c:main Mar 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turn PermissionSetParameters.descriptor into an object
4 participants