commit | e2354778b72a5c5528ead5e79741e8591d8e9c02 | [log] [tgz] |
---|---|---|
author | Benedikt Meurer <bmeurer@chromium.org> | Thu Jan 25 10:34:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 25 10:34:43 2024 |
tree | d90702abe9ae16fab809f9dcd5692a3fa2c42f49 | |
parent | 79e6ae3557a6292ddb37bb375d9af1f0548f2b2c [diff] |
[DevTools] Replace flaky IndexedDB layout test. Refine the fix from https://crrev.com/c/1403675 to use an inspector-protocol test, since the fix was purely about the inspector backend, and thereby avoid the flakiness related to involving the front-end layers into the test. Also limit the test specifically to what it's supposed to test: That the version is not truncated to int32. Fixed: chromium:1521441 Bug: chromium:916286 Change-Id: I89e335050a666162aca9401dd8e8f41b52f95e05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5233674 Reviewed-by: Simon Zünd <szuend@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Auto-Submit: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1251996}
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.