IDB: Handle "nextunique" and "prevunique" cursors, and handle "advance()" correctly
Created attachment 222873 [details] Patch v1
Comment on attachment 222873 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=222873&action=review r=me with not even a nit, just a feckless comment: > Source/WebKit2/DatabaseProcess/IndexedDB/sqlite/SQLiteIDBCursor.cpp:213 > + bool isUnique = m_cursorDirection == IndexedDB::CursorDirection::NextNoDuplicate || m_cursorDirection == IndexedDB::CursorDirection::PrevNoDuplicate; This is slightly confusing, but I can't come up with a better solution here, so.
http://trac.webkit.org/changeset/163237