|
Implement policy for disabling auto fill.
This introduces a new policy setting named AutoFillEnabled that administrators
can use to switch off the auto fill feature. The UI adjustments disable the
autofill button and dialog in the preferences dialog appropriate.
Preferences.xib change: Bind enabled state of the auto fill button to
autoFillSettingsButtonEnabled @property.
AutoFillDialog.xib change: Bind enabled state of the auto fill enabled checkbox and save button
to the autoFillEnabledAvailable and saveEnabled @properties, respectively.
BUG= 49611
TEST=autofill_dialog_controller_mac_unittest.mm, manual testing
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57302
Total comments: 27
Total comments: 6
Total comments: 10
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1893 lines, -155 lines) |
Patch |
 |
M |
chrome/app/nibs/AutoFillDialog.xib
|
View
|
1
2
3
4
5
6
|
9 chunks |
+165 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/app/nibs/Preferences.xib
|
View
|
1
2
3
4
5
6
|
74 chunks |
+1434 lines, -107 lines |
0 comments
|
Download
|
 |
M |
chrome/app/policy/mac/app-Manifest.plist
|
View
|
1
2
3
4
5
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/policy/windows/adm/en-US/chrome.adm
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/policy/windows/admx/chrome.admx
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/app/policy/windows/admx/en-US/chrome.adml
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_dialog_controller_mac.h
|
View
|
1
2
|
5 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_dialog_controller_mac.mm
|
View
|
1
2
3
|
7 chunks |
+57 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_dialog_controller_mac_unittest.mm
|
View
|
1
2
|
3 chunks |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_dialog_gtk.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/preferences_window_controller.h
|
View
|
1
2
3
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/cocoa/preferences_window_controller.mm
|
View
|
1
2
3
|
4 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/options/content_page_gtk.h
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/options/content_page_gtk.cc
|
View
|
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/managed_prefs_banner_base.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_pref_store.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_pref_store.cc
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_provider.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/configuration_policy_store.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/autofill_profiles_view_win.h
|
View
|
1
|
5 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/autofill_profiles_view_win.cc
|
View
|
1
2
3
|
15 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/options/content_page_view.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
|
chrome/browser/views/options/content_page_view.cc
|
View
|
|
3 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/policy_constants.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/policy_constants.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|