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

Issue 14156003: Support multiple storage partitions in chrome://indexeddb-internals/ (Closed)

Created:
7 years, 8 months ago by alecflett
Modified:
7 years, 8 months ago
Reviewers:
michaeln, dgrogan, jsbell
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, markusheintz_, jam, awong
Visibility:
Public.

Description

Support multiple storage partitions in chrome://indexeddb-internals/ This allows us to discover indexeddb's that are in apps and extensions. Each StoragePartition is calling back through to the JavaScript separately, and each section will get rendered with its own header. BUG=174188 TBR=joi@chromium.org,estade@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194674

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address review comments #

Patch Set 3 : Fix tests for 'origin' rename to 'origin_' #

Patch Set 4 : Update to ToT #

Patch Set 5 : Fix unittest #

Patch Set 6 : fix cocoa ui #

Patch Set 7 : Fix cocoa unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -73 lines) Patch
M chrome/browser/browsing_data/browsing_data_indexed_db_helper.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_indexed_db_helper_browsertest.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model_unittest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/mock_browsing_data_indexed_db_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details.mm View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/cookies_tree_model_util.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_context_impl.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_internals_ui.h View 1 2 chunks +13 lines, -5 lines 0 comments Download
M content/browser/indexed_db/indexed_db_internals_ui.cc View 1 2 3 4 chunks +56 lines, -29 lines 0 comments Download
M content/browser/resources/indexed_db/indexeddb_internals.html View 2 chunks +8 lines, -3 lines 0 comments Download
M content/browser/resources/indexed_db/indexeddb_internals.js View 1 1 chunk +2 lines, -4 lines 0 comments Download
M content/public/browser/indexed_db_info.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M content/public/browser/indexed_db_info.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
alecflett
This is stacked on top of https://codereview.chromium.org/14118002/ jsbell / michaeln - r? CC'ed ajwong just ...
7 years, 8 months ago (2013-04-12 01:08:38 UTC) #1
jsbell
lgtm with one nit and a caution (and a small rant about the verbosity of ...
7 years, 8 months ago (2013-04-12 21:25:59 UTC) #2
michaeln
lgtm2 https://codereview.chromium.org/14156003/diff/1/content/browser/indexed_db/indexed_db_internals_ui.cc File content/browser/indexed_db/indexed_db_internals_ui.cc (right): https://codereview.chromium.org/14156003/diff/1/content/browser/indexed_db/indexed_db_internals_ui.cc#newcode93 content/browser/indexed_db/indexed_db_internals_ui.cc:93: iter != contexts->end(); ++iter) { nit: would dbl-iter ...
7 years, 8 months ago (2013-04-12 23:00:31 UTC) #3
alecflett
7 years, 8 months ago (2013-04-17 21:08:33 UTC) #4
Message was sent while issue was closed.
Committed patchset #7 manually as r194674 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698