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

Issue 10695158: IndexedDB: Close open databases when user requests browsing data deletion (Closed)

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

Description

IndexedDB: Close open databases when user requests browsing data deletion BUG=64050 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155075

Patch Set 1 #

Total comments: 1

Patch Set 2 : Whitespace #

Patch Set 3 : Added unit test #

Patch Set 4 : Don't use std:map's operator[] for finding #

Patch Set 5 : Remove const from iterator (not sure how this slipped through) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -28 lines) Patch
M content/browser/in_process_webkit/indexed_db_context_impl.h View 1 2 4 chunks +6 lines, -3 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context_impl.cc View 1 2 3 4 4 chunks +40 lines, -21 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_database_callbacks.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_database_callbacks.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_unittest.cc View 1 2 2 chunks +70 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 2 2 chunks +12 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jsbell
Chromium side of a fix for http://crbug.com/64050 - can't delete browsing data in Chromium port ...
8 years, 5 months ago (2012-07-11 20:55:23 UTC) #1
michaeln
lgtm, names seem ok to me?
8 years, 5 months ago (2012-07-11 23:33:37 UTC) #2
dgrogan
lgtm Michael, how did you write tests for websql's force close mechanism? https://chromiumcodereview.appspot.com/10695158/diff/1/content/browser/in_process_webkit/indexed_db_context_impl.h File content/browser/in_process_webkit/indexed_db_context_impl.h ...
8 years, 5 months ago (2012-07-17 20:20:20 UTC) #3
michaeln
On 2012/07/17 20:20:20, dgrogan wrote: > lgtm > > Michael, how did you write tests ...
8 years, 5 months ago (2012-07-17 20:53:30 UTC) #4
michaeln
> I don't think there's an automated integration test running in any test suite? > ...
8 years, 5 months ago (2012-07-17 20:54:40 UTC) #5
jsbell
I added a basic unit test to verify forceClose is called on open connections when ...
8 years, 3 months ago (2012-08-28 21:39:07 UTC) #6
michaeln
still lgtm!
8 years, 3 months ago (2012-08-29 21:03:38 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/10695158/14001
8 years, 3 months ago (2012-09-05 18:55:25 UTC) #8
commit-bot: I haz the power
Try job failure for 10695158-14001 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 3 months ago (2012-09-05 20:57:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/10695158/25001
8 years, 3 months ago (2012-09-05 21:56:38 UTC) #10
commit-bot: I haz the power
8 years, 3 months ago (2012-09-06 00:42:42 UTC) #11
Change committed as 155075

Powered by Google App Engine
This is Rietveld 408576698