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

Issue 7745011: Remove --unlimited-quota-for-indexeddb. Increase incognito quota. (Closed)

Created:
9 years, 4 months ago by dgrogan
Modified:
9 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org, Paweł Hajdan Jr., hans
Visibility:
Public.

Description

Remove --unlimited-quota-for-indexeddb. Increase incognito quota. Incognito / SQLite's quota is now 50mb. We'll have to figure out what to do for quota for LevelDB's incognito mode when it's implemented. BUG=94187 TEST=llvm/Debug/browser_tests --gtest_filter=IndexedDB* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98522

Patch Set 1 #

Total comments: 1

Patch Set 2 : remove IsUnlimitedStorageGranted #

Total comments: 4

Patch Set 3 : fix stuff found in review #

Patch Set 4 : rebase #

Patch Set 5 : another rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -45 lines) Patch
M content/browser/in_process_webkit/indexed_db_browsertest.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_context.cc View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 2 3 chunks +7 lines, -18 lines 0 comments Download
M content/common/content_switches.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/common/content_switches.cc View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M content/common/indexed_db_messages.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/indexed_db_dispatcher.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/indexed_db_dispatcher.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M content/renderer/renderer_webidbfactory_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/renderer_webidbfactory_impl.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
dgrogan
Michael, could you review this? http://codereview.chromium.org/7745011/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (left): http://codereview.chromium.org/7745011/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#oldcode215 content/browser/in_process_webkit/indexed_db_dispatcher_host.cc:215: if (Context()->IsUnlimitedStorageGranted(origin_url) || IsUnlimitedStorageGranted ...
9 years, 4 months ago (2011-08-25 02:06:21 UTC) #1
michaeln
LGTM http://codereview.chromium.org/7745011/diff/2001/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (left): http://codereview.chromium.org/7745011/diff/2001/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#oldcode212 content/browser/in_process_webkit/indexed_db_dispatcher_host.cc:212: DCHECK(kDefaultQuota == params.maximum_size); since the params.maximum_size value isn't ...
9 years, 4 months ago (2011-08-25 18:23:17 UTC) #2
dgrogan
http://codereview.chromium.org/7745011/diff/2001/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (left): http://codereview.chromium.org/7745011/diff/2001/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#oldcode212 content/browser/in_process_webkit/indexed_db_dispatcher_host.cc:212: DCHECK(kDefaultQuota == params.maximum_size); On 2011/08/25 18:23:17, michaeln wrote: > ...
9 years, 4 months ago (2011-08-25 23:28:58 UTC) #3
michaeln
still lgtm... thnx!
9 years, 4 months ago (2011-08-26 02:10:26 UTC) #4
commit-bot: I haz the power
Can't apply patch for file content/browser/in_process_webkit/indexed_db_context.cc. While running patch -p1 --forward --force; patching file content/browser/in_process_webkit/indexed_db_context.cc ...
9 years, 4 months ago (2011-08-26 02:29:49 UTC) #5
commit-bot: I haz the power
Presubmit check for 7745011-2004 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 4 months ago (2011-08-26 05:14:42 UTC) #6
dgrogan
+jam John, could you look at this as an OWNER of content/renderer and content/common? Thanks!
9 years, 4 months ago (2011-08-26 18:28:24 UTC) #7
jam
lgtm
9 years, 4 months ago (2011-08-26 20:53:40 UTC) #8
commit-bot: I haz the power
9 years, 4 months ago (2011-08-26 23:40:56 UTC) #9
Change committed as 98522

Powered by Google App Engine
This is Rietveld 408576698