[Webkit-unassigned] [Bug 29142] timing issue with calling the InjectedScript stuff early

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 06:45:58 PDT 2009


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2009-09-11 06:45:56 PDT ---
Order is very unlikely to be a problem. It only matters when you do eval
_before_ onload handler. That is not the way we act in the frontend. Otherwise
all the scripts are already loaded. You are saying callback is not invoked, but
does the actual action get control flow? Try dumping into console from
InjectedScript's eval to see if the control reaches that point.

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