[Webkit-unassigned] [Bug 107828] New: Web Inspector: Move dispatchMouseEvent optional params after x, y

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 08:05:22 PST 2013


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

           Summary: Web Inspector: Move dispatchMouseEvent optional params
                    after x,y
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kkania at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


In r140649 we moved the timestamp/modifiers params to be before x,y to match dispatchKeyEvent. That makes JSCompiler produce warning because optional args should be after non-optional ones. Moving these back to their original place...

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