commit | 5ad2bc16703e577df6869500fe69329363b3e095 | [log] [tgz] |
---|---|---|
author | Nate Chapin <japhet@chromium.org> | Mon Apr 01 17:35:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 01 17:35:43 2024 |
tree | 253396b8c01460bacda3864d84e7cd4a36ce9554 | |
parent | 65ee7e3349f935c706cf31fe084d05b2d535f148 [diff] |
Revert "Use typed promises/resolvers for ReadableStream and related classes" This reverts commit 4b6caa33d92a1610066f91809404aee6ce1ddb57. Reason for revert: Lots of crash reports: crbug.com/332153735 crbug.com/332046807 Original change's description: > Use typed promises/resolvers for ReadableStream and related classes > > This converts IDL-exposed promises in ReadableStream, > ReadableStreamBYOBReader, ReadableStreamDefaultReader, and > ReadableStreamGenericReader to use typed ScriptPromiseResolver > instead of StreamPromiseResolver and to return typed > ScriptPromises. > > Bug: 329702363 > Change-Id: I94603a4ec7ffc9fa8d073d0746cfb6c1edae7109 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5373206 > Reviewed-by: Adam Rice <ricea@chromium.org> > Commit-Queue: Nate Chapin <japhet@chromium.org> > Reviewed-by: Nidhi Jaju <nidhijaju@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1280303} Bug: 329702363 Change-Id: I9925ff950623f1db954590fa3b1d54fce6309119 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5405919 Commit-Queue: Nate Chapin <japhet@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1280755}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.