Commit Graph
13 Commits
Author SHA1 Message Date
Simon Hong 0dc9d8c84a Delete muon import feature 2020-03-26 10:38:07 +09:00
Simon Hong 1507334151 Enable extensions importing from Chrome
BraveExternalProcessImporterHost will fetch available extensions list
and ask to install them.
Other importing options are done via other utility process but
importing extension should be done in browser process.
So, BraveExternalProcessImporterHost manages extension installs.

BraveExternalProcessImporterHost will fetch available extensions list
and ask to install them.
Other importing options are done via other utility process but
importing extension should be done in browser process.
So, BraveExternalProcessImporterHost manages extension installs.

NOTE: this commits has many cleanup changes around importing area
that uses deprecated patching style.

fix https://github.com/brave/brave-browser/issues/7974
2020-03-25 09:21:01 +09:00
Simon Hong bc513dbfd3 Fix cookies are not imported from Chrome
Since the V11 cookies db schema, firstpartyonly column is renamed to samesite.
Also, BraveImporter and ChromeImporter should have different cookies query
string because muon uses old schema.
2019-10-29 17:52:01 +09:00
Garrett Robinson bff2424e1a Update BraveImporterTest.ImportHistory 2018-10-10 13:51:37 -07:00
Garrett Robinson f9dff0762b Unit test for brave::FirefoxImporter::ImportCookies 2018-08-10 17:37:09 -07:00
Garrett Robinson 25093894eb Recommend --user-data-dir instead of CHROME_USER_DATA_DIR 2018-07-05 16:20:30 -07:00
Garrett Robinson f2cac13bcf Import history, bookmarks, cookies, and passwords from Brave 2018-07-05 16:20:30 -07:00
Garrett Robinson 3f9f9c75f5 Update to SQLitePersistentCookieStore schema v10, introduced in C66 2018-04-26 12:46:40 -07:00
Garrett Robinson 4d2631c304 Import cookies from Chrome 2018-04-26 12:46:40 -07:00
Garrett Robinson d9876f1695 Test importing autofillable and blacklisted logins 2018-04-20 14:58:12 -07:00
Garrett Robinson 56a349f670 Improve process and docs for generating Chrome password import test data 2018-04-20 14:36:00 -07:00
Garrett Robinson 066d7fa1eb Unit test for importing passwords from Chrome 2018-04-20 13:55:54 -07:00
Garrett Robinson 5f00709f85 Import from Chrome (#49)
Import bookmark & history from chrome/chrome canary/chromium
2018-03-15 13:35:03 -07:00