richard pushed to branch base-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
a7f0a2c3 by cypherpunks1 at 2023-08-24T20:28:49+00:00
Bug 41740: Change the RFP value of devicePixelRatio to 2
- - - - -
1 changed file:
- dom/base/nsGlobalWindowInner.cpp
Changes:
=====================================
dom/base/nsGlobalWindowInner.cpp
=====================================
@@ -3616,7 +3616,7 @@ double nsGlobalWindowInner::GetDevicePixelRatio(CallerType aCallerType,
nsAutoCString origin;
nsresult rv = this->GetPrincipal()->GetOrigin(origin);
if (NS_FAILED(rv) || origin != "resource://pdf.js"_ns) {
- return 1.0;
+ return 2.0;
}
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a7f0a2c…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a7f0a2c…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
1431b193 by cypherpunks1 at 2023-08-24T20:26:49+00:00
Bug 41740: Change the RFP value of devicePixelRatio to 2
- - - - -
1 changed file:
- dom/base/nsGlobalWindowInner.cpp
Changes:
=====================================
dom/base/nsGlobalWindowInner.cpp
=====================================
@@ -3616,7 +3616,7 @@ double nsGlobalWindowInner::GetDevicePixelRatio(CallerType aCallerType,
nsAutoCString origin;
nsresult rv = this->GetPrincipal()->GetOrigin(origin);
if (NS_FAILED(rv) || origin != "resource://pdf.js"_ns) {
- return 1.0;
+ return 2.0;
}
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1431b19…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1431b19…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch base-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
f92d4107 by Henry Wilkes at 2023-08-24T20:08:12+00:00
fixup! Bug 40925: Implemented the Security Level component
Bug 42046: Clean up XUL layout hack in security level panel.
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevelPanel.css
Changes:
=====================================
browser/components/securitylevel/content/securityLevelPanel.css
=====================================
@@ -1,12 +1,10 @@
/* Security Level CSS */
#securityLevel-background {
- /* xul:vbox with display: block will be correctly measured in size by the
- * parent xul:panel, with line-wrapping taken into account, and allocated the
- * required space. */
- display: block;
min-height: 10em;
padding-inline: 16px;
+ padding-block: 1em 0;
+ gap: 1em;
background-repeat: no-repeat;
background-position-y: top 0.4em;
/* Icon center should be in-line with end padding.
@@ -37,6 +35,10 @@
background-image: url("chrome://browser/content/securitylevel/securityLevelIcon.svg#safest");
}
+#securityLevel-background p {
+ margin: 0;
+}
+
/* Override margin in panelUI-shared.css */
#securityLevel-panel toolbarseparator#securityLevel-separator {
margin-inline: 16px;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f92d410…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f92d410…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
50e86985 by Henry Wilkes at 2023-08-24T20:01:28+00:00
fixup! Bug 40925: Implemented the Security Level component
Bug 42046: Clean up XUL layout hack in security level panel.
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevelPanel.css
Changes:
=====================================
browser/components/securitylevel/content/securityLevelPanel.css
=====================================
@@ -1,12 +1,10 @@
/* Security Level CSS */
#securityLevel-background {
- /* xul:vbox with display: block will be correctly measured in size by the
- * parent xul:panel, with line-wrapping taken into account, and allocated the
- * required space. */
- display: block;
min-height: 10em;
padding-inline: 16px;
+ padding-block: 1em 0;
+ gap: 1em;
background-repeat: no-repeat;
background-position-y: top 0.4em;
/* Icon center should be in-line with end padding.
@@ -37,6 +35,10 @@
background-image: url("chrome://browser/content/securitylevel/securityLevelIcon.svg#safest");
}
+#securityLevel-background p {
+ margin: 0;
+}
+
/* Override margin in panelUI-shared.css */
#securityLevel-panel toolbarseparator#securityLevel-separator {
margin-inline: 16px;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/50e8698…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/50e8698…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
13fedeae by Henry Wilkes at 2023-08-24T19:59:36+00:00
fixup! Bug 41600: Add a tor circuit display panel.
Bug 42045: Allow circuit panel to grow in width for long addresses.
- - - - -
1 changed file:
- browser/components/torcircuit/content/torCircuitPanel.css
Changes:
=====================================
browser/components/torcircuit/content/torCircuitPanel.css
=====================================
@@ -69,16 +69,15 @@
}
#tor-circuit-panel-body {
- /* xul:vbox with display: block will be correctly measured in size by the
- * parent xul:panel, and allocated the required space. */
- display: block;
/* May grow larger than 480px if we have a long domain name or ip address. */
- width: 480px;
+ min-width: 480px;
+ padding: 1em;
+ gap: 1em;
}
#tor-circuit-node-list-name,
#tor-circuit-node-list {
- margin: 1em;
+ margin: 0;
}
#tor-circuit-node-list {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/13fedea…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/13fedea…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
4738c954 by Henry Wilkes at 2023-08-24T19:51:01+00:00
fixup! Bug 40701: Add security warning when downloading a file
Bug 41886: Fix downloads panel warning size.
- - - - -
1 changed file:
- browser/components/downloads/content/downloads.css
Changes:
=====================================
browser/components/downloads/content/downloads.css
=====================================
@@ -93,6 +93,9 @@
font: caption;
min-width: 37em;
padding: 0.62em;
+ /* If we don't set a width, #downloadsPanelTorWarningDescription will request
+ * its max-content width. */
+ width: 37em;
}
#downloadsPanel-mainView {
@@ -149,12 +152,6 @@
margin-block-end: 0;
}
-#downloadsPanelTorWarningDescription {
- /* Make sure we wrap the text rather than request the default max-content
- * width from the parent XUL -moz-box. */
- width: 0;
-}
-
#downloadsHistory,
#downloadsFooterButtons {
margin: 0;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4738c95…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4738c95…
You're receiving this email because of your account on gitlab.torproject.org.