[Webkit-unassigned] [Bug 50664] New: REGRESSION (r58075): Pretty diffs in layout test results load external resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 7 21:49:18 PST 2010


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

           Summary: REGRESSION (r58075): Pretty diffs in layout test
                    results load external resources
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://build.webkit.org/results/Leopard%20Intel%20Rele
                    ase%20(Tests)/r73484%20(25289)/fast/history/history-su
                    bframe-with-name-pretty-diff.html
        OS/Version: All
            Status: NEW
          Keywords: Regression
          Severity: Normal
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: darin at apple.com, abarth at webkit.org


Pretty diffs produces by run-webkit-tests, such as <http://build.webkit.org/results/Leopard%20Intel%20Release%20(Tests)/r73484%20(25289)/fast/history/history-subframe-with-name-pretty-diff.html>, contain the following:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> 
<script src="code-review.js?version=14"></script> 

The latter is a relative URL and fails to load, whereas the former’s presence can delay displaying the page (especially when viewing test results on a computer that doesn’t have Internet access). I don’t know if it also sends a referer header to an external server.

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