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
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • 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
  • 20958 discussions
[Git][tpo/applications/mullvad-browser] Pushed new tag base-browser-151.0a1-16.0-1-build1
by Pier Angelo Vendrame (@pierov) 28 May '26

28 May '26
Pier Angelo Vendrame pushed new tag base-browser-151.0a1-16.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. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 41779: Actually bump Firefox's version to 151.0a1.
by Pier Angelo Vendrame (@pierov) 28 May '26

28 May '26
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 307af924 by Pier Angelo Vendrame at 2026-05-28T09:49:47+02:00 Bug 41779: Actually bump Firefox's version to 151.0a1. - - - - - 2 changed files: - projects/firefox/config - projects/geckoview/config Changes: ===================================== projects/firefox/config ===================================== @@ -18,7 +18,7 @@ container: use_container: 1 var: - firefox_platform_version: '150.0a1' + firefox_platform_version: '151.0a1' firefox_version: '[% c("var/firefox_platform_version") %]' browser_series: '16.0' browser_rebase: 1 ===================================== projects/geckoview/config ===================================== @@ -21,7 +21,7 @@ container: build_apk: '[% !c("var/online_build") %]' var: - firefox_platform_version: '150.0a1' + firefox_platform_version: '151.0a1' geckoview_version: '[% c("var/firefox_platform_version") %]' browser_series: '16.0' browser_rebase: 1 View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40105: Only run tools/trigger-test-pipeline.py for supported platforms
by boklm (@boklm) 28 May '26

28 May '26
boklm pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite Commits: 6527da9f by Nicolas Vigier at 2026-05-25T16:53:22+02:00 Bug 40105: Only run tools/trigger-test-pipeline.py for supported platforms Add trigger_test_pipeline option to only enable running tools/trigger-test-pipeline.py on selected builds that are supported platforms. This should remove all "failed run" pipeline errors in the email that are expected failures. - - - - - 4 changed files: - TBBTestSuite/TestSuite/TorBrowserBuild.pm - config/tb-build-06.torproject.org - tmpl/details_rbm_build.html - tmpl/report_tor-browser_build.txt Changes: ===================================== TBBTestSuite/TestSuite/TorBrowserBuild.pm ===================================== @@ -46,7 +46,8 @@ sub set_tests { 'browser-linux-x86_64', 'torbrowser', ], - publish_dir => 'nightly-linux-x86_64', + publish_dir => 'nightly-linux-x86_64', + trigger_test_pipeline => 1, }, { name => 'torbrowser-incrementals-nightly-linux-x86_64', @@ -109,7 +110,8 @@ sub set_tests { 'browser-windows-x86_64', 'torbrowser', ], - publish_dir => 'nightly-windows-x86_64', + publish_dir => 'nightly-windows-x86_64', + trigger_test_pipeline => 1, }, { name => 'torbrowser-incrementals-nightly-windows-x86_64', @@ -130,7 +132,8 @@ sub set_tests { 'browser-macos', 'torbrowser', ], - publish_dir => 'nightly-macos', + publish_dir => 'nightly-macos', + trigger_test_pipeline => 1, }, { name => 'torbrowser-incrementals-nightly-macos', @@ -165,7 +168,8 @@ sub set_tests { 'browser-android-x86_64', 'torbrowser', ], - publish_dir => 'nightly-android-x86_64', + publish_dir => 'nightly-android-x86_64', + trigger_test_pipeline => 1, }, { name => 'torbrowser-nightly-android-aarch64', ===================================== config/tb-build-06.torproject.org ===================================== @@ -32,7 +32,7 @@ my $test_post = sub { my ($tbbinfos, $test) = @_; run_rsync(); - return unless $test->{type} eq 'rbm_build'; + return unless $test->{trigger_test_pipeline}; return unless $test->{results} && $test->{results}{success}; return unless $test->{publish_dir}; ===================================== tmpl/details_rbm_build.html ===================================== @@ -3,7 +3,7 @@ [% IF tbbfiles.$tbbfile.publish_url %] <li><a href="[% tbbfiles.$tbbfile.publish_url %]/[% test.publish_dir %]">build files</a></li> [% END %] -[% IF test.gitlab_pipeline_url %] - <li>GitLab test pipeline: <a href="[% test.gitlab_pipeline_url %]">[% test.gitlab_pipeline_url %]</a></li> +[% IF IF test.trigger_test_pipeline && test.results.success %] + <li><a href="[% test.gitlab_pipeline_url %]">GitLab test pipeline</a> (<a href="results-[% tbbfile %]/[% test.name %].trigger-test-pipeline.stderr.txt">trigger stderr</a>)</li> [% END %] </ul> ===================================== tmpl/report_tor-browser_build.txt ===================================== @@ -9,7 +9,7 @@ Results [% IF test.results -%] [% test.name %]: [% test.results.success ? 'ok' : 'failed (' _ test.fail_type _ ')' %] - [%- IF test.type == 'rbm_build' -%] + [%- IF test.trigger_test_pipeline && test.results.success -%] GitLab test pipeline: [% test.gitlab_pipeline_url ? test.gitlab_pipeline_url : 'failed run' %] [%- END -%] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-151.0a1-16.0-1] fixup! [android] Override settings
by Dan Ballard (@dan) 27 May '26

27 May '26
Dan Ballard pushed to branch tor-browser-151.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 8a9cabfd by Beatriz Rizental at 2026-05-27T14:11:48-03:00 fixup! [android] Override settings Bug 44917: Disable ads client for all channels - - - - - 1 changed file: - mobile/android/fenix/app/nimbus.fml.yaml Changes: ===================================== mobile/android/fenix/app/nimbus.fml.yaml ===================================== @@ -1190,10 +1190,10 @@ features: defaults: - channel: developer value: - enabled: true + enabled: false - channel: nightly value: - enabled: true + enabled: false private-mode-and-stories-entry-point: description: Feature to enable the Private Mode and Stories Entry Point Experiment. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8a9cabf… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8a9cabf… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new branch mullvad-browser-151.0a1-16.0-1
by ma1 (@ma1) 27 May '26

27 May '26
ma1 pushed new branch mullvad-browser-151.0a1-16.0-1 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. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-151.0a1-16.0-1] fixup! Add CI for Base Browser
by brizental (@brizental) 27 May '26

27 May '26
brizental pushed to branch tor-browser-151.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: e810190a by Beatriz Rizental at 2026-05-27T13:56:55-03:00 fixup! Add CI for Base Browser This reverts commit 1d1ea9c7bfa8930b5bbc928a70054c4971562347. - - - - - 1 changed file: - .gitlab/ci/mixins.yml Changes: ===================================== .gitlab/ci/mixins.yml ===================================== @@ -52,8 +52,12 @@ return $fetch_exit } - fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1 + if ! fetch_with_timeout origin "${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"; then + echo "Fetching failed for branch ${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}." + echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork." + fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1 + fi - git checkout FETCH_HEAD .with-local-repo-pwsh: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e810190… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e810190… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new tag base-browser-151.0a1-16.0-1-build1
by ma1 (@ma1) 27 May '26

27 May '26
ma1 pushed new tag base-browser-151.0a1-16.0-1-build1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/base-brow… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-151.0a1-16.0-1] 4 commits: fixup! Add CI for Base Browser
by brizental (@brizental) 27 May '26

27 May '26
brizental pushed to branch tor-browser-151.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 67ead9ef by Beatriz Rizental at 2026-05-27T12:11:12-03:00 fixup! Add CI for Base Browser Bug 44990: Fix dubious ownership CI issue - - - - - 80fcd6c6 by Beatriz Rizental at 2026-05-27T12:11:13-03:00 fixup! Add CI for Tor Browser Bug 44990: Fix permissions issues in container - - - - - 1d1ea9c7 by Beatriz Rizental at 2026-05-27T12:11:14-03:00 fixup! Add CI for Base Browser No bug: Drop logic that fetches pipelines from forks. That is not supported anymore after https://gitlab.torproject.org/tpo/tpa/team/-/work_items/42594#note_3411352 - - - - - 2efc5699 by Beatriz Rizental at 2026-05-27T12:11:15-03:00 fixup! Add CI for Tor Browser Update build-image container - - - - - 3 changed files: - .gitlab/ci/containers/base/Containerfile - .gitlab/ci/jobs/update-containers.yml - .gitlab/ci/mixins.yml Changes: ===================================== .gitlab/ci/containers/base/Containerfile ===================================== @@ -22,18 +22,27 @@ RUN cd tor-browser && \ yes | MOZBUILD_STATE_PATH=/var/tmp/mozbuild ./mach bootstrap --application-choice "$APPLICATION_CHOICE" && \ cd .. -ENV PATH="/var/tmp/mozbuild/clang/bin:/root/.cargo/bin:$PATH" +RUN rm -rf tor-browser && \ + rm -rf /var/lib/apt/lists/* && \ + apt-get clean && \ + rm -rf /var/tmp/mozbuild/toolchains && \ + rm -rf /var/tmp/mozbuild/indices && \ + rm -rf /var/tmp/mozbuild/android-device && \ + rm -rf /var/root/.cargo && \ + rm -rf /var/root/.rustup + +RUN adduser --uid 1000 --disabled-password --gecos "" gitlab-runner && \ + chown -R 1000:1000 /var/tmp/mozbuild/ + +USER gitlab-runner +WORKDIR /home/gitlab-runner +# Install Rust for the gitlab-runner user. +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +ENV PATH="/var/tmp/mozbuild/clang/bin:/home/gitlab-runner/.cargo/bin:$PATH" RUN echo "$APPLICATION_CHOICE" | grep -qi android && \ rustup target add armv7-linux-androideabi \ aarch64-linux-android \ i686-linux-android \ x86_64-linux-android \ || true - -RUN rm -rf tor-browser && \ - apt-get clean && \ - rm -rf /var/lib/apt/lists/* && \ - rm -rf /var/tmp/mozbuild/toolchains && \ - rm -rf /var/tmp/mozbuild/indices && \ - rm -rf /var/tmp/mozbuild/android-device ===================================== .gitlab/ci/jobs/update-containers.yml ===================================== @@ -1,7 +1,7 @@ build-image: stage: update-container-images interruptible: true - image: containers.torproject.org/tpo/tpa/base-images/podman:bookworm + image: containers.torproject.org/tpo/tpa/base-images/podman:trixie parallel: matrix: - PLATFORM: desktop ===================================== .gitlab/ci/mixins.yml ===================================== @@ -2,7 +2,12 @@ variables: GIT_STRATEGY: "none" FETCH_TIMEOUT: 180 # 3 minutes + + GIT_CONFIG_GLOBAL: "/tmp/gitconfig" before_script: + - | + echo "[safe]" > "$GIT_CONFIG_GLOBAL" + echo " directory = *" >> "$GIT_CONFIG_GLOBAL" - git init - git remote add local "$LOCAL_REPO_PATH" - | @@ -47,12 +52,8 @@ return $fetch_exit } - if ! fetch_with_timeout origin "${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}"; then - echo "Fetching failed for branch ${CI_COMMIT_BRANCH:-$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME}." - echo "Attempting to fetch the merge request branch, assuming this pipeline is not running in a fork." + fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1 - fetch_with_timeout origin "merge-requests/${CI_MERGE_REQUEST_IID}/head" || exit 1 - fi - git checkout FETCH_HEAD .with-local-repo-pwsh: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/16fb8e… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/16fb8e… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 41779: Update toolchains for Firefox 151.
by Pier Angelo Vendrame (@pierov) 27 May '26

27 May '26
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 5a5a6ad3 by Pier Angelo Vendrame at 2026-05-27T16:50:52+02:00 Bug 41779: Update toolchains for Firefox 151. - - - - - 17 changed files: - Makefile - doc/how-to-update-glean-parser.txt - projects/application-services/config - projects/application-services/gradle-dependencies-list.txt - projects/firefox/build - projects/firefox/config - − projects/firefox/firefoxbrowser-0001-Bug-2024724-Fix-PowerCounters.h-because-we-do-not-co.patch - projects/geckoview/config - projects/geckoview/gradle-dependencies-list.txt - projects/glean-parser/build - projects/glean-parser/config - projects/glean/config - projects/glean/gradle-dependencies-list.txt - projects/libtapi/config - projects/macosx-toolchain/config - projects/mingw-w64-clang/config - projects/mingw-w64-clang/mingw-webrtc.patch The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-151.0a1-16.0-1] 2 commits: fixup! [android] Implement Android-native Connection Assist UI
by Dan Ballard (@dan) 27 May '26

27 May '26
Dan Ballard pushed to branch tor-browser-151.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: a3680ba7 by clairehurst at 2026-05-26T17:10:05-06:00 fixup! [android] Implement Android-native Connection Assist UI Fix colors and bold text - - - - - 16fb8e0e by clairehurst at 2026-05-26T17:10:06-06:00 fixup! TB 40026 [android]: Implement Security Level settings on Android. - - - - - 4 changed files: - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorSecurityLevelFragment.kt - mobile/android/fenix/app/src/main/res/layout/fragment_tor_security_level_preferences.xml - mobile/android/fenix/app/src/main/res/values/colors.xml Changes: ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorConnectionAssistFragment.kt ===================================== @@ -6,6 +6,7 @@ package org.mozilla.fenix.tor import android.content.Intent import android.graphics.Color +import android.graphics.Typeface import android.os.Build import android.os.Bundle import android.text.SpannableString @@ -82,6 +83,9 @@ class TorConnectionAssistFragment : Fragment(), UserInteractionHandler, SystemIn override fun onViewCreated(view: View, savedInstanceState: Bundle?) { super.onViewCreated(view, savedInstanceState) + binding.torBootstrapButton1.setTypeface(null, Typeface.BOLD) + binding.torBootstrapButton2.setTypeface(null, Typeface.BOLD) + viewLifecycleOwner.lifecycleScope.launch { repeatOnLifecycle(Lifecycle.State.STARTED) { torConnectionAssistViewModel.torConnectScreen.collect { screen -> ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/TorSecurityLevelFragment.kt ===================================== @@ -5,6 +5,7 @@ package org.mozilla.fenix.tor import android.content.Context +import android.graphics.Typeface import android.os.Bundle import android.util.Log import android.view.LayoutInflater @@ -44,6 +45,9 @@ class TorSecurityLevelFragment : Fragment(), SystemInsetsPaddedFragment { binding.description.text = getString(R.string.tor_security_level_warning, getString(R.string.app_name)) + binding.saveAndRestartButton.setTypeface(null, Typeface.BOLD) + binding.cancelButton.setTypeface(null, Typeface.BOLD) + updateSaveAndRestartButtonUI() val currentLevel: Int = requireContext().components.core.engine.settings.torSecurityLevel @@ -79,6 +83,11 @@ class TorSecurityLevelFragment : Fragment(), SystemInsetsPaddedFragment { updateSaveAndRestartButtonUI() } + binding.saveAndRestartButton.backgroundTintList = AppCompatResources.getColorStateList( + requireContext(), + R.color.disabled_connect_button_purple, + ) + binding.saveAndRestartButton.setOnClickListener { Toast.makeText( @@ -111,6 +120,10 @@ class TorSecurityLevelFragment : Fragment(), SystemInsetsPaddedFragment { (requireActivity() as HomeActivity).restartApplication() } + binding.cancelButton.backgroundTintList = AppCompatResources.getColorStateList( + requireContext(), + R.color.settings_button_white, + ) binding.cancelButton.setOnClickListener { @Suppress("DEPRECATION") requireActivity().onBackPressed() ===================================== mobile/android/fenix/app/src/main/res/layout/fragment_tor_security_level_preferences.xml ===================================== @@ -82,7 +82,6 @@ android:layout_marginEnd="24dp" android:layout_marginBottom="8dp" android:background="@drawable/rounded_corners" - android:backgroundTint="@color/connect_button_purple" android:enabled="false" android:minWidth="360dp" android:text="@string/tor_security_level_save_and_restart_tor_browser" @@ -103,7 +102,6 @@ android:layout_marginEnd="24dp" android:layout_marginBottom="8dp" android:background="@drawable/rounded_corners" - android:backgroundTint="@color/configure_connection_button_white" android:minWidth="360dp" android:text="@string/btn_cancel" android:textAlignment="center" ===================================== mobile/android/fenix/app/src/main/res/values/colors.xml ===================================== @@ -141,9 +141,9 @@ <color name="fx_mobile_private_on_tertiary">@color/photonDarkGrey90</color> <color name="fx_mobile_private_tertiary_container">@color/photonPink80</color> <color name="fx_mobile_private_on_tertiary_container">@color/photonLightGrey05</color> - <color name="fx_mobile_private_background">#FF342B4A</color> + <color name="fx_mobile_private_background">#321C64</color> <color name="fx_mobile_private_on_background">@color/photonLightGrey05</color> - <color name="fx_mobile_private_surface">#FF342B4A</color> + <color name="fx_mobile_private_surface">#321C64</color> <color name="fx_mobile_private_on_surface">@color/photonLightGrey05</color> <color name="fx_mobile_private_surface_variant">#FF413857</color> <color name="fx_mobile_private_on_surface_variant">@color/photonLightGrey40</color> @@ -325,9 +325,9 @@ <color name="mozac_ui_lock_slash_fill_critical" tools:ignore="UnusedResources">@color/fx_mobile_icon_color_critical</color> <!-- Connection Assist --> - <color name="connect_button_purple">#9059FF</color> - <color name="disabled_connect_button_purple">#5C42A9</color> - <color name="disabled_text_gray_purple">#8782A9</color> + <color name="connect_button_purple">#7542E5</color> + <color name="disabled_connect_button_purple">#542FA4</color> + <color name="disabled_text_gray_purple">#9781C8</color> <color name="configure_connection_button_white">#E1E0E7</color> <color name="warning_yellow">#FFA436</color> <color name="progress_background_tint">#55148C</color> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/641330… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/641330… You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • ...
  • 2096
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.