Richard Pospesel pushed to branch base-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
e1ca4dc0 by Richard Pospesel at 2023-03-07T14:14:49+00:00
fixup! Bug 40925: Implemented the Security Level component
Use --warning-color variable for the Custom label in the security level popup.
(cherry picked from commit 4f7b3857d843dba8ed7e802a66289d33c087a8ac)
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevelPanel.css
Changes:
=====================================
browser/components/securitylevel/content/securityLevelPanel.css
=====================================
@@ -47,7 +47,7 @@ label#securityLevel-level {
label#securityLevel-custom {
border-radius: 4px;
- background-color: var(--yellow-50);
+ background-color: var(--warning-color);
color: black;
font-size: 1em;
height: 1.6em;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e1ca4dc…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e1ca4dc…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
dbc21572 by Richard Pospesel at 2023-03-07T14:14:31+00:00
fixup! Bug 40925: Implemented the Security Level component
Use --warning-color variable for the Custom label in the security level popup.
(cherry picked from commit 4f7b3857d843dba8ed7e802a66289d33c087a8ac)
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevelPanel.css
Changes:
=====================================
browser/components/securitylevel/content/securityLevelPanel.css
=====================================
@@ -47,7 +47,7 @@ label#securityLevel-level {
label#securityLevel-custom {
border-radius: 4px;
- background-color: var(--yellow-50);
+ background-color: var(--warning-color);
color: black;
font-size: 1em;
height: 1.6em;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dbc2157…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dbc2157…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch base-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
9a4e12a2 by Richard Pospesel at 2023-03-07T14:14:09+00:00
fixup! Bug 40925: Implemented the Security Level component
Use --warning-color variable for the Custom label in the security level popup.
(cherry picked from commit 4f7b3857d843dba8ed7e802a66289d33c087a8ac)
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevelPanel.css
Changes:
=====================================
browser/components/securitylevel/content/securityLevelPanel.css
=====================================
@@ -49,7 +49,7 @@
#securityLevel-custom {
border-radius: 4px;
- background-color: var(--yellow-50);
+ background-color: var(--warning-color);
color: black;
padding: 0.4em 0.5em;
margin-inline-start: 1em;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9a4e12a…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9a4e12a…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
4f7b3857 by Richard Pospesel at 2023-03-06T14:30:53+00:00
fixup! Bug 40925: Implemented the Security Level component
Use --warning-color variable for the Custom label in the security level popup.
- - - - -
1 changed file:
- browser/components/securitylevel/content/securityLevelPanel.css
Changes:
=====================================
browser/components/securitylevel/content/securityLevelPanel.css
=====================================
@@ -49,7 +49,7 @@
#securityLevel-custom {
border-radius: 4px;
- background-color: var(--yellow-50);
+ background-color: var(--warning-color);
color: black;
padding: 0.4em 0.5em;
margin-inline-start: 1em;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4f7b385…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/4f7b385…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
f1ea47b4 by Dan Ballard at 2023-03-06T13:47:51+00:00
fixup! Bug 41089: Add tor-browser build scripts + Makefile to tor-browser
update 'make run' to process optional parameter ARGS="..."
- - - - -
1 changed file:
- tools/torbrowser/Makefile
Changes:
=====================================
tools/torbrowser/Makefile
=====================================
@@ -34,7 +34,7 @@ fat-aar:
all: build deploy
run:
- $(BINARIES)/dev/Browser/start-tor-browser -v
+ $(BINARIES)/dev/Browser/start-tor-browser -v $(ARGS)
jslint:
./jslint.sh $(DEV_ROOT) $(JS)
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f1ea47b…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f1ea47b…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
fffda1fd by Pier Angelo Vendrame at 2023-03-06T10:21:29+01:00
Bug 40801: Correct the ExecShell open path on the Windows system-wide installer
- - - - -
1 changed file:
- projects/browser/windows-installer.nsi
Changes:
=====================================
projects/browser/windows-installer.nsi
=====================================
@@ -240,6 +240,9 @@ ${EndIf}
FunctionEnd
Function StartBrowser
-ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
+[% IF !system_install_mode -%]
+ ExecShell "open" "$INSTDIR/Start [% c('var/Project_Name') %].lnk"
+[% ELSE -%]
+ ExecShell "open" "$INSTDIR/[% c('var/exe_name') %].exe"
+[% END -%]
FunctionEnd
-
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f…
You're receiving this email because of your account on gitlab.torproject.org.