[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.9.0esr-13.0-1] fixup! Bug 21952: Implement Onion-Location



Title: GitLab

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:

Changes:

  • mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java
    ... ... @@ -476,9 +476,6 @@ public final class GeckoRuntimeSettings extends RuntimeSettings {
    476 476
           getSettings().mSecurityLevel.set(level);
    
    477 477
           return this;
    
    478 478
         }
    
    479
    -
    
    480
    -      return this;
    
    481
    -    }
    
    482 479
       }
    
    483 480
     
    
    484 481
       private GeckoRuntime mRuntime;
    
    ... ... @@ -1322,9 +1319,6 @@ public final class GeckoRuntimeSettings extends RuntimeSettings {
    1322 1319
         return this;
    
    1323 1320
       }
    
    1324 1321
     
    
    1325
    -    return this;
    
    1326
    -  }
    
    1327
    -
    
    1328 1322
       @Override // Parcelable
    
    1329 1323
       public void writeToParcel(final Parcel out, final int flags) {
    
    1330 1324
         super.writeToParcel(out, flags);
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits