commit | 03838cbd28b4a94c6f79037b6a846d5efefe075b | [log] [tgz] |
---|---|---|
author | Ivan Šandrk <isandrk@chromium.org> | Fri Jan 20 23:05:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 20 23:05:47 2023 |
tree | 8b151164dfa2680d1d1d57bd0380712be2cd169b | |
parent | c2186f551aeeda4fb22fcfdc3b74712b1900cb86 [diff] |
[Sub Apps] Alias API error codes together Currently we're using too specific error codes and that allows for a form of information exfiltration (testing whether the current app is installed). Instead alias all error codes into a simple success/failure. More context on a comment thread on the Design Doc https://docs.google.com/document/d/1cLbMtEOVT0HDsSwo0rY3-jKs9CwmsXrHMYOgsRJbDhw/edit?resourcekey=0-fRuH0pqobHuMxduxtxd2bg&disco=AAAAa-YRR-A Bug: 1375231,1171317 Change-Id: I4444c4169316d25b6251fb954ac3f0c721ce5229 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4116978 Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Reviewed-by: Phillis Tang <phillis@chromium.org> Reviewed-by: Simon Hangl <simonha@google.com> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1095240}
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.