[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] 2 commits: fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Wed Aug 7 13:14:22 UTC 2024
Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
f6fd10b0 by Henry Wilkes at 2024-08-07T13:54:06+01:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 42662: Revert changes to main.inc.xhtml and main.js that remove the
firefox connection settings.
- - - - -
9a85d775 by Henry Wilkes at 2024-08-07T13:59:40+01:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 42662: Use data-hidden-from-search to hide the firefox network
settings.
- - - - -
2 changed files:
- browser/components/preferences/main.inc.xhtml
- browser/components/preferences/main.js
Changes:
=====================================
browser/components/preferences/main.inc.xhtml
=====================================
@@ -797,4 +797,54 @@
/>
</hbox>
</groupbox>
+
+<hbox id="networkProxyCategory"
+ class="subcategory"
+ hidden="true"
+ data-hidden-from-search="true"
+ data-category="paneGeneral">
+ <html:h1 data-l10n-id="network-settings-title"/>
+</hbox>
+
+<!-- Network Settings-->
+<groupbox id="connectionGroup" data-category="paneGeneral" data-hidden-from-search="true" hidden="true">
+ <label class="search-header" hidden="true"><html:h2 data-l10n-id="network-settings-title"/></label>
+
+ <hbox align="center"
+ data-subcategory="netsettings">
+ <description flex="1" control="connectionSettings">
+ <html:span id="connectionSettingsDescription"/>
+ <html:a is="moz-support-link"
+ data-l10n-id="network-proxy-connection-learn-more"
+ support-page="prefs-connection-settings"
+ />
+ </description>
+ <separator orient="vertical"/>
+ <button id="connectionSettings"
+ is="highlightable-button"
+ class="accessory-button"
+ data-l10n-id="network-proxy-connection-settings"
+ search-l10n-ids="
+ connection-window2.title,
+ connection-proxy-option-no.label,
+ connection-proxy-option-auto.label,
+ connection-proxy-option-system.label,
+ connection-proxy-option-wpad.label,
+ connection-proxy-option-manual.label,
+ connection-proxy-http,
+ connection-proxy-https,
+ connection-proxy-http-port,
+ connection-proxy-socks,
+ connection-proxy-socks4,
+ connection-proxy-socks5,
+ connection-proxy-noproxy,
+ connection-proxy-noproxy-desc,
+ connection-proxy-https-sharing.label,
+ connection-proxy-autotype.label,
+ connection-proxy-reload.label,
+ connection-proxy-autologin-checkbox.label,
+ connection-proxy-socks-remote-dns.label,
+ " />
+ </hbox>
+</groupbox>
</html:template>
=====================================
browser/components/preferences/main.js
=====================================
@@ -313,6 +313,8 @@ var gMainPane = {
});
this.updatePerformanceSettingsBox({ duringChangeEvent: false });
this.displayUseSystemLocale();
+ this.updateProxySettingsUI();
+ initializeProxyUI(gMainPane);
if (Services.prefs.getBoolPref("intl.multilingual.enabled")) {
gMainPane.initPrimaryBrowserLanguageUI();
@@ -515,6 +517,11 @@ var gMainPane = {
"change",
gMainPane.updateHardwareAcceleration.bind(gMainPane)
);
+ setEventListener(
+ "connectionSettings",
+ "command",
+ gMainPane.showConnections
+ );
setEventListener(
"browserContainersCheckbox",
"command",
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/bbeec728234af3df6fd7e1ad89d78431cb0dbd35...9a85d7759852343a4cdfeaced232a7ddeeb10f08
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/bbeec728234af3df6fd7e1ad89d78431cb0dbd35...9a85d7759852343a4cdfeaced232a7ddeeb10f08
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/tbb-commits/attachments/20240807/607af1c9/attachment-0001.htm>
More information about the tbb-commits
mailing list