[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.9.0esr-13.0-1] fixup! Bug 21952: Implement Onion-Location
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Mar 18 16:04:51 UTC 2024
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/03ee248c6b6e920b3208a53539336f262e3cf6b0
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/03ee248c6b6e920b3208a53539336f262e3cf6b0
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240318/620883e7/attachment-0001.htm>
More information about the tbb-commits
mailing list