[Webkit-unassigned] [Bug 93225] http/tests/inspector/indexeddb/database-structure.html start to crash after r124675

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 14:54:34 PDT 2012


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


David Grogan <dgrogan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vsevik at chromium.org




--- Comment #3 from David Grogan <dgrogan at chromium.org>  2012-08-08 14:54:58 PST ---
vsevik@, could you describe the indexeddb operations this test is doing?  I'd like to create a repro layout test that uses indexeddb through its regular javascript api. I think the inspector test is calling inspector functions that call idb webcore objects directly.

The failed assertion is somehow due to switching the order of firing a "complete" event and calling processPendingCalls.  We used to do processPendingCalls and then fire, now we fire then processPendingCalls.

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