commit | 32f9db727a87430354daedd981a345015376de23 | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Wed Nov 30 10:26:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 30 10:26:32 2022 |
tree | 933e3f8d8a018c2c087c132beee8640ce6aa730b | |
parent | 6aa05ba1775d6cdb688a90ff946a06ca80fd0334 [diff] |
Remove NSS decryptor from ChromeOS Remove NSS decryptor and Firefox importer (which is the only code that uses NSS decryptor) from ChromeOS because they shouldn't be needed there and the removal will reduce the binary size, compilation time, dependency on third party libraries, etc. Bug: b:193481896 Test: Compilation, existing automated tests Change-Id: If565a572bdf3e4847da37729c94e7213868059bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4061923 Reviewed-by: Ilya Sherman <isherman@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Auto-Submit: Michael Ershov <miersh@google.com> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/main@{#1077372}
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.