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 -----
  • June
  • 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

  • 1 participants
  • 18606 discussions
[Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] 2 commits: fixup! [android] Add Tor integration and UI
by morgan (@morgan) 15 Aug '24

15 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 1095fb7a by Morgan at 2024-08-15T18:26:31+00:00 fixup! [android] Add Tor integration and UI - - - - - ab628494 by Morgan at 2024-08-15T18:27:15+00:00 fixup! [android] Implement Android-native Connection Assist UI - - - - - 2 changed files: - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistViewModel.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorController.kt Changes: ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistViewModel.kt ===================================== @@ -254,6 +254,4 @@ class TorConnectionAssistViewModel( } return true } - } - ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorController.kt ===================================== @@ -63,6 +63,3 @@ interface TorController: TorEvents { fun setTorStopped() fun restartTor() } - - - View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/efea03… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/efea03… 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.1.0esr-14.0-1] 2 commits: fixup! Bug 41916: Letterboxing preferences UI
by morgan (@morgan) 15 Aug '24

15 Aug '24
morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 53ce1284 by Henry Wilkes at 2024-08-15T18:11:41+00:00 fixup! Bug 41916: Letterboxing preferences UI Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. - - - - - 9885ce7f by Henry Wilkes at 2024-08-15T18:11:47+00:00 fixup! Bug 40925: Implemented the Security Level component Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. - - - - - 2 changed files: - browser/components/preferences/letterboxing.inc.xhtml - browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml Changes: ===================================== browser/components/preferences/letterboxing.inc.xhtml ===================================== @@ -6,7 +6,7 @@ data-category="paneGeneral" > <html:h1 data-l10n-id="letterboxing-header" /> - <description class="letterboxing-overview"> + <description class="letterboxing-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -25,7 +25,7 @@ > <label><html:h2 data-l10n-id="letterboxing-window-size-header"/></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -50,7 +50,7 @@ <label><html:h2 data-l10n-id="letterboxing-alignment-header" /></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -99,7 +99,7 @@ > <label class="letterboxing-search-heading"><html:h2 data-l10n-id="letterboxing-header"/></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" ===================================== browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml ===================================== @@ -6,7 +6,7 @@ <html:h2 data-l10n-id="security-level-preferences-heading"></html:h2> </label> <vbox flex="1"> - <description flex="1"> + <description class="description-deemphasized" flex="1"> <html:span id="securityLevel-overview" class="tail-with-learn-more" View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/2d… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/2d… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] 2 commits: fixup! Bug 41916: Letterboxing preferences UI
by morgan (@morgan) 15 Aug '24

15 Aug '24
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 18ad1960 by Henry Wilkes at 2024-08-15T18:04:28+00:00 fixup! Bug 41916: Letterboxing preferences UI Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. - - - - - 668cc010 by Henry Wilkes at 2024-08-15T18:04:32+00:00 fixup! Bug 40925: Implemented the Security Level component Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. - - - - - 2 changed files: - browser/components/preferences/letterboxing.inc.xhtml - browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml Changes: ===================================== browser/components/preferences/letterboxing.inc.xhtml ===================================== @@ -6,7 +6,7 @@ data-category="paneGeneral" > <html:h1 data-l10n-id="letterboxing-header" /> - <description class="letterboxing-overview"> + <description class="letterboxing-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -25,7 +25,7 @@ > <label><html:h2 data-l10n-id="letterboxing-window-size-header"/></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -50,7 +50,7 @@ <label><html:h2 data-l10n-id="letterboxing-alignment-header" /></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -99,7 +99,7 @@ > <label class="letterboxing-search-heading"><html:h2 data-l10n-id="letterboxing-header"/></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" ===================================== browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml ===================================== @@ -6,7 +6,7 @@ <html:h2 data-l10n-id="security-level-preferences-heading"></html:h2> </label> <vbox flex="1"> - <description flex="1"> + <description class="description-deemphasized" flex="1"> <html:span id="securityLevel-overview" class="tail-with-learn-more" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/7e9fa8… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/7e9fa8… 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.1.0esr-14.0-1] 4 commits: fixup! Bug 41916: Letterboxing preferences UI
by morgan (@morgan) 15 Aug '24

15 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: c9598c59 by Henry Wilkes at 2024-08-15T17:46:24+00:00 fixup! Bug 41916: Letterboxing preferences UI Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. - - - - - a6cfccb9 by Henry Wilkes at 2024-08-15T17:46:24+00:00 fixup! Bug 40925: Implemented the Security Level component Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. - - - - - c7138dec by Henry Wilkes at 2024-08-15T17:46:24+00:00 fixup! Bug 30237: Add v3 onion services client authentication prompt Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. Also use the &quot;description-width-side-element&quot; class. - - - - - efea0346 by Henry Wilkes at 2024-08-15T17:46:24+00:00 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection Bug 42667: Add the &quot;description-deemphasized&quot; class to our preferences. - - - - - 5 changed files: - browser/components/onionservices/content/authPreferences.css - browser/components/onionservices/content/authPreferences.inc.xhtml - browser/components/preferences/letterboxing.inc.xhtml - browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml - browser/components/torpreferences/content/connectionPane.xhtml Changes: ===================================== browser/components/onionservices/content/authPreferences.css ===================================== @@ -2,10 +2,6 @@ @import url("chrome://global/skin/browser-colors.css"); -#torOnionServiceKeys-overview-container { - margin-inline-end: 30px; -} - #onionservices-savedkeys-dialog { min-width: 45em; } ===================================== browser/components/onionservices/content/authPreferences.inc.xhtml ===================================== @@ -4,7 +4,10 @@ data-category="panePrivacy" hidden="true"> <label><html:h2 id="torOnionServiceKeys-header"/></label> <hbox> - <description id="torOnionServiceKeys-overview-container" flex="1"> + <description + class="description-deemphasized description-with-side-element" + flex="1" + > <html:span id="torOnionServiceKeys-overview" class="tail-with-learn-more"/> <label id="torOnionServiceKeys-learnMore" class="learnMore text-link" ===================================== browser/components/preferences/letterboxing.inc.xhtml ===================================== @@ -6,7 +6,7 @@ data-category="paneGeneral" > <html:h1 data-l10n-id="letterboxing-header" /> - <description class="letterboxing-overview"> + <description class="letterboxing-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -25,7 +25,7 @@ > <label><html:h2 data-l10n-id="letterboxing-window-size-header"/></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -50,7 +50,7 @@ <label><html:h2 data-l10n-id="letterboxing-alignment-header" /></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" @@ -99,7 +99,7 @@ > <label class="letterboxing-search-heading"><html:h2 data-l10n-id="letterboxing-header"/></label> - <description class="letterboxing-search-overview"> + <description class="letterboxing-search-overview description-deemphasized"> <html:span data-l10n-id="letterboxing-overview" class="tail-with-learn-more" ===================================== browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml ===================================== @@ -6,7 +6,7 @@ <html:h2 data-l10n-id="security-level-preferences-heading"></html:h2> </label> <vbox flex="1"> - <description flex="1"> + <description class="description-deemphasized" flex="1"> <html:span id="securityLevel-overview" class="tail-with-learn-more" ===================================== browser/components/torpreferences/content/connectionPane.xhtml ===================================== @@ -12,7 +12,7 @@ hidden="true" > <html:h1 data-l10n-id="tor-connection-settings-heading"></html:h1> - <description flex="1"> + <description class="description-deemphasized" flex="1"> <html:span data-l10n-id="tor-connection-overview" class="tail-with-learn-more" @@ -86,8 +86,11 @@ <label> <html:h2 data-l10n-id="tor-connection-quickstart-heading"></html:h2> </label> - <description flex="1" data-l10n-id="tor-connection-quickstart-description"> - </description> + <description + class="description-deemphasized" + flex="1" + data-l10n-id="tor-connection-quickstart-description" + /> <checkbox id="torPreferences-quickstart-toggle" data-l10n-id="tor-connection-quickstart-checkbox" @@ -108,7 +111,7 @@ data-category="paneConnection" hidden="true" > - <description flex="1"> + <description class="description-deemphasized" flex="1"> <html:span class="tail-with-learn-more" data-l10n-id="tor-bridges-overview" @@ -434,7 +437,10 @@ id="tor-bridges-provider-heading" data-l10n-id="tor-bridges-find-more-heading" ></html:h3> - <description data-l10n-id="tor-bridges-find-more-description" /> + <description + data-l10n-id="tor-bridges-find-more-description" + class="description-deemphasized" + /> <html:div id="tor-bridges-provider-area"> <html:ul id="tor-bridges-provider-list"> <html:li class="tor-bridges-provider-item"> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/6bec5d… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/6bec5d… 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.1.0esr-14.0-1] fixup! Bug 42247: Android helpers for the TorProvider
by morgan (@morgan) 15 Aug '24

15 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 6bec5d4d by Morgan at 2024-08-15T16:42:53+00:00 fixup! Bug 42247: Android helpers for the TorProvider - - - - - 1 changed file: - browser/app/profile/000-tor-browser.js Changes: ===================================== browser/app/profile/000-tor-browser.js ===================================== @@ -101,7 +101,6 @@ pref("extensions.torlauncher.tor_path", ""); // which is TorBrowser-Data/ if it exists as a sibling of the application // directory. If TorBrowser-Data/ does not exist, these paths are relative // to the TorBrowser/ directory within the application directory. -pref pref("extensions.torlauncher.torrc_path", ""); pref("extensions.torlauncher.tordatadir_path", ""); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6bec5d4… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6bec5d4… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 41123: Drop the firefox-android project.
by morgan (@morgan) 14 Aug '24

14 Aug '24
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 613f597e by Pier Angelo Vendrame at 2024-08-14T17:04:05+02:00 Bug 41123: Drop the firefox-android project. While we already migrated the APKs creation in GeckoView, we still had the old firefox-android project lying around, but we do not need it anymore. - - - - - 096681b3 by Pier Angelo Vendrame at 2024-08-14T17:11:48+02:00 Bug 41210: Use tor-expert-bundle-aar in GeckoView. We had already migrated most of the firefox-android project to GeckoView, except for the part in which we copied tor-expert-bundle.aar to the correct directory. Now that our Android patchset is ready, we should do it, otherwise the builds fail. - - - - - 7 changed files: - − projects/firefox-android/build - − projects/firefox-android/config - − projects/firefox-android/gradle-dependencies-list.txt - − projects/firefox-android/list_toolchain_updates_checks - − projects/firefox-android/repos.diff - projects/geckoview/build_apk - projects/geckoview/config Changes: ===================================== projects/firefox-android/build deleted ===================================== @@ -1,125 +0,0 @@ -#!/bin/bash -[% c("var/set_default_env") -%] -[% pc(c('var/compiler'), 'var/setup', { - compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')), - gradle_tarfile => c("input_files_by_name/gradle"), - }) %] -distdir=/var/tmp/dist -builddir=/var/tmp/build/[% project %] -mkdir $distdir/[% project %] -mkdir /var/tmp/build - -[% c("var/set_MOZ_BUILD_DATE") %] - -# TODO: Something to fetch the gradle dependencies, automatically? - -gradle_repo=$distdir/gradle-dependencies -mv $rootdir/[% c('input_files_by_name/gradle-dependencies') %] $gradle_repo -cp -rl $gradle_repo/dl/android/maven2/* $gradle_repo || true -cp -rl $gradle_repo/m2/* $gradle_repo || true -cp -rl $gradle_repo/maven2/* $gradle_repo || true - -tar -C $distdir -xf [% c('input_files_by_name/geckoview') %] -cp -r $distdir/geckoview/* $gradle_repo -tar -C $distdir -xf [% c('input_files_by_name/application-services') %] -cp -rf $distdir/application-services/maven/* $gradle_repo -tar -C $distdir -xf $rootdir/[% c('input_files_by_name/translation-fenix') %] - -mkdir bin -cat > bin/git << 'EOF' -#!/bin/bash -# Used to include the commit hash in the build -if [ "$1" = "rev-parse" ]; then - echo "[% c('abbrev') %]" - exit 0 -fi - -# If there are uncommitted files (checked with `git status --porcelain=v2`), the -# build system will append a `+` to the commit hash. So, report a clean tree. -if [ "$1" = "status" ]; then - exit 0 -fi - -# Try to catch any other calls by making them fail -echo "fake-git: not implemented command $1" -exit 1 -EOF -chmod +x bin/git -export PATH=$rootdir/bin:$PATH - -tar -C /var/tmp/build -xf [% project %]-[% c('version') %].tar.[% c('compress_tar') %] -cd $builddir-[% c('version') %] - -patch -p1 < $rootdir/repos.diff -sed -i 's|^\(val VERSION = \).*|\1"[% c("var/as_version") %]"|' android-components/plugins/dependencies/src/main/java/ApplicationServices.kt -sed -i 's|^\(val CHANNEL = \).*|\1ApplicationServicesChannel.RELEASE|' android-components/plugins/dependencies/src/main/java/ApplicationServices.kt -[% IF c("var/channel") == "release" -%] - gv_dir="$distdir/geckoview/org/mozilla/geckoview/geckoview-omni" -[% ELSE -%] - gv_dir="$distdir/geckoview/org/mozilla/geckoview/geckoview-[% c('var/variant') FILTER lower %]-omni" -[% END -%] -gv_version=$(find "$gv_dir" -mindepth 1 -maxdepth 1 -type d -printf '%f\n') -sed -i "s|\(\s*const val version = \).*|\1\"$gv_version\"|" android-components/plugins/dependencies/src/main/java/Gecko.kt -sed -i 's|\(\s*val channel = \).*|\1GeckoChannel.[% c("var/variant") FILTER upper %]|' android-components/plugins/dependencies/src/main/java/Gecko.kt - -export LC_ALL=C.UTF-8 -export LANG=C.UTF-8 - -# Increase the maximum memory usage, for when compiling GeckoView with -# --disable-install-strip -gradle_args="--offline --no-daemon -Dorg.gradle.jvmargs=-Xmx8g -PcentralRepo=file://$gradle_repo" -as_version="[% c('var/as_version') %]" - -# Build AC -pushd android-components - -tar -xf $rootdir/[% c('input_files_by_name/glean') %] -# Force the installation of the wheels now, otherwise the build could fail in -# environments with a lot of cores. -# See taskcluster/scripts/toolchain/external-gradle-dependencies.sh. -gradle $gradle_args support-sync-telemetry:assemble - -mkdir -p "build/bin/nimbus/$as_version" -cp $distdir/application-services/nimbus-fml "build/bin/nimbus/$as_version" - -gradle $gradle_args assembleGecko -x lint -gradle $gradle_args publish -popd - -# Build Fenix - -pushd fenix - -# Use the Android Components we have just built -echo autoPublish.android-components.dir=../android-components > local.properties - -# Add our localized strings -supported_locales="[% tmpl(c('var/locales_mobile').join(' ')) %]" -for lang in $supported_locales; do - cp "/var/tmp/dist/translation-fenix/$lang/torbrowser_strings.xml" "app/src/main/res/values-$lang/" -done - -# Move Tor Android libraries -cp $rootdir/[% c('input_files_by_name/teb') %]/tor-expert-bundle.aar app/ - -mkdir -p "build/bin/nimbus/$as_version" -cp $distdir/application-services/nimbus-fml "build/bin/nimbus/$as_version" - -# Bug 40485: Inject deterministic build date into Glean. -echo 'ext.gleanBuildDate = "0"' >> app/build.gradle - -variant='[% c("var/variant") %]' -# We put the tor-browser version last to avoid int-parsing errors when consumers of project.versionName -# assume it starts with a major version number, as it does for all Mozilla version names. -version_name="[% c('var/fenix_version') %]-${variant,} ([% c('var/torbrowser_version') %])" - -gradle $gradle_args -PversionName="$version_name" "assemble$variant" -cp app/build/outputs/apk/fenix/${variant,}/*.apk $distdir/[% project %] - -popd - -cd $distdir -[% c('tar', { - tar_src => [ project ], - tar_args => '-caf ' _ dest_dir _ '/' _ c('filename'), - }) %] ===================================== projects/firefox-android/config deleted ===================================== @@ -1,73 +0,0 @@ -# vim: filetype=yaml sw=2 -version: '[% c("abbrev") %]' -filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' -git_hash: '[% project %]-[% c("var/fenix_version") %]-[% c("var/browser_branch") %]-build[% c("var/browser_build") %]' -git_url: https://gitlab.torproject.org/tpo/applications/firefox-android.git -tag_gpg_id: 1 -gpg_keyring: - - boklm.gpg - - dan_b.gpg - - ma1.gpg - - pierov.gpg - - morgan.gpg -container: - use_container: 1 - -var: - fenix_version: 115.2.1 - browser_branch: 13.5-1 - browser_build: 11 - variant: Beta - # This should be updated when the list of gradle dependencies is changed. - gradle_dependencies_version: 1 - gradle_version: 7.6.1 - glean_parser: 7.1.0 - as_version: '[% pc("application-services", "version") %]' - -targets: - release: - var: - variant: Release - nightly: - git_hash: '[% project %]-[% c("var/fenix_version") %]-[% c("var/browser_branch") %]' - tag_gpg_id: 0 - var: - variant: Nightly - -steps: - list_toolchain_updates: - git_url: https://github.com/mozilla-mobile/firefox-android - git_hash: releases_v115 - tag_gpg_id: 0 - input_files: [] - container: - use_container: 0 - -input_files: - - project: container-image - - name: '[% c("var/compiler") %]' - project: '[% c("var/compiler") %]' - - project: gradle - name: gradle - - name: application-services - project: application-services - - name: geckoview - project: geckoview - enable: '[% c("var/android_single_arch") %]' - - name: geckoview - project: geckoview - pkg_type: merge_aars - enable: '[% !c("var/android_single_arch") %]' - - URL: '[% pc("glean", "var/glean_wheels_url/" _ c("var/glean_parser"), { error_if_undef => 1 }) %]' - name: glean - sha256sum: '[% pc("glean", "var/glean_wheels_sha256sum/" _ c("var/glean_parser"), { error_if_undef => 1 }) %]' - enable: '[% !c("var/fetch_gradle_dependencies") %]' - - name: translation-fenix - project: translation - pkg_type: fenix - - project: tor-expert-bundle-aar - name: teb - - filename: 'gradle-dependencies-[% c("var/gradle_dependencies_version") %]' - name: gradle-dependencies - exec: '[% INCLUDE "fetch-gradle-dependencies" %]' - - filename: repos.diff ===================================== projects/firefox-android/gradle-dependencies-list.txt deleted ===================================== The diff for this file was not included because it is too large. ===================================== projects/firefox-android/list_toolchain_updates_checks deleted ===================================== @@ -1,110 +0,0 @@ -#!/bin/bash - -########################## -### android-components ### -########################## - -cd android-components - -# compileSdkVersion -read -d '' p << 'EOF' || true -if (m/compileSdkVersion:\\s+(.*)$/) { - print $1; - exit; -} -EOF -needed=$(cat .config.yml | perl -ne "$p") -current=33 -check_update_needed 'compileSdkVersion [android-components]' "$needed" "$current" - - -# targetSdkVersion -read -d '' p << 'EOF' || true -if (m/targetSdkVersion:\\s+(.*)$/) { - print $1; - exit; -} -EOF -needed=$(cat .config.yml | perl -ne "$p") -current=33 -check_update_needed 'targetSdkVersion [android-components]' "$needed" "$current" - - -# minSdkVersion -read -d '' p << 'EOF' || true -if (m/minSdkVersion:\\s+(.*)$/) { - print $1; - exit; -} -EOF -needed=$(cat .config.yml | perl -ne "$p") -current=21 -check_update_needed 'minSdkVersion [android-components]' "$needed" "$current" - - -# gradle -read -d '' p << 'EOF' || true -if (m|distributionUrl=https\\\\://services.gradle.org/distributions/gradle-(.*)…) { - print $1; - exit; -} -EOF -needed=$(cat gradle/wrapper/gradle-wrapper.properties | perl -ne "$p") -current='[% c("var/gradle_version") %]' -check_update_needed 'gradle [android-components]' "$needed" "$current" - -cd .. - - -############# -### fenix ### -############# - -cd fenix - -# targetSdkVersion -read -d '' p << 'EOF' || true -if (m/const\\s+val\\s+targetSdkVersion\\s+=\\s+([^"]+)/) { - print $1; - exit; -} -EOF -needed=$(cat buildSrc/src/main/java/Config.kt | perl -ne "$p") -current=33 -check_update_needed 'targetSdkVersion [fenix]' "$needed" "$current" - - -# compileSdkVersion -read -d '' p << 'EOF' || true -if (m/const\\s+val\\s+compileSdkVersion\\s+=\\s+([^"]+)/) { - print $1; - exit; -} -EOF -needed=$(cat buildSrc/src/main/java/Config.kt | perl -ne "$p") -current=33 -check_update_needed 'compileSdkVersion [fenix]' "$needed" "$current" - - -# minSdkVersion -read -d '' p << 'EOF' || true -if (m/const\\s+val\\s+minSdkVersion\\s+=\\s+([^"]+)/) { - print $1; - exit; -} -EOF -needed=$(cat buildSrc/src/main/java/Config.kt | perl -ne "$p") -current=21 -check_update_needed 'minSdkVersion [fenix]' "$needed" "$current" - - -# gradle -read -d '' p << 'EOF' || true -if (m|distributionUrl=https\\\\://services.gradle.org/distributions/gradle-(.*)…) { - print $1; - exit; -} -EOF -needed=$(cat gradle/wrapper/gradle-wrapper.properties | perl -ne "$p") -current='[% c("var/gradle_version") %]' -check_update_needed 'gradle [fenix]' "$needed" "$current" ===================================== projects/firefox-android/repos.diff deleted ===================================== @@ -1,182 +0,0 @@ -diff -rup firefox-android-orig/android-components/buildSrc/settings.gradle firefox-android-0aa48c23b715/android-components/buildSrc/settings.gradle ---- firefox-android-orig/android-components/buildSrc/settings.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/android-components/buildSrc/settings.gradle 2023-07-17 09:10:40.767368326 +0000 -@@ -2,9 +2,22 @@ - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -+pluginManagement { -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } -+} -+ -+ - buildCache { - local { - directory = new File(rootDir, '../.build-cache') - removeUnusedEntriesAfterDays = 30 - } --} -\ No newline at end of file -+} -diff -rup firefox-android-orig/android-components/plugins/dependencies/settings.gradle firefox-android-0aa48c23b715/android-components/plugins/dependencies/settings.gradle ---- firefox-android-orig/android-components/plugins/dependencies/settings.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/android-components/plugins/dependencies/settings.gradle 2023-07-17 08:52:28.390014297 +0000 -@@ -3,3 +3,15 @@ - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - - // Prevents gradle builds from looking for a root settings.gradle -+ -+pluginManagement { -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } -+} -diff -rup firefox-android-orig/android-components/plugins/publicsuffixlist/settings.gradle firefox-android-0aa48c23b715/android-components/plugins/publicsuffixlist/settings.gradle ---- firefox-android-orig/android-components/plugins/publicsuffixlist/settings.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/android-components/plugins/publicsuffixlist/settings.gradle 2023-07-17 09:12:26.821491020 +0000 -@@ -3,3 +3,15 @@ - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - - // Prevents gradle builds from looking for a root settings.gradle -+ -+pluginManagement { -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } -+} -diff -rup firefox-android-orig/android-components/settings.gradle firefox-android-0aa48c23b715/android-components/settings.gradle ---- firefox-android-orig/android-components/settings.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/android-components/settings.gradle 2023-07-17 08:52:04.766877399 +0000 -@@ -3,6 +3,15 @@ - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - - pluginManagement { -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } - includeBuild("plugins/dependencies") - includeBuild("plugins/publicsuffixlist") - } -diff -rup firefox-android-orig/fenix/app/build.gradle firefox-android-0aa48c23b715/fenix/app/build.gradle ---- firefox-android-orig/fenix/app/build.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/fenix/app/build.gradle 2023-07-17 11:04:32.924432356 +0000 -@@ -898,3 +898,4 @@ android.applicationVariants.all { varian - - // Enable expiration by major version. - ext.gleanExpireByVersion = Config.majorVersion() -+ext.gleanBuildDate = "0" -diff -rup firefox-android-orig/fenix/buildSrc/build.gradle firefox-android-0aa48c23b715/fenix/buildSrc/build.gradle ---- firefox-android-orig/fenix/buildSrc/build.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/fenix/buildSrc/build.gradle 2023-07-17 12:27:28.609768018 +0000 -@@ -7,6 +7,15 @@ plugins { - } - - repositories { -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } - if (project.hasProperty("centralRepo")) { - maven { - name "MavenCentral" -diff -rup firefox-android-orig/fenix/settings.gradle firefox-android-0aa48c23b715/fenix/settings.gradle ---- firefox-android-orig/fenix/settings.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/fenix/settings.gradle 2023-07-17 12:26:10.479390296 +0000 -@@ -5,6 +5,15 @@ - pluginManagement { - includeBuild("../android-components/plugins/publicsuffixlist") - includeBuild("../android-components/plugins/dependencies") -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } - } - - plugins { -diff -rup firefox-android-orig/focus-android/settings.gradle firefox-android-0aa48c23b715/focus-android/settings.gradle ---- firefox-android-orig/focus-android/settings.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/focus-android/settings.gradle 2023-07-17 11:12:19.090555632 +0000 -@@ -3,6 +3,15 @@ - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - - pluginManagement { -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } - includeBuild("../android-components/plugins/publicsuffixlist") - includeBuild("../android-components/plugins/dependencies") - } -diff -rup firefox-android-orig/shared-settings.gradle firefox-android-0aa48c23b715/shared-settings.gradle ---- firefox-android-orig/shared-settings.gradle 2023-07-14 01:36:01.000000000 +0000 -+++ firefox-android-0aa48c23b715/shared-settings.gradle 2023-07-17 09:09:39.331186584 +0000 -@@ -6,6 +6,13 @@ import org.yaml.snakeyaml.Yaml - - buildscript { - repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } - mavenCentral() - } - -diff -upN firefox-android-orig/fenix/buildSrc/settings.gradle firefox-android-0aa48c23b715/fenix/buildSrc/settings.gradle ---- firefox-android-orig/fenix/buildSrc/settings.gradle 1970-01-01 00:00:00.000000000 +0000 -+++ firefox-android-0aa48c23b715/fenix/buildSrc/settings.gradle 2023-07-17 12:27:39.371197488 +0000 -@@ -0,0 +1,11 @@ -+pluginManagement { -+ repositories { -+ maven { -+ url "file:///var/tmp/dist/gradle-dependencies" -+ metadataSources { -+ gradleMetadata() -+ mavenPom() -+ } -+ } -+ } -+} ===================================== projects/geckoview/build_apk ===================================== @@ -98,6 +98,8 @@ rm -rf /var/tmp/dist/android-toolchain/gradle/glean/pythonenv pushd mobile/android/fenix +cp -a $rootdir/[% c('input_files_by_name/tor-expert-bundle-aar') %]/tor-expert-bundle.aar app/ + # Use the Android Components we have just built echo autoPublish.android-components.dir=../android-components > local.properties ===================================== projects/geckoview/config ===================================== @@ -105,6 +105,9 @@ steps: - URL: '[% pc("glean", "var/glean_wheels_url/" _ c("var/glean_parser"), { error_if_undef => 1 }) %]' name: glean-wheels sha256sum: '[% pc("glean", "var/glean_wheels_sha256sum/" _ c("var/glean_parser"), { error_if_undef => 1 }) %]' + - name: tor-expert-bundle-aar + project: tor-expert-bundle-aar + pkg_type: build list_toolchain_updates: git_hash: tor-browser-128.0b1-14.0-1 View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… 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.1.0esr-14.0-1] 2 commits: fixup! Firefox preference overrides.
by morgan (@morgan) 14 Aug '24

14 Aug '24
morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: d59634a2 by Pier Angelo Vendrame at 2024-08-14T21:28:29+00:00 fixup! Firefox preference overrides. Bug 42596: Add preferences for log levels. Added a comment to start a section where we can put the various default log levels. - - - - - 2d7f1544 by Pier Angelo Vendrame at 2024-08-14T21:28:29+00:00 fixup! Bug 40926: Implemented the New Identity feature Bug 42596: Add preferences for log levels. - - - - - 2 changed files: - browser/app/profile/001-base-profile.js - browser/components/newidentity/content/newidentity.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -647,6 +647,9 @@ pref("privacy.query_stripping.strip_on_share.enabled", true); // Disable platform text recogniition functionality (tor-browser#42057) pref("dom.text-recognition.enabled", false); +// Log levels +pref("browser.new_identity.log_level", "Info"); + #ifdef XP_WIN pref("browser.taskbar.lists.enabled", false); pref("browser.taskbar.lists.frequent.enabled", false); ===================================== browser/components/newidentity/content/newidentity.js ===================================== @@ -8,7 +8,6 @@ ChromeUtils.defineLazyGetter(this, "NewIdentityButton", () => { // Logger adapted from CustomizableUI.jsm const logger = (() => { const consoleOptions = { - maxLogLevel: "Info", maxLogLevelPref: "browser.new_identity.log_level", prefix: "NewIdentity", }; View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/bc… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/bc… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-128.1.0esr-14.0-1] 2 commits: fixup! Firefox preference overrides.
by morgan (@morgan) 14 Aug '24

14 Aug '24
morgan pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 1955d9a5 by Pier Angelo Vendrame at 2024-08-14T21:27:02+00:00 fixup! Firefox preference overrides. Bug 42596: Add preferences for log levels. Added a comment to start a section where we can put the various default log levels. - - - - - 7e9fa810 by Pier Angelo Vendrame at 2024-08-14T21:27:17+00:00 fixup! Bug 40926: Implemented the New Identity feature Bug 42596: Add preferences for log levels. - - - - - 2 changed files: - browser/app/profile/001-base-profile.js - browser/components/newidentity/content/newidentity.js Changes: ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -649,6 +649,9 @@ pref("privacy.query_stripping.strip_on_share.enabled", true); // Disable platform text recogniition functionality (tor-browser#42057) pref("dom.text-recognition.enabled", false); +// Log levels +pref("browser.new_identity.log_level", "Info"); + #ifdef XP_WIN pref("browser.taskbar.lists.enabled", false); pref("browser.taskbar.lists.frequent.enabled", false); ===================================== browser/components/newidentity/content/newidentity.js ===================================== @@ -8,7 +8,6 @@ ChromeUtils.defineLazyGetter(this, "NewIdentityButton", () => { // Logger adapted from CustomizableUI.jsm const logger = (() => { const consoleOptions = { - maxLogLevel: "Info", maxLogLevelPref: "browser.new_identity.log_level", prefix: "NewIdentity", }; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/e867f2… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/e867f2… 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.1.0esr-14.0-1] 13 commits: dropme! Bug 30237: Add v3 onion services client authentication prompt
by morgan (@morgan) 14 Aug '24

14 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 54c55848 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 dropme! Bug 30237: Add v3 onion services client authentication prompt Drop this change to make the following rebase easier. - - - - - 4d0c6f53 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Firefox preference overrides. Bug 42596: Add preferences for log levels. Added a comment to start a section where we can put the various default log levels. - - - - - edceacf8 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 40926: Implemented the New Identity feature Bug 42596: Add preferences for log levels. - - - - - f6c72cec by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 40562: Added Tor Browser preferences to 000-tor-browser.js Bug 42596: Add preferences for log levels. Added a comment to start a section where we can put the various default log levels. - - - - - 57a7116e by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 40933: Add tor-launcher functionality Bug 42596: Add preferences for log levels. - - - - - 778a6111 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Lox integration Bug 42596: Add preferences for log levels. - - - - - 45a30339 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 40597: Implement TorSettings module Bug 42596: Add preferences for log levels. - - - - - 1dc73588 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 3455: Add DomainIsolator, for isolating circuit by domain. Bug 42596: Add preferences for log levels. - - - - - 29101148 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 41600: Add a tor circuit display panel. Bug 42596: Add preferences for log levels. - - - - - e0e6c02b by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 42247: Android helpers for the TorProvider Bug 42596: Add preferences for log levels. - - - - - ed55e544 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 8324: Prevent DNS proxy bypasses caused by Drag&amp;Drop Bug 42596: Add preferences for log levels. - - - - - 3d71f241 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 30237: Add v3 onion services client authentication prompt Bug 42596: Add preferences for log levels. - - - - - b4e46ed0 by Pier Angelo Vendrame at 2024-08-14T20:45:05+00:00 fixup! Bug 40458: Implement .tor.onion aliases Bug 42596: Add preferences for log levels. - - - - - 14 changed files: - browser/app/profile/000-tor-browser.js - browser/app/profile/001-base-profile.js - browser/components/newidentity/content/newidentity.js - browser/components/onionservices/OnionAliasStore.sys.mjs - browser/components/onionservices/TorRequestWatch.sys.mjs - browser/components/torcircuit/content/torCircuitPanel.js - toolkit/components/lox/Lox.sys.mjs - toolkit/components/tor-launcher/TorControlPort.sys.mjs - toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs - toolkit/components/tor-launcher/TorProvider.sys.mjs - toolkit/modules/DragDropFilter.sys.mjs - toolkit/modules/TorAndroidIntegration.sys.mjs - toolkit/modules/TorConnect.sys.mjs - toolkit/modules/TorSettings.sys.mjs Changes: ===================================== browser/app/profile/000-tor-browser.js ===================================== @@ -101,6 +101,7 @@ pref("extensions.torlauncher.tor_path", ""); // which is TorBrowser-Data/ if it exists as a sibling of the application // directory. If TorBrowser-Data/ does not exist, these paths are relative // to the TorBrowser/ directory within the application directory. +pref pref("extensions.torlauncher.torrc_path", ""); pref("extensions.torlauncher.tordatadir_path", ""); @@ -108,3 +109,17 @@ pref("extensions.torlauncher.tordatadir_path", ""); pref("extensions.torlauncher.bridgedb_front", "www.phpmyadmin.net"); pref("extensions.torlauncher.bridgedb_reflector", "https://1723079976.rsc.cdn77.org"); pref("extensions.torlauncher.moat_service", "https://bridges.torproject.org/moat"); + +// Log levels +pref("browser.tor_provider.log_level", "Warn"); +pref("browser.tor_provider.cp_log_level", "Warn"); +pref("lox.log_level", "Warn"); +pref("torbrowser.bootstrap.log_level", "Info"); +pref("browser.torsettings.log_level", "Warn"); +pref("browser.tordomainisolator.loglevel", "Warn"); +pref("browser.torcircuitpanel.loglevel", "Log"); +pref("browser.tor_android.log_level", "Info"); +pref("browser.dragdropfilter.log_level", "Warn"); +pref("browser.onionAuthPrompt.loglevel", "Warn"); +pref("browser.onionalias.log_level", "Warn"); +pref("browser.torRequestWatch.log_level", "Warn"); ===================================== browser/app/profile/001-base-profile.js ===================================== @@ -649,7 +649,8 @@ pref("privacy.query_stripping.strip_on_share.enabled", true); // Disable platform text recogniition functionality (tor-browser#42057) pref("dom.text-recognition.enabled", false); -pref("browser.onionAuthPrompt.loglevel", "Warn"); +// Log levels +pref("browser.new_identity.log_level", "Info"); #ifdef XP_WIN pref("browser.taskbar.lists.enabled", false); ===================================== browser/components/newidentity/content/newidentity.js ===================================== @@ -8,7 +8,6 @@ ChromeUtils.defineLazyGetter(this, "NewIdentityButton", () => { // Logger adapted from CustomizableUI.jsm const logger = (() => { const consoleOptions = { - maxLogLevel: "Info", maxLogLevelPref: "browser.new_identity.log_level", prefix: "NewIdentity", }; ===================================== browser/components/onionservices/OnionAliasStore.sys.mjs ===================================== @@ -29,11 +29,9 @@ const SECURE_DROP = { }; const kPrefOnionAliasEnabled = "browser.urlbar.onionRewrites.enabled"; -const kPrefOnionAliasLogLevel = "browser.onionalias.log_level"; const log = console.createInstance({ - maxLogLevel: "Warn", - maxLogLevelPref: kPrefOnionAliasLogLevel, + maxLogLevelPref: "browser.onionalias.log_level", prefix: "OnionAlias", }); ===================================== browser/components/onionservices/TorRequestWatch.sys.mjs ===================================== @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ const log = console.createInstance({ - maxLogLevel: "Warn", maxLogLevelPref: "browser.torRequestWatch.log_level", prefix: "TorRequestWatch", }); ===================================== browser/components/torcircuit/content/torCircuitPanel.js ===================================== @@ -56,7 +56,6 @@ var gTorCircuitPanel = { this._log = console.createInstance({ prefix: "TorCircuitPanel", - maxLogLevel: "Log", maxLogLevelPref: "browser.torcircuitpanel.loglevel", }); ===================================== toolkit/components/lox/Lox.sys.mjs ===================================== @@ -9,7 +9,6 @@ const lazy = {}; ChromeUtils.defineLazyGetter(lazy, "logger", () => { return console.createInstance({ - maxLogLevel: "Warn", maxLogLevelPref: "lox.log_level", prefix: "Lox", }); ===================================== toolkit/components/tor-launcher/TorControlPort.sys.mjs ===================================== @@ -5,7 +5,6 @@ import { TorParsers } from "resource://gre/modules/TorParsers.sys.mjs"; const logger = console.createInstance({ - maxLogLevel: "Warn", maxLogLevelPref: "browser.tor_provider.cp_log_level", prefix: "TorControlPort", }); ===================================== toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs ===================================== @@ -25,7 +25,6 @@ XPCOMUtils.defineLazyServiceGetters(lazy, { const logger = console.createInstance({ prefix: "TorDomainIsolator", - maxLogLevel: "Warn", maxLogLevelPref: "browser.tordomainisolator.loglevel", }); ===================================== toolkit/components/tor-launcher/TorProvider.sys.mjs ===================================== @@ -19,7 +19,6 @@ ChromeUtils.defineESModuleGetters(lazy, { }); const logger = console.createInstance({ - maxLogLevel: "Warn", maxLogLevelPref: "browser.tor_provider.log_level", prefix: "TorProvider", }); ===================================== toolkit/modules/DragDropFilter.sys.mjs ===================================== @@ -14,8 +14,7 @@ ChromeUtils.defineLazyGetter(lazy, "logger", () => { // fission.enforceBlocklistedPrefsInSubprocesses is true). // (Or maybe this crash used to happen when the logger was not lazy, and maybe // the preferences were not ready, yet?) - return new console.createInstance({ - maxLogLevel: "Warn", + return console.createInstance({ maxLogLevelPref: "browser.dragdropfilter.log_level", prefix: "DragDropFilter", }); ===================================== toolkit/modules/TorAndroidIntegration.sys.mjs ===================================== @@ -19,7 +19,6 @@ const Prefs = Object.freeze({ }); const logger = console.createInstance({ - maxLogLevel: "Info", maxLogLevelPref: Prefs.logLevel, prefix: "TorAndroidIntegration", }); ===================================== toolkit/modules/TorConnect.sys.mjs ===================================== @@ -74,7 +74,6 @@ export class TorConnectError extends Error { ChromeUtils.defineLazyGetter(lazy, "logger", () => console.createInstance({ - maxLogLevel: "Info", maxLogLevelPref: TorConnectPrefs.log_level, prefix: "TorConnect", }) ===================================== toolkit/modules/TorSettings.sys.mjs ===================================== @@ -14,7 +14,6 @@ ChromeUtils.defineESModuleGetters(lazy, { ChromeUtils.defineLazyGetter(lazy, "logger", () => { return console.createInstance({ - maxLogLevel: "Warn", maxLogLevelPref: "browser.torsettings.log_level", prefix: "TorSettings", }); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/190db2… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/190db2… 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.1.0esr-14.0-1] fixup! Bug 40009: [android] Change the default search engines
by morgan (@morgan) 14 Aug '24

14 Aug '24
morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 190db2e1 by Dan Ballard at 2024-08-14T13:25:15-07:00 fixup! Bug 40009: [android] Change the default search engines Bug 43057: Fix js linting in search/list.json - - - - - 1 changed file: - mobile/android/android-components/components/feature/search/src/main/assets/search/list.json Changes: ===================================== mobile/android/android-components/components/feature/search/src/main/assets/search/list.json ===================================== @@ -1,13 +1,21 @@ { "default": { "searchDefault": "DuckDuckGo", - "searchOrder": ["DuckDuckGo", "DuckDuckGo (.onion)", "Startpage", "Startpage (.onion)","Wikipedia"], + "searchOrder": [ + "DuckDuckGo", + "DuckDuckGo (.onion)", + "Startpage", + "Startpage (.onion)", + "Wikipedia" + ], "visibleDefaultEngines": [ - "ddg", "ddg-onion", "startpage", "startpage-onion", "wikipedia" + "ddg", + "ddg-onion", + "startpage", + "startpage-onion", + "wikipedia" ] }, - "regionOverrides": { - }, - "locales": { - } + "regionOverrides": {}, + "locales": {} } View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/190db2e… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/190db2e… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • ...
  • 1861
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.