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

[tor-commits] [Git][tpo/applications/mullvad-browser][mullvad-browser-115.10.0esr-13.5-1] fixup! MB 1: Mullvad Browser branding



Title: GitLab

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

Commits:

  • dd21380f
    by Pier Angelo Vendrame at 2024-05-06T09:16:59+02:00
    fixup! MB 1: Mullvad Browser branding
    
    MB 284: Customize logs in about:debugging.
    

4 changed files:

Changes:

  • devtools/client/aboutdebugging/src/actions/runtimes.js
    ... ... @@ -60,25 +60,7 @@ const CONNECTION_TIMING_OUT_DELAY = 3000;
    60 60
     const CONNECTION_CANCEL_DELAY = 13000;
    
    61 61
     
    
    62 62
     async function getRuntimeIcon(runtime, channel) {
    
    63
    -  if (runtime.isFenix) {
    
    64
    -    switch (channel) {
    
    65
    -      case "release":
    
    66
    -      case "beta":
    
    67
    -        return "chrome://devtools/skin/images/aboutdebugging-fenix.svg";
    
    68
    -      case "aurora":
    
    69
    -      default:
    
    70
    -        return "chrome://devtools/skin/images/aboutdebugging-fenix-nightly.svg";
    
    71
    -    }
    
    72
    -  }
    
    73
    -
    
    74
    -  // Use the release build skin for devtools within Tor Browser alpha releases.
    
    75
    -  if (channel === "alpha") {
    
    76
    -    return "chrome://devtools/skin/images/aboutdebugging-firefox-release.svg";
    
    77
    -  }
    
    78
    -
    
    79
    -  return channel === "release" || channel === "beta" || channel === "aurora"
    
    80
    -    ? `chrome://devtools/skin/images/aboutdebugging-firefox-${channel}.svg`
    
    81
    -    : "chrome://devtools/skin/images/aboutdebugging-firefox-nightly.svg";
    
    63
    +  return "chrome://branding/content/about-logo.svg";
    
    82 64
     }
    
    83 65
     
    
    84 66
     function onRemoteDevToolsClientClosed() {
    

  • devtools/client/aboutdebugging/src/components/sidebar/Sidebar.js
    ... ... @@ -43,7 +43,7 @@ const RefreshDevicesButton = createFactory(
    43 43
       require("resource://devtools/client/aboutdebugging/src/components/sidebar/RefreshDevicesButton.js")
    
    44 44
     );
    
    45 45
     const FIREFOX_ICON =
    
    46
    -  "chrome://devtools/skin/images/aboutdebugging-firefox-logo.svg";
    
    46
    +  "chrome://devtools/skin/images/aboutdebugging-mullvadbrowser-logo.svg";
    
    47 47
     const CONNECT_ICON = "chrome://devtools/skin/images/settings.svg";
    
    48 48
     const GLOBE_ICON =
    
    49 49
       "chrome://devtools/skin/images/aboutdebugging-globe-icon.svg";
    

  • devtools/client/jar.mn
    ... ... @@ -374,6 +374,7 @@ devtools.jar:
    374 374
         skin/images/aboutdebugging-firefox-release.svg (themes/images/aboutdebugging-firefox-release.svg)
    
    375 375
         skin/images/aboutdebugging-globe-icon.svg (themes/images/aboutdebugging-globe-icon.svg)
    
    376 376
         skin/images/aboutdebugging-information.svg (themes/images/aboutdebugging-information.svg)
    
    377
    +    skin/images/aboutdebugging-mullvadbrowser-logo.svg (themes/images/aboutdebugging-mullvadbrowser-logo.svg)
    
    377 378
         skin/images/aboutdebugging-process-icon.svg (themes/images/aboutdebugging-process-icon.svg)
    
    378 379
         skin/images/aboutdebugging-usb-icon.svg (themes/images/aboutdebugging-usb-icon.svg)
    
    379 380
         content/aboutdebugging/index.html (aboutdebugging/index.html)
    

  • devtools/client/themes/images/aboutdebugging-mullvadbrowser-logo.svg
    1
    +<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
    
    2
    +<path fill-rule="evenodd" clip-rule="evenodd" d="M13.125 8.125C10.3636 8.125 8.125 10.3636 8.125 13.125V66.875C8.125 69.6364 10.3636 71.875 13.125 71.875H66.875C69.6364 71.875 71.875 69.6364 71.875 66.875V13.125C71.875 10.3636 69.6364 8.125 66.875 8.125H13.125ZM17.5 16.875H27L40 41.5L53 16.875H62.5V63.75H53V39.25L46.5 51.625H33.5L27 39.25V63.75H17.5V16.875Z" fill="context-fill"/>
    
    3
    +</svg>

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