lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

September 2024

  • 1 participants
  • 250 discussions
[Git][tpo/applications/tor-browser-update-responses][main] alpha: new version, 13.5a10
by morgan (@morgan) 26 Sep '24

26 Sep '24
morgan pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: e14f898f by Morgan at 2024-09-26T20:58:45+00:00 alpha: new version, 13.5a10 - - - - - 28 changed files: - + update_pre13.5a10/alpha/.htaccess - + update_pre13.5a10/alpha/13.5a10-linux-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a10-linux-x86_64-ALL.xml - + update_pre13.5a10/alpha/13.5a10-macos-ALL.xml - + update_pre13.5a10/alpha/13.5a10-windows-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a10-windows-x86_64-ALL.xml - + update_pre13.5a10/alpha/13.5a7-13.5a10-linux-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a7-13.5a10-linux-x86_64-ALL.xml - + update_pre13.5a10/alpha/13.5a7-13.5a10-macos-ALL.xml - + update_pre13.5a10/alpha/13.5a7-13.5a10-windows-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a7-13.5a10-windows-x86_64-ALL.xml - + update_pre13.5a10/alpha/13.5a8-13.5a10-linux-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a8-13.5a10-linux-x86_64-ALL.xml - + update_pre13.5a10/alpha/13.5a8-13.5a10-macos-ALL.xml - + update_pre13.5a10/alpha/13.5a8-13.5a10-windows-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a8-13.5a10-windows-x86_64-ALL.xml - + update_pre13.5a10/alpha/13.5a9-13.5a10-linux-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a9-13.5a10-linux-x86_64-ALL.xml - + update_pre13.5a10/alpha/13.5a9-13.5a10-macos-ALL.xml - + update_pre13.5a10/alpha/13.5a9-13.5a10-windows-i686-ALL.xml - + update_pre13.5a10/alpha/13.5a9-13.5a10-windows-x86_64-ALL.xml - + update_pre13.5a10/alpha/download-linux-i686.json - + update_pre13.5a10/alpha/download-linux-x86_64.json - + update_pre13.5a10/alpha/download-macos.json - + update_pre13.5a10/alpha/download-windows-i686.json - + update_pre13.5a10/alpha/download-windows-x86_64.json - + update_pre13.5a10/alpha/downloads.json - + update_pre13.5a10/alpha/no-update.xml Changes: ===================================== update_pre13.5a10/alpha/.htaccess ===================================== @@ -0,0 +1,50 @@ +RewriteEngine On +# bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory +RewriteRule ^[^/]+/8\.0a[12345678]/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last] +RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last] +# tor-browser#42747: Make 13.5a10 a watershed alpha release +RewriteRule ^[^/]+/\d\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] +RewriteRule ^[^/]+/1[012]\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] +RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] +RewriteRule ^[^/]+/13\.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] +RewriteRule ^[^/]+/13.5a10/ no-update.xml [last] +RewriteRule ^Linux_x86-gcc3/13.5a7/ALL 13.5a7-13.5a10-linux-i686-ALL.xml [last] +RewriteRule ^Linux_x86-gcc3/13.5a8/ALL 13.5a8-13.5a10-linux-i686-ALL.xml [last] +RewriteRule ^Linux_x86-gcc3/13.5a9/ALL 13.5a9-13.5a10-linux-i686-ALL.xml [last] +RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 13.5a10-linux-i686-ALL.xml [last] +RewriteRule ^Linux_x86-gcc3/ 13.5a10-linux-i686-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/13.5a7/ALL 13.5a7-13.5a10-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/13.5a8/ALL 13.5a8-13.5a10-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/13.5a9/ALL 13.5a9-13.5a10-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.5a10-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/ 13.5a10-linux-x86_64-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5a7/ALL 13.5a7-13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5a8/ALL 13.5a8-13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5a9/ALL 13.5a9-13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/ 13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5a7/ALL 13.5a7-13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5a8/ALL 13.5a8-13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5a9/ALL 13.5a9-13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.5a10-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/ 13.5a10-macos-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3/13.5a7/ALL 13.5a7-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3/13.5a8/ALL 13.5a8-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3/13.5a9/ALL 13.5a9-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3/ 13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x86/13.5a7/ALL 13.5a7-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x86/13.5a8/ALL 13.5a8-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x86/13.5a9/ALL 13.5a9-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x86/ 13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x64/13.5a7/ALL 13.5a7-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x64/13.5a8/ALL 13.5a8-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x64/13.5a9/ALL 13.5a9-13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86-gcc3-x64/ 13.5a10-windows-i686-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/13.5a7/ALL 13.5a7-13.5a10-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/13.5a8/ALL 13.5a8-13.5a10-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/13.5a9/ALL 13.5a9-13.5a10-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.5a10-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.5a10-windows-x86_64-ALL.xml [last] ===================================== update_pre13.5a10/alpha/13.5a10-linux-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-windows-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-linux-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686--…" hashFunction="SHA512" hashValue="e8ad4085b15d823193ee575a8c26b5cb8025e1eb5ced1019e0bbf4764be0654cdfdb19273f779d778cefaa45512833597d023075297b2b629c432689a7f2252e" size="19670490" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="ee8290f473649b70c9be857a721478c0cbb43f715ba2413235d91c2120b4336e34903a126aff9bf9617bfedb788f86497cda79a7d4a88cec9edd618d1eb50777" size="20116582" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos--13.5a…" hashFunction="SHA512" hashValue="07e350dc8f23d88c19fb372ad8ecf7ad8169a7c047cf499eaf930dda932dfaba2cf2503904cd49fbc1a311a3539e945147e98b1336ed402052770a39b55d88aa" size="47451164" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-windows-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="90c81c42c050395f41ea127bb9d0dc8ad01fdd30c229b66adff9ec87ff28e915c14ae0efe9e522b819fd6d006ec5412a945278b01b1f10c1fb3fb2cfb7edcbf1" size="20213456" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="19e4ba365089a62ec3194b93a8149c7167e9b8b092299c37f0d1506983427ade158ce2d9b6172f399935cf4834c86e8f80a1712337ad9d0c1ccbe40528aa5538" size="19289614" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-linux-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686--…" hashFunction="SHA512" hashValue="32cb1678ac18656136f755690c7042a1767216fa831bc99bcf289cefce266530986791d4548ce7598ef14f0485fcc85d48cfb05a48670f1c09a70ad8dba92be9" size="16734894" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="dc83bc81b2acfbd8145d7e612d64a8190d1da56d4f311f5484f78d870777f96dede70c3fd4784815268fea2b17e2e7351f245f4d2cfd340fdc24e835bbf01e2a" size="17142726" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos--13.5a…" hashFunction="SHA512" hashValue="1cc0ed2a1c6e11f4f85ecca341b4c7c3786bdc3744495501dcd4bc92c3784ff72b3ae713b2b8d1ed93ebeb752f2361c9424a964de13514a190cf778ae6fd5e0b" size="44347421" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-windows-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="f2d76946fe94d4edd71b33639c1535e4d22f84e11861cfc1eb54dfd80418b7de56adaf98dd00acd60c7c52fdedee4dcf355b34b1124e10971911eff057e962f3" size="17259300" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="d33c854195bcfcc034f1b888e675072306dda8e7abcf14a2894c07f62268e63c6f8c1618766dce87ebe22220e2e16614b9f5ff8ac3feeb8ce798f61659d56849" size="16156606" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-linux-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686--…" hashFunction="SHA512" hashValue="822493c835c76d9503c7e21c2f0b002679ba82a5aa75527b34e658dfb33a320b78cdaa2e26039678f52bb5b6db56100cbc38c7247ecbbab09a78d42c1f8461df" size="16038909" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="5b584eb6eca26f5451a2305169b31d81520b5ea0ffca4a42e420dc9b37a232fbcd1e557254a393228a7bbda41bb757c5addebcaf0f0b5d364976aada6d43776b" size="16316153" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos--13.5a…" hashFunction="SHA512" hashValue="3f589fb75d8ddbf55232dad2835cba3a8a274e1af4ac48d9e4997481d3b892a7742c3ed6b2331f16631602ae36d48cd1f33734569ae39694352c461879acf10f" size="43229892" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-windows-i686-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="4c2f5583deae1c73ca739f9e03a27498f20f98eec0d1b14a880247d9da197ffa49e7df8b27cbdd0e342dd2ca1a11c7f787fba1847c9be706fce4d6c97e59bba3" size="16631559" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="20e0a6e32485adbe727828aa8f8917a42c278f659e8305c2c4fc68029d460010a59e5e1c96e44d96623cd230bc93263df7a509df5200acd64ccbe21bf8414d3b" size="15434669" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/download-linux-i686.json ===================================== @@ -0,0 +1 @@ +{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-i686-13.5a…","git_tag":"tbb-13.5a10-build1","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-i686-13.5a…","version":"13.5a10"} \ No newline at end of file ===================================== update_pre13.5a10/alpha/download-linux-x86_64.json ===================================== @@ -0,0 +1 @@ +{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-x86_64-13.…","git_tag":"tbb-13.5a10-build1","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-x86_64-13.…","version":"13.5a10"} \ No newline at end of file ===================================== update_pre13.5a10/alpha/download-macos.json ===================================== @@ -0,0 +1 @@ +{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-macos-13.5a10.dmg","git_tag":"tbb-13.5a10-build1","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-macos-13.5a10.dm…","version":"13.5a10"} \ No newline at end of file ===================================== update_pre13.5a10/alpha/download-windows-i686.json ===================================== @@ -0,0 +1 @@ +{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-i686-por…","git_tag":"tbb-13.5a10-build1","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-i686-por…","version":"13.5a10"} \ No newline at end of file ===================================== update_pre13.5a10/alpha/download-windows-x86_64.json ===================================== @@ -0,0 +1 @@ +{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-x86_64-p…","git_tag":"tbb-13.5a10-build1","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-x86_64-p…","version":"13.5a10"} \ No newline at end of file ===================================== update_pre13.5a10/alpha/downloads.json ===================================== @@ -0,0 +1 @@ +{"downloads":{"linux-i686":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-i686-13.5a…","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-i686-13.5a…"}},"linux-x86_64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-x86_64-13.…","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-linux-x86_64-13.…"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-macos-13.5a10.dmg","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-macos-13.5a10.dm…"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-i686-por…","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-i686-por…"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-x86_64-p…","sig":"https://dist.torproject.org/torbrowser/13.5a10/tor-browser-windows-x86_64-p…"}}},"tag":"tbb-13.5a10-build1","version":"13.5a10"} \ No newline at end of file ===================================== update_pre13.5a10/alpha/no-update.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates></updates> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-update-responses][main] release: new version, 13.5.5
by morgan (@morgan) 26 Sep '24

26 Sep '24
morgan pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: cfcb8317 by Morgan at 2024-09-26T20:06:05+00:00 release: new version, 13.5.5 - - - - - 30 changed files: - update_3/release/.htaccess - − update_3/release/13.5.1-13.5.4-linux-i686-ALL.xml - − update_3/release/13.5.1-13.5.4-linux-x86_64-ALL.xml - − update_3/release/13.5.1-13.5.4-macos-ALL.xml - − update_3/release/13.5.1-13.5.4-windows-i686-ALL.xml - − update_3/release/13.5.1-13.5.4-windows-x86_64-ALL.xml - − update_3/release/13.5.2-13.5.4-linux-i686-ALL.xml - − update_3/release/13.5.2-13.5.4-linux-x86_64-ALL.xml - − update_3/release/13.5.2-13.5.4-macos-ALL.xml - − update_3/release/13.5.2-13.5.4-windows-i686-ALL.xml - − update_3/release/13.5.2-13.5.4-windows-x86_64-ALL.xml - + update_3/release/13.5.2-13.5.5-linux-i686-ALL.xml - + update_3/release/13.5.2-13.5.5-linux-x86_64-ALL.xml - + update_3/release/13.5.2-13.5.5-macos-ALL.xml - + update_3/release/13.5.2-13.5.5-windows-i686-ALL.xml - + update_3/release/13.5.2-13.5.5-windows-x86_64-ALL.xml - − update_3/release/13.5.3-13.5.4-linux-i686-ALL.xml - − update_3/release/13.5.3-13.5.4-linux-x86_64-ALL.xml - − update_3/release/13.5.3-13.5.4-macos-ALL.xml - − update_3/release/13.5.3-13.5.4-windows-i686-ALL.xml - − update_3/release/13.5.3-13.5.4-windows-x86_64-ALL.xml - + update_3/release/13.5.3-13.5.5-linux-i686-ALL.xml - + update_3/release/13.5.3-13.5.5-linux-x86_64-ALL.xml - + update_3/release/13.5.3-13.5.5-macos-ALL.xml - + update_3/release/13.5.3-13.5.5-windows-i686-ALL.xml - + update_3/release/13.5.3-13.5.5-windows-x86_64-ALL.xml - + update_3/release/13.5.4-13.5.5-linux-i686-ALL.xml - + update_3/release/13.5.4-13.5.5-linux-x86_64-ALL.xml - + update_3/release/13.5.4-13.5.5-macos-ALL.xml - + update_3/release/13.5.4-13.5.5-windows-i686-ALL.xml The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.5a10] Bug 41244: Update update_responses directory
by morgan (@morgan) 26 Sep '24

26 Sep '24
morgan pushed to branch maint-13.5a10 at The Tor Project / Applications / tor-browser-build Commits: f53f6f22 by Nicolas Vigier at 2024-09-26T17:04:02+02:00 Bug 41244: Update update_responses directory https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/issues/4… - - - - - 1 changed file: - tools/signing/upload-update_responses-to-staticiforme Changes: ===================================== tools/signing/upload-update_responses-to-staticiforme ===================================== @@ -23,7 +23,7 @@ git checkout main git pull --ff-only test -n "$(git status --porcelain=v1 | grep -v '^?')" \ && exit_error 'update_responses_repository_dir has modified files' -is_project torbrowser && cd update_3 +is_project torbrowser && mkdir -p update_pre13.5a10 && cd update_pre13.5a10 is_project mullvadbrowser && cd update_1 old_ur=$(mktemp -d) View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-115.16.0esr-13.5-1-build1
by Pier Angelo Vendrame (@pierov) 26 Sep '24

26 Sep '24
Pier Angelo Vendrame pushed new tag mullvad-browser-115.16.0esr-13.5-1-build1 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullv… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-115.16.0esr-13.5-1] 21 commits: MB 38: Mullvad Browser configuration
by morgan (@morgan) 26 Sep '24

26 Sep '24
morgan pushed to branch mullvad-browser-115.16.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser Commits: a7f08a59 by Pier Angelo Vendrame at 2024-09-25T22:05:22+02:00 MB 38: Mullvad Browser configuration - - - - - 893df0db by Pier Angelo Vendrame at 2024-09-25T22:05:27+02:00 MB 1: Mullvad Browser branding See also: mullvad-browser#5: Product name and directory customization mullvad-browser#12: Create new branding directories and integrate Mullvad icons+branding mullvad-browser#14: Remove Default Built-in bookmarks mullvad-browser#35: Add custom PDF icons for Windows builds mullvad-browser#48: Replace Mozilla copyright and legal trademarks in mullvadbrowser.exe metadata mullvad-browser#51: Update trademark string mullvad-browser#104: Update shipped dll metadata copyright/licensing info mullvad-browser#107: Add alpha and nightly icons - - - - - 314bdeba by Pier Angelo Vendrame at 2024-09-25T22:05:28+02:00 MB 20: Allow packaged-addons in PBM. We install a few addons from the distribution directory, but they are not automatically enabled for PBM mode. This commit modifies the code that installs them to also add the PBM permission to the known ones. - - - - - dcddfc59 by Pier Angelo Vendrame at 2024-09-25T22:05:28+02:00 MB 63: Customize some about pages for Mullvad Browser Also: mullvad-browser#57: Purge unneeded about: pages - - - - - e9b6775e by Pier Angelo Vendrame at 2024-09-25T22:05:29+02:00 MB 37: Customization for the about dialog - - - - - 9df5c932 by Henry Wilkes at 2024-09-25T22:05:30+02:00 MB 39: Add home page about:mullvad-browser - - - - - 801f75f4 by hackademix at 2024-09-25T22:05:31+02:00 MB 97: Remove UI cues to install new extensions. - - - - - 8fdca813 by hackademix at 2024-09-25T22:05:32+02:00 MB 47: uBlock Origin customization - - - - - a1228f46 by Pier Angelo Vendrame at 2024-09-25T22:05:34+02:00 MB 21: Disable the password manager This commit disables the about:login page and removes the &quot;Login and Password&quot; section of about:preferences. We do not do anything to the real password manager of Firefox, that is in toolkit: it contains C++ parts that make it difficult to actually prevent it from being built.. Finally, we modify the the function that opens about:login to report an error in the console so that we can quickly get a backtrace to the code that tries to use it. - - - - - 644ddf98 by Pier Angelo Vendrame at 2024-09-25T22:05:36+02:00 MB 112: Updater customization for Mullvad Browser MB 71: Set the updater base URL to Mullvad domain - - - - - 79fb91d8 by Nicolas Vigier at 2024-09-25T22:05:37+02:00 MB 79: Add Mullvad Browser MAR signing keys MB 256: Add mullvad-browser nightly mar signing key - - - - - 2c34fb25 by Pier Angelo Vendrame at 2024-09-25T22:05:38+02:00 MB 34: Hide unsafe and unwanted preferences UI about:preferences allow to override some of our defaults, that could be fingeprintable or have some other unwanted consequences. - - - - - d03f64ff by Pier Angelo Vendrame at 2024-09-25T22:05:40+02:00 MB 160: Disable the cookie exceptions button Besides disabling the &quot;Delete on close checkbox&quot;, disable also the &quot;Manage Exceptions&quot; button when always using PBM. - - - - - 0ad06a41 by hackademix at 2024-09-25T22:05:41+02:00 MB 163: prevent uBlock Origin from being uninstalled/disabled - - - - - b0d9e065 by Richard Pospesel at 2024-09-25T22:05:44+02:00 MB 188: Customize Gitlab Issue and Merge templates - - - - - db158a92 by rui hildt at 2024-09-25T22:05:45+02:00 MB 213: Customize the search engines list - - - - - 60fdb61a by hackademix at 2024-09-25T22:05:47+02:00 MB 214: Enable cross-tab identity leak protection in &quot;quiet&quot; mode - - - - - db5a9f1e by Pier Angelo Vendrame at 2024-09-25T22:05:48+02:00 MB 234: Disable OS spoofing in HTTP User-Agent. This commits makes it possible to disable OS spoofing in the HTTP User-Agent header, to see if matching header and JS property improve usability. - - - - - f32c051f by Pier Angelo Vendrame at 2024-09-25T22:05:50+02:00 MB 80: Enable Mullvad Browser as a default browser - - - - - 78dbae29 by Dan Ballard at 2024-09-25T22:05:51+02:00 MB 290: Add default bookmarks in alpha channel for testing - - - - - d637f1ef by june wilde at 2024-09-25T22:05:51+02:00 MB 305: Disable setting default browser on Windows Until we can pull in upstream changes to fix breakage in setting the Mullvad Browser as default in Windows 10/11 we&#39;re disabling the ability to do so via about:preferences as well as via the startup query dialog - - - - - 30 changed files: - .gitlab/issue_templates/Emergency Security Issue.md - + .gitlab/issue_templates/Rebase Browser - Alpha.md - + .gitlab/issue_templates/Rebase Browser - Stable.md - .gitlab/merge_request_templates/default.md - browser/app/Makefile.in - browser/app/macbuild/Contents/Info.plist.in - browser/app/module.ver - browser/app/firefox.exe.manifest → browser/app/mullvadbrowser.exe.manifest - + browser/app/profile/000-mullvad-browser.js - browser/app/profile/001-base-profile.js - browser/base/content/aboutDialog.xhtml - browser/base/content/appmenu-viewcache.inc.xhtml - browser/base/content/browser-menubar.inc - browser/base/content/browser-places.js - browser/base/content/browser.js - browser/base/content/default-bookmarks.html - browser/base/content/nsContextMenu.js - browser/base/content/overrides/app-license.html - browser/base/content/pageinfo/pageInfo.xhtml - browser/base/content/utilityOverlay.js - browser/branding/branding-common.mozbuild - + browser/branding/mb-alpha/VisualElements_150.png - + browser/branding/mb-alpha/VisualElements_70.png - + browser/branding/mb-alpha/configure.sh - + browser/branding/mb-alpha/content/about-logo.png - + browser/branding/mb-alpha/content/about-logo.svg - + browser/branding/mb-alpha/content/about-logo(a)2x.png - + browser/branding/mb-alpha/content/about-wordmark.svg - + browser/branding/mb-alpha/content/about.png - + browser/branding/mb-alpha/content/aboutDialog.css The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/ac… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/ac… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.3.0esr-14.0-1] fixup! [android] Disable features and functionality
by Pier Angelo Vendrame (@pierov) 26 Sep '24

26 Sep '24
Pier Angelo Vendrame pushed to branch tor-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 264c385b by Dan Ballard at 2024-09-26T17:20:57+00:00 fixup! [android] Disable features and functionality Bug 43113: remove remote settings and SERPTelemetry - - - - - 4 changed files: - mobile/android/android-components/components/feature/search/src/main/java/mozilla/components/feature/search/telemetry/SerpTelemetryRepository.kt - mobile/android/android-components/components/feature/search/src/test/java/mozilla/components/feature/search/telemetry/BaseSearchTelemetryTest.kt - mobile/android/android-components/components/feature/search/src/test/java/mozilla/components/feature/search/telemetry/SerpTelemetryRepositoryTest.kt - mobile/android/android-components/components/support/remotesettings/src/main/java/mozilla/components/support/remotesettings/RemoteSettingsClient.kt Changes: ===================================== mobile/android/android-components/components/feature/search/src/main/java/mozilla/components/feature/search/telemetry/SerpTelemetryRepository.kt ===================================== @@ -8,7 +8,7 @@ import mozilla.appservices.remotesettings.RemoteSettingsResponse import mozilla.components.support.base.log.logger.Logger import mozilla.components.support.ktx.android.org.json.asSequence import mozilla.components.support.ktx.android.org.json.toList -import mozilla.components.support.remotesettings.RemoteSettingsClient +//import mozilla.components.support.remotesettings.RemoteSettingsClient import mozilla.components.support.remotesettings.RemoteSettingsResult import org.jetbrains.annotations.VisibleForTesting import org.json.JSONArray @@ -23,22 +23,22 @@ internal const val REMOTE_ENDPOINT_BUCKET_NAME = "main" * Parse SERP Telemetry json from remote config. */ class SerpTelemetryRepository( - rootStorageDirectory: File, +// rootStorageDirectory: File, private val readJson: () -> JSONObject, - collectionName: String, - serverUrl: String = REMOTE_PROD_ENDPOINT_URL, - bucketName: String = REMOTE_ENDPOINT_BUCKET_NAME, +// collectionName: String, +// serverUrl: String = REMOTE_PROD_ENDPOINT_URL, +// bucketName: String = REMOTE_ENDPOINT_BUCKET_NAME, ) { val logger = Logger("SerpTelemetryRepository") private var providerList: List<SearchProviderModel> = emptyList() - @VisibleForTesting - internal var remoteSettingsClient = RemoteSettingsClient( - serverUrl = serverUrl, - bucketName = bucketName, - collectionName = collectionName, - storageRootDirectory = rootStorageDirectory, - ) +// @VisibleForTesting +// internal var remoteSettingsClient = RemoteSettingsClient( +// serverUrl = serverUrl, +// bucketName = bucketName, +// collectionName = collectionName, +// storageRootDirectory = rootStorageDirectory, +// ) /** * Provides list of search providers from cache or dump and fetches from remotes server . @@ -65,7 +65,7 @@ class SerpTelemetryRepository( val remoteResponse = fetchRemoteResponse() if (remoteResponse.lastModified > cacheLastModified) { providerList = parseRemoteResponse(remoteResponse) - writeToCache(remoteResponse) + //writeToCache(remoteResponse) } } @@ -73,8 +73,9 @@ class SerpTelemetryRepository( * Writes data to local cache. */ @VisibleForTesting - internal suspend fun writeToCache(records: RemoteSettingsResponse): RemoteSettingsResult { - return remoteSettingsClient.write(records) + internal suspend fun writeToCache(/*records: RemoteSettingsResponse*/): RemoteSettingsResult { + return RemoteSettingsResult.NetworkFailure(Exception("Bug-43113: no remote fetching")) +// return remoteSettingsClient.write(records) } /** @@ -104,12 +105,12 @@ class SerpTelemetryRepository( */ @VisibleForTesting internal suspend fun fetchRemoteResponse(): RemoteSettingsResponse { - val result = remoteSettingsClient.fetch() - return if (result is RemoteSettingsResult.Success) { - result.response - } else { - RemoteSettingsResponse(emptyList(), 0u) - } +// val result = remoteSettingsClient.fetch() +// return if (result is RemoteSettingsResult.Success) { +// result.response +// } else { + return RemoteSettingsResponse(emptyList(), 0u) +// } } /** @@ -117,16 +118,16 @@ class SerpTelemetryRepository( */ @VisibleForTesting internal suspend fun loadProvidersFromCache(): Pair<ULong, List<SearchProviderModel>> { - val result = remoteSettingsClient.read() - return if (result is RemoteSettingsResult.Success) { - val response = result.response.records.mapNotNull { - it.fields.toSearchProviderModel() - } - val lastModified = result.response.lastModified - Pair(lastModified, response) - } else { - Pair(0u, emptyList()) - } +// val result = remoteSettingsClient.read() +// return if (result is RemoteSettingsResult.Success) { +// val response = result.response.records.mapNotNull { +// it.fields.toSearchProviderModel() +// } +// val lastModified = result.response.lastModified +// Pair(lastModified, response) +// } else { + return Pair(0u, emptyList()) +// } } } ===================================== mobile/android/android-components/components/feature/search/src/test/java/mozilla/components/feature/search/telemetry/BaseSearchTelemetryTest.kt ===================================== @@ -27,161 +27,161 @@ import java.io.File @RunWith(AndroidJUnit4::class) class BaseSearchTelemetryTest { - private lateinit var baseTelemetry: BaseSearchTelemetry - private lateinit var handler: BaseSearchTelemetry.SearchTelemetryMessageHandler - - @Mock - private lateinit var mockRepo: SerpTelemetryRepository - - private val mockReadJson: () -> JSONObject = mock() - private val mockRootStorageDirectory: File = mock() - - private fun createMockProviderList(): List<SearchProviderModel> = listOf( - SearchProviderModel( - schema = 1698656464939, - taggedCodes = listOf("monline_7_dg"), - telemetryId = "baidu", - organicCodes = emptyList(), - codeParamName = "tn", - queryParamNames = listOf("wd"), - searchPageRegexp = "^https://(?:m|www)\\\\.baidu\\\\.com/(?:s|baidu)", - followOnParamNames = listOf("oq"), - extraAdServersRegexps = listOf("^https?://www\\\\.baidu\\\\.com/baidu\\\\.php?"), - expectedOrganicCodes = emptyList(), - ), - ) - - private val rawJson = """ - { - "data": [ - { - "schema": 1698656464939, - "taggedCodes": [ - "monline_7_dg" - ], - "telemetryId": "baidu", - "organicCodes": [], - "codeParamName": "tn", - "queryParamNames": [ - "wd" - ], - "searchPageRegexp": "^https://(?:m|www)\\.baidu\\.com/(?:s|baidu)", - "followOnParamNames": [ - "oq" - ], - "extraAdServersRegexps": [ - "^https?://www\\.baidu\\.com/baidu\\.php?" - ], - "id": "19c434a3-d173-4871-9743-290ac92a3f6a", - "last_modified": 1698666532326 - }], - "timestamp": 16 -} - """.trimIndent() - - @Before - fun setup() { - baseTelemetry = spy( - object : BaseSearchTelemetry() { - override suspend fun install( - engine: Engine, - store: BrowserStore, - providerList: List<SearchProviderModel>, - ) { - // mock, do nothing - } - - override fun processMessage(message: JSONObject) { - // mock, do nothing - } - }, - ) - handler = baseTelemetry.SearchTelemetryMessageHandler() - mockRepo = spy(SerpTelemetryRepository(mockRootStorageDirectory, mockReadJson, "test")) - } - - @Test - fun `GIVEN an engine WHEN installWebExtension is called THEN the provided extension is installed in engine`() { - val engine: Engine = mock() - val store: BrowserStore = mock() - val id = "id" - val resourceUrl = "resourceUrl" - val messageId = "messageId" - val extensionInfo = ExtensionInfo(id, resourceUrl, messageId) - - baseTelemetry.installWebExtension(engine, store, extensionInfo) - - verify(engine).installBuiltInWebExtension( - id = eq(id), - url = eq(resourceUrl), - onSuccess = any(), - onError = any(), - ) - } - - @Test - fun `GIVEN a search provider does not exist for the url WHEN getProviderForUrl is called THEN return null`() { - val url = "https://www.mozilla.com/search?q=firefox" - baseTelemetry.providerList = createMockProviderList() - - assertEquals(null, baseTelemetry.getProviderForUrl(url)) - } - - @Test(expected = IllegalStateException::class) - fun `GIVEN an extension message WHEN that cannot be processed THEN throw IllegalStateException`() { - val message = "message" - - handler.onMessage(message, mock()) - } - - @Test - fun `GIVEN an extension message WHEN received THEN pass it to processMessage`() { - val message = JSONObject() - - handler.onMessage(message, mock()) - - verify(baseTelemetry).processMessage(message) - } - - @Test - fun `GIVEN empty cacheResponse WHEN initializeProviderList is called THEN update providerList`(): Unit = - runBlocking { - val localResponse = JSONObject(rawJson) - val cacheResponse: Pair<ULong, List<SearchProviderModel>> = Pair(0u, emptyList()) - - `when`(mockRepo.loadProvidersFromCache()).thenReturn(cacheResponse) - doAnswer { - localResponse - }.`when`(mockReadJson)() - - `when`(mockRepo.parseLocalPreinstalledData(localResponse)).thenReturn(createMockProviderList()) - doReturn(Unit).`when`(mockRepo).fetchRemoteResponse(any()) - - baseTelemetry.setProviderList(mockRepo.updateProviderList()) - - assertEquals(baseTelemetry.providerList.toString(), createMockProviderList().toString()) - } - - @Test - fun `GIVEN non-empty cacheResponse WHEN initializeProviderList is called THEN update providerList`(): Unit = - runBlocking { - val localResponse = JSONObject(rawJson) - val cacheResponse: Pair<ULong, List<SearchProviderModel>> = Pair(123u, createMockProviderList()) - - `when`(mockRepo.loadProvidersFromCache()).thenReturn(cacheResponse) - doAnswer { - localResponse - }.`when`(mockReadJson)() - doReturn(Unit).`when`(mockRepo).fetchRemoteResponse(any()) - - baseTelemetry.setProviderList(mockRepo.updateProviderList()) - - assertEquals(baseTelemetry.providerList.toString(), createMockProviderList().toString()) - } - - fun getProviderForUrl(url: String): SearchProviderModel? { - return createMockProviderList().find { provider -> - provider.searchPageRegexp.pattern.toRegex().containsMatchIn(url) - } - } +// private lateinit var baseTelemetry: BaseSearchTelemetry +// private lateinit var handler: BaseSearchTelemetry.SearchTelemetryMessageHandler +// +// @Mock +// private lateinit var mockRepo: SerpTelemetryRepository +// +// private val mockReadJson: () -> JSONObject = mock() +// private val mockRootStorageDirectory: File = mock() +// +// private fun createMockProviderList(): List<SearchProviderModel> = listOf( +// SearchProviderModel( +// schema = 1698656464939, +// taggedCodes = listOf("monline_7_dg"), +// telemetryId = "baidu", +// organicCodes = emptyList(), +// codeParamName = "tn", +// queryParamNames = listOf("wd"), +// searchPageRegexp = "^https://(?:m|www)\\\\.baidu\\\\.com/(?:s|baidu)", +// followOnParamNames = listOf("oq"), +// extraAdServersRegexps = listOf("^https?://www\\\\.baidu\\\\.com/baidu\\\\.php?"), +// expectedOrganicCodes = emptyList(), +// ), +// ) +// +// private val rawJson = """ +// { +// "data": [ +// { +// "schema": 1698656464939, +// "taggedCodes": [ +// "monline_7_dg" +// ], +// "telemetryId": "baidu", +// "organicCodes": [], +// "codeParamName": "tn", +// "queryParamNames": [ +// "wd" +// ], +// "searchPageRegexp": "^https://(?:m|www)\\.baidu\\.com/(?:s|baidu)", +// "followOnParamNames": [ +// "oq" +// ], +// "extraAdServersRegexps": [ +// "^https?://www\\.baidu\\.com/baidu\\.php?" +// ], +// "id": "19c434a3-d173-4871-9743-290ac92a3f6a", +// "last_modified": 1698666532326 +// }], +// "timestamp": 16 +//} +// """.trimIndent() +// +// @Before +// fun setup() { +// baseTelemetry = spy( +// object : BaseSearchTelemetry() { +// override suspend fun install( +// engine: Engine, +// store: BrowserStore, +// providerList: List<SearchProviderModel>, +// ) { +// // mock, do nothing +// } +// +// override fun processMessage(message: JSONObject) { +// // mock, do nothing +// } +// }, +// ) +// handler = baseTelemetry.SearchTelemetryMessageHandler() +// mockRepo = spy(SerpTelemetryRepository(mockRootStorageDirectory, mockReadJson, "test")) +// } +// +// @Test +// fun `GIVEN an engine WHEN installWebExtension is called THEN the provided extension is installed in engine`() { +// val engine: Engine = mock() +// val store: BrowserStore = mock() +// val id = "id" +// val resourceUrl = "resourceUrl" +// val messageId = "messageId" +// val extensionInfo = ExtensionInfo(id, resourceUrl, messageId) +// +// baseTelemetry.installWebExtension(engine, store, extensionInfo) +// +// verify(engine).installBuiltInWebExtension( +// id = eq(id), +// url = eq(resourceUrl), +// onSuccess = any(), +// onError = any(), +// ) +// } +// +// @Test +// fun `GIVEN a search provider does not exist for the url WHEN getProviderForUrl is called THEN return null`() { +// val url = "https://www.mozilla.com/search?q=firefox" +// baseTelemetry.providerList = createMockProviderList() +// +// assertEquals(null, baseTelemetry.getProviderForUrl(url)) +// } +// +// @Test(expected = IllegalStateException::class) +// fun `GIVEN an extension message WHEN that cannot be processed THEN throw IllegalStateException`() { +// val message = "message" +// +// handler.onMessage(message, mock()) +// } +// +// @Test +// fun `GIVEN an extension message WHEN received THEN pass it to processMessage`() { +// val message = JSONObject() +// +// handler.onMessage(message, mock()) +// +// verify(baseTelemetry).processMessage(message) +// } +// +// @Test +// fun `GIVEN empty cacheResponse WHEN initializeProviderList is called THEN update providerList`(): Unit = +// runBlocking { +// val localResponse = JSONObject(rawJson) +// val cacheResponse: Pair<ULong, List<SearchProviderModel>> = Pair(0u, emptyList()) +// +// `when`(mockRepo.loadProvidersFromCache()).thenReturn(cacheResponse) +// doAnswer { +// localResponse +// }.`when`(mockReadJson)() +// +// `when`(mockRepo.parseLocalPreinstalledData(localResponse)).thenReturn(createMockProviderList()) +// doReturn(Unit).`when`(mockRepo).fetchRemoteResponse(any()) +// +// baseTelemetry.setProviderList(mockRepo.updateProviderList()) +// +// assertEquals(baseTelemetry.providerList.toString(), createMockProviderList().toString()) +// } +// +// @Test +// fun `GIVEN non-empty cacheResponse WHEN initializeProviderList is called THEN update providerList`(): Unit = +// runBlocking { +// val localResponse = JSONObject(rawJson) +// val cacheResponse: Pair<ULong, List<SearchProviderModel>> = Pair(123u, createMockProviderList()) +// +// `when`(mockRepo.loadProvidersFromCache()).thenReturn(cacheResponse) +// doAnswer { +// localResponse +// }.`when`(mockReadJson)() +// doReturn(Unit).`when`(mockRepo).fetchRemoteResponse(any()) +// +// baseTelemetry.setProviderList(mockRepo.updateProviderList()) +// +// assertEquals(baseTelemetry.providerList.toString(), createMockProviderList().toString()) +// } +// +// fun getProviderForUrl(url: String): SearchProviderModel? { +// return createMockProviderList().find { provider -> +// provider.searchPageRegexp.pattern.toRegex().containsMatchIn(url) +// } +// } } ===================================== mobile/android/android-components/components/feature/search/src/test/java/mozilla/components/feature/search/telemetry/SerpTelemetryRepositoryTest.kt ===================================== @@ -23,70 +23,70 @@ import org.robolectric.RobolectricTestRunner @RunWith(RobolectricTestRunner::class) class SerpTelemetryRepositoryTest { - @Mock - private lateinit var mockRemoteSettingsClient: RemoteSettingsClient - - private lateinit var serpTelemetryRepository: SerpTelemetryRepository - - @Before - fun setup() { - MockitoAnnotations.openMocks(this) - serpTelemetryRepository = SerpTelemetryRepository( - rootStorageDirectory = mock(), - readJson = mock(), - collectionName = "", - serverUrl = "https://test.server", - bucketName = "", - ) - - serpTelemetryRepository.remoteSettingsClient = mockRemoteSettingsClient - } - - @Test - fun `GIVEN non-empty response WHEN writeToCache is called THEN the result is a success`() = runBlocking { - val records = listOf( - RemoteSettingsRecord("1", 123u, false, null, JSONObject()), - RemoteSettingsRecord("2", 456u, true, null, JSONObject()), - ) - val response = RemoteSettingsResponse(records, 125614567U) - - `when`(mockRemoteSettingsClient.write(response)) - .thenReturn(RemoteSettingsResult.Success(response)) - - val result = serpTelemetryRepository.writeToCache(response) - - assertTrue(result is RemoteSettingsResult.Success) - assertEquals(response, (result as RemoteSettingsResult.Success).response) - } - - @Test - fun `GIVEN non-empty response WHEN fetchRemoteResponse is called THEN the result is equal to the response`() = runBlocking { - val records = listOf( - RemoteSettingsRecord("1", 123u, false, null, JSONObject()), - RemoteSettingsRecord("2", 456u, true, null, JSONObject()), - ) - val response = RemoteSettingsResponse(records, 125614567U) - `when`(mockRemoteSettingsClient.fetch()) - .thenReturn(RemoteSettingsResult.Success(response)) - - val result = serpTelemetryRepository.fetchRemoteResponse() - - assertEquals(response, result) - } - - @Test - fun `GIVEN non-empty response WHEN loadProvidersFromCache is called THEN the result is equal to the response`() = runBlocking { - val records = listOf( - RemoteSettingsRecord("1", 123u, false, null, JSONObject()), - RemoteSettingsRecord("2", 456u, true, null, JSONObject()), - ) - val response = RemoteSettingsResponse(records, 125614567U) - `when`(mockRemoteSettingsClient.read()) - .thenReturn(RemoteSettingsResult.Success(response)) - - val result = serpTelemetryRepository.loadProvidersFromCache() - - assertEquals(response.lastModified, result.first) - assertEquals(response.records.mapNotNull { it.fields.toSearchProviderModel() }, result.second) - } +// @Mock +// private lateinit var mockRemoteSettingsClient: RemoteSettingsClient +// +// private lateinit var serpTelemetryRepository: SerpTelemetryRepository +// +// @Before +// fun setup() { +// MockitoAnnotations.openMocks(this) +// serpTelemetryRepository = SerpTelemetryRepository( +// rootStorageDirectory = mock(), +// readJson = mock(), +// collectionName = "", +// serverUrl = "https://test.server", +// bucketName = "", +// ) +// +// serpTelemetryRepository.remoteSettingsClient = mockRemoteSettingsClient +// } +// +// @Test +// fun `GIVEN non-empty response WHEN writeToCache is called THEN the result is a success`() = runBlocking { +// val records = listOf( +// RemoteSettingsRecord("1", 123u, false, null, JSONObject()), +// RemoteSettingsRecord("2", 456u, true, null, JSONObject()), +// ) +// val response = RemoteSettingsResponse(records, 125614567U) +// +// `when`(mockRemoteSettingsClient.write(response)) +// .thenReturn(RemoteSettingsResult.Success(response)) +// +// val result = serpTelemetryRepository.writeToCache(response) +// +// assertTrue(result is RemoteSettingsResult.Success) +// assertEquals(response, (result as RemoteSettingsResult.Success).response) +// } +// +// @Test +// fun `GIVEN non-empty response WHEN fetchRemoteResponse is called THEN the result is equal to the response`() = runBlocking { +// val records = listOf( +// RemoteSettingsRecord("1", 123u, false, null, JSONObject()), +// RemoteSettingsRecord("2", 456u, true, null, JSONObject()), +// ) +// val response = RemoteSettingsResponse(records, 125614567U) +// `when`(mockRemoteSettingsClient.fetch()) +// .thenReturn(RemoteSettingsResult.Success(response)) +// +// val result = serpTelemetryRepository.fetchRemoteResponse() +// +// assertEquals(response, result) +// } +// +// @Test +// fun `GIVEN non-empty response WHEN loadProvidersFromCache is called THEN the result is equal to the response`() = runBlocking { +// val records = listOf( +// RemoteSettingsRecord("1", 123u, false, null, JSONObject()), +// RemoteSettingsRecord("2", 456u, true, null, JSONObject()), +// ) +// val response = RemoteSettingsResponse(records, 125614567U) +// `when`(mockRemoteSettingsClient.read()) +// .thenReturn(RemoteSettingsResult.Success(response)) +// +// val result = serpTelemetryRepository.loadProvidersFromCache() +// +// assertEquals(response.lastModified, result.first) +// assertEquals(response.records.mapNotNull { it.fields.toSearchProviderModel() }, result.second) +// } } ===================================== mobile/android/android-components/components/support/remotesettings/src/main/java/mozilla/components/support/remotesettings/RemoteSettingsClient.kt ===================================== @@ -64,18 +64,20 @@ class RemoteSettingsClient( */ @Suppress("TooGenericExceptionCaught") suspend fun fetch(): RemoteSettingsResult = withContext(Dispatchers.IO) { - try { - val serverRecords = RemoteSettings(config).use { - it.getRecords() - } - RemoteSettingsResult.Success(serverRecords) - } catch (e: RemoteSettingsException) { - Logger.error(e.message.toString()) - RemoteSettingsResult.NetworkFailure(e) - } catch (e: NullPointerException) { - Logger.error(e.message.toString()) - RemoteSettingsResult.NetworkFailure(e) - } +// try { +// val serverRecords = RemoteSettings(config).use { +// it.getRecords() +// } +// RemoteSettingsResult.Success(serverRecords) +// } catch (e: RemoteSettingsException) { +// Logger.error(e.message.toString()) +// RemoteSettingsResult.NetworkFailure(e) +// } catch (e: NullPointerException) { +// Logger.error(e.message.toString()) +// RemoteSettingsResult.NetworkFailure(e) +// } + RemoteSettingsResult.NetworkFailure(Exception("tb-43113: no remote fetching")) + } /** @@ -123,7 +125,8 @@ class RemoteSettingsClient( suspend fun RemoteSettingsClient.readOrFetch(): RemoteSettingsResult { val readResult = read() return if (readResult is RemoteSettingsResult.DiskFailure) { - fetch() + //fetch() + RemoteSettingsResult.NetworkFailure(Exception("tb-43113: no remote fetching")) } else { readResult } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/264c385… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/264c385… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 41246: Add updater RewriteRules to make 13.5a10 a watershed.
by Pier Angelo Vendrame (@pierov) 26 Sep '24

26 Sep '24
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 12330fab by Pier Angelo Vendrame at 2024-09-26T12:17:46+02:00 Bug 41246: Add updater RewriteRules to make 13.5a10 a watershed. This will not be an actual watershed, as users that are already up to date in the alpha channel might have skipped it, but it will help us to test everything for when we do the watershed update that allows us to have parallel Windows 7 builds from the 13.5 series with 14.0. - - - - - 1 changed file: - projects/release/update_responses_config.yml Changes: ===================================== projects/release/update_responses_config.yml ===================================== @@ -82,6 +82,11 @@ htaccess_rewrite_rules: # bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory RewriteRule ^[^/]+/8\.0a[12345678]/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last] RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last] + # tor-browser#42747: Make 13.5a10 a watershed alpha release + RewriteRule ^[^/]+/\d\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] + RewriteRule ^[^/]+/1[012]\..*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] + RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] + RewriteRule ^[^/]+/13\.5a\d/.* https://aus1.torproject.org/torbrowser/update_pre13.5a10/alpha/$0 [last] release: | # bug 26570: Redirect pre-8.0 stable users to a separate update directory RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0/release/$0 [last] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/1… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new tag base-browser-128.3.0esr-14.0-1-build1
by Pier Angelo Vendrame (@pierov) 26 Sep '24

26 Sep '24
Pier Angelo Vendrame pushed new tag base-browser-128.3.0esr-14.0-1-build1 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/base-… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new tag base-browser-115.16.0esr-13.5-1-build1
by Pier Angelo Vendrame (@pierov) 26 Sep '24

26 Sep '24
Pier Angelo Vendrame pushed new tag base-browser-115.16.0esr-13.5-1-build1 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/base-… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-128.3.0esr-14.0-1] fixup! Firefox preference overrides.
by Pier Angelo Vendrame (@pierov) 26 Sep '24

26 Sep '24
Pier Angelo Vendrame pushed to branch mullvad-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 4657541e by Morgan at 2024-09-26T10:28:23+02:00 fixup! Firefox preference overrides. Bug 43163: Disable offscreen canvas until verified it is not fingerprintable - - - - - 1 changed file: - browser/app/profile/001-base-profile.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -383,6 +383,8 @@ pref("webgl.disable-fail-if-major-performance-caveat", true); // tor-browser#16404: disable until we investigate it further (#22333) pref("webgl.enable-webgl2", false); pref("browser.link.open_newwindow.restriction", 0); // Bug 9881: Open popups in new tabs (to avoid fullscreen popups) +// tor-browser#42767: Disable offscreen canvas until verified it is not fingerprintable +pref("gfx.offscreencanvas.enabled", false); // Prevent scripts from moving and resizing open windows pref("dom.disable_window_move_resize", true); // Set video VP9 to 0 for everyone (bug 22548) View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/465… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/465… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • ...
  • 25
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.