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

Add Autofill support #40

Merged
merged 1 commit into from
Aug 22, 2016
Merged

Add Autofill support #40

merged 1 commit into from
Aug 22, 2016

Conversation

darkdh
Copy link
Member

@darkdh darkdh commented Aug 16, 2016

base::FilePath user_dir;
PathService::Get(brightray::DIR_USER_DATA, &user_dir);
CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
web_database_ = new WebDatabaseService(user_dir.Append(kWebDataFilename),
Copy link
Collaborator

Choose a reason for hiding this comment

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

this path should have the partition name in it to avoid access from more than one browser context

@darkdh
Copy link
Member Author

darkdh commented Aug 18, 2016

Thanks for the feedback. Changed has made in 615a937954aa37194e9abec4b7a534f70e5d819b.

@bbondy
Copy link
Member

bbondy commented Aug 20, 2016

This doesn't apply or cherry-pick in cleanly to master. Could you pls rebase? Thanks!

@bridiver
Copy link
Collaborator

++ I'm going to make a few small organizational tweaks to split this out from electron and then I'll merge

@bridiver bridiver merged commit c5b9bd0 into master Aug 22, 2016
@bridiver
Copy link
Collaborator

bridiver commented Aug 23, 2016

@bbondy is this still an open issue? I thought you mentioned a fix/workaround?

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.

Form fill (Autofill)
4 participants