浏览代码

Add some missing entries from CHANGELOG

Update autofill patch authorship information
csagan5 3 年之前
父节点
当前提交
2d2623f6dd
共有 2 个文件被更改,包括 9 次插入7 次删除
  1. 2 0
      CHANGELOG.md
  2. 7 7
      build/patches/autofill-miscellaneous.patch

+ 2 - 0
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

+ 7 - 7
build/patches/autofill-miscellaneous.patch

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