[tor-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag mb-13.0.16-build1

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed new tag mb-13.0.16-build1 at The Tor Project / Applications / 
tor-browser-build

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-13.0.16-build1
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag tbb-13.0.16-build1

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed new tag tbb-13.0.16-build1 at The Tor Project / Applications / 
tor-browser-build

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb-13.0.16-build1
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.12.0esr-13.5-1] Bug 305: Disable setting default browser on Windows

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed to branch mullvad-browser-115.12.0esr-13.5-1 at The Tor Project 
/ Applications / Mullvad Browser


Commits:
dace2d0a by june wilde at 2024-06-10T12:49:40-07:00
Bug 305: Disable setting default browser on Windows
Until we can pull in upstream changes to fix breakage in setting
the Mullvad Browser as default in Windows 10/11 were disabling
the ability to do so via about:preferences as well as via the
startup query dialog

- - - - -


2 changed files:

- browser/components/preferences/main.js
- browser/components/shell/ShellService.sys.mjs


Changes:

=
browser/components/preferences/main.js
=
@@ -1765,7 +1765,10 @@ var gMainPane = {
 "@mozilla.org/xre/directory-provider;1"
   ].getService(Ci.nsIXREDirProvider);
   // Flatpak does not support setting nor detection of default browser
-  if (!shellSvc || isInFlatpak || xreDirProvider.isPortableMode) {
+  // Mullvad Bug 298: the ability to set Mullvad as the default browser in
+  // Windows is currently not functioning so hide the DOM Element 
containing
+  // default browser settings on non-portable Windows installs as well
+  if (!shellSvc || isInFlatpak || xreDirProvider.isPortableMode || 
AppConstants.platform == "win") {
 defaultBrowserBox.hidden = true;
 return;
   }


=
browser/components/shell/ShellService.sys.mjs
=
@@ -92,6 +92,13 @@ let ShellServiceInternal = {
*/
   _checkedThisSession: false,
   get shouldCheckDefaultBrowser() {
+// Mullvad Bug 298: the ability to set Mullvad as the default browser in
+// Windows is currently not functioning so in lieu of overwriting user 
prefs
+// or shipping a new default return early here
+if(AppConstants.platform == "win") {
+  return false;
+}
+
 // If we've already checked, the browser has been started and this is a
 // new window open, and we don't want to check again.
 if (this._checkedThisSession) {



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/dace2d0a68dcf9e608ef0c1c4ede4133577705e1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/dace2d0a68dcf9e608ef0c1c4ede4133577705e1
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser-build] Pushed new branch maint-13.5

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed new branch maint-13.5 at The Tor Project / Applications / 
tor-browser-build

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/maint-13.5
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser] Pushed new tag tor-browser-115.12.0esr-13.0-1-build1

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed new tag tor-browser-115.12.0esr-13.0-1-build1 at The Tor Project 
/ Applications / Tor Browser

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-browser-115.12.0esr-13.0-1-build1
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-115.12.0esr-13.0-1-build1

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed new tag mullvad-browser-115.12.0esr-13.0-1-build1 at The Tor 
Project / Applications / Mullvad Browser

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullvad-browser-115.12.0esr-13.0-1-build1
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/firefox-android] Pushed new tag firefox-android-115.2.1-13.0-1-build18

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed new tag firefox-android-115.2.1-13.0-1-build18 at The Tor 
Project / Applications / firefox-android

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/firefox-android/-/tree/firefox-android-115.2.1-13.0-1-build18
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/mullvad-browser] Pushed new branch mullvad-browser-115.12.0esr-13.0-1

2024-06-10 Thread Pier Angelo Vendrame (@pierov) via tor-commits


Pier Angelo Vendrame pushed new branch mullvad-browser-115.12.0esr-13.0-1 at 
The Tor Project / Applications / Mullvad Browser

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullvad-browser-115.12.0esr-13.0-1
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser] Pushed new branch tor-browser-115.12.0esr-13.0-1

2024-06-10 Thread Pier Angelo Vendrame (@pierov) via tor-commits


Pier Angelo Vendrame pushed new branch tor-browser-115.12.0esr-13.0-1 at The 
Tor Project / Applications / Tor Browser

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-browser-115.12.0esr-13.0-1
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.11.0esr-13.0-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-10 Thread ma1 (@ma1) via tor-commits


ma1 pushed to branch mullvad-browser-115.11.0esr-13.0-1 at The Tor Project / 
Applications / Mullvad Browser


Commits:
262d3d99 by Edgar Chen at 2024-06-10T20:24:04+02:00
Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D209355
- - - - -


1 changed file:

- xpfe/appshell/AppWindow.cpp


Changes:

=
xpfe/appshell/AppWindow.cpp
=
@@ -3018,6 +3018,9 @@ void AppWindow::FullscreenChanged(bool aInFullscreen) {
 
 void AppWindow::FinishFullscreenChange(bool aInFullscreen) {
   mFullscreenChangeState = FullscreenChangeState::NotChanging;
+  if (nsXULPopupManager* pm = nsXULPopupManager::GetInstance()) {
+pm->Rollup({});
+  }
   if (mDocShell) {
 if (nsCOMPtr ourWindow = mDocShell->GetWindow()) {
   ourWindow->FinishFullscreenChange(aInFullscreen);



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/262d3d99cc1fbc4b3aea211ca6190d432b92e5fd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/262d3d99cc1fbc4b3aea211ca6190d432b92e5fd
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser][base-browser-115.11.0esr-13.0-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-10 Thread ma1 (@ma1) via tor-commits


ma1 pushed to branch base-browser-115.11.0esr-13.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
89e409e8 by Edgar Chen at 2024-06-10T20:20:59+02:00
Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D209355
- - - - -


1 changed file:

- xpfe/appshell/AppWindow.cpp


Changes:

=
xpfe/appshell/AppWindow.cpp
=
@@ -3018,6 +3018,9 @@ void AppWindow::FullscreenChanged(bool aInFullscreen) {
 
 void AppWindow::FinishFullscreenChange(bool aInFullscreen) {
   mFullscreenChangeState = FullscreenChangeState::NotChanging;
+  if (nsXULPopupManager* pm = nsXULPopupManager::GetInstance()) {
+pm->Rollup({});
+  }
   if (mDocShell) {
 if (nsCOMPtr ourWindow = mDocShell->GetWindow()) {
   ourWindow->FinishFullscreenChange(aInFullscreen);



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/89e409e83f0b8f3018bf746b2966a9f01309b20b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/89e409e83f0b8f3018bf746b2966a9f01309b20b
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.11.0esr-13.0-1] Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

2024-06-10 Thread ma1 (@ma1) via tor-commits


ma1 pushed to branch tor-browser-115.11.0esr-13.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
8fc6e0c6 by Edgar Chen at 2024-06-10T20:15:15+02:00
Bug 1828259 - Close XUL popup when entering/exiting fullscreen; r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D209355
- - - - -


1 changed file:

- xpfe/appshell/AppWindow.cpp


Changes:

=
xpfe/appshell/AppWindow.cpp
=
@@ -3018,6 +3018,9 @@ void AppWindow::FullscreenChanged(bool aInFullscreen) {
 
 void AppWindow::FinishFullscreenChange(bool aInFullscreen) {
   mFullscreenChangeState = FullscreenChangeState::NotChanging;
+  if (nsXULPopupManager* pm = nsXULPopupManager::GetInstance()) {
+pm->Rollup({});
+  }
   if (mDocShell) {
 if (nsCOMPtr ourWindow = mDocShell->GetWindow()) {
   ourWindow->FinishFullscreenChange(aInFullscreen);



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8fc6e0c6dd460d9ce144482c9c0181cec6318cbd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8fc6e0c6dd460d9ce144482c9c0181cec6318cbd
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41161: Explicitly fetch tags in the relprep script.

2024-06-10 Thread richard (@richard) via tor-commits


richard pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
eb369108 by Pier Angelo Vendrame at 2024-06-10T09:18:42+02:00
Bug 41161: Explicitly fetch tags in the relprep script.

This should make sure the script always bumps the build number in
rbm.conf if needed.

- - - - -


1 changed file:

- tools/relprep.py


Changes:

=
tools/relprep.py
=
@@ -158,6 +158,7 @@ class ReleasePreparation:
 if remote is None:
 raise RuntimeError("Cannot find the tpo/applications remote.")
 remote.fetch()
+remote.fetch(tags=True)
 
 branch_name = (
 "main" if self.version.is_alpha else f"maint-{self.version.major}"



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/eb369108d7c65cb39feaf07fb3244f41c1f60b82

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/eb369108d7c65cb39feaf07fb3244f41c1f60b82
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag mb-13.5a9-build2

2024-06-10 Thread Pier Angelo Vendrame (@pierov) via tor-commits


Pier Angelo Vendrame pushed new tag mb-13.5a9-build2 at The Tor Project / 
Applications / tor-browser-build

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-13.5a9-build2
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser-build] Pushed new tag tbb-13.5a9-build2

2024-06-10 Thread Pier Angelo Vendrame (@pierov) via tor-commits


Pier Angelo Vendrame pushed new tag tbb-13.5a9-build2 at The Tor Project / 
Applications / tor-browser-build

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb-13.5a9-build2
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41146, 41147: Bump build tag.

2024-06-10 Thread Pier Angelo Vendrame (@pierov) via tor-commits


Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
35004b06 by Pier Angelo Vendrame at 2024-06-10T09:01:17+02:00
Bug 41146,41147: Bump build tag.

- - - - -


1 changed file:

- rbm.conf


Changes:

=
rbm.conf
=
@@ -74,7 +74,7 @@ buildconf:
 
 var:
   torbrowser_version: '13.5a9'
-  torbrowser_build: 'build1'
+  torbrowser_build: 'build2'
   # This should be the date of when the build is started. For the build
   # to be reproducible, browser_release_date should always be in the past.
   browser_release_date: '2024/06/10 06:30:00'



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/35004b06fbfeae6493c2690c207ef42239b0c268

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/35004b06fbfeae6493c2690c207ef42239b0c268
You're receiving this email because of your account on gitlab.torproject.org.


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


[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41146, 41147: Updated translations and tor for 13.5a9build2.

2024-06-10 Thread Pier Angelo Vendrame (@pierov) via tor-commits


Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / 
tor-browser-build


Commits:
8467a698 by Pier Angelo Vendrame at 2024-06-10T08:56:54+02:00
Bug 41146,41147: Updated translations and tor for 13.5a9build2.

- - - - -


6 changed files:

- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/allowed_addons.json
- projects/tor/config
- projects/translation/config
- rbm.conf


Changes:

=
projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
=
@@ -1,4 +1,4 @@
-Mullvad Browser 13.5a9 - June 07 2024
+Mullvad Browser 13.5a9 - June 10 2024
  * All Platforms
* Updated Firefox to 115.12.0esr
* Updated uBlock Origin to 1.58.0


=
projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
=
@@ -1,5 +1,6 @@
-Tor Browser 13.5a9 - June 07 2024
+Tor Browser 13.5a9 - June 10 2024
  * All Platforms
+   * Updated Tor to 0.4.8.12
* Updated OpenSSL to 3.0.14
* Bug 41467: compat: beacon: re-enable the API but transform it to a no-op 
[tor-browser]
* Bug 42604: Add some debug logs about circuits [tor-browser]


=
projects/browser/allowed_addons.json
=
Binary files a/projects/browser/allowed_addons.json and 
b/projects/browser/allowed_addons.json differ


=
projects/tor/config
=
@@ -1,6 +1,6 @@
 # vim: filetype=yaml sw=2
 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% 
c("var/build_id") %].tar.[% c("compress_tar") %]'
-version: 0.4.8.11
+version: 0.4.8.12
 git_hash: 'tor-[% c("version") %]'
 git_url: https://gitlab.torproject.org/tpo/core/tor.git
 git_submodule: 1


=
projects/translation/config
=
@@ -12,19 +12,19 @@ compress_tar: 'gz'
 steps:
   base-browser:
 base-browser: '[% INCLUDE build %]'
-git_hash: 0fa2e3c3041cfd6730edbd09ecba4926840cbf45
+git_hash: a2c920966678dd664e98318557ef03ab22023880
 targets:
   nightly:
 git_hash: 'base-browser'
   tor-browser:
 tor-browser: '[% INCLUDE build %]'
-git_hash: 5a548c5a3c8de50182cebb560901792a9513f37b
+git_hash: 0542de960c53726fab59918eeaddb3173dbacea2
 targets:
   nightly:
 git_hash: 'tor-browser'
   mullvad-browser:
 mullvad-browser: '[% INCLUDE build %]'
-git_hash: c5361cb496ae7e047fd9226139537f1fcfc7938d
+git_hash: bff8092bbe5ae93b2c162ade300d739b2cd9e92d
 targets:
   nightly:
 git_hash: 'mullvad-browser'
@@ -32,7 +32,7 @@ steps:
 fenix: '[% INCLUDE build %]'
 # We need to bump the commit before releasing but just pointing to a branch
 # might cause too much rebuidling of the Firefox part.
-git_hash: 90cb3269f3fd7a8676d5724045b2403715797eef
+git_hash: 35087956c0e382242935c2ce6e9cecfd44c112bc
 compress_tar: 'zst'
 targets:
   nightly:


=
rbm.conf
=
@@ -77,7 +77,7 @@ var:
   torbrowser_build: 'build1'
   # This should be the date of when the build is started. For the build
   # to be reproducible, browser_release_date should always be in the past.
-  browser_release_date: '2024/06/07 00:00:00'
+  browser_release_date: '2024/06/10 06:30:00'
   browser_release_date_timestamp: '[% USE date; 
date.format(c("var/browser_release_date"), "%s") %]'
   updater_enabled: 1
   build_mar: 1



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8467a698ddd93ca3ab6c433de6fe604fbd0faa8e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8467a698ddd93ca3ab6c433de6fe604fbd0faa8e
You're receiving this email because of your account on gitlab.torproject.org.


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