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

morgan (@morgan) git at gitlab.torproject.org
Thu Aug 22 19:28:36 UTC 2024



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


Commits:
1825488a by Henry Wilkes at 2024-08-22T19:26:55+00:00
fixup! Bug 30237: Add v3 onion services client authentication prompt

Bug 42665: Drop the "tail-with-learn-more" class from our descriptions.

- - - - -
ec4aaaf5 by Henry Wilkes at 2024-08-22T19:26:55+00:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

Bug 42665: Drop the "tail-with-learn-more" class from our descriptions.

- - - - -
0c7a4ea1 by Henry Wilkes at 2024-08-22T19:26:55+00:00
fixup! Bug 41916: Letterboxing preferences UI

Bug 42665: Drop the "tail-with-learn-more" class from our descriptions.

- - - - -
5b238c40 by Henry Wilkes at 2024-08-22T19:26:55+00:00
fixup! Bug 40925: Implemented the Security Level component

Bug 42665: Drop the "tail-with-learn-more" class from our descriptions.

- - - - -


5 changed files:

- browser/components/onionservices/content/authPreferences.inc.xhtml
- browser/components/preferences/letterboxing.inc.xhtml
- browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml
- browser/components/torpreferences/content/connectionPane.xhtml
- browser/components/torpreferences/content/provideBridgeDialog.xhtml


Changes:

=====================================
browser/components/onionservices/content/authPreferences.inc.xhtml
=====================================
@@ -12,7 +12,6 @@
     >
       <html:span
         id="torOnionServiceKeys-overview"
-        class="tail-with-learn-more"
         data-l10n-id="onion-site-authentication-preferences-overview"
       ></html:span>
       <label


=====================================
browser/components/preferences/letterboxing.inc.xhtml
=====================================
@@ -7,10 +7,7 @@
 >
   <html:h1 data-l10n-id="letterboxing-header" />
   <description class="letterboxing-overview description-deemphasized">
-    <html:span
-      data-l10n-id="letterboxing-overview"
-      class="tail-with-learn-more"
-    ></html:span>
+    <html:span data-l10n-id="letterboxing-overview"></html:span>
     <html:a
       is="moz-support-link"
       tor-manual-page="anti-fingerprinting_letterboxing"
@@ -26,10 +23,7 @@
   <label><html:h2
     data-l10n-id="letterboxing-window-size-header"/></label>
   <description class="letterboxing-search-overview description-deemphasized">
-    <html:span
-      data-l10n-id="letterboxing-overview"
-      class="tail-with-learn-more"
-    ></html:span>
+    <html:span data-l10n-id="letterboxing-overview"></html:span>
     <html:a
       is="moz-support-link"
       tor-manual-page="anti-fingerprinting_letterboxing"
@@ -51,10 +45,7 @@
     data-l10n-id="letterboxing-alignment-header"
     /></label>
   <description class="letterboxing-search-overview description-deemphasized">
-    <html:span
-      data-l10n-id="letterboxing-overview"
-      class="tail-with-learn-more"
-    ></html:span>
+    <html:span data-l10n-id="letterboxing-overview"></html:span>
     <html:a
       is="moz-support-link"
       tor-manual-page="anti-fingerprinting_letterboxing"
@@ -100,10 +91,7 @@
   <label class="letterboxing-search-heading"><html:h2
     data-l10n-id="letterboxing-header"/></label>
   <description class="letterboxing-search-overview description-deemphasized">
-    <html:span
-      data-l10n-id="letterboxing-overview"
-      class="tail-with-learn-more"
-    ></html:span>
+    <html:span data-l10n-id="letterboxing-overview"></html:span>
     <html:a
       is="moz-support-link"
       tor-manual-page="anti-fingerprinting_letterboxing"


=====================================
browser/components/securitylevel/content/securityLevelPreferences.inc.xhtml
=====================================
@@ -9,7 +9,6 @@
     <description class="description-deemphasized" flex="1">
       <html:span
         id="securityLevel-overview"
-        class="tail-with-learn-more"
         data-l10n-id="security-level-preferences-overview"
       ></html:span>
       <html:a


=====================================
browser/components/torpreferences/content/connectionPane.xhtml
=====================================
@@ -13,10 +13,7 @@
   >
     <html:h1 data-l10n-id="tor-connection-settings-heading"></html:h1>
     <description class="description-deemphasized" flex="1">
-      <html:span
-        data-l10n-id="tor-connection-overview"
-        class="tail-with-learn-more"
-      ></html:span>
+      <html:span data-l10n-id="tor-connection-overview"></html:span>
       <label
         class="learnMore text-link"
         is="text-link"
@@ -112,10 +109,7 @@
     hidden="true"
   >
     <description class="description-deemphasized" flex="1">
-      <html:span
-        class="tail-with-learn-more"
-        data-l10n-id="tor-bridges-overview"
-      />
+      <html:span data-l10n-id="tor-bridges-overview"></html:span>
       <label
         class="learnMore text-link"
         is="text-link"


=====================================
browser/components/torpreferences/content/provideBridgeDialog.xhtml
=====================================
@@ -30,7 +30,6 @@
     <html:div id="user-provide-bridge-entry-page">
       <description id="user-provide-bridge-description">
         <html:span
-          class="tail-with-learn-more"
           data-l10n-id="user-provide-bridge-dialog-description"
         ></html:span>
         <label



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/da2d11faea0d951f19265b8c0187087a05ef4a47...5b238c40583c0898d28509466d435da4484be1f8

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/da2d11faea0d951f19265b8c0187087a05ef4a47...5b238c40583c0898d28509466d435da4484be1f8
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240822/5689417d/attachment-0001.htm>


More information about the tor-commits mailing list