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

NativeIO: Add quota to sync Blink interface #27541

Merged
merged 1 commit into from Feb 26, 2021

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Feb 9, 2021

This CL adds implements NativeIO's quota management system for
synchronous calls in Blink.

Blink requests capacity from the browser process. This CL does not
change how capacity is granted by the browser process. The IPC call to
the browser for requesting capacity is synchronous if and only if
NativeIO's synchronous interface is being used.

The design doc for NativeIO's quota system is here:
https://docs.google.com/document/d/1wUrtCOsyH3qGwKuqLhV9AJD-bDAjAzfPL5r1GT8H4IY

Bug: 1137788
Change-Id: If306e77bdaa66e34c28a633601608de307875c67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2678951
Commit-Queue: Richard Stotz <rstz@chromium.org>
Auto-Submit: Richard Stotz <rstz@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#857916}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

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

The review process for this patch is being conducted in the Chromium project.

@chromium-wpt-export-bot chromium-wpt-export-bot force-pushed the chromium-export-cl-2678951 branch 3 times, most recently from 40419b7 to 4448bdc Compare February 25, 2021 21:43
This CL adds implements NativeIO's quota management system for
synchronous calls in Blink.

Blink requests capacity from the browser process. This CL does not
change how capacity is granted by the browser process. The IPC call to
the browser for requesting capacity is synchronous if and only if
NativeIO's synchronous interface is being used.

The design doc for NativeIO's quota system is here:
https://docs.google.com/document/d/1wUrtCOsyH3qGwKuqLhV9AJD-bDAjAzfPL5r1GT8H4IY

Bug: 1137788
Change-Id: If306e77bdaa66e34c28a633601608de307875c67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2678951
Commit-Queue: Richard Stotz <rstz@chromium.org>
Auto-Submit: Richard Stotz <rstz@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#857916}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants