[Webkit-unassigned] [Bug 92278] New: IndexedDB: Pass cursor continue results back in callback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 25 12:27:09 PDT 2012


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

           Summary: IndexedDB: Pass cursor continue results back in
                    callback
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org
                CC: dgrogan at chromium.org, alecflett at chromium.org


Right now the message signaling the front-end that the cursor has advanced is done via onSuccessWithContinuation(). An event is queued, and then at dispatch time the cursor is told to go fetch copies from the back end (three separate sync IPC calls).

We should instead have onSuccessWithContinuation() bring the key, primarykey, and (optionally) value along with it.

-- 
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