Pier Angelo Vendrame pushed to branch tor-browser-115.9.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits: 03ee248c by Pier Angelo Vendrame at 2024-03-18T16:59:33+01:00 fixup! Bug 21952: Implement Onion-Location
Fix some errors introduced while cherry-picking 9920c7225592aac5e05aff56d48bb0bdcc6d9193 as 4b69c25929cce11ca9758996f04ec830bb53e670.
- - - - -
1 changed file:
- mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java
Changes:
===================================== mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java ===================================== @@ -476,9 +476,6 @@ public final class GeckoRuntimeSettings extends RuntimeSettings { getSettings().mSecurityLevel.set(level); return this; } - - return this; - } }
private GeckoRuntime mRuntime; @@ -1322,9 +1319,6 @@ public final class GeckoRuntimeSettings extends RuntimeSettings { return this; }
- return this; - } - @Override // Parcelable public void writeToParcel(final Parcel out, final int flags) { super.writeToParcel(out, flags);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/03ee248c...
tbb-commits@lists.torproject.org