[Webkit-unassigned] [Bug 106732] New: [JSC] IndexedDB: Deactivate new transactions when exiting worker script context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 12 17:26:31 PST 2013


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

           Summary: [JSC] IndexedDB: Deactivate new transactions when
                    exiting worker script context
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michael at 68k.org


When exiting the main thread script state, IDBPendingTransactionMonitor::deactivateNewTransactions() is called (JSMainThreadExecState::didLeaveScriptContext() in Source/WebCore/bindings/js/JSMainThreadExecState.cpp). The same call should be made when exiting a worker script context as well.

Currently these two tests fail on JSC because of this problem:

storage/indexeddb/pending-activity-workers.html
storage/indexeddb/transaction-complete-workers.html

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