forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebSocket] Remove Quota System from data transfer
This commit removes the quota system from renderer to network service data transfer, and moves completely to mojo data pipe. This is a follow-up CL from the following CLs: https://chromium-review.googlesource.com/c/chromium/src/+/2071189 https://chromium-review.googlesource.com/c/chromium/src/+/2206556 Design Doc: https://docs.google.com/document/d/1YWj1z9r8wxemGdod6S2tkchudhp6PvNaH3qSO0oucfY/ This is a rebase of https://chromium-review.googlesource.com/c/chromium/src/+/2120193, originally by Keita Suzuki. Bug: 1056030 Change-Id: Ibc84448e56cad0cc2d8d4ed4a2ef4411b28be104 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2210333 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Eric Roman <eroman@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Auto-Submit: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#771824}
- Loading branch information
Showing
12 changed files
with
56 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.