diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-04 21:48:37 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-04 21:48:37 +0000 |
commit | 168e3b1aa94a24810d0cdce4555be19fe009174e (patch) | |
tree | 59db61d361c334ce8b6947690fda8d0affcc6427 /chrome/app | |
parent | 8f53a15e46af6f53fa34b8ee019e3ffed3aa1efc (diff) | |
download | chromium_src-168e3b1aa94a24810d0cdce4555be19fe009174e.zip chromium_src-168e3b1aa94a24810d0cdce4555be19fe009174e.tar.gz chromium_src-168e3b1aa94a24810d0cdce4555be19fe009174e.tar.bz2 |
DOMUI: Display whether a cookie is acceptible to the script in the Cookies view.
BUG=69831
TEST=none
Review URL: http://codereview.chromium.org/6349092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 305950f..f5a2eb6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7335,6 +7335,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_COOKIES_COOKIE_SENDFOR_LABEL" desc="The Cookie Send For label"> Send For: </message> + <message name="IDS_COOKIES_COOKIE_ACCESSIBLE_TO_SCRIPT_LABEL" desc="The Cookie Accessible to Script label"> + Accessible to Script: + </message> <message name="IDS_COOKIES_COOKIE_CREATED_LABEL" desc="The Cookie Created label"> Created: </message> @@ -7360,6 +7363,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE" desc="Send Cookie for any kind of connection"> Secure connections only </message> + <message name="IDS_COOKIES_COOKIE_ACCESSIBLE_TO_SCRIPT_YES" desc="Accessible to Script"> + Yes + </message> + <message name="IDS_COOKIES_COOKIE_ACCESSIBLE_TO_SCRIPT_NO" desc="Accessible to Script"> + No (HttpOnly) + </message> <message name="IDS_COOKIES_COOKIE_NONESELECTED" desc="Field value when no cookie is selected"> <no cookie selected> </message> |