commit | bb521b0f3d9b53d26c8ec0569d14a56336dd341b | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <cfredric@chromium.org> | Mon Mar 27 15:20:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 27 15:20:02 2023 |
tree | 10cd89133391f7cc348816651ffbb0c7cb29d683 | |
parent | 196444030774c071e3835de853f2c06efcb6a382 [diff] |
Rewrite WebAuth browsertests to avoid manual replies Removing reliance on EXECUTE_SCRIPT_USE_MANUAL_REPLY forces the JavaScript to be written in terms of promises, which makes the code less bug-prone since double-sends are systematically prevented (see https://crrev.com/c/4318742 for an example bug that would have been prevented by this). Bug: 1423407 Change-Id: I7cc73e3cef8f1c95ca5396607a553fd53990e9f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4369357 Auto-Submit: Chris Fredrickson <cfredric@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/main@{#1122417}
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.