commit | abb65d2344bdaa20f862bf74f4ad19075278584d | [log] [tgz] |
---|---|---|
author | Nate Chapin <japhet@chromium.org> | Wed Nov 20 23:35:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 20 23:35:49 2024 |
tree | ea46c3d9971b6eacf51c009e36f7ad76c79a2cbc | |
parent | 0f9f814fab74ae5c77417bbe949e815e30afb64f [diff] |
Remove IDLTypeImplementedAsV8Promise extended attribute Async iterators already operate on `ScriptPromise<IDLAny>` already, so expose that all the way through. This requires moving `AsyncIteratorBase` from platform/ to bindings/core/v8/, because `ScriptPromise` isn't available in platform/ While we're here, change the `value` parameter on `Return()` from `v8::Local<v8::Value>` to `ScriptValue`, since the bindings are handing us an adapter that converts to either, and the implementation wants a `ScriptValue`. Also while we're here, remove the unused `exception_state` parameter on both `Next()` and `Return()`. Change-Id: I9c198f2cde8ff9734b88453bed05352cc2201ed4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021355 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/main@{#1385953}
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.