[Webkit-unassigned] [Bug 61000] Control Indexeddb backends from LayoutTestController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 03:32:52 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61000





--- Comment #27 from Hans Wennborg <hans at chromium.org>  2011-06-08 03:32:52 PST ---
(From update of attachment 96256)
View in context: https://bugs.webkit.org/attachment.cgi?id=96256&action=review

> Source/WebCore/storage/IDBFactoryBackendImpl.cpp:90
> +        // Migrationp

this comment doesn't add much value

> Source/WebCore/storage/IDBFactoryBackendImpl.cpp:95
> +            backingStoreType = LevelDBBackingStore;

I don't like that we override the backingStoreType. I think we should only migrate if backingStoreType == LevelDBBackingStore.

This in fact will break the layout tests. After the migration test, hasLeveLDBBackingStore will be true, so any subsequent layout tests run in the same process will use LevelDB, which is not intended (they don't all pass with LevelDB at the moment).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list