Skip to content

Mark ImageDecoderInit.data as AllowSharedBufferSource.#802

Merged
Djuffin merged 1 commit intomainfrom
dalecurtis-patch-2
Jul 17, 2024
Merged

Mark ImageDecoderInit.data as AllowSharedBufferSource.#802
Djuffin merged 1 commit intomainfrom
dalecurtis-patch-2

Conversation

@dalecurtis
Copy link
Copy Markdown
Contributor

@dalecurtis dalecurtis commented Jun 10, 2024

This is what Chromium implements, but we forgot to update the spec when other data fields were changed to allow shared buffers.

Fixes #799


Preview | Diff

This is what Chromium implements, but we forgot to update the
spec when other data fields were changed to allow shared
buffers.

Fixes #799
@dalecurtis dalecurtis requested a review from padenot June 10, 2024 17:00
@dalecurtis
Copy link
Copy Markdown
Contributor Author

ISTR the reason we expand the typedef in Chrome is just due to an IDL compiler limitation, so I left this as the unexpanded version. Let me know if you'd prefer we use the expanded version.

@Djuffin Djuffin self-requested a review July 17, 2024 07:08
@Djuffin Djuffin merged commit fa71218 into main Jul 17, 2024
@Djuffin Djuffin deleted the dalecurtis-patch-2 branch July 17, 2024 07:08
github-actions Bot added a commit that referenced this pull request Jul 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

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 17, 2024
SHA: fa71218
Reason: push, by Djuffin

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

ImageBufferSource should be [AllowShared]

2 participants