Pier Angelo Vendrame pushed to branch mullvad-browser-128.5.0esr-14.5-1 at The Tor Project / Applications / Mullvad Browser

Commits:

2 changed files:

Changes:

  • mozconfig-linux-aarch64-dev
    1
    +. $topsrcdir/browser/config/mozconfigs/mullvad-browser
    
    2
    +
    
    3
    +# This mozconfig file is not used in official builds.
    
    4
    +# It is only intended to be used when doing incremental Linux builds
    
    5
    +# during development.
    
    6
    +
    
    7
    +# Moz switched to lld for all Linux targets in Bug 1839739.
    
    8
    +ac_add_options --enable-linker=lld
    
    9
    +
    
    10
    +export MOZILLA_OFFICIAL=
    
    11
    +ac_add_options --with-branding=browser/branding/mb-nightly
    
    12
    +
    
    13
    +ac_add_options --enable-default-toolkit=cairo-gtk3
    
    14
    +
    
    15
    +ac_add_options --disable-strip
    
    16
    +ac_add_options --disable-install-strip
    
    17
    +
    
    18
    +ac_add_options --with-base-browser-version=dev-build
    
    19
    +ac_add_options --disable-base-browser-update

  • services/settings/dumps/main/moz.build
    ... ... @@ -14,6 +14,8 @@ if not CONFIG["MOZ_BUILD_APP"].startswith("mobile/"):
    14 14
         FINAL_TARGET_FILES.defaults.settings.main += [
    
    15 15
             "anti-tracking-url-decoration.json",
    
    16 16
             "cookie-banner-rules-list.json",
    
    17
    +        "devtools-compatibility-browsers.json",
    
    18
    +        "devtools-devices.json",
    
    17 19
             "example.json",
    
    18 20
             "hijack-blocklists.json",
    
    19 21
             "password-rules.json",