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

Issue 650110: Teach the cookie tree view / model about appcaches. Not hooked up to real dat... (Closed)

Created:
10 years, 10 months ago by michaeln
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org
Visibility:
Public.

Description

Teach the cookie tree view and model about appcaches. Not hooked up to real data yet, but the view and model pieces are in place for windows and gtk (not yet done for the mac). Also adds a 'name' attribute to database details pane, cleans up the layout of the detail panes on windows. BUG=25977 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40181

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 1

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Total comments: 1

Patch Set 16 : '' #

Total comments: 7

Patch Set 17 : '' #

Patch Set 18 : '' #

Patch Set 19 : '' #

Patch Set 20 : '' #

Patch Set 21 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+802 lines, -364 lines) Patch
M chrome/app/generated_resources.grd View 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +6 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_appcache_helper.h View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/browser/browsing_data_appcache_helper.cc View 1 2 3 4 5 6 7 8 1 chunk +68 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data_database_helper.cc View 19 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_local_storage_helper.cc View 19 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/browsing_data_remover.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/cookies_window_controller.mm View 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/cookies_window_controller_unittest.mm View 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/cookies_tree_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 13 chunks +125 lines, -82 lines 0 comments Download
M chrome/browser/cookies_tree_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 12 chunks +106 lines, -98 lines 0 comments Download
M chrome/browser/cookies_tree_model_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 11 chunks +24 lines, -8 lines 0 comments Download
M chrome/browser/gtk/options/cookie_filter_page_gtk.cc View 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/gtk/options/cookies_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 7 chunks +22 lines, -7 lines 0 comments Download
M chrome/browser/gtk/options/cookies_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 15 chunks +81 lines, -5 lines 0 comments Download
M chrome/browser/gtk/options/cookies_view_unittest.cc View 8 9 10 11 12 13 14 15 16 17 18 19 33 chunks +58 lines, -32 lines 0 comments Download
A chrome/browser/mock_browsing_data_appcache_helper.h View 3 4 5 6 7 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/mock_browsing_data_appcache_helper.cc View 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download
A + chrome/browser/views/appcache_info_view.h View 1 chunk +20 lines, -27 lines 0 comments Download
A + chrome/browser/views/appcache_info_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +78 lines, -75 lines 0 comments Download
M chrome/browser/views/database_info_view.h View 19 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/database_info_view.cc View 19 6 chunks +19 lines, -6 lines 0 comments Download
M chrome/browser/views/options/cookies_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +5 lines, -9 lines 0 comments Download
M chrome/browser/views/options/cookies_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 7 chunks +41 lines, -8 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
michaeln
Peter, are you a good person to review this ui stuff? http://codereview.chromium.org/650110/diff/1/5 File chrome/browser/cookies_tree_model.h (right): ...
10 years, 10 months ago (2010-02-24 21:59:48 UTC) #1
Peter Kasting
On 2010/02/24 21:59:48, michaeln wrote: > Peter, are you a good person to review this ...
10 years, 10 months ago (2010-02-24 22:03:27 UTC) #2
michaeln
http://codereview.chromium.org/650110/diff/3070/3077 File chrome/browser/cookies_tree_model.cc (right): http://codereview.chromium.org/650110/diff/3070/3077#newcode280 chrome/browser/cookies_tree_model.cc:280: CookieTreeAppCacheNode::CookieNodeComparator()); oh... i can probably just use the TitleComparator ...
10 years, 10 months ago (2010-02-24 22:04:57 UTC) #3
michaeln
hello
10 years, 10 months ago (2010-02-24 23:29:16 UTC) #4
jochen (gone - plz use gerrit)
http://codereview.chromium.org/650110/diff/3099/4059 File chrome/browser/browsing_data_appcache_helper.cc (right): http://codereview.chromium.org/650110/diff/3099/4059#newcode60 chrome/browser/browsing_data_appcache_helper.cc:60: completion_callback_.reset(); could you also patch the other helpers to ...
10 years, 10 months ago (2010-02-25 07:53:38 UTC) #5
michaeln
thnx for looking... http://codereview.chromium.org/650110/diff/3099/4059 File chrome/browser/browsing_data_appcache_helper.cc (right): http://codereview.chromium.org/650110/diff/3099/4059#newcode60 chrome/browser/browsing_data_appcache_helper.cc:60: completion_callback_.reset(); On 2010/02/25 07:53:38, jochen wrote: ...
10 years, 10 months ago (2010-02-25 20:53:43 UTC) #6
michaeln
> > this will collapse all extensions databases to a single node > > I ...
10 years, 10 months ago (2010-02-25 23:23:28 UTC) #7
michaeln
ian, ping? http://codereview.chromium.org/650110/diff/3099/4059 File chrome/browser/browsing_data_appcache_helper.cc (right): http://codereview.chromium.org/650110/diff/3099/4059#newcode60 chrome/browser/browsing_data_appcache_helper.cc:60: completion_callback_.reset(); On 2010/02/25 07:53:38, jochen wrote: > ...
10 years, 10 months ago (2010-02-26 02:42:06 UTC) #8
jochen (gone - plz use gerrit)
10 years, 10 months ago (2010-02-26 20:23:27 UTC) #9
LGTM

On 2010/02/26 02:42:06, michaeln wrote:
> ian, ping?
> 
> http://codereview.chromium.org/650110/diff/3099/4059
> File chrome/browser/browsing_data_appcache_helper.cc (right):
> 
> http://codereview.chromium.org/650110/diff/3099/4059#newcode60
> chrome/browser/browsing_data_appcache_helper.cc:60:
> completion_callback_.reset();
> On 2010/02/25 07:53:38, jochen wrote:
> > could you also patch the other helpers to reset the callback after running?
> 
> Done

Powered by Google App Engine
This is Rietveld 408576698