This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-91.11.0esr-12.0-1 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-91.11.0esr-12.0-1 by this push: new 21e14ea19b4a5 fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection 21e14ea19b4a5 is described below
commit 21e14ea19b4a5f668300df23ee504487202b0396 Author: WofWca wofwca@protonmail.com AuthorDate: Tue Jul 26 16:35:18 2022 +0300
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
refactor: remove an unused function
Co-authored-by: Pier Angelo Vendrame pierov@torproject.org --- browser/components/torpreferences/content/connectionPane.js | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/browser/components/torpreferences/content/connectionPane.js b/browser/components/torpreferences/content/connectionPane.js index dd15bca7bf13c..4ee13123ebc40 100644 --- a/browser/components/torpreferences/content/connectionPane.js +++ b/browser/components/torpreferences/content/connectionPane.js @@ -164,13 +164,6 @@ const gConnectionPane = (function() {
_currentBridge: "",
- // disables the provided list of elements - _setElementsDisabled(elements, disabled) { - for (const currentElement of elements) { - currentElement.disabled = disabled; - } - }, - // populate xul with strings and cache the relevant elements _populateXUL() { // saves tor settings to disk when navigate away from about:preferences
tor-commits@lists.torproject.org