Add some missing entries from CHANGELOG

Update autofill patch authorship information
This commit is contained in:
csagan5 2022-04-11 23:42:10 +02:00 committed by Yifeng Wu
parent d0da12f3a8
commit 7175831a8b
2 changed files with 9 additions and 7 deletions

View file

@ -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

View file

@ -1,12 +1,12 @@
From: Jan Engelhardt <jengelh@inai.de>
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 <jengelh@inai.de>)
Disable autofill download manager (Jan Engelhardt <jengelh@inai.de>)
Disable autofill assistant and CC (csagan5)
Disable autofill server communication by default (Daniel Micay <danielmicay@gmail.com>)
Do not skip google.com domains for password generation (csagan5)
---
.../AutofillAssistantPreferencesUtil.java | 2 +-
.../core/browser/autofill_download_manager.cc | 35 +++----------------