summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 17:14:02 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 17:14:02 +0000
commit55209a4b0b801a3bc2f790d4a75d10ccfdf34f6e (patch)
tree9d78a47b203af9ebd322efcb6fc2e9f026b7e47e /chrome/app
parent6e9cebe49f63b4a783acb2446a5eb2e7618c6cbd (diff)
downloadchromium_src-55209a4b0b801a3bc2f790d4a75d10ccfdf34f6e.zip
chromium_src-55209a4b0b801a3bc2f790d4a75d10ccfdf34f6e.tar.gz
chromium_src-55209a4b0b801a3bc2f790d4a75d10ccfdf34f6e.tar.bz2
Adding preferences and clear browsing data for form autofill.
BUG=None TEST=Open the 'Clear browsing data' dialog, there should be a check box for from data. Open the options dialogue, 2nd tab, there should be an option for autofill. Review URL: http://codereview.chromium.org/8740 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd17
-rw-r--r--chrome/app/resources/locale_settings_en-US.rc2
2 files changed, 9 insertions, 10 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b289a03..3a9e5a3 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2412,14 +2412,6 @@ each locale. -->
Add
</message>
- <!-- Advanced autofill settings -->
- <message name="IDS_AUTOFILL_SETTING_WINDOWS_TITLE" desc="Title that appears in the dialogue title bar for advanced autofill settings">
- Form autofill
- </message>
- <message name="IDS_AUTOFILL_SAVEFORMS" desc="The autofill checkbox label">
- Save and show text typed in similar fields
- </message>
-
<!-- HTTP POST Warning -->
<message name="IDS_HTTP_POST_WARNING_TITLE" desc="Title for dialog that warns users about a navigation that results in a repost">
Confirm Form Resubmission
@@ -2679,7 +2671,14 @@ each locale. -->
<message name="IDS_OPTIONS_PASSWORDS_SHOWPASSWORDS" desc="The label of the 'Show passwords' button">
Show saved passwords
</message>
-
+
+ <message name="IDS_AUTOFILL_SETTING_WINDOWS_GROUP_NAME" desc="The title of the form autofill group">
+ Form autofill:
+ </message>
+ <message name="IDS_AUTOFILL_SAVEFORMS" desc="The autofill checkbox label">
+ Save and show text typed in similar fields
+ </message>
+
<message name="IDS_OPTIONS_FONTSANDLANGUAGES_GROUP_NAME" desc="The label of the 'Fonts and Languages' group">
Fonts and Languages:
</message>
diff --git a/chrome/app/resources/locale_settings_en-US.rc b/chrome/app/resources/locale_settings_en-US.rc
index 19606a6..100e686 100644
--- a/chrome/app/resources/locale_settings_en-US.rc
+++ b/chrome/app/resources/locale_settings_en-US.rc
@@ -26,7 +26,7 @@ BEGIN
IDS_BUGREPORT_DIALOG_WIDTH_CHARS "85"
IDS_BUGREPORT_DIALOG_HEIGHT_LINES "17"
IDS_CLEARDATA_DIALOG_WIDTH_CHARS "63"
- IDS_CLEARDATA_DIALOG_HEIGHT_LINES "14.5"
+ IDS_CLEARDATA_DIALOG_HEIGHT_LINES "15.5"
IDS_IMPORT_DIALOG_WIDTH_CHARS "60"
IDS_IMPORT_DIALOG_HEIGHT_LINES "14"
IDS_ABOUT_DIALOG_WIDTH_CHARS "75"