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

Issue 9567030: Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTest (Closed)

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

Description

Fix and re-enable IndexedDBBrowserTestWithLowQuota.QuotaTest There were two problems. 1) We had started to write into profile/IndexedDB/IndexedDB/origin.leveldb/ (note the double IndexedDB). 2) We were writing into file__0.leveldb but checking for quota in __0.leveldb. Now we always use __0.leveldb. BUG=104748 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124782

Patch Set 1 #

Patch Set 2 : remove more double IDB directories #

Total comments: 4

Patch Set 3 : respond to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -32 lines) Patch
M content/browser/in_process_webkit/indexed_db_browsertest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 5 chunks +7 lines, -30 lines 0 comments Download
M webkit/fileapi/file_system_util.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
dgrogan
Josh, can you review when you get a chance?
8 years, 9 months ago (2012-03-01 23:48:55 UTC) #1
jsbell
lgtm with nits https://chromiumcodereview.appspot.com/9567030/diff/2001/content/browser/in_process_webkit/indexed_db_browsertest.cc File content/browser/in_process_webkit/indexed_db_browsertest.cc (right): https://chromiumcodereview.appspot.com/9567030/diff/2001/content/browser/in_process_webkit/indexed_db_browsertest.cc#newcode336 content/browser/in_process_webkit/indexed_db_browsertest.cc:336: // No longer testable with file: ...
8 years, 9 months ago (2012-03-02 00:51:31 UTC) #2
dgrogan
Michael, could you review as owner of webkit/fileapi ? https://chromiumcodereview.appspot.com/9567030/diff/2001/content/browser/in_process_webkit/indexed_db_browsertest.cc File content/browser/in_process_webkit/indexed_db_browsertest.cc (right): https://chromiumcodereview.appspot.com/9567030/diff/2001/content/browser/in_process_webkit/indexed_db_browsertest.cc#newcode336 content/browser/in_process_webkit/indexed_db_browsertest.cc:336: ...
8 years, 9 months ago (2012-03-02 01:23:54 UTC) #3
michaeln
it's fine by me to commit comment-only changes in here w/o owner review within reasonable ...
8 years, 9 months ago (2012-03-02 04:43:20 UTC) #4
dgrogan
On 2012/03/02 04:43:20, michaeln wrote: > it's fine by me to commit comment-only changes in ...
8 years, 9 months ago (2012-03-02 21:08:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgrogan@chromium.org/9567030/5003
8 years, 9 months ago (2012-03-02 21:28:29 UTC) #6
commit-bot: I haz the power
Presubmit check for 9567030-5003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-02 21:28:33 UTC) #7
dgrogan
Yep, the c-q is strict about OWNERS for small comment changes.
8 years, 9 months ago (2012-03-02 21:29:18 UTC) #8
michaeln
lgtm, thnx for explaining scope of the path mixup
8 years, 9 months ago (2012-03-02 21:56:19 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dgrogan@chromium.org/9567030/5003
8 years, 9 months ago (2012-03-02 21:57:24 UTC) #10
commit-bot: I haz the power
8 years, 9 months ago (2012-03-02 23:59:06 UTC) #11
Change committed as 124782

Powered by Google App Engine
This is Rietveld 408576698