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 -----
  • 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
  • 19802 discussions
[Git][tpo/applications/tor-browser][tor-browser-147.0a1-16.0-2] fixup! [android] Rename as Tor Browser
by clairehurst (@clairehurst) 15 Jan '26

15 Jan '26
clairehurst pushed to branch tor-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: eff7fddc by clairehurst at 2026-01-15T15:51:01-07:00 fixup! [android] Rename as Tor Browser tor-browser#44469 Fix branding on Android RR - - - - - 25 changed files: - mobile/android/fenix/app/src/beta/res/mipmap-anydpi/ic_launcher.xml - mobile/android/fenix/app/src/beta/res/mipmap-anydpi/ic_launcher_round.xml - mobile/android/fenix/app/src/debug/ic_launcher-playstore.png - mobile/android/fenix/app/src/debug/res/mipmap-anydpi/ic_launcher.xml - mobile/android/fenix/app/src/debug/res/mipmap-anydpi/ic_launcher_round.xml - + mobile/android/fenix/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp - + mobile/android/fenix/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp - + mobile/android/fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp - + mobile/android/fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp - + mobile/android/fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/redesign/view/OnboardingScreenRedesign.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/redesign/view/TermsOfServiceOnboardingPageRedesign.kt - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/redesign/view/defaultbrowser/SetToDefaultMainImage.kt - mobile/android/fenix/app/src/main/java/org/mozilla/gecko/search/SearchWidgetProvider.kt - mobile/android/fenix/app/src/main/res/drawable/splash_screen.xml - mobile/android/fenix/app/src/main/res/layout/fragment_about.xml - mobile/android/fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml - mobile/android/fenix/app/src/main/res/layout/search_widget_extra_small_v1.xml - mobile/android/fenix/app/src/main/res/layout/search_widget_extra_small_v2.xml - mobile/android/fenix/app/src/main/res/mipmap-anydpi/ic_launcher.xml - mobile/android/fenix/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml - mobile/android/fenix/app/src/nightly/res/mipmap-anydpi/ic_launcher.xml - mobile/android/fenix/app/src/nightly/res/mipmap-anydpi/ic_launcher_round.xml - mobile/android/fenix/app/src/release/res/mipmap-anydpi/ic_launcher.xml - mobile/android/fenix/app/src/release/res/mipmap-anydpi/ic_launcher_round.xml Changes: ===================================== mobile/android/fenix/app/src/beta/res/mipmap-anydpi/ic_launcher.xml ===================================== @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground" /> </adaptive-icon> ===================================== mobile/android/fenix/app/src/beta/res/mipmap-anydpi/ic_launcher_round.xml ===================================== @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> + <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground"/> </adaptive-icon> ===================================== mobile/android/fenix/app/src/debug/ic_launcher-playstore.png ===================================== Binary files a/mobile/android/fenix/app/src/debug/ic_launcher-playstore.png and b/mobile/android/fenix/app/src/debug/ic_launcher-playstore.png differ ===================================== mobile/android/fenix/app/src/debug/res/mipmap-anydpi/ic_launcher.xml ===================================== @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground" /> </adaptive-icon> ===================================== mobile/android/fenix/app/src/debug/res/mipmap-anydpi/ic_launcher_round.xml ===================================== @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> + <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground"/> </adaptive-icon> ===================================== mobile/android/fenix/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp ===================================== Binary files /dev/null and b/mobile/android/fenix/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp differ ===================================== mobile/android/fenix/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp ===================================== Binary files /dev/null and b/mobile/android/fenix/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp differ ===================================== mobile/android/fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp ===================================== Binary files /dev/null and b/mobile/android/fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp differ ===================================== mobile/android/fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp ===================================== Binary files /dev/null and b/mobile/android/fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ ===================================== mobile/android/fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp ===================================== Binary files /dev/null and b/mobile/android/fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/redesign/view/OnboardingScreenRedesign.kt ===================================== @@ -610,7 +610,7 @@ private fun touPageUIData() = OnboardingPageUiData( lineThreeText = stringResource(id = R.string.onboarding_redesign_tou_body_three), lineThreeLinkText = stringResource(id = R.string.onboarding_redesign_tou_body_three_link_text), ), - imageRes = R.drawable.ic_firefox, + imageRes = R.mipmap.ic_launcher_foreground, primaryButtonLabel = stringResource( id = R.string.onboarding_redesign_tou_agree_and_continue_button_label, ), ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/redesign/view/TermsOfServiceOnboardingPageRedesign.kt ===================================== @@ -232,7 +232,7 @@ private fun OnboardingPagePreview() { lineThreeText = stringResource(id = R.string.onboarding_redesign_tou_body_three), lineThreeLinkText = stringResource(id = R.string.onboarding_redesign_tou_body_three_link_text), ), - imageRes = R.drawable.ic_firefox, + imageRes = R.mipmap.ic_launcher_foreground, primaryButton = Action( text = stringResource( id = R.string.onboarding_redesign_tou_agree_and_continue_button_label, ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/fenix/onboarding/redesign/view/defaultbrowser/SetToDefaultMainImage.kt ===================================== @@ -80,7 +80,7 @@ private fun RowScope.BrowserDetailsRow(selected: Boolean = false) { ) { if (selected) { Image( - painter = painterResource(R.drawable.ic_firefox), + painter = painterResource(R.mipmap.ic_launcher_foreground), contentDescription = null, // Decorative only. modifier = Modifier.size(24.dp), ) ===================================== mobile/android/fenix/app/src/main/java/org/mozilla/gecko/search/SearchWidgetProvider.kt ===================================== @@ -167,7 +167,7 @@ class SearchWidgetProvider : AppWidgetProvider() { // gradient color available for android:fillColor only on SDK 24+ setImageViewResource( R.id.button_search_widget_new_tab_icon, - R.drawable.ic_launcher_foreground, + R.mipmap.ic_launcher_foreground, ) val appName = context.getString(R.string.app_name) ===================================== mobile/android/fenix/app/src/main/res/drawable/splash_screen.xml ===================================== @@ -4,7 +4,7 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item - android:drawable="@drawable/ic_launcher_foreground" + android:drawable="@mipmap/ic_launcher_foreground" android:width="192dp" android:height="192dp" android:gravity="center" /> ===================================== mobile/android/fenix/app/src/main/res/layout/fragment_about.xml ===================================== @@ -25,7 +25,7 @@ android:layout_marginEnd="130dp" android:contentDescription="@string/app_name" android:importantForAccessibility="no" - app:srcCompat="@drawable/ic_launcher_foreground" + app:srcCompat="@mipmap/ic_launcher_foreground" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" /> ===================================== mobile/android/fenix/app/src/main/res/layout/fragment_tor_connection_assist.xml ===================================== @@ -139,7 +139,7 @@ android:contentDescription="@string/app_name" android:scaleX="1.8" android:scaleY="1.8" - app:srcCompat="@drawable/ic_launcher_foreground" + app:srcCompat="@mipmap/ic_launcher_foreground" android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" ===================================== mobile/android/fenix/app/src/main/res/layout/search_widget_extra_small_v1.xml ===================================== @@ -17,7 +17,7 @@ android:layout_gravity="center" android:contentDescription="@string/search_widget_content_description_2" android:scaleType="centerInside" - tools:src="@drawable/ic_launcher_foreground" + tools:src="@mipmap/ic_launcher_foreground" android:scaleX="1.5" android:scaleY="1.5"/> ===================================== mobile/android/fenix/app/src/main/res/layout/search_widget_extra_small_v2.xml ===================================== @@ -17,7 +17,7 @@ android:layout_gravity="center" android:contentDescription="@string/search_widget_content_description_2" android:scaleType="centerInside" - tools:src="@drawable/ic_launcher_foreground" + tools:src="@mipmap/ic_launcher_foreground" android:scaleX="1.5" android:scaleY="1.5"/> </FrameLayout> ===================================== mobile/android/fenix/app/src/main/res/mipmap-anydpi/ic_launcher.xml ===================================== @@ -3,7 +3,7 @@ - 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/. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@color/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> - <monochrome android:drawable="@drawable/ic_launcher_monochrome"/> + <background android:drawable="@drawable/ic_launcher_background"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> + <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground"/> </adaptive-icon> ===================================== mobile/android/fenix/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml ===================================== @@ -3,7 +3,7 @@ - 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/. --> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@color/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> - <monochrome android:drawable="@drawable/ic_launcher_monochrome"/> + <background android:drawable="@drawable/ic_launcher_background"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> + <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground"/> </adaptive-icon> ===================================== mobile/android/fenix/app/src/nightly/res/mipmap-anydpi/ic_launcher.xml ===================================== @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground" /> </adaptive-icon> ===================================== mobile/android/fenix/app/src/nightly/res/mipmap-anydpi/ic_launcher_round.xml ===================================== @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> + <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground"/> </adaptive-icon> ===================================== mobile/android/fenix/app/src/release/res/mipmap-anydpi/ic_launcher.xml ===================================== @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground" /> </adaptive-icon> ===================================== mobile/android/fenix/app/src/release/res/mipmap-anydpi/ic_launcher_round.xml ===================================== @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background"/> - <foreground android:drawable="@drawable/ic_launcher_foreground"/> + <foreground android:drawable="@mipmap/ic_launcher_foreground"/> + <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground"/> </adaptive-icon> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/eff7fdd… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/eff7fdd… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-15.0] Migrate Project 131 label to Project 196
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 0ad98481 by Morgan at 2026-01-15T18:44:57+00:00 Migrate Project 131 label to Project 196 - update Mullvad Browser Release Prep issue templates with new project label - update fetch_changelogs.py script to use new project label - - - - - 3 changed files: - .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md - .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md - tools/fetch_changelogs.py Changes: ===================================== .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md ===================================== @@ -213,4 +213,4 @@ This step will send the relevant branches, tags (including a tag named after the /label ~"Apps::Product::MullvadBrowser" /label ~"Apps::Impact::High" /label ~"Priority::Blocker" -/label ~"Project 131" +/label ~"Project 196" ===================================== .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md ===================================== @@ -227,4 +227,4 @@ This step will send the relevant branches, tags (including a tag named after the /label ~"Apps::Product::MullvadBrowser" /label ~"Apps::Impact::High" /label ~"Priority::Blocker" -/label ~"Project 131" +/label ~"Project 196" ===================================== tools/fetch_changelogs.py ===================================== @@ -13,7 +13,7 @@ GITLAB = "https://gitlab.torproject.org" API_URL = f"{GITLAB}/api/v4" PROJECT_ID = 473 AUTH_HEADER = "PRIVATE-TOKEN" -MB_LABEL = "Project 131" +MB_LABEL = "Project 196" class EntryType(enum.IntFlag): View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Migrate Project 131 label to Project 196
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 94fff194 by Morgan at 2026-01-15T18:39:44+00:00 Migrate Project 131 label to Project 196 - update Mullvad Browser Release Prep issue templates with new project label - update fetch_changelogs.py script to use new project label - - - - - 3 changed files: - .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md - .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md - tools/fetch_changelogs.py Changes: ===================================== .gitlab/issue_templates/Release Prep - Mullvad Browser Alpha.md ===================================== @@ -213,4 +213,4 @@ This step will send the relevant branches, tags (including a tag named after the /label ~"Apps::Product::MullvadBrowser" /label ~"Apps::Impact::High" /label ~"Priority::Blocker" -/label ~"Project 131" +/label ~"Project 196" ===================================== .gitlab/issue_templates/Release Prep - Mullvad Browser Stable.md ===================================== @@ -223,4 +223,4 @@ This step will send the relevant branches, tags (including a tag named after the /label ~"Apps::Product::MullvadBrowser" /label ~"Apps::Impact::High" /label ~"Priority::Blocker" -/label ~"Project 131" +/label ~"Project 196" ===================================== tools/fetch_changelogs.py ===================================== @@ -13,7 +13,7 @@ GITLAB = "https://gitlab.torproject.org" API_URL = f"{GITLAB}/api/v4" PROJECT_ID = 473 AUTH_HEADER = "PRIVATE-TOKEN" -MB_LABEL = "Project 131" +MB_LABEL = "Project 196" class EntryType(enum.IntFlag): View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-147.0a1-16.0-1] fixup! BB 43615: Add Gitlab Issue and Merge Request templates
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch mullvad-browser-147.0a1-16.0-1 at The Tor Project / Applications / Mullvad Browser Commits: fb7f41a1 by Morgan at 2026-01-15T17:59:20+00:00 fixup! BB 43615: Add Gitlab Issue and Merge Request templates migrate Project 131 label to Project 196 - - - - - 1 changed file: - .gitlab/issue_templates/031 Fingerprinting.md Changes: ===================================== .gitlab/issue_templates/031 Fingerprinting.md ===================================== @@ -145,5 +145,5 @@ some other non-standard browser configuration? /confidential /label ~"Apps::Product::BaseBrowser" -/label ~"Project 131" +/label ~"Project 196" /label ~"Fingerprinting" View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fb7… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/fb7… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-147.0a1-16.0-2] fixup! BB 43615: Add Gitlab Issue and Merge Request templates
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch base-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: c78f1fd9 by Morgan at 2026-01-15T17:58:26+00:00 fixup! BB 43615: Add Gitlab Issue and Merge Request templates migrate Project 131 label to Project 196 - - - - - 1 changed file: - .gitlab/issue_templates/031 Fingerprinting.md Changes: ===================================== .gitlab/issue_templates/031 Fingerprinting.md ===================================== @@ -145,5 +145,5 @@ some other non-standard browser configuration? /confidential /label ~"Apps::Product::BaseBrowser" -/label ~"Project 131" +/label ~"Project 196" /label ~"Fingerprinting" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c78f1fd… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c78f1fd… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-147.0a1-16.0-2] fixup! BB 43615: Add Gitlab Issue and Merge Request templates
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch tor-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 35350851 by Morgan at 2026-01-15T17:57:46+00:00 fixup! BB 43615: Add Gitlab Issue and Merge Request templates migrate Project 131 label to Project 196 - - - - - 1 changed file: - .gitlab/issue_templates/031 Fingerprinting.md Changes: ===================================== .gitlab/issue_templates/031 Fingerprinting.md ===================================== @@ -145,5 +145,5 @@ some other non-standard browser configuration? /confidential /label ~"Apps::Product::BaseBrowser" -/label ~"Project 131" +/label ~"Project 196" /label ~"Fingerprinting" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3535085… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3535085… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-147.0a1-16.0-1] 2 commits: fixup! BB 43615: Add Gitlab Issue and Merge Request templates
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch mullvad-browser-147.0a1-16.0-1 at The Tor Project / Applications / Mullvad Browser Commits: ad63eb0b by Morgan at 2026-01-15T15:59:37+00:00 fixup! BB 43615: Add Gitlab Issue and Merge Request templates - add time-gated feature issue template - add a revert patchset issue template - - - - - 60d63e9c by Morgan at 2026-01-15T16:09:16+00:00 fixup! MB 188: Customize Gitlab Issue and Merge templates customise time-gated and revert issue type for Mullvad Browser - - - - - 3 changed files: - + .gitlab/issue_templates/041 Time-Gated Feature.md - + .gitlab/issue_templates/051 Revert.md - .gitlab/issue_templates/Default.md Changes: ===================================== .gitlab/issue_templates/041 Time-Gated Feature.md ===================================== @@ -0,0 +1,49 @@ +# 🕰️ Time-Gated Feature +<!-- +Use this template to track implementation of some time-gated feature. +Please try to make the title a good one-liner for the changelogs! + +Some good (hypothetical) titles: +- Implement Year End Campaign 3000 +- Add User Survey link to about:tor +- Spring Funding Campaign about:tor take-over +--> + +## Description +<!-- +Provide an overview of the technical/implementation aspects of this feature +--> + +## Bookkeeping + +### Time Window +<!-- +When should this feature be enabled and disabled? +--> + +- **Start Date** + - Date: + - Time (UTC): + +- **End Date** + - Date: + - Time (UTC): + +### Proposal +<!-- Add links to associated proposal issues (or delete block) --> +- tor-browser#xxxxx +- mullvad-browser#yyy + +### Design +<!-- Add links to associated design issues (or delete block) --> +- tpo/UX/Design#zzz + +<!-- Do not edit beneath this line <3 --> +### Revert Issue +<!-- Add link to the associated issue to revert this change --> +- mullvad-browser#yyy + +--- + +/label ~"Apps::Product::MullvadBrowser" +/label ~"Apps::Type::Feature" ===================================== .gitlab/issue_templates/051 Revert.md ===================================== @@ -0,0 +1,45 @@ +# ❌ Revert Patchset +<!-- +This is an issue for tracking reverting a patch-set (e.g. Time-gated features +which are no longer needed after the expiration date) + +Please ensure the title has the following format: + +- Revert tor-browser#12345: Title of original issue +--> + +## Bookkeeping + +### Time Window +<!-- +When should this patchset be reverted? +--> + +- **Revert-After Date** + - Date: + +### Issue(s) +<!-- issue associated with the original patchset --> +- tor-browser#xxxxx +- mullvad-browser#xyz + +### Merge Request(s) +<!-- merge-request associated with the original patchset --> +- mullvad-browser!xyz + +### Target Channels +<!-- Which channel has the commits we need to revert? --> +- [ ] Alpha +- [ ] Stable + +## Notes + +<!-- whatever additional info, context, etc that would be helpful for reverting --> + + +<!-- Do not edit beneath this line <3 --> + +--- + +/label ~"Apps::Product::MullvadBrowser" +/label ~"Apps::Type::Chore" ===================================== .gitlab/issue_templates/Default.md ===================================== @@ -13,7 +13,9 @@ Please select the appropriate issue template from the **Description** drop-down. - 💣 **Test** - develop a test or update testing infrastructure - 👣 **Fingerprinting** - open a fingerprinting issue - ✨ **Feature** - implement new features +- 🕰️ **Time-Gated Feature** - implement a new feature which must be enabled for a particular window in time - ⬅️ **Backport** - cherry-pick change to other release channels +- ❌ **Revert** - revert a change - ⤵️ **Rebase - Alpha** - rebase alpha to latest Firefox ESR version - ⤵️ **Rebase - Stable** - rebase stable to latest Firefox ESR version - ⤵️ **Rebase - Rapid** - rebase rapid to latest Firefox Nightly version View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/2c… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/2c… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-147.0a1-16.0-2] fixup! BB 43615: Add Gitlab Issue and Merge Request templates
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch base-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: 8d343c3d by Morgan at 2026-01-15T15:53:47+00:00 fixup! BB 43615: Add Gitlab Issue and Merge Request templates - add time-gated feature issue template - add a revert patchset issue template - - - - - 3 changed files: - + .gitlab/issue_templates/041 Time-Gated Feature.md - + .gitlab/issue_templates/051 Revert.md - .gitlab/issue_templates/Default.md Changes: ===================================== .gitlab/issue_templates/041 Time-Gated Feature.md ===================================== @@ -0,0 +1,50 @@ +# 🕰️ Time-Gated Feature +<!-- +Use this template to track implementation of some time-gated feature. +Please try to make the title a good one-liner for the changelogs! + +Some good (hypothetical) titles: +- Implement Year End Campaign 3000 +- Add User Survey link to about:tor +- Spring Funding Campaign about:tor take-over +--> + +## Description +<!-- +Provide an overview of the technical/implementation aspects of this feature +--> + +## Bookkeeping + +### Time Window +<!-- +When should this feature be enabled and disabled? +--> + +- **Start Date** + - Date: + - Time (UTC): + +- **End Date** + - Date: + - Time (UTC): + +### Proposal +<!-- Add links to associated proposal issues (or delete block) --> +- tor-browser#xxxxx +- mullvad-browser#yyy + +### Design +<!-- Add links to associated design issues (or delete block) --> +- tpo/UX/Design#zzz + +<!-- Do not edit beneath this line <3 --> +### Revert Issue +<!-- Add link to the associated issue to revert this change --> +- tor-browser#xxxxx +- mullvad-browser#yyy + +--- + +/label ~"Apps::Product::TorBrowser" +/label ~"Apps::Type::Feature" ===================================== .gitlab/issue_templates/051 Revert.md ===================================== @@ -0,0 +1,45 @@ +# ❌ Revert Patchset +<!-- +This is an issue for tracking reverting a patch-set (e.g. Time-gated features +which are no longer needed after the expiration date) + +Please ensure the title has the following format: + +- Revert tor-browser#12345: Title of original issue +--> + +## Bookkeeping + +### Time Window +<!-- +When should this patchset be reverted? +--> + +- **Revert-After Date** + - Date: + +### Issue(s) +<!-- issue associated with the original patchset --> +- tor-browser#xxxxx +- mullvad-browser#xyz + +### Merge Request(s) +<!-- merge-request associated with the original patchset --> +- tor-browser!xxxx + +### Target Channels +<!-- Which channel has the commits we need to revert? --> +- [ ] Alpha +- [ ] Stable + +## Notes + +<!-- whatever additional info, context, etc that would be helpful for reverting --> + + +<!-- Do not edit beneath this line <3 --> + +--- + +/label ~"Apps::Product::TorBrowser" +/label ~"Apps::Type::Chore" ===================================== .gitlab/issue_templates/Default.md ===================================== @@ -13,7 +13,9 @@ Please select the appropriate issue template from the **Description** drop-down. - 💣 **Test** - develop a test or update testing infrastructure - 👣 **Fingerprinting** - open a fingerprinting issue - ✨ **Feature** - implement new features +- 🕰️ **Time-Gated Feature** - implement a new feature which must be enabled for a particular window in time - ⬅️ **Backport** - cherry-pick change to other release channels +- ❌ **Revert** - revert a change - ⤵️ **Rebase - Alpha** - rebase alpha to latest Firefox ESR version - ⤵️ **Rebase - Stable** - rebase stable to latest Firefox ESR version - ⤵️ **Rebase - Rapid** - rebase rapid to latest Firefox Nightly version View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8d343c3… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8d343c3… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-147.0a1-16.0-2] fixup! BB 43615: Add Gitlab Issue and Merge Request templates
by morgan (@morgan) 15 Jan '26

15 Jan '26
morgan pushed to branch tor-browser-147.0a1-16.0-2 at The Tor Project / Applications / Tor Browser Commits: fd1aa8fe by Morgan at 2026-01-15T15:48:28+00:00 fixup! BB 43615: Add Gitlab Issue and Merge Request templates - add time-gated feature issue template - add a revert patchset issue template - - - - - 3 changed files: - + .gitlab/issue_templates/041 Time-Gated Feature.md - + .gitlab/issue_templates/051 Revert.md - .gitlab/issue_templates/Default.md Changes: ===================================== .gitlab/issue_templates/041 Time-Gated Feature.md ===================================== @@ -0,0 +1,50 @@ +# 🕰️ Time-Gated Feature +<!-- +Use this template to track implementation of some time-gated feature. +Please try to make the title a good one-liner for the changelogs! + +Some good (hypothetical) titles: +- Implement Year End Campaign 3000 +- Add User Survey link to about:tor +- Spring Funding Campaign about:tor take-over +--> + +## Description +<!-- +Provide an overview of the technical/implementation aspects of this feature +--> + +## Bookkeeping + +### Time Window +<!-- +When should this feature be enabled and disabled? +--> + +- **Start Date** + - Date: + - Time (UTC): + +- **End Date** + - Date: + - Time (UTC): + +### Proposal +<!-- Add links to associated proposal issues (or delete block) --> +- tor-browser#xxxxx +- mullvad-browser#yyy + +### Design +<!-- Add links to associated design issues (or delete block) --> +- tpo/UX/Design#zzz + +<!-- Do not edit beneath this line <3 --> +### Revert Issue +<!-- Add link to the associated issue to revert this change --> +- tor-browser#xxxxx +- mullvad-browser#yyy + +--- + +/label ~"Apps::Product::TorBrowser" +/label ~"Apps::Type::Feature" ===================================== .gitlab/issue_templates/051 Revert.md ===================================== @@ -0,0 +1,45 @@ +# ❌ Revert Patchset +<!-- +This is an issue for tracking reverting a patch-set (e.g. Time-gated features +which are no longer needed after the expiration date) + +Please ensure the title has the following format: + +- Revert tor-browser#12345: Title of original issue +--> + +## Bookkeeping + +### Time Window +<!-- +When should this patchset be reverted? +--> + +- **Revert-After Date** + - Date: + +### Issue(s) +<!-- issue associated with the original patchset --> +- tor-browser#xxxxx +- mullvad-browser#xyz + +### Merge Request(s) +<!-- merge-request associated with the original patchset --> +- tor-browser!xxxx + +### Target Channels +<!-- Which channel has the commits we need to revert? --> +- [ ] Alpha +- [ ] Stable + +## Notes + +<!-- whatever additional info, context, etc that would be helpful for reverting --> + + +<!-- Do not edit beneath this line <3 --> + +--- + +/label ~"Apps::Product::TorBrowser" +/label ~"Apps::Type::Chore" ===================================== .gitlab/issue_templates/Default.md ===================================== @@ -13,7 +13,9 @@ Please select the appropriate issue template from the **Description** drop-down. - 💣 **Test** - develop a test or update testing infrastructure - 👣 **Fingerprinting** - open a fingerprinting issue - ✨ **Feature** - implement new features +- 🕰️ **Time-Gated Feature** - implement a new feature which must be enabled for a particular window in time - ⬅️ **Backport** - cherry-pick change to other release channels +- ❌ **Revert** - revert a change - ⤵️ **Rebase - Alpha** - rebase alpha to latest Firefox ESR version - ⤵️ **Rebase - Stable** - rebase stable to latest Firefox ESR version - ⤵️ **Rebase - Legacy** - rebase legacy to latest Firefox ESR 115 version View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fd1aa8f… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fd1aa8f… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/rbm][main] Bug 40096: Fix confusing `container extract` error message
by boklm (@boklm) 15 Jan '26

15 Jan '26
boklm pushed to branch main at The Tor Project / Applications / RBM Commits: 2517a84a by Nicolas Vigier at 2026-01-15T12:14:35+01:00 Bug 40096: Fix confusing `container extract` error message - - - - - 1 changed file: - container Changes: ===================================== container ===================================== @@ -200,7 +200,7 @@ my %actions = ( usage => "$0 extract <container-dir> <tarball>", run => sub { usageexit($ARGV[0]) unless @ARGV == 3; - exit_error "$ARGV[0] already exists" if -e $ARGV[1]; + exit_error "$ARGV[1] already exists" if -e $ARGV[1]; unshare_run( sub { return extract_tar($ARGV[1], $ARGV[2]); View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/2517a84a1e07703… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/rbm/-/commit/2517a84a1e07703… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • ...
  • 1981
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.