Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Make Autofill as a PersonalDataManagerObserver #70

Merged
merged 1 commit into from
Oct 11, 2016

Conversation

darkdh
Copy link
Member

@darkdh darkdh commented Oct 11, 2016

Auditor: @bridiver, @bbondy

darkdh added a commit to brave/browser-laptop that referenced this pull request Oct 11, 2016
fix #4349
requires brave/muon#70

Auditors: @bridiver

Test Plan:
1. Prepare a fresh install brave (version > 0.12.3)
2. Lauch brave
3. open about:autofill
4. Add an address
5. The address entry should show on the page
6. Add a credit card
7. The credit card entry should show on the page
8. Verify address and credit card on http://www.roboform.com/filling-test-all-fields
autofill::PersonalDataManagerFactory::GetForBrowserContext(
browser_context_);
if (!personal_data) {
if (!personal_data_manager_) {
LOG(ERROR) << "No Data";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we emit an event for these errors so we can inform the user about them on the browser side? Just open a new ticket for now so we don't forget about it

@bridiver bridiver merged this pull request into master Oct 11, 2016
@bridiver
Copy link
Collaborator

++

@darkdh darkdh deleted the autofill-race-cond branch October 11, 2016 17:42
darkdh added a commit to brave/browser-laptop that referenced this pull request Oct 11, 2016
fix #4349
requires brave/muon#70

Auditors: @bridiver

Test Plan:
1. Prepare a fresh install brave (version > 0.12.3)
2. Lauch brave
3. open about:autofill
4. Add an address
5. The address entry should show on the page
6. Add a credit card
7. The credit card entry should show on the page
8. Verify address and credit card on http://www.roboform.com/filling-test-all-fields
darkdh added a commit to brave/browser-laptop that referenced this pull request Oct 11, 2016
fix #4349
requires brave/muon#70

Auditors: @bridiver

Test Plan:
1. Prepare a fresh install brave (version > 0.12.3)
2. Lauch brave
3. open about:autofill
4. Add an address
5. The address entry should show on the page
6. Add a credit card
7. The credit card entry should show on the page
8. Verify address and credit card on http://www.roboform.com/filling-test-all-fields
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants