diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 13:12:49 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-10 13:12:49 +0000 |
commit | e721ebe885b159f9b18047392be9a0f5834998fb (patch) | |
tree | 9a885282fee88e4645a68c1a9b4eaeda0736886e /chrome/app | |
parent | f4954a7b55b98530fe831660dd8fd90bcf0c5658 (diff) | |
download | chromium_src-e721ebe885b159f9b18047392be9a0f5834998fb.zip chromium_src-e721ebe885b159f9b18047392be9a0f5834998fb.tar.gz chromium_src-e721ebe885b159f9b18047392be9a0f5834998fb.tar.bz2 |
Add a session storage node to the cookies tree view for collected cookies.
Furthermore, local storage and session storage accesses are recorded separately in the tab contents, so they can be displayed in the correct bucket.
BUG=45230
TEST=none
Review URL: http://codereview.chromium.org/3053052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6e2a3a6..492e86b 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6253,6 +6253,9 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_COOKIES_LOCAL_STORAGE" desc="Label for local storage (name of a HTML standard)"> Local Storage </message> + <message name="IDS_COOKIES_SESSION_STORAGE" desc="Label for session storage (name of a HTML standard)"> + Session Storage + </message> <message name="IDS_COOKIES_LAST_ACCESSED_LABEL" desc="The last access date label"> Last accessed: </message> |