[Webkit-unassigned] [Bug 40112] Database callbacks are made using the ScriptExecutionContext of the frame that owns the Database object, rather than that of the caller

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 04:46:38 PDT 2010


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





--- Comment #1 from Jeremy Orlow <jorlow at chromium.org>  2010-06-03 04:46:36 PST ---
Note that Andrei is currently working on a patch that'll make [CallWith=ScriptExecutionContext] work with normal function calls.  This should make it easy for non-custom code to get the ScriptExecutionContext so the callbacks/events/etc they create can be ActiveDOMObjects...which is what they should be.  (For example, they should also not fire when execution is currently suspended.  See IDBRequest for an example of an ActiveDOMObject which already handles this gracefully.)

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