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

Issue 14118002: Implement read-only indexedb-internals (Closed)

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

Description

Implement read-only indexedb-internals This implements a read-only list of indexeddb instances in the current profile, including just bare minimum information. BUG=174188 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194094

Patch Set 1 #

Total comments: 6

Patch Set 2 : Patch for landing, nits addressed #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -15 lines) Patch
M content/browser/indexed_db/indexed_db_internals_ui.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_internals_ui.cc View 1 3 chunks +67 lines, -2 lines 2 comments Download
M content/browser/resources/indexed_db/indexeddb_internals.css View 1 chunk +32 lines, -0 lines 0 comments Download
M content/browser/resources/indexed_db/indexeddb_internals.html View 1 chunk +36 lines, -12 lines 0 comments Download
M content/browser/resources/indexed_db/indexeddb_internals.js View 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
alecflett
This is awaiting the landing of https://codereview.chromium.org/13954002/ - but in the mean time, could I ...
7 years, 8 months ago (2013-04-10 23:57:48 UTC) #1
jsbell
Sorry that wasn't quick. ltgm with minor nits/suggestions https://codereview.chromium.org/14118002/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/14118002/diff/1/content/browser/indexed_db/indexed_db_internals_ui.cc#newcode49 content/browser/indexed_db/indexed_db_internals_ui.cc:49: void ...
7 years, 8 months ago (2013-04-11 18:56:20 UTC) #2
jsbell
er, lgtm...
7 years, 8 months ago (2013-04-11 18:56:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/14118002/7001
7 years, 8 months ago (2013-04-13 01:47:43 UTC) #4
commit-bot: I haz the power
Change committed as 194094
7 years, 8 months ago (2013-04-13 08:23:48 UTC) #5
awong
7 years, 8 months ago (2013-04-17 21:20:01 UTC) #6
Message was sent while issue was closed.
drive by

2 small nits.

https://codereview.chromium.org/14118002/diff/7001/content/browser/indexed_db...
File content/browser/indexed_db/indexed_db_internals_ui.cc (right):

https://codereview.chromium.org/14118002/diff/7001/content/browser/indexed_db...
content/browser/indexed_db/indexed_db_internals_ui.cc:72:
scoped_refptr<IndexedDBContext> context) {
const scoped_refptr<IndexedDBContext>& is preferred here.

https://codereview.chromium.org/14118002/diff/7001/content/browser/indexed_db...
content/browser/indexed_db/indexed_db_internals_ui.cc:99: }
add a newline and comment

} //   namespace content

Powered by Google App Engine
This is Rietveld 408576698