commit | 4c75c0c9f730589ad8d6c33af919d6b105be1462 | [log] [tgz] |
---|---|---|
author | Yoichi Osato <[email protected]> | Wed Jun 24 08:03:57 2020 |
committer | Commit Bot <[email protected]> | Wed Jun 24 08:03:57 2020 |
tree | 123de59ea8d90c828e192d6ac94f5dc1e5093737 | |
parent | 55f186ee66abf2dd255e2ddbfec2ee78e39ed7ea [diff] |
[fetch] Enable origin trial with AllowHTTP1ForStreamingUpload property. This CL enables origin trial flag FetchUploadStreaming. You can try the feature with "Chrome --enable-features=FetchUploadStreaming" or an OT token. Given https://github.com/whatwg/fetch/issues/966#issuecomment-608128154, this CL also introduces the temporal AllowHTTP1ForStreamingUpload property to measure upload streaming capability over each protocol. API explaner: https://bit.ly/2SVvKbR Bug: 688906 Change-Id: I46ccf37b2268371bb98af50c16b032f2d5fd470a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2174099 Commit-Queue: Yoichi Osato <[email protected]> Reviewed-by: Kinuko Yasuda <[email protected]> Reviewed-by: Yutaka Hirano <[email protected]> Reviewed-by: Matt Menke <[email protected]> Cr-Commit-Position: refs/heads/master@{#781762}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.