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

Default FilePickerAcceptType.description to the empty string #423

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

a-sully
Copy link
Collaborator

@a-sully a-sully commented Jun 23, 2023

This has no behavioral changes, since not specifying the description field currently behaves the same as if the description was specified as the empty string

Fixes #422


Preview | Diff

@a-sully
Copy link
Collaborator Author

a-sully commented Jun 23, 2023

FYI the implementation is updated here: https://crrev.com/c/4638360

Although the IDL is changing, can you confirm that we don't need to go through any sort of launch process because it's not actually a web-exposed change?

@inexorabletash
Copy link
Member

Re: launch process - that's a question for the Chromium change. :) But yes, if it's not web-visible and the reviewers agree it's sufficiently tested etc, no process should be needed.

@a-sully
Copy link
Collaborator Author

a-sully commented Jun 23, 2023

Re: launch process - that's a question for the Chromium change. :) But yes, if it's not web-visible and the reviewers agree it's sufficiently tested etc, no process should be needed.

SGTM

@a-sully a-sully merged commit d8f5556 into WICG:main Jun 23, 2023
1 check passed
@a-sully a-sully deleted the make-description-default branch June 23, 2023 16:32
github-actions bot added a commit that referenced this pull request Jun 23, 2023
… string (#423)

This has no behavioral changes, since not specifying the description field currently behaves the same as if the description was specified as the empty string

Fixes #422

SHA: d8f5556
Reason: push, by @a-sully

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions bot added a commit that referenced this pull request Jul 12, 2023
… string (#423)

This has no behavioral changes, since not specifying the description field currently behaves the same as if the description was specified as the empty string

Fixes #422

SHA: d8f5556
Reason: push, by @a-sully

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
aarongable pushed a commit to chromium/chromium that referenced this pull request Aug 7, 2023
This is a behavioral no-op, since not specifying the description field
currently behaves the same as if the description was specified as the
empty string. See WICG/file-system-access#423

Bug: N/A
Change-Id: Id946d822e514d6633513b48c5bf7af0df8c7155c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4638360
Reviewed-by: Nathan Memmott <memmott@chromium.org>
Commit-Queue: Nathan Memmott <memmott@chromium.org>
Auto-Submit: Austin Sullivan <asully@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1180608}
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.

Default FilePickerAcceptType.description to the empty string
2 participants