|
mac: Clean up autofill integration with Address Book.
Changes:
- Update the copy of the string that describes giving Chrome access to the
user's Address Book.
- When the user selects the option to pull autofill suggestions from the
Address Book, Chrome immediately prompts the user for permission to use the
Address Book. I considered delaying the prompt until the option screen is
dismissed, but that works less because there are too many ways to dismiss the
screen that cause the prompt to appear contextless. (e.g. The user
performs a history navigation).
- Add a resource for the Contacts icon for the autofill entry.
- Add metrics for the autofill entry that suggests that the user give Chrome
access to the Address Book.
- The pref for auxiliary profiles should default to NO on mac, and should not
be syncable.
- Update the logic in PersonalDataManagerMac to reflect the new default state
of the pref.
- Update layout logic of the autofill entry to move the text up by 1 pt, to
better account for the weighting of the Contacts icon asset.
BUG= 139154
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275367
Total comments: 17
Total comments: 29
Total comments: 1
Total comments: 16
Total comments: 12
Total comments: 9
Total comments: 5
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+247 lines, -60 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/browser_prefs.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/autofill_options.html
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/autofill_options.js
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
View
|
1
2
3
4
5
6
|
10 chunks |
+38 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/autofill_options_handler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/autofill_options_handler.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_external_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_external_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+39 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+44 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_test_utils.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager_mac.mm
|
View
|
1
2
3
|
5 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/common/autofill_pref_names.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/common/autofill_pref_names.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/resources/autofill_scaled_resources.grdp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
components/resources/default_100_percent/common/autofill/mac_contacts_icon.png
|
View
|
1
2
3
4
5
6
|
Binary file |
0 comments
|
Download
|
 |
A |
components/resources/default_200_percent/common/autofill/mac_contacts_icon.png
|
View
|
1
2
3
4
5
6
|
Binary file |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
Total messages: 35 (0 generated)
|