RESOLVED FIXED 63593
IndexedDB: Prepare for running layout tests with LevelDB
https://bugs.webkit.org/show_bug.cgi?id=63593
Summary IndexedDB: Prepare for running layout tests with LevelDB
Hans Wennborg
Reported 2011-06-28 18:20:52 PDT
IndexedDB: Prepare for running layout tests with LevelDB
Attachments
Patch (11.41 KB, patch)
2011-06-28 18:26 PDT, Hans Wennborg
tony: review+
Hans Wennborg
Comment 1 2011-06-28 18:26:14 PDT
David Grogan
Comment 2 2011-06-29 15:26:27 PDT
Comment on attachment 99021 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99021&action=review LGTM > Source/WebCore/ChangeLog:8 > + Migration of data from SQLite to LevelDB must be done before the From an IM convo with hans: the problem occurs when we first use leveldb, then sqlite, and then leveldb again.. which happens in the case of layout tests
Tony Chang
Comment 3 2011-06-30 11:06:14 PDT
Comment on attachment 99021 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99021&action=review >> Source/WebCore/ChangeLog:8 >> + Migration of data from SQLite to LevelDB must be done before the > > From an IM convo with hans: > the problem occurs when we first use leveldb, then sqlite, and then leveldb again.. which happens in the case of layout tests Would be nice to include this in the ChangeLog description. > Source/WebCore/storage/IDBFactoryBackendImpl.cpp:110 > + (void)migrationSucceeded; // FIXME: When migration is actually implemented, we need error handling here. Nit: UNUSED_PARAM(migrationSucceeded)
Hans Wennborg
Comment 4 2011-06-30 11:33:11 PDT
Note You need to log in before you can comment on or make changes to this bug.