[Webkit-unassigned] [Bug 111720] New: Wrong parameters passed to canExecuteScripts in ScriptEventListener (JSC and V8)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 06:06:44 PST 2013


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

           Summary: Wrong parameters passed to canExecuteScripts in
                    ScriptEventListener (JSC and V8)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


Not 100% sure about this, but I think that the patch in bug #35205 (old one!) made the wrong change in a couple places for ScriptEventListener, for both JSC and V8. In particular the calls that happen in the methods used to create the event listeners say that they are about to execute JS code, but AFAICT they are not (they just create the event listener object).

If this is correct I can quickly make the patch, although I'm not sure of how I could test this.

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