morgan pushed to branch tor-browser-128.5.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
e4243a7f by Henry Wilkes at 2024-11-25T22:15:46+00:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 43314: Show initial focus for the connection settings dialog.
- - - - -
76241a15 by Henry Wilkes at 2024-11-25T22:15:46+00:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 43314: Use <description> instead of <h3> for dialog introduction
text.
This keeps the style and semantics consistent with other dialogs.
- - - - -
535b9be0 by Henry Wilkes at 2024-11-25T22:15:46+00:00
fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
Bug 43314: Add control attributes to the xul:label elements in the
connection settings.
These associate the form controls with their labels, giving them an
accessible name and an additional click target.
- - - - -
5 changed files:
- browser/components/torpreferences/content/connectionSettingsDialog.js
- browser/components/torpreferences/content/connectionSettingsDialog.xhtml
- browser/components/torpreferences/content/requestBridgeDialog.js
- browser/components/torpreferences/content/requestBridgeDialog.xhtml
- browser/components/torpreferences/content/torPreferences.css
Changes:
=====================================
browser/components/torpreferences/content/connectionSettingsDialog.js
=====================================
@@ -317,6 +317,16 @@ const gConnectionSettingsDialog = {
},
};
+// Initial focus is not visible, even if opened with a keyboard. We avoid the
+// default handler and manage the focus ourselves, which will paint the focus
+// ring by default.
+// NOTE: A side effect is that the focus ring will show even if the user opened
+// with a mouse event.
+// TODO: Remove this once bugzilla bug 1708261 is resolved.
+document.subDialogSetDefaultFocus = () => {
+ document.getElementById("torPreferences-connection-toggleProxy").focus();
+};
+
window.addEventListener(
"DOMContentLoaded",
() => {
=====================================
browser/components/torpreferences/content/connectionSettingsDialog.xhtml
=====================================
@@ -24,10 +24,10 @@
<script src="chrome://browser/content/torpreferences/connectionSettingsDialog.js" />
- <html:h3
+ <description
id="torPreferences-connection-header"
data-l10n-id="tor-advanced-dialog-introduction"
- ></html:h3>
+ ></description>
<!-- Local Proxy -->
<checkbox
id="torPreferences-connection-toggleProxy"
@@ -38,6 +38,7 @@
<label
id="torPreferences-localProxy-type"
data-l10n-id="tor-advanced-dialog-proxy-type-selector-label"
+ control="torPreferences-localProxy-builtinList"
/>
</hbox>
<hbox align="center">
@@ -53,6 +54,7 @@
<label
id="torPreferences-localProxy-address"
data-l10n-id="tor-advanced-dialog-proxy-address-input-label"
+ control="torPreferences-localProxy-textboxAddress"
/>
</hbox>
<hbox align="center">
@@ -65,6 +67,7 @@
<label
id="torPreferences-localProxy-port"
data-l10n-id="tor-advanced-dialog-proxy-port-input-label"
+ control="torPreferences-localProxy-textboxPort"
/>
<!-- proxy-port-input class style pulled from preferences.css and used in the vanilla proxy setup menu -->
<html:input
@@ -81,6 +84,7 @@
<label
id="torPreferences-localProxy-username"
data-l10n-id="tor-advanced-dialog-proxy-username-input-label"
+ control="torPreferences-localProxy-textboxUsername"
/>
</hbox>
<hbox align="center">
@@ -93,6 +97,7 @@
<label
id="torPreferences-localProxy-password"
data-l10n-id="tor-advanced-dialog-proxy-password-input-label"
+ control="torPreferences-localProxy-textboxPassword"
/>
<html:input
id="torPreferences-localProxy-textboxPassword"
@@ -112,6 +117,7 @@
<label
id="torPreferences-connection-allowedPorts"
data-l10n-id="tor-advanced-dialog-firewall-ports-input-label"
+ control="torPreferences-connection-textboxAllowedPorts"
/>
</hbox>
<hbox id="torPreferences-connection-hboxAllowedPorts" align="center">
=====================================
browser/components/torpreferences/content/requestBridgeDialog.js
=====================================
@@ -15,7 +15,7 @@ const log = console.createInstance({
const gRequestBridgeDialog = {
selectors: {
- dialogHeader: "h3#torPreferences-requestBridge-header",
+ dialogHeader: "#torPreferences-requestBridge-header",
captchaImage: "image#torPreferences-requestBridge-captchaImage",
captchaEntryTextbox: "input#torPreferences-requestBridge-captchaTextbox",
refreshCaptchaButton:
=====================================
browser/components/torpreferences/content/requestBridgeDialog.xhtml
=====================================
@@ -23,10 +23,10 @@
<script src="chrome://browser/content/torpreferences/requestBridgeDialog.js" />
- <html:h3
+ <description
id="torPreferences-requestBridge-header"
data-l10n-id="request-bridge-dialog-top-solve"
- ></html:h3>
+ ></description>
<!-- init to transparent 400x125 png -->
<image id="torPreferences-requestBridge-captchaImage" flex="1" />
<hbox id="torPreferences-requestBridge-inputHbox">
=====================================
browser/components/torpreferences/content/torPreferences.css
=====================================
@@ -793,11 +793,7 @@ button.spoof-button-disabled {
font-weight: 700;
}
-/* Advanced Settings */
-
-h3#torPreferences-requestBridge-header {
- margin: 0;
-}
+/* Request bridges */
image#torPreferences-requestBridge-captchaImage {
margin: 16px 0 8px 0;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/38bb69…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/38bb69…
You're receiving this email because of your account on gitlab.torproject.org.
morgan pushed to branch mullvad-browser-128.5.0esr-14.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
1c24a491 by Pier Angelo Vendrame at 2024-11-21T11:12:58+01:00
MB 38: Mullvad Browser configuration
- - - - -
1db84436 by Pier Angelo Vendrame at 2024-11-21T11:13:00+01:00
MB 1: Mullvad Browser branding
See also:
mullvad-browser#5: Product name and directory customization
mullvad-browser#12: Create new branding directories and integrate Mullvad icons+branding
mullvad-browser#14: Remove Default Built-in bookmarks
mullvad-browser#35: Add custom PDF icons for Windows builds
mullvad-browser#48: Replace Mozilla copyright and legal trademarks in mullvadbrowser.exe metadata
mullvad-browser#51: Update trademark string
mullvad-browser#104: Update shipped dll metadata copyright/licensing info
mullvad-browser#107: Add alpha and nightly icons
- - - - -
71771d68 by Henry Wilkes at 2024-11-21T11:13:01+01:00
Mullvad Browser strings
This commit adds strings needed by the following Mullvad Browser
patches.
- - - - -
7ea0ec40 by Pier Angelo Vendrame at 2024-11-21T11:13:01+01:00
MB 20: Allow packaged-addons in PBM.
We install a few addons from the distribution directory, but they are
not automatically enabled for PBM mode.
This commit modifies the code that installs them to also add the PBM
permission to the known ones.
- - - - -
895aa081 by Pier Angelo Vendrame at 2024-11-21T11:13:01+01:00
MB 63: Customize some about pages for Mullvad Browser
Also:
mullvad-browser#57: Purge unneeded about: pages
- - - - -
a8e3cee0 by Pier Angelo Vendrame at 2024-11-21T11:13:02+01:00
MB 37: Customization for the about dialog
- - - - -
b1904491 by Henry Wilkes at 2024-11-21T11:13:02+01:00
MB 39: Add home page about:mullvad-browser
- - - - -
8eea3f27 by hackademix at 2024-11-21T11:13:02+01:00
MB 97: Remove UI cues to install new extensions.
- - - - -
56b4fc9a by hackademix at 2024-11-21T11:13:03+01:00
MB 47: uBlock Origin customization
- - - - -
5f7fc9d0 by Pier Angelo Vendrame at 2024-11-21T11:13:03+01:00
MB 21: Disable the password manager
This commit disables the about:login page and removes the "Login and
Password" section of about:preferences.
We do not do anything to the real password manager of Firefox, that is
in toolkit: it contains C++ parts that make it difficult to actually
prevent it from being built..
Finally, we modify the the function that opens about:login to report an
error in the console so that we can quickly get a backtrace to the code
that tries to use it.
- - - - -
1c510e57 by Pier Angelo Vendrame at 2024-11-21T11:13:03+01:00
MB 112: Updater customization for Mullvad Browser
MB 71: Set the updater base URL to Mullvad domain
- - - - -
a302aec8 by Nicolas Vigier at 2024-11-21T11:13:04+01:00
MB 79: Add Mullvad Browser MAR signing keys
MB 256: Add mullvad-browser nightly mar signing key
- - - - -
d08d3247 by Pier Angelo Vendrame at 2024-11-21T11:13:04+01:00
MB 34: Hide unsafe and unwanted preferences UI
about:preferences allow to override some of our defaults, that could
be fingeprintable or have some other unwanted consequences.
- - - - -
33696eaf by Pier Angelo Vendrame at 2024-11-21T11:13:04+01:00
MB 160: Disable the cookie exceptions button
Besides disabling the "Delete on close checkbox", disable also the
"Manage Exceptions" button when always using PBM.
- - - - -
959cff07 by hackademix at 2024-11-21T11:13:05+01:00
MB 163: prevent uBlock Origin from being uninstalled/disabled
- - - - -
8c7e88b1 by Richard Pospesel at 2024-11-21T11:13:05+01:00
MB 188: Customize Gitlab Issue and Merge templates
- - - - -
d863f145 by rui hildt at 2024-11-21T11:13:05+01:00
MB 213: Customize the search engines list
MB 328: Refactor the search engine patch.
Upstream switched to a completely different search engine configuration
between ESR 115 and ESR 128.
We moved our configuration to a couple of JSON files that do not follow
upstream's schemas, as they are overcomplicated for our needs.
Also, we keep the old search engine extensions for now, as upstream
also kept them, and planned of removing them with Bug 1885953.
- - - - -
1bbadcc4 by hackademix at 2024-11-21T11:13:06+01:00
MB 214: Enable cross-tab identity leak protection in "quiet" mode
- - - - -
eb45a376 by Pier Angelo Vendrame at 2024-11-21T11:13:06+01:00
MB 80: Enable Mullvad Browser as a default browser
- - - - -
5123b99a by Pier Angelo Vendrame at 2024-11-21T11:13:06+01:00
MB 320: Temporarily disable WebRTC and WDBA on Windows.
WebRTC should be re-enabled when tor-browser#42758 is resolved, and and
the default browser agent when in general we make this feature work
again.
- - - - -
0381b683 by june wilde at 2024-11-21T11:13:07+01:00
fixup! MB 320: Temporarily disable WebRTC and WDBA on Windows.
- - - - -
952571f5 by Henry Wilkes at 2024-11-21T11:13:07+01:00
MB 329: Customize toolbar for mullvad-browser.
- - - - -
30 changed files:
- .gitlab/issue_templates/Emergency Security Issue.md
- + .gitlab/issue_templates/Rebase Browser - Alpha.md
- + .gitlab/issue_templates/Rebase Browser - Stable.md
- .gitlab/merge_request_templates/default.md
- browser/app/Makefile.in
- browser/app/macbuild/Contents/Info.plist.in
- browser/app/module.ver
- browser/app/firefox.exe.manifest → browser/app/mullvadbrowser.exe.manifest
- + browser/app/profile/000-mullvad-browser.js
- browser/app/profile/001-base-profile.js
- browser/base/content/aboutDialog.xhtml
- browser/base/content/appmenu-viewcache.inc.xhtml
- browser/base/content/browser-menubar.inc
- browser/base/content/browser-places.js
- browser/base/content/browser.js
- browser/base/content/default-bookmarks.html
- browser/base/content/nsContextMenu.js
- browser/base/content/overrides/app-license.html
- browser/base/content/pageinfo/pageInfo.xhtml
- browser/base/content/utilityOverlay.js
- browser/branding/branding-common.mozbuild
- + browser/branding/mb-alpha/VisualElements_150.png
- + browser/branding/mb-alpha/VisualElements_70.png
- + browser/branding/mb-alpha/configure.sh
- + browser/branding/mb-alpha/content/about-logo.png
- + browser/branding/mb-alpha/content/about-logo.svg
- + browser/branding/mb-alpha/content/about-logo(a)2x.png
- + browser/branding/mb-alpha/content/about-wordmark.svg
- + browser/branding/mb-alpha/content/about.png
- + browser/branding/mb-alpha/content/aboutDialog.css
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/37…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/37…
You're receiving this email because of your account on gitlab.torproject.org.