forked from brave/browser-laptop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clearAutocompleteData & clearAutofillData to clearBrowsingDataPan…
…el and clear on shutdown fix brave#3458 required brave/muon#53 Auditors: @bridiver, @bbondy Test Plan: For autocomplete data in clearBrowsingDataPanel: 1. Go to site contains form and submit form after input some value 2. Double click the input field to make sure it popup the value you previous input 3. Go to "about:preferences#security" and click "Clear Browsing Data Now..." 4. Toggle on "Autocomplete data" and click "Clear" 5. Go previous site you submitted form 6. Double click the input field should popup nothing For autocomplete data clear on shutdown: 1. Go to site contains form and submit form after input some value 2. Double click the input field to make sure it popup the value you previous input 3. Go to "about:preferences#security" and toggle on "Autocomplete data" 4. Quit brave and relaunch it 5. Go previous site you submitted form 6. Double click the input field should popup nothing For autofill data in clearBrowsingDataPanel: 1. Add address and credit card in "about:autofill" 2. Go to the site you usually verify autofill and verify it 3. Go to "about:preferences#security" and click "Clear Browsing Data Now..." 4. Toggle on "Autofill data" and click "Clear" 5. Go previous site you verify autofill 6. Double click the input field should popup nothing For autofill data clear on shutdown: 1. Add address and credit card in "about:autofill" 2. Go to the site you usually verify autofill and verify it 3. Go to "about:preferences#security" and toggle on "Autofill data" 4. Quit brave and relaunch it 5. Go previous site you verify autofill 6. Double click the input field should popup nothing
- Loading branch information
Showing
10 changed files
with
243 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters