Richard Pospesel pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
dc89a593 by cypherpunks1 at 2023-01-16T18:23:30+00:00
Bug 40717: Hide Windows SSO in settings
(cherry picked from commit 1bacd26df8a8ffe481e11ec6b8323150fdf2011d)
- - - - -
1 changed file:
- browser/themes/shared/preferences/preferences.css
Changes:
=====================================
browser/themes/shared/preferences/preferences.css
=====================================
@@ -583,8 +583,7 @@ richlistitem[selected] .actionsMenu:focus-visible {
margin-inline-start: 0;
}
-@media (-moz-platform: windows-win7),
- (-moz-platform: windows-win8) {
+@media (-moz-platform: windows) {
#windows-sso,
#windows-sso-caption {
display: none;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dc89a59…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/dc89a59…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
1bacd26d by cypherpunks1 at 2023-01-16T18:16:25+00:00
Bug 40717: Hide Windows SSO in settings
- - - - -
1 changed file:
- browser/themes/shared/preferences/preferences.css
Changes:
=====================================
browser/themes/shared/preferences/preferences.css
=====================================
@@ -583,8 +583,7 @@ richlistitem[selected] .actionsMenu:focus-visible {
margin-inline-start: 0;
}
-@media (-moz-platform: windows-win7),
- (-moz-platform: windows-win8) {
+@media (-moz-platform: windows) {
#windows-sso,
#windows-sso-caption {
display: none;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1bacd26…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1bacd26…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
25c9ff8b by Pier Angelo Vendrame at 2023-01-16T15:46:28+01:00
fixup! Base Browser's .mozconfigs.
Bug 41577: Disable profile migration
- - - - -
1 changed file:
- browser/confvars.sh
Changes:
=====================================
browser/confvars.sh
=====================================
@@ -17,7 +17,8 @@ MOZ_BRANDING_DIRECTORY=browser/branding/unofficial
MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
-MOZ_PROFILE_MIGRATOR=1
+# tor-browser#41577: Do not enable profile migration
+# MOZ_PROFILE_MIGRATOR=1
# Include the DevTools client, not just the server (which is the default)
MOZ_DEVTOOLS=all
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/25c9ff8…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/25c9ff8…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
7ccd1077 by Pier Angelo Vendrame at 2023-01-16T15:20:56+01:00
fixup! Base Browser's .mozconfigs.
Bug 41577: Disable profile migration
- - - - -
1 changed file:
- browser/confvars.sh
Changes:
=====================================
browser/confvars.sh
=====================================
@@ -32,7 +32,8 @@ else
MAR_CHANNEL_ID=torbrowser-torproject-release
fi
-MOZ_PROFILE_MIGRATOR=1
+# tor-browser#41577: Do not enable profile migration
+# MOZ_PROFILE_MIGRATOR=1
# Include the DevTools client, not just the server (which is the default)
MOZ_DEVTOOLS=all
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7ccd107…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/7ccd107…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
0ab09cee by Richard Pospesel at 2023-01-16T04:39:44+00:00
Add default merge request template
- - - - -
1 changed file:
- + .gitlab/merge_request_templates/default.md
Changes:
=====================================
.gitlab/merge_request_templates/default.md
=====================================
@@ -0,0 +1,21 @@
+## Merge Info
+
+<!-- Bookkeeping information for release management -->
+
+- ### Related Issues
+ - tor-browser#xxxxx
+ - tor-browser-build#xxxxx
+ - etc
+
+- ### Backport Timeline
+ - [ ] **Immediate** - patchsets for critical bug fixes or other major blocker (e.g. fixes for a 0-day exploit) OR patchsets with trivial changes which do not need testing (e.g. fixes for typos or fixes easily verified in a local developer build)
+ - [ ] **Next Minor Stable Release** - patchset that needs to be verified in nightly before backport
+ - [ ] **Eventually** - patchset that needs to be verified in alpha before backport
+ - [ ] **No Backport** - patchset for the next major stable
+
+- ### Issue Tracking
+ - [ ] Link resolved issues with appropriate [Release Prep issue](https://gitlab.torproject.org/groups/tpo/applications/-/issues/?sort… for changelog generation
+
+## Change Description
+
+<!-- Whatever context the reviewer needs to effectively review the patchset -->
\ No newline at end of file
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch base-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
8462f81d by p13dz at 2023-01-13T19:43:57+00:00
Bug 40283: Workaround for the file upload bug
(cherry picked from commit c23f2f397327ee46a1a4de57acf206fd83e8e170)
- - - - -
1 changed file:
- mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java
Changes:
=====================================
mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java
=====================================
@@ -4726,12 +4726,19 @@ public class GeckoSession {
return super.confirm();
}
+ private static String normalizePath(String input) {
+ // For an unclear reason, Android media picker delivers file paths
+ // starting with double slash. Firefox performs path validation on
+ // all paths, and double slash is deemed invalid.
+ return input.startsWith("//") ? input.substring(1) : input;
+ }
+
private static String getFile(final @NonNull Context context, final @NonNull Uri uri) {
if (uri == null) {
return null;
}
if ("file".equals(uri.getScheme())) {
- return uri.getPath();
+ return normalizePath(uri.getPath());
}
final ContentResolver cr = context.getContentResolver();
final Cursor cur =
@@ -4753,7 +4760,7 @@ public class GeckoSession {
try {
final String path = cur.getString(idx);
if (path != null && !path.isEmpty()) {
- return path;
+ return normalizePath(path);
}
} catch (final Exception e) {
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8462f81…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8462f81…
You're receiving this email because of your account on gitlab.torproject.org.
Richard Pospesel pushed to branch tor-browser-102.7.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
c23f2f39 by p13dz at 2023-01-13T19:38:03+00:00
Bug 40283: Workaround for the file upload bug
- - - - -
1 changed file:
- mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java
Changes:
=====================================
mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoSession.java
=====================================
@@ -4726,12 +4726,19 @@ public class GeckoSession {
return super.confirm();
}
+ private static String normalizePath(String input) {
+ // For an unclear reason, Android media picker delivers file paths
+ // starting with double slash. Firefox performs path validation on
+ // all paths, and double slash is deemed invalid.
+ return input.startsWith("//") ? input.substring(1) : input;
+ }
+
private static String getFile(final @NonNull Context context, final @NonNull Uri uri) {
if (uri == null) {
return null;
}
if ("file".equals(uri.getScheme())) {
- return uri.getPath();
+ return normalizePath(uri.getPath());
}
final ContentResolver cr = context.getContentResolver();
final Cursor cur =
@@ -4753,7 +4760,7 @@ public class GeckoSession {
try {
final String path = cur.getString(idx);
if (path != null && !path.isEmpty()) {
- return path;
+ return normalizePath(path);
}
} catch (final Exception e) {
}
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c23f2f3…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c23f2f3…
You're receiving this email because of your account on gitlab.torproject.org.
Pier Angelo Vendrame pushed to branch tor-browser-102.2.1-12.5-1 at The Tor Project / Applications / fenix
Commits:
22a62709 by cypherpunks1 at 2023-01-02T01:50:49+00:00
fixup! Modify UI/UX
Bug 41185: Hide learn more about sync
- - - - -
1 changed file:
- app/src/main/java/org/mozilla/fenix/settings/logins/view/SavedLoginsListView.kt
Changes:
=====================================
app/src/main/java/org/mozilla/fenix/settings/logins/view/SavedLoginsListView.kt
=====================================
@@ -60,7 +60,7 @@ class SavedLoginsListView(
} else {
binding.progressBar.isVisible = false
binding.savedLoginsList.isVisible = state.loginList.isNotEmpty()
- binding.savedPasswordsEmptyView.isVisible = state.loginList.isEmpty()
+ binding.savedPasswordsEmptyView.isVisible = false
}
loginsAdapter.submitList(state.filteredItems) {
// Reset scroll position to the first item after submitted list was committed.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/22a627092b6eb…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/commit/22a627092b6eb…
You're receiving this email because of your account on gitlab.torproject.org.