[Webkit-unassigned] [Bug 207755] New: bugzilla code-review.js: RangeError: too many arguments provided for a function call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 04:29:04 PST 2020


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

            Bug ID: 207755
           Summary: bugzilla code-review.js: RangeError: too many
                    arguments provided for a function call
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com

While trying to use the code review tool on https://bugs.webkit.org/attachment.cgi?id=390714&action=review there is a fatal JS error:

RangeError: too many arguments provided for a function call jquery-1.4.2.min.js:87:93
    jQuery 6
        z
        k
        k
        find
        init
        c
    crawlDiff https://bugs.webkit.org/code-review.js?version=48:604
    handleDocumentReady https://bugs.webkit.org/code-review.js?version=48:1100
    jQuery 2
        ready
        L


It seems this line "$('.Line').each(idify).each(hoverify);" at  line 604 of https://bugs.webkit.org/code-review.js?version=48 causes the issue.
Source here: https://trac.webkit.org/browser/webkit/trunk/Websites/bugs.webkit.org/code-review.js?rev=256519#L604

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200214/2d4e6bdf/attachment.htm>


More information about the webkit-unassigned mailing list