|
Implement "Autofill form data" import for Firefox
This patches adds support to import autofill form data
from Firefox. Firefox stores form data in formhistory.sqlite
file and currently Chrome's firefox importer doesn't import data
from it.
With this patch, "Autofill form data" option is available in import
menu and allows user to import form data from Firefox. The imported
form data is stored in autofill table and is then used in forms for
autocomplete.
BUG= 59087
Committed: https://crrev.com/884eafca142af3f8e8ed252048edeeb5c3d25319
Cr-Commit-Position: refs/heads/master@{#293381}
Total comments: 1
Total comments: 57
Total comments: 11
Total comments: 4
Total comments: 2
Total comments: 7
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+373 lines, -35 lines) |
Patch |
|
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/importer/external_process_importer_client.h
|
View
|
|
5 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/importer/external_process_importer_client.cc
|
View
|
1
2
3
4
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/importer/firefox_importer_browsertest.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+33 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/importer/importer_list.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/importer/in_process_importer_bridge.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/importer/in_process_importer_bridge.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/importer/profile_writer.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/importer/profile_writer.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/import_data_overlay.html
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/resources/options/import_data_overlay.js
|
View
|
1
2
|
4 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/browser_ui_prefs.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/options/import_data_handler.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+19 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/common/importer/importer_autofill_form_data_entry.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/common/importer/importer_autofill_form_data_entry.cc
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/importer/importer_bridge.h
|
View
|
1
2
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/importer/importer_data_types.h
|
View
|
1
2
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/common/importer/profile_import_process_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
A + |
chrome/test/data/firefox_profile/formhistory.sqlite
|
View
|
1
2
3
4
5
6
|
Binary file |
0 comments
|
Download
|
|
M |
chrome/utility/importer/external_process_importer_bridge.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/utility/importer/external_process_importer_bridge.cc
|
View
|
1
|
2 chunks |
+28 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/utility/importer/firefox_importer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/utility/importer/firefox_importer.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/webdata/autofill_webdata.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/webdata/autofill_webdata_service.h
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/webdata/autofill_webdata_service.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 68 (10 generated)
|