tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 927a4e8996b3fbb70c37f25285d6fe89c0ab9950
parent d58ff69d8d6d60ca6fb5d96387fcbd1fd7e47470
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Thu, 20 Nov 2025 17:43:36 +0000

Bug 2001376 - Make ModifierParameter warnings fatal. r=android-reviewers,007

Differential Revision: https://phabricator.services.mozilla.com/D273444

Diffstat:
Mmobile/android/fenix/app/lint.xml | 1+
Mmobile/android/focus-android/app/lint.xml | 3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/mobile/android/fenix/app/lint.xml b/mobile/android/fenix/app/lint.xml @@ -94,5 +94,6 @@ <issue id="VectorPath" severity="ignore" /> <!-- Correctness: checks with increased severity --> + <issue id="ModifierParameter" severity="error" /> <issue id="PrivateResource" severity="error" /> </lint> diff --git a/mobile/android/focus-android/app/lint.xml b/mobile/android/focus-android/app/lint.xml @@ -33,6 +33,9 @@ <ignore path="**/values-*/strings.xml" /> </issue> + <!-- Correctness: checks with increased severity --> + <issue id="ModifierParameter" severity="error" /> + <!-- Ignore support library lint bug: https://code.google.com/p/android/issues/detail?id=227098 (Present in 25.3.1, despite claims of being fixed in 23) --> <issue id="InconsistentLayout">