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

Commits:

10 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 16.0a8 - June 25 2026
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 152.0a1
    
    4
    +   * Updated NoScript to 13.6.24.90101984
    
    5
    +   * Bug 44528: Make sure desktop IP Protection is disabled on desktop [tor-browser]
    
    6
    +   * Bug 44795: Revert BB 27604 patch as not needed anymore [tor-browser]
    
    7
    +   * Bug 44857: Drop `browser.display.use_system_colors` from our preference list [tor-browser]
    
    8
    +   * Bug 44896: Review Mozilla 2030929: Remove unused pref privacy.partition.network_state [tor-browser]
    
    9
    +   * Bug 44955: Use `context-fill` for `about-wordmark.svg` [tor-browser]
    
    10
    +   * Bug 44956: Switch colours in letterboxing setting icons to match the tab-alignment icons [tor-browser]
    
    11
    +   * Bug 45016: Several errors about EngineProcess.sys.mjs in 152 [tor-browser]
    
    12
    +   * Bug 45017: Wrong letterboxing background in 152 [tor-browser]
    
    13
    +   * Bug 45018: resistfingerprinting not available in appearance.mjs in 152 [tor-browser]
    
    14
    +   * Bug 45019: ReportBrokenSite startup error in 152 [tor-browser]
    
    15
    +   * Bug 45037: Potential runtime errors in the search service when changing JS status [tor-browser]
    
    16
    +   * Bug 45043: Re-add missing changes to settings after 151/152 rebase [tor-browser]
    
    17
    +   * Bug 45047: Cross-site oracle via worklet rejection error in Safer Mode [tor-browser]
    
    18
    +   * Bug 45072: Disable XSLT already for 16.0 [tor-browser]
    
    19
    +   * Bug 41821: Update gpg subkeys for boklm [tor-browser-build]
    
    20
    + * Windows
    
    21
    +   * Bug 552: ABI::Windows::Graphics::Capture::IID_IGraphicsCaptureSession2 is used again in wgc_capture_session.cc [mullvad-browser]
    
    22
    + * macOS
    
    23
    +   * Bug 44728: Bundled fonts are broken on macOS when the GPU process is enabled [tor-browser]
    
    24
    + * Linux
    
    25
    +   * Bug 45048: Backport Bugzilla 2041887: Crash in [@ libfontconfig.so.1] after users upgraded to fontconfig 2.18.0 [tor-browser]
    
    26
    + * Build System
    
    27
    +   * All Platforms
    
    28
    +     * Bug 41802: Remove the tor daemon requirement for signing [tor-browser-build]
    
    29
    +     * Bug 41809: Update toolchains for Firefox 152 [tor-browser-build]
    
    30
    +     * Bug 41813: Disable build artifacts in `make generate_gradle_dependencies_list-geckoview` [tor-browser-build]
    
    31
    +     * Bug 41827: Update morgan's keychain with renewed key [tor-browser-build]
    
    32
    +
    
    1 33
     Mullvad Browser 16.0a7 - June 03 2026
    
    2 34
      * All Platforms
    
    3 35
        * Updated Firefox to 151.0a1
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    No preview for this file type
  • projects/browser/config
    ... ... @@ -87,9 +87,9 @@ input_files:
    87 87
         enable: '[% !c("var/android") %]'
    
    88 88
       - filename: dmg-root
    
    89 89
         enable: '[% c("var/macos") %]'
    
    90
    -  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.19.90401984.xpi
    
    90
    +  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.24.90101984.xpi
    
    91 91
         name: noscript
    
    92
    -    sha256sum: a387b412f24dc3fe3730ab9f0a5a1a4367875a6206e9266012167bc8e67723c9
    
    92
    +    sha256sum: 58df96b190024a33785e5af2281994be65c380674049adeaa2318c11add099ee
    
    93 93
       - URL: https://addons.mozilla.org/firefox/downloads/file/4814095/ublock_origin-1.71.0.xpi
    
    94 94
         name: ublock-origin
    
    95 95
         sha256sum: 47f788a1fc2c014830b30bb0ef9588615701b98c5265fb19b8cf4ba779849feb
    

  • projects/firefox/config
    ... ... @@ -23,7 +23,7 @@ var:
    23 23
       browser_series: '16.0'
    
    24 24
       browser_rebase: 2
    
    25 25
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    26
    -  browser_build: 1
    
    26
    +  browser_build: 3
    
    27 27
       upstream_firefox_commit: FIREFOX_NIGHTLY_152_END
    
    28 28
       copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
    
    29 29
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    

  • projects/geckoview/config
    ... ... @@ -26,7 +26,7 @@ var:
    26 26
       browser_series: '16.0'
    
    27 27
       browser_rebase: 2
    
    28 28
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    29
    -  browser_build: 1
    
    29
    +  browser_build: 3
    
    30 30
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    31 31
       git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
    
    32 32
       deps:
    

  • projects/go/config
    1 1
     # vim: filetype=yaml sw=2
    
    2
    -version: '1.26.3'
    
    2
    +version: '1.26.4'
    
    3 3
     filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    4 4
     container:
    
    5 5
       use_container: 1
    
    6 6
     
    
    7 7
     var:
    
    8
    -  source_sha256: 1c646875d0aa8799133184ed57cf79ff24bdefe8c8820470602a9d3d6d9192b8
    
    8
    +  source_sha256: 4f668a32fbfc1132e6a881fb968c2f1dada631492a339211735fbb255a42602d
    
    9 9
       no_crosscompile: 1
    
    10 10
       setup: |
    
    11 11
         mkdir -p /var/tmp/dist
    

  • projects/openssl/config
    1 1
     # vim: filetype=yaml sw=2
    
    2
    -version: 3.5.6
    
    2
    +version: 3.5.7
    
    3 3
     filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    4 4
     container:
    
    5 5
       use_container: 1
    
    ... ... @@ -41,5 +41,5 @@ input_files:
    41 41
       - name: '[% c("var/compiler") %]'
    
    42 42
         project: '[% c("var/compiler") %]'
    
    43 43
       - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
    
    44
    -    sha256sum: deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736
    
    44
    +    sha256sum: a8c0d28a529ca480f9f36cf5792e2cd21984552a3c8e4aa11a24aa31aeac98e8
    
    45 45
         name: openssl

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

  • projects/translation/config
    ... ... @@ -12,13 +12,13 @@ compress_tar: 'gz'
    12 12
     steps:
    
    13 13
       base-browser:
    
    14 14
         base-browser: '[% INCLUDE build %]'
    
    15
    -    git_hash: 1d60e454a106f032f83e1c76f7dee5309efe8938
    
    15
    +    git_hash: 4432a9ab5c10ba53dc1d3ec9329a73a44446ac4c
    
    16 16
         targets:
    
    17 17
           nightly:
    
    18 18
             git_hash: 'base-browser'
    
    19 19
       tor-browser:
    
    20 20
         tor-browser: '[% INCLUDE build %]'
    
    21
    -    git_hash: 2d7a502a0fe2ab313e03440999003d21f3df1d20
    
    21
    +    git_hash: 565e67ca7ebbf7d1b478bff1a9c6c779023f5211
    
    22 22
         targets:
    
    23 23
           nightly:
    
    24 24
             git_hash: 'tor-browser'
    
    ... ... @@ -32,7 +32,7 @@ steps:
    32 32
         fenix: '[% INCLUDE build %]'
    
    33 33
         # We need to bump the commit before releasing but just pointing to a branch
    
    34 34
         # might cause too much rebuidling of the Firefox part.
    
    35
    -    git_hash: 85e4fdaea34266fdc7f0ef88c68606edc3f280f4
    
    35
    +    git_hash: 41c4edad95ca1dca84f3c8d127956545518e00da
    
    36 36
         compress_tar: 'zst'
    
    37 37
         targets:
    
    38 38
           nightly:
    

  • rbm.conf
    ... ... @@ -81,11 +81,11 @@ buildconf:
    81 81
       git_signtag_opt: '-s'
    
    82 82
     
    
    83 83
     var:
    
    84
    -  torbrowser_version: '16.0a7'
    
    85
    -  torbrowser_build: 'build3'
    
    84
    +  torbrowser_version: '16.0a8'
    
    85
    +  torbrowser_build: 'build1'
    
    86 86
       # This should be the date of when the build is started. For the build
    
    87 87
       # to be reproducible, browser_release_date should always be in the past.
    
    88
    -  browser_release_date: '2026/06/02 12:37:12'
    
    88
    +  browser_release_date: '2026/06/25 10:00:00'
    
    89 89
       browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
    
    90 90
       browser_default_channel: alpha
    
    91 91
       browser_platforms:
    
    ... ... @@ -131,9 +131,9 @@ var:
    131 131
       updater_enabled: 1
    
    132 132
       build_mar: 1
    
    133 133
       torbrowser_incremental_from:
    
    134
    +    - 16.0a7
    
    134 135
         - 16.0a6
    
    135 136
         - 16.0a5
    
    136
    -    - 16.0a4
    
    137 137
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    138 138
     
    
    139 139
       # By default, we sort the list of installed packages. This allows sharing