henry pushed to branch mullvad-browser-148.0a1-16.0-2 at The Tor Project / 
Applications / Mullvad Browser


Commits:
3178608b by Henry Wilkes at 2026-03-10T10:11:36+00:00
fixup! BB 44711: Hide unwanted setting controls.

TB 44679: Rehide the autofill preferences.

- - - - -


1 changed file:

- browser/components/preferences/privacy.inc.xhtml


Changes:

=====================================
browser/components/preferences/privacy.inc.xhtml
=====================================
@@ -563,7 +563,14 @@
 
 <html:setting-group groupid="passwords" hidden="true" 
data-category="panePrivacy" />
 
+<!-- groupid="payments" and groupid="addresses" are configured by
+   - FormAutofillPreferences.sys.mjs via FormAutofillStatus. But since the
+   - "autofill" extension is excluded from the build, FormAutofillStatus is
+   - never initialised. So we add the would-be data-hidden-* attributes
+   - explicitly here instead. See tor-browser#44460. -->
 <groupbox id="paymentsGroupBox"
+          data-hidden-from-search="true"
+          data-hidden-by-setting-group=""
           data-category="panePrivacy"
           data-subcategory="payment-methods-autofill" hidden="true">
   <label><html:h2 data-l10n-id="autofill-payment-methods-title" 
class="subsection-heading"/></label>
@@ -571,6 +578,8 @@
 </groupbox>
 
 <groupbox id="addressesGroupBox"
+          data-hidden-from-search="true"
+          data-hidden-by-setting-group=""
           data-category="panePrivacy"
           data-subcategory="addresses-autofill" hidden="true">
   <label><html:h2 data-l10n-id="autofill-addresses-title" 
class="subsection-heading"/></label>



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3178608ba51ae50ab29d136917f8b1490a935fd7

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/3178608ba51ae50ab29d136917f8b1490a935fd7
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to