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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.0a1-16.0-2] 4 commits: fixup! BB 40925: Implemented the Security Level component



Title: GitLab

henry pushed to branch tor-browser-153.0a1-16.0-2 at The Tor Project / Applications / Tor Browser

Commits:

  • f29f47e3
    by Henry Wilkes at 2026-07-15T10:31:52+00:00
    fixup! BB 40925: Implemented the Security Level component
    
    BB 45112: Rename border colour token.
    
  • 734e9ee6
    by Henry Wilkes at 2026-07-15T10:31:52+00:00
    fixup! BB 32308: Use direct browser sizing for letterboxing.
    
    BB 45112: Rename border colour tokens.
    
  • 9545d5ff
    by Henry Wilkes at 2026-07-15T10:31:52+00:00
    fixup! TB 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    TB 45112: Rename border colour tokens.
    
  • 51b7c3ee
    by Henry Wilkes at 2026-07-15T10:31:52+00:00
    fixup! TB 30237: Add v3 onion services client authentication prompt
    
    TB 45112: Rename border colour token.
    

4 changed files:

Changes:

  • browser/components/onionservices/content/onionservices.css
    ... ... @@ -16,7 +16,7 @@
    16 16
      * use the same rules).
    
    17 17
      */
    
    18 18
     #tor-clientauth-notification-key.invalid {
    
    19
    -  border: var(--border-width) solid var(--outline-color-error);
    
    19
    +  border: var(--border-width) solid var(--border-color-error);
    
    20 20
     }
    
    21 21
     
    
    22 22
     #tor-clientauth-warning {
    

  • browser/components/securitylevel/content/securityLevelPanel.css
    ... ... @@ -29,7 +29,7 @@
    29 29
       pointer-events: none;
    
    30 30
       -moz-context-properties: fill, fill-opacity;
    
    31 31
       fill-opacity: 1;
    
    32
    -  fill: var(--border-color-card);
    
    32
    +  fill: var(--card-border-color);
    
    33 33
     }
    
    34 34
     
    
    35 35
     /* NOTE: Use ":dir" instead of ":-moz-locale-dir" when panel switches to HTML. */
    

  • browser/components/torpreferences/content/torPreferences.css
    ... ... @@ -947,8 +947,8 @@ groupbox#torPreferences-bridges-group textarea {
    947 947
     }
    
    948 948
     
    
    949 949
     #user-provide-bridge-textarea.invalid-input {
    
    950
    -  border-color: var(--outline-color-error);
    
    951
    -  outline-color: var(--outline-color-error);
    
    950
    +  border-color: var(--border-color-error);
    
    951
    +  outline-color: var(--border-color-error);
    
    952 952
     }
    
    953 953
     
    
    954 954
     #user-provide-bridge-error-message {
    

  • toolkit/components/resistfingerprinting/RFPHelper.sys.mjs
    ... ... @@ -1113,7 +1113,7 @@ class _RFPHelper {
    1113 1113
             urlbarBackgroundRGBA
    
    1114 1114
           );
    
    1115 1115
           // Separator between the urlbar container #nav-bar and the tabbox.
    
    1116
    -      // For the default theme, this can be set to --border-color-card, which
    
    1116
    +      // For the default theme, this can be set to --card-border-color, which
    
    1117 1117
           // can use "currentColor".
    
    1118 1118
           const tabboxStyle = win.getComputedStyle(win.gBrowser.tabbox);
    
    1119 1119
           contentSeparatorRGBA = this._composeRGBA(
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx