Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Issue 599003: [Mac] Add local storage nodes to the cookie manager (Closed)

Created:
10 years, 10 months ago by Robert Sesek
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, Paweł Hajdan Jr., pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

[Mac] Add local storage nodes to the cookie manager * Add local storage getters to CookieTreeNode * XIB: Embed cookie info labels into an NSView (inside the NSBox) and add another for info NSView for local storage. * Roll GTM r280:293 BUG=33068 TEST=Chromium-->Preferences-->Under the Hood-->Show cookies... Find and click on a local storage node. Info should be displayed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=38504

Patch Set 1 #

Total comments: 8

Patch Set 2 : Get rid of NSTabView #

Total comments: 8

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : Final #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1137 lines, -568 lines) Patch
M DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/nibs/Cookies.xib View 1 24 chunks +957 lines, -536 lines 0 comments Download
M chrome/browser/cocoa/cookie_tree_node.h View 1 2 3 4 chunks +34 lines, -13 lines 0 comments Download
M chrome/browser/cocoa/cookie_tree_node.mm View 1 2 3 6 chunks +43 lines, -15 lines 0 comments Download
M chrome/browser/cocoa/cookies_window_controller.h View 1 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/cookies_window_controller.mm View 1 3 chunks +18 lines, -1 line 0 comments Download
M chrome/browser/cocoa/cookies_window_controller_unittest.mm View 1 6 chunks +77 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Robert Sesek
10 years, 10 months ago (2010-02-09 15:22:52 UTC) #1
TVL
http://codereview.chromium.org/599003/diff/1/4 File chrome/browser/cocoa/cookie_tree_node.h (right): http://codereview.chromium.org/599003/diff/1/4#newcode29 chrome/browser/cocoa/cookie_tree_node.h:29: BOOL isLeaf_; why do we need isLeaf if we ...
10 years, 10 months ago (2010-02-09 15:33:53 UTC) #2
Robert Sesek
http://codereview.chromium.org/599003/diff/1/4 File chrome/browser/cocoa/cookie_tree_node.h (right): http://codereview.chromium.org/599003/diff/1/4#newcode29 chrome/browser/cocoa/cookie_tree_node.h:29: BOOL isLeaf_; On 2010/02/09 15:33:53, TVL wrote: > why ...
10 years, 10 months ago (2010-02-09 17:03:45 UTC) #3
pink (ping after 24hrs)
http://codereview.chromium.org/599003/diff/16/4003 File chrome/browser/cocoa/cookie_tree_node.h (right): http://codereview.chromium.org/599003/diff/16/4003#newcode10 chrome/browser/cocoa/cookie_tree_node.h:10: // The type of node a TreeNode is. This ...
10 years, 10 months ago (2010-02-09 17:24:58 UTC) #4
Robert Sesek
http://codereview.chromium.org/599003/diff/16/4003 File chrome/browser/cocoa/cookie_tree_node.h (right): http://codereview.chromium.org/599003/diff/16/4003#newcode10 chrome/browser/cocoa/cookie_tree_node.h:10: // The type of node a TreeNode is. This ...
10 years, 10 months ago (2010-02-09 18:35:43 UTC) #5
pink (ping after 24hrs)
LGTM with comments. http://codereview.chromium.org/599003/diff/7001/6004 File chrome/browser/cocoa/cookie_tree_node.h (right): http://codereview.chromium.org/599003/diff/7001/6004#newcode10 chrome/browser/cocoa/cookie_tree_node.h:10: // This enum specifies the type ...
10 years, 10 months ago (2010-02-09 20:51:21 UTC) #6
Robert Sesek
10 years, 10 months ago (2010-02-09 20:58:13 UTC) #7
http://codereview.chromium.org/599003/diff/7001/6004
File chrome/browser/cocoa/cookie_tree_node.h (right):

http://codereview.chromium.org/599003/diff/7001/6004#newcode10
chrome/browser/cocoa/cookie_tree_node.h:10: // This enum specifies the type of
display node a CocoaCookieTreeNode is.
On 2010/02/09 20:51:21, pink wrote:
> Can you add a comment here about switching this to inheritance if you rewrite
> this not to use bindings?

Done.

http://codereview.chromium.org/599003/diff/7001/6005
File chrome/browser/cocoa/cookie_tree_node.mm (right):

http://codereview.chromium.org/599003/diff/7001/6005#newcode103
chrome/browser/cocoa/cookie_tree_node.mm:103: return (nodeType_ !=
kCocoaCookieTreeNodeTypeFolder);
On 2010/02/09 20:51:21, pink wrote:
> no need for parens.

Done.

http://codereview.chromium.org/599003/diff/7001/6007
File chrome/browser/cocoa/cookies_window_controller.mm (right):

http://codereview.chromium.org/599003/diff/7001/6007#newcode321
chrome/browser/cocoa/cookies_window_controller.mm:321: // Multi-selection should
be disabled in the UI, but for sanity, double-check
On 2010/02/09 20:51:21, pink wrote:
> why can't i select multiple items? seems like i might want to erase a few
> cookies at a time w/out having to remove them all, no?

I got yelled at when I had this enabled. Something about Windows not doing it.

Powered by Google App Engine
This is Rietveld 408576698