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

Commits:

9 changed files:

Changes:

  • projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
    1
    +Mullvad Browser 16.0a1 - December 11 2025
    
    2
    + * All Platforms
    
    3
    +   * Updated Firefox to 146.0a1esr
    
    4
    +   * Updated NoScript to 13.5.1.90101984
    
    5
    +   * Updated Mullvad Browser Extension to 0.9.7
    
    6
    +   * Updated uBlock Origin to 1.68.0
    
    7
    +   * Bug 483: Add the "No AI" version of DuckDuckGo to available search engines [mullvad-browser]
    
    8
    +   * Bug 487: Search engines are sorted alphabetically rather than the desired order [mullvad-browser]
    
    9
    +   * Bug 496: Rebase Mullvad Browser Alpha onto 146.0a1 [mullvad-browser]
    
    10
    +   * Bug 22974: Self-host NoScript Updates [tor-browser]
    
    11
    +   * Bug 44118: Decide how to deal with upstream feature gates in a RR world [tor-browser]
    
    12
    +   * Bug 44302: Fix the flags of some about pages [tor-browser]
    
    13
    +   * Bug 44310: Default zoom always resets to 100% [tor-browser]
    
    14
    +   * Bug 44333: Add the "No AI" version of DuckDuckGo to available search engines [tor-browser]
    
    15
    +   * Bug 44365: Fix CSS linting errors introduced for firefox 145 [tor-browser]
    
    16
    +   * Bug 44391: Restrictions cascade blocks every capability in subframes (e.g. captchas) [tor-browser]
    
    17
    + * Windows
    
    18
    +   * Bug 479: Fix WebRTC on mingw after the 144 rebase [mullvad-browser]
    
    19
    +   * Bug 500: Restore NSIS plugin Makefiles [mullvad-browser]
    
    20
    + * Linux
    
    21
    +   * Bug 434: Make Linux aarch64 builds available through the Alpha channel [mullvad-browser]
    
    22
    +   * Bug 44273: Restore Noto CJK as Jigmo has a too low readability [tor-browser]
    
    23
    +   * Bug 44315: Font/text issue with self-upgrade window [tor-browser]
    
    24
    + * Build System
    
    25
    +   * All Platforms
    
    26
    +     * Bug 493: Automatically check whether the signed build is avaliable on dist.torproject.org before notifying Mullvad for QA [mullvad-browser]
    
    27
    +     * Bug 40903: Make xz multi-threaded [tor-browser-build]
    
    28
    +     * Bug 41643: Update toolchains for Firefox 146 [tor-browser-build]
    
    29
    +     * Bug 41644: Self-hosted browser extensions support in relprep.py [tor-browser-build]
    
    30
    +     * Bug 41647: Add a XZ_DEFAULTS to set_default_env [tor-browser-build]
    
    31
    +     * Bug 41662: Add python-zstandard to desktop containers [tor-browser-build]
    
    32
    +   * Linux
    
    33
    +     * Bug 41627: Firefox build system needs a more recent version of OpenSSL on Linux [tor-browser-build]
    
    34
    +     * Bug 41632: Ship Linux aarch64 builds in Alpha Release Channel [tor-browser-build]
    
    35
    +     * Bug 41639: Remove linux-arm target [tor-browser-build]
    
    36
    +     * Bug 41640: Clean the GCC config file [tor-browser-build]
    
    37
    +
    
    1 38
     Mullvad Browser 15.0a4 - October 16 2025
    
    2 39
      * All Platforms
    
    3 40
        * Updated Firefox to 140.4.0esr
    

  • projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
    1
    +Tor Browser 16.0a1 - December 11 2025
    
    2
    + * All Platforms
    
    3
    +   * Updated NoScript to 13.5.1.90101984
    
    4
    +   * Bug 43792: Determine whether noscript_persist users need to have their NoScript settings migrated [tor-browser]
    
    5
    +   * Bug 43998: Rebase Tor Browser Alpha onto 141.0 [tor-browser]
    
    6
    +   * Bug 44118: Decide how to deal with upstream feature gates in a RR world [tor-browser]
    
    7
    +   * Bug 44280: Test stream isolation [tor-browser]
    
    8
    +   * Bug 44333: Add the "No AI" version of DuckDuckGo to available search engines [tor-browser]
    
    9
    +   * Bug 44365: Fix CSS linting errors introduced for firefox 145 [tor-browser]
    
    10
    +   * Bug 44391: Restrictions cascade blocks every capability in subframes (e.g. captchas) [tor-browser]
    
    11
    +   * Bug 44408: Fix TorDomainIsolator in 146 [tor-browser]
    
    12
    +   * Bug 44418: Update built-in obfs4 bridges [tor-browser]
    
    13
    +   * Bug 41609: Move back to CDN77 for default snowflake bridge [tor-browser-build]
    
    14
    +   * Bug 41646: Update lyrebird version to v0.7.0 [tor-browser-build]
    
    15
    +   * Bug 483: Add the "No AI" version of DuckDuckGo to available search engines [mullvad-browser]
    
    16
    +   * Bug 487: Search engines are sorted alphabetically rather than the desired order [mullvad-browser]
    
    17
    + * Windows + macOS + Linux
    
    18
    +   * Updated Firefox to 146.0a1esr
    
    19
    +   * Bug 44302: Fix the flags of some about pages [tor-browser]
    
    20
    +   * Bug 44310: Default zoom always resets to 100% [tor-browser]
    
    21
    +   * Bug 44411: DownloadsTorWarning.sys.mjs fails to load [tor-browser]
    
    22
    +   * Bug 44419: Re-add the moz-toggle title attribute patch [tor-browser]
    
    23
    + * Linux
    
    24
    +   * Bug 44273: Restore Noto CJK as Jigmo has a too low readability [tor-browser]
    
    25
    +   * Bug 44315: Font/text issue with self-upgrade window [tor-browser]
    
    26
    + * Android
    
    27
    +   * Updated GeckoView to 146.0a1esr
    
    28
    +   * Bug 44303: Extension update job might never work on Android [tor-browser]
    
    29
    +   * Bug 44324: Refactor the NSS no proxy-bypass patch on A-S to avoid -Wunreachable-code [tor-browser]
    
    30
    + * Build System
    
    31
    +   * All Platforms
    
    32
    +     * Bug 43951: Include product with the component in triage CSVs [tor-browser]
    
    33
    +     * Bug 40903: Make xz multi-threaded [tor-browser-build]
    
    34
    +     * Bug 41445: Better handle bugzilla "Web Compatibility" issues in generate-bugzilla-triage-csv [tor-browser-build]
    
    35
    +     * Bug 41607: Fix regression from #41373 in tools/count-mar-downloads [tor-browser-build]
    
    36
    +     * Bug 41608: Add per-platform numbers for incrementals in count-mar-downloads [tor-browser-build]
    
    37
    +     * Bug 41643: Update toolchains for Firefox 146 [tor-browser-build]
    
    38
    +     * Bug 41644: Self-hosted browser extensions support in relprep.py [tor-browser-build]
    
    39
    +     * Bug 41647: Add a XZ_DEFAULTS to set_default_env [tor-browser-build]
    
    40
    +     * Bug 41648: Add a mozconfig to projects/geckoview [tor-browser-build]
    
    41
    +     * Bug 41654: Make relprep.py update Moat settings [tor-browser-build]
    
    42
    +   * Windows + macOS + Linux
    
    43
    +     * Bug 41662: Add python-zstandard to desktop containers [tor-browser-build]
    
    44
    +   * Windows + Linux + Android
    
    45
    +     * Bug 41580: Update Go major to 1.25.x [tor-browser-build]
    
    46
    +     * Updated Go to 1.25.5
    
    47
    +   * Linux
    
    48
    +     * Bug 41601: Upstream droppped Linux i686 support [tor-browser-build]
    
    49
    +     * Bug 41627: Firefox build system needs a more recent version of OpenSSL on Linux [tor-browser-build]
    
    50
    +     * Bug 41632: Ship Linux aarch64 builds in Alpha Release Channel [tor-browser-build]
    
    51
    +     * Bug 41639: Remove linux-arm target [tor-browser-build]
    
    52
    +     * Bug 41640: Clean the GCC config file [tor-browser-build]
    
    53
    +   * Android
    
    54
    +     * Bug 44360: Patch the vendored Gradle Nimbus plugin [tor-browser]
    
    55
    +     * Bug 44370: Always produce target.maven.zip [tor-browser]
    
    56
    +     * Bug 41485: Retire get_gradle_dependencies_list and create a simple way to update gradle deps [tor-browser-build]
    
    57
    +     * Bug 41573: Remove Android x86 support [tor-browser-build]
    
    58
    +     * Bug 41617: Pass page size to zipalign [tor-browser-build]
    
    59
    +     * Bug 41620: Do not rerun zipalign when signing [tor-browser-build]
    
    60
    +     * Bug 41621: Remove support using older android build tools when signing 14.5 releases in tools/signing/wrappers/sign-apk [tor-browser-build]
    
    61
    +     * Bug 41628: android_ndk_version and revision can be grouped together [tor-browser-build]
    
    62
    +     * Bug 41636: Update the scripts to manage Gradle dependencies [tor-browser-build]
    
    63
    +
    
    1 64
     Tor Browser 15.0a4 - October 16 2025
    
    2 65
      * All Platforms
    
    3 66
        * Updated NoScript to 13.2.1
    

  • projects/browser/config
    ... ... @@ -108,16 +108,16 @@ input_files:
    108 108
         enable: '[% ! c("var/android") %]'
    
    109 109
       - filename: dmg-root
    
    110 110
         enable: '[% ! c("var/android") %]'
    
    111
    -  - URL: https://addons.mozilla.org/firefox/downloads/file/4593796/noscript-13.2.1.xpi
    
    111
    +  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.5.1.90101984.xpi
    
    112 112
         name: noscript
    
    113
    -    sha256sum: 190297f3d1e55db0c65f9bc00460bea9b753939d428ea593d6cef27fde1ce69a
    
    114
    -  - URL: https://addons.mozilla.org/firefox/downloads/file/4578681/ublock_origin-1.66.4.xpi
    
    113
    +    sha256sum: 4731db06df1e433f843cd0d3d449241c9f143ff9d5bbf787c8162bfa63c8ab6c
    
    114
    +  - URL: https://addons.mozilla.org/firefox/downloads/file/4629131/ublock_origin-1.68.0.xpi
    
    115 115
         name: ublock-origin
    
    116
    -    sha256sum: bc62cd930601212f1568964389352bbd4b1808466f2c9ac1198c754338077fb0
    
    116
    +    sha256sum: 5caf4abda494018841222a12156919bbdd8cad82a783c38c36b22dd642704315
    
    117 117
         enable: '[% c("var/mullvad-browser") %]'
    
    118
    -  - URL: https://cdn.mullvad.net/browser-extension/0.9.5/mullvad-browser-extension-0.9.5.xpi
    
    118
    +  - URL: https://cdn.mullvad.net/browser-extension/0.9.7/mullvad-browser-extension-0.9.7.xpi
    
    119 119
         name: mullvad-extension
    
    120
    -    sha256sum: c36f8d5447300621579f7f1408a25f25dac3929c867e7ae5db9fc8b82e80a4e9
    
    120
    +    sha256sum: 4597ee6fff6a2f19cbf78a6149d38d12ad8a9d6029b7e36f6c639dc3e07dd2c3
    
    121 121
         enable: '[% c("var/mullvad-browser") %]'
    
    122 122
       - filename: 'gtk3-settings.ini'
    
    123 123
         enable: '[% c("var/linux") %]'
    

  • projects/firefox/config
    ... ... @@ -19,9 +19,9 @@ var:
    19 19
       firefox_platform_version: '146.0a1'
    
    20 20
       firefox_version: '[% c("var/firefox_platform_version") %]'
    
    21 21
       browser_series: '16.0'
    
    22
    -  browser_rebase: 1
    
    22
    +  browser_rebase: 2
    
    23 23
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    24
    -  browser_build: 1
    
    24
    +  browser_build: 2
    
    25 25
       copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
    
    26 26
       nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
    
    27 27
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    

  • projects/geckoview/config
    ... ... @@ -21,9 +21,9 @@ var:
    21 21
       firefox_platform_version: '146.0a1'
    
    22 22
       geckoview_version: '[% c("var/firefox_platform_version") %]'
    
    23 23
       browser_series: '16.0'
    
    24
    -  browser_rebase: 1
    
    24
    +  browser_rebase: 2
    
    25 25
       browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
    
    26
    -  browser_build: 1
    
    26
    +  browser_build: 2
    
    27 27
       gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
    
    28 28
       git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
    
    29 29
       deps:
    

  • projects/go/config
    1 1
     # vim: filetype=yaml sw=2
    
    2
    -version: '1.25.3'
    
    2
    +version: '1.25.5'
    
    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: a81a4ba593d0015e10c51e267de3ff07c7ac914dfca037d9517d029517097795
    
    8
    +  source_sha256: 22a5fd0a91efcd28a1b0537106b9959b2804b61f59c3758b51e8e5429c1a954f
    
    9 9
       no_crosscompile: 1
    
    10 10
       setup: |
    
    11 11
         mkdir -p /var/tmp/dist
    

  • projects/moat-settings/config
    1 1
     # vim: filetype=yaml sw=2
    
    2 2
     filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
    
    3 3
     git_url: https://gitlab.torproject.org/tpo/anti-censorship/rdsys-admin.git
    
    4
    -git_hash: 810fb24bd5fe36c8c0a67ecf8f8ec47b479eee31
    
    4
    +git_hash: c13a8e5909d78abbabf5b853e20e63e38fcc4808
    
    5 5
     version: '[% c("abbrev") %]'
    
    6 6
     # Use gz for now, since we do not support Zstandard on Linux containers.
    
    7 7
     compress_tar: 'gz'

  • 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: dff70d135408cfc24931c170efa91fbaded19914
    
    15
    +    git_hash: d366318349af0977ff23b492fa87e436e8672fdd
    
    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: ca310e42296a7085ea59fc323592f3dc702123ac
    
    21
    +    git_hash: 45b67d3be52f79e8a4b361fd04ab12f342ab0016
    
    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: 0efa38c746df88feeb4daa7150e394e87e6d4d18
    
    35
    +    git_hash: 4690b13484b82453db1482af32953ee2c9398568
    
    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: '15.0a4'
    
    84
    +  torbrowser_version: '16.0a1'
    
    85 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: '2025/10/15 18:00:00'
    
    88
    +  browser_release_date: '2025/12/11 14:20:12'
    
    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
    +    - 15.0a4
    
    134 135
         - 15.0a3
    
    135 136
         - 15.0a2
    
    136
    -    - 15.0a1
    
    137 137
       mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
    
    138 138
     
    
    139 139
     #  torbrowser_legacy_version: 13.5.22