From 2d2623f6ddfaf514cd5b0aa16faef218cb4582e8 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Mon, 11 Apr 2022 23:42:10 +0200 Subject: [PATCH] Add some missing entries from CHANGELOG Update autofill patch authorship information --- CHANGELOG.md | 2 ++ build/patches/autofill-miscellaneous.patch | 14 +++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1552e313..0631d597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ * add menu entry to select all bookmarks (fixes https://github.com/bromite/bromite/issues/1959) * save only ContentSettings in always-incognito mode (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1942) * fix Note 9 crash on startup (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/1871) +* remove passwords menu entry for leak check +* remove privacy menu entry to use phone as a security key # 100.0.4896.57 * allow OpenSearch search engine URLs with path diff --git a/build/patches/autofill-miscellaneous.patch b/build/patches/autofill-miscellaneous.patch index 47dfdd1c..c1dddedd 100644 --- a/build/patches/autofill-miscellaneous.patch +++ b/build/patches/autofill-miscellaneous.patch @@ -1,12 +1,12 @@ -From: Jan Engelhardt -Date: Thu, 11 Sep 2014 16:37:32 +0200 +From: csagan5 <32685696+csagan5@users.noreply.github.com> +Date: Mon Apr 11 23:29:29 2022 +0200 Subject: autofill: miscellaneous -Make sure that autofill is disabled by default -Disable autofill download manager (trk:158). -Disable autofill assistant -Disable autofill server communication by default -Do not skip google.com domains for password generation +Make sure that autofill is disabled by default (Jan Engelhardt ) +Disable autofill download manager (Jan Engelhardt ) +Disable autofill assistant and CC (csagan5) +Disable autofill server communication by default (Daniel Micay ) +Do not skip google.com domains for password generation (csagan5) --- .../AutofillAssistantPreferencesUtil.java | 2 +- .../core/browser/autofill_download_manager.cc | 35 +++----------------