commit | 1f0bc2910664fb5b1dfac0cf06ba9723156d03ad | [log] [tgz] |
---|---|---|
author | Benedikt Meurer <bmeurer@chromium.org> | Wed Feb 26 15:23:00 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 15:23:00 2025 |
tree | dddb4f038cb7796d04077e9928486b567253d2eb | |
parent | d6df600b796c01cf9635acff538f8a1c862faa27 [diff] |
[DevTools] Refactor and test the `DevToolsFileHelper`. This separates the storage access from the `DevToolsFileHelper` and makes it independent of the WebContents (by also moving the logic for the file selection dialog out of the module), which in turn makes it possible to finally have some unit test coverage for this piece of code. Fixed: 398973989 Bug: 395562934 Change-Id: Idcab334a6f81559a08fe38da049a5c24127e565e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6305239 Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Alex Rudenko <alexrudenko@chromium.org> Auto-Submit: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425135}
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.