[Webkit-unassigned] [Bug 40523] New: Web Inspector: resources panel reports port of main resource poorly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 12 05:12:28 PDT 2010


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

           Summary: Web Inspector: resources panel reports port of main
                    resource poorly.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pfeldman at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com


What steps will reproduce the problem?
1. Setup a web service on a non-80 port - example: http://localhost:8000/
2. Go to that URI's root.
3. Ctrl-Shift-J to open the devtools, go to the resource tab.

The resource tab shows all external and local resources. Without a port in 
the url, the first entry is supposed to be the full URL (in that example, 
http://localhost/ However, adding a port to the url results in the 
":8000/" uri being shown. It should follow the other model and have 
"http://localhost:8000/ in it.

(taken from http://code.google.com/p/chromium/issues/detail?id=28505)

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