[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.9.0esr-13.5-1] fixup! Base Browser's .mozconfigs.



Title: GitLab

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

Commits:

  • caf40825
    by NoisyCoil at 2024-04-08T16:40:48+02:00
    fixup! Base Browser's .mozconfigs.
    
    Bug 42501: Move `--disable-eme` to OS- and architecture-specific
    mozconfigs.
    

9 changed files:

Changes:

  • browser/config/mozconfigs/base-browser
    ... ... @@ -24,8 +24,6 @@ ac_add_options --disable-debug
    24 24
     
    
    25 25
     ac_add_options --disable-crashreporter
    
    26 26
     ac_add_options --disable-parental-controls
    
    27
    -# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    28
    -ac_add_options --disable-eme
    
    29 27
     ac_add_options --enable-proxy-bypass-protection
    
    30 28
     # See bugs #30575 and #32418: system policies are harmful either because they
    
    31 29
     # could allow proxy bypass, and override a number of other preferences we set
    

  • mozconfig-linux-i686
    ... ... @@ -10,3 +10,7 @@ ac_add_options --disable-strip
    10 10
     ac_add_options --disable-install-strip
    
    11 11
     
    
    12 12
     ac_add_options --enable-default-toolkit=cairo-gtk3
    
    13
    +
    
    14
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    15
    +ac_add_options --disable-eme
    
    16
    +

  • mozconfig-linux-x86_64
    ... ... @@ -7,3 +7,7 @@ ac_add_options --disable-strip
    7 7
     ac_add_options --disable-install-strip
    
    8 8
     
    
    9 9
     ac_add_options --enable-default-toolkit=cairo-gtk3
    
    10
    +
    
    11
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    12
    +ac_add_options --disable-eme
    
    13
    +

  • mozconfig-linux-x86_64-asan
    ... ... @@ -20,3 +20,7 @@ ac_add_options --enable-default-toolkit=cairo-gtk3
    20 20
     
    
    21 21
     ac_add_options --disable-strip
    
    22 22
     ac_add_options --disable-install-strip
    
    23
    +
    
    24
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    25
    +ac_add_options --disable-eme
    
    26
    +

  • mozconfig-linux-x86_64-dev
    ... ... @@ -17,3 +17,7 @@ ac_add_options --disable-install-strip
    17 17
     
    
    18 18
     ac_add_options --with-base-browser-version=dev-build
    
    19 19
     ac_add_options --disable-base-browser-update
    
    20
    +
    
    21
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    22
    +ac_add_options --disable-eme
    
    23
    +

  • mozconfig-macos
    ... ... @@ -10,3 +10,7 @@ ac_add_options --disable-update-agent
    10 10
     
    
    11 11
     # For base-browser we do not enable portable mode on macOS.
    
    12 12
     ac_add_options --without-relative-data-dir
    
    13
    +
    
    14
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    15
    +ac_add_options --disable-eme
    
    16
    +

  • mozconfig-macos-dev
    ... ... @@ -17,3 +17,6 @@ ac_add_options --enable-nss-mar
    17 17
     # See bug #41131
    
    18 18
     ac_add_options --disable-update-agent
    
    19 19
     
    
    20
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    21
    +ac_add_options --disable-eme
    
    22
    +

  • mozconfig-windows-i686
    ... ... @@ -19,3 +19,7 @@ ac_add_options --disable-update-agent
    19 19
     # Bug 1782837: Not supported because Mozilla (and therefore also us) build
    
    20 20
     # libc++ with LIBCXX_ENABLE_FILESYSTEM disabled.
    
    21 21
     ac_add_options --disable-notification-server
    
    22
    +
    
    23
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    24
    +ac_add_options --disable-eme
    
    25
    +

  • mozconfig-windows-x86_64
    ... ... @@ -18,3 +18,7 @@ ac_add_options --disable-update-agent
    18 18
     # Bug 1782837: Not supported because Mozilla (and therefore also us) build
    
    19 19
     # libc++ with LIBCXX_ENABLE_FILESYSTEM disabled.
    
    20 20
     ac_add_options --disable-notification-server
    
    21
    +
    
    22
    +# Let's make sure no preference is enabling either Adobe's or Google's CDM.
    
    23
    +ac_add_options --disable-eme
    
    24
    +

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