commit | a7059317bdbf86251cf92a82ba9b7c2167deed1c | [log] [tgz] |
---|---|---|
author | Nate Chapin <japhet@chromium.org> | Fri Nov 22 22:14:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 22 22:14:34 2024 |
tree | 3577f1d6e09a63562663c86622ff4253b95de893 | |
parent | 10d0c9c7e8089f5587fb1f76c327d91abfe5f789 [diff] |
Remove the ability to convert a string to an v8 enum value These are cases where we're resolving a promise with an enum value. While in the neighborhood, also fix a few cases where we're doing manual enum-to-string conversions because the IDL is out of date with the spec. This allows us to remove some enum-to-string helpers entirely. Change-Id: If75ef6d9e796d216037b312eec60951546ab0eea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043180 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/main@{#1387081}
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.