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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] 2 commits: fixup! Bug 30237: Add v3 onion services client authentication prompt



Title: GitLab

Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 05861e0d
    by Henry Wilkes at 2024-08-20T15:59:58+01:00
    fixup! Bug 30237: Add v3 onion services client authentication prompt
    
    Bug 43067: Use html:link instead of xml-stylesheet
    
  • 57cc4697
    by Henry Wilkes at 2024-08-20T16:00:44+01:00
    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    Bug 43067: Use html:link instead of xml-stylesheet
    

8 changed files:

Changes:

  • browser/components/onionservices/content/savedKeysDialog.xhtml
    1 1
     <?xml version="1.0"?>
    
    2 2
     <!-- Copyright (c) 2020, The Tor Project, Inc. -->
    
    3 3
     
    
    4
    -<?xml-stylesheet href="" type="text/css"?>
    
    5
    -<?xml-stylesheet href="" type="text/css"?>
    
    6
    -<?xml-stylesheet href="" type="text/css"?>
    
    7
    -
    
    8 4
     <window
    
    9 5
       id="onionservices-savedkeys-dialog"
    
    10 6
       windowtype="OnionServices:SavedKeys"
    
    ... ... @@ -13,6 +9,16 @@
    13 9
       data-l10n-id="onion-site-saved-keys-dialog-title"
    
    14 10
     >
    
    15 11
       <linkset>
    
    12
    +    <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    13
    +    <html:link
    
    14
    +      rel="stylesheet"
    
    15
    +      href="">"chrome://browser/skin/preferences/preferences.css"
    
    16
    +    />
    
    17
    +    <html:link
    
    18
    +      rel="stylesheet"
    
    19
    +      href="">"chrome://browser/content/onionservices/authPreferences.css"
    
    20
    +    />
    
    21
    +
    
    16 22
         <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    17 23
       </linkset>
    
    18 24
     
    

  • browser/components/torpreferences/content/bridgeQrDialog.xhtml
    1 1
     <?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<?xml-stylesheet href="" type="text/css"?>
    
    3
    -<?xml-stylesheet href=""?>
    
    4
    -<?xml-stylesheet href=""?>
    
    5 2
     
    
    6 3
     <window
    
    7 4
       type="child"
    
    ... ... @@ -11,6 +8,16 @@
    11 8
     >
    
    12 9
       <dialog id="bridgeQr-dialog" buttons="accept">
    
    13 10
         <linkset>
    
    11
    +      <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    12
    +      <html:link
    
    13
    +        rel="stylesheet"
    
    14
    +        href="">"chrome://browser/skin/preferences/preferences.css"
    
    15
    +      />
    
    16
    +      <html:link
    
    17
    +        rel="stylesheet"
    
    18
    +        href="">"chrome://browser/content/torpreferences/torPreferences.css"
    
    19
    +      />
    
    20
    +
    
    14 21
           <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    15 22
         </linkset>
    
    16 23
     
    

  • browser/components/torpreferences/content/builtinBridgeDialog.xhtml
    1 1
     <?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<?xml-stylesheet href="" type="text/css"?>
    
    3
    -<?xml-stylesheet href=""?>
    
    4
    -<?xml-stylesheet href=""?>
    
    5 2
     
    
    6 3
     <window
    
    7 4
       type="child"
    
    ... ... @@ -11,6 +8,16 @@
    11 8
     >
    
    12 9
       <dialog id="torPreferences-builtinBridge-dialog" buttons="accept,cancel">
    
    13 10
         <linkset>
    
    11
    +      <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    12
    +      <html:link
    
    13
    +        rel="stylesheet"
    
    14
    +        href="">"chrome://browser/skin/preferences/preferences.css"
    
    15
    +      />
    
    16
    +      <html:link
    
    17
    +        rel="stylesheet"
    
    18
    +        href="">"chrome://browser/content/torpreferences/torPreferences.css"
    
    19
    +      />
    
    20
    +
    
    14 21
           <html:link rel="localization" href="">"branding/brand.ftl" />
    
    15 22
           <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    16 23
         </linkset>
    

  • browser/components/torpreferences/content/connectionSettingsDialog.xhtml
    1 1
     <?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<?xml-stylesheet href="" type="text/css"?>
    
    3
    -<?xml-stylesheet href=""?>
    
    4
    -<?xml-stylesheet href=""?>
    
    5 2
     
    
    6 3
     <window
    
    7 4
       type="child"
    
    ... ... @@ -11,6 +8,16 @@
    11 8
     >
    
    12 9
       <dialog id="torPreferences-connection-dialog" buttons="accept,cancel">
    
    13 10
         <linkset>
    
    11
    +      <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    12
    +      <html:link
    
    13
    +        rel="stylesheet"
    
    14
    +        href="">"chrome://browser/skin/preferences/preferences.css"
    
    15
    +      />
    
    16
    +      <html:link
    
    17
    +        rel="stylesheet"
    
    18
    +        href="">"chrome://browser/content/torpreferences/torPreferences.css"
    
    19
    +      />
    
    20
    +
    
    14 21
           <html:link rel="localization" href="">"branding/brand.ftl" />
    
    15 22
           <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    16 23
         </linkset>
    

  • browser/components/torpreferences/content/loxInviteDialog.xhtml
    1 1
     <?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<?xml-stylesheet href="" type="text/css"?>
    
    3
    -<?xml-stylesheet href=""?>
    
    4
    -<?xml-stylesheet href=""?>
    
    5 2
     
    
    6 3
     <window
    
    7 4
       type="child"
    
    ... ... @@ -19,6 +16,16 @@
    19 16
       </menupopup>
    
    20 17
       <dialog id="lox-invite-dialog" buttons="accept">
    
    21 18
         <linkset>
    
    19
    +      <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    20
    +      <html:link
    
    21
    +        rel="stylesheet"
    
    22
    +        href="">"chrome://browser/skin/preferences/preferences.css"
    
    23
    +      />
    
    24
    +      <html:link
    
    25
    +        rel="stylesheet"
    
    26
    +        href="">"chrome://browser/content/torpreferences/torPreferences.css"
    
    27
    +      />
    
    28
    +
    
    22 29
           <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    23 30
           <html:link
    
    24 31
             rel="localization"
    

  • browser/components/torpreferences/content/provideBridgeDialog.xhtml
    1 1
     <?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<?xml-stylesheet href="" type="text/css"?>
    
    3
    -<?xml-stylesheet href=""?>
    
    4
    -<?xml-stylesheet href=""?>
    
    5 2
     
    
    6 3
     <window
    
    7 4
       type="child"
    
    ... ... @@ -14,6 +11,16 @@
    14 11
         class="show-entry-page"
    
    15 12
       >
    
    16 13
         <linkset>
    
    14
    +      <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    15
    +      <html:link
    
    16
    +        rel="stylesheet"
    
    17
    +        href="">"chrome://browser/skin/preferences/preferences.css"
    
    18
    +      />
    
    19
    +      <html:link
    
    20
    +        rel="stylesheet"
    
    21
    +        href="">"chrome://browser/content/torpreferences/torPreferences.css"
    
    22
    +      />
    
    23
    +
    
    17 24
           <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    18 25
         </linkset>
    
    19 26
     
    

  • browser/components/torpreferences/content/requestBridgeDialog.xhtml
    1 1
     <?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<?xml-stylesheet href="" type="text/css"?>
    
    3
    -<?xml-stylesheet href=""?>
    
    4
    -<?xml-stylesheet href=""?>
    
    5 2
     
    
    6 3
     <window
    
    7 4
       type="child"
    
    ... ... @@ -11,6 +8,16 @@
    11 8
     >
    
    12 9
       <dialog id="torPreferences-requestBridge-dialog" buttons="accept,cancel">
    
    13 10
         <linkset>
    
    11
    +      <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    12
    +      <html:link
    
    13
    +        rel="stylesheet"
    
    14
    +        href="">"chrome://browser/skin/preferences/preferences.css"
    
    15
    +      />
    
    16
    +      <html:link
    
    17
    +        rel="stylesheet"
    
    18
    +        href="">"chrome://browser/content/torpreferences/torPreferences.css"
    
    19
    +      />
    
    20
    +
    
    14 21
           <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    15 22
         </linkset>
    
    16 23
     
    

  • browser/components/torpreferences/content/torLogDialog.xhtml
    1 1
     <?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<?xml-stylesheet href="" type="text/css"?>
    
    3
    -<?xml-stylesheet href=""?>
    
    4
    -<?xml-stylesheet href=""?>
    
    5 2
     
    
    6 3
     <window
    
    7 4
       type="child"
    
    ... ... @@ -11,6 +8,16 @@
    11 8
     >
    
    12 9
       <dialog id="torPreferences-torLog-dialog" buttons="accept,extra1">
    
    13 10
         <linkset>
    
    11
    +      <html:link rel="stylesheet" href="">"chrome://global/skin/global.css" />
    
    12
    +      <html:link
    
    13
    +        rel="stylesheet"
    
    14
    +        href="">"chrome://browser/skin/preferences/preferences.css"
    
    15
    +      />
    
    16
    +      <html:link
    
    17
    +        rel="stylesheet"
    
    18
    +        href="">"chrome://browser/content/torpreferences/torPreferences.css"
    
    19
    +      />
    
    20
    +
    
    14 21
           <html:link rel="localization" href="">"toolkit/global/tor-browser.ftl" />
    
    15 22
         </linkset>
    
    16 23
     
    

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