[Webkit-unassigned] [Bug 119584] New: [Gtk] URL printing code in DumpRenderTree doesn't match WTR or Mac DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 8 11:26:11 PDT 2013


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

           Summary: [Gtk] URL printing code in DumpRenderTree doesn't
                    match WTR or Mac DRT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


Gtk DumpRenderTree has a function named pathFromSoupURI() that's meant to print file paths without exposing full local paths, which are machine specific. It needs to match other platforms, however there are some incompatibilities:

- what should be printed is a URL relative to main frame URL, or just a file name if the resource is in a different directory;
- instead of a check for file URLs, there is a negative check for http and ftp ones.

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