commit | 71f9024e75f3dd9bcf68b8312265d567e0822dea | [log] [tgz] |
---|---|---|
author | Ashley Prasad <ashleydp@google.com> | Mon Sep 25 22:33:55 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 25 22:33:55 2023 |
tree | e624f2d5a5234c76e12a17eecd8779e26bf11a4b | |
parent | cda952776a29ae75bae4d490ee02d641442cd365 [diff] |
scanning: Convert scanning_browser_proxy to TS - Rename file from JS to TS and update BUILD.gn. - Remove closure type comments. - Removes interface import from JS files as there is no matching type in JS. - Update file path in presubmit exception and added TODO for migrating away from `chrome.send`. Bug: b:299520240 Test: browser_tests --gtest_filter=*ScanningApp* Test: tast run -build=true ${DUT} scanapp.* (excluding hardware tests) Change-Id: I5b5d543f9fbce20d05190c0c50348f6454d52e82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4884797 Reviewed-by: Michael Checo <michaelcheco@google.com> Commit-Queue: Ashley Prasad <ashleydp@google.com> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1201183}
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.