Add some missing entries from CHANGELOG
Update autofill patch authorship information
This commit is contained in:
parent
d0da12f3a8
commit
7175831a8b
2 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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 +++----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue