Pier Angelo Vendrame pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
a5293780
by Pier Angelo Vendrame at 2025-08-13T12:39:38+02:00
4 changed files:
- .prettierignore
- browser/components/preferences/preferences.xhtml
- browser/components/torpreferences/content/connectionPane.xhtml โ browser/components/torpreferences/content/connectionPane.inc.xhtml
- browser/components/torpreferences/jar.mn
Changes:
| ... | ... | @@ -1711,6 +1711,8 @@ xpcom/idl-parser/xpidl/fixtures/xpctest.d.json |
| 1711 | 1711 | |
| 1712 | 1712 | browser/app/profile/001-base-profile.js
|
| 1713 | 1713 | browser/app/profile/000-tor-browser.js
|
| 1714 | +# We do not use the preprocessor here, so we can lint it.
|
|
| 1715 | +!browser/components/torpreferences/content/connectionPane.inc.xhtml
|
|
| 1714 | 1716 | mobile/android/app/000-tor-browser-android.js
|
| 1715 | 1717 | toolkit/content/pt_config.json
|
| 1716 | 1718 | toolkit/content/moat_countries_dev_build.json
|
| ... | ... | @@ -259,7 +259,7 @@ |
| 259 | 259 | #include sync.inc.xhtml
|
| 260 | 260 | #include experimental.inc.xhtml
|
| 261 | 261 | #include moreFromMozilla.inc.xhtml
|
| 262 | -#include ../torpreferences/content/connectionPane.xhtml
|
|
| 262 | +#include ../torpreferences/content/connectionPane.inc.xhtml
|
|
| 263 | 263 | </vbox>
|
| 264 | 264 | </vbox>
|
| 265 | 265 | </vbox>
|
| ... | ... | @@ -28,7 +28,6 @@ browser.jar: |
| 28 | 28 | content/browser/torpreferences/torLogDialog.js (content/torLogDialog.js)
|
| 29 | 29 | content/browser/torpreferences/torLogDialog.xhtml (content/torLogDialog.xhtml)
|
| 30 | 30 | content/browser/torpreferences/connectionPane.js (content/connectionPane.js)
|
| 31 | - content/browser/torpreferences/connectionPane.xhtml (content/connectionPane.xhtml)
|
|
| 32 | 31 | content/browser/torpreferences/torPreferences.css (content/torPreferences.css)
|
| 33 | 32 | content/browser/torpreferences/bridgemoji/BridgeEmoji.js (content/bridgemoji/BridgeEmoji.js)
|
| 34 | 33 | content/browser/torpreferences/bridgemoji/bridge-emojis.json (content/bridgemoji/bridge-emojis.json)
|