[Webkit-unassigned] [Bug 93054] IndexedDB: Fire error rather than raising on request creation if transaction aborts asynchronously.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 17:25:43 PDT 2012


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





--- Comment #1 from Alec Flett <alecflett at chromium.org>  2012-08-22 17:25:42 PST ---
Josh and I were talking about this and one thing I pointed out is that the frontend can't really get notified until after the current script task is done running - even though the backend calls asynchronously into the frontend, the frontend can't process that call until the current script finishes executing. So theoretically m_transaction->isActive() can't change state during script execution, at least due to anything happening in the backend.

So that may mean this is simpler than we thought. checking for it is tricky though.

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