[Webkit-unassigned] [Bug 109135] New: Web Inspector: Sort by Initiator functionality of Network Panel doesn't work well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 22:23:03 PST 2013


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

           Summary: Web Inspector: Sort by Initiator functionality of
                    Network Panel doesn't work well
           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: pan.deng at intel.com
                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


Created an attachment (id=186990)
 --> (https://bugs.webkit.org/attachment.cgi?id=186990&action=review)
sort by Initiator problem

How to reproduce?
1: open "foo.com" and launch inspector network panel
2: refresh "foo.com"
3: sort by initiator column
You can find it behaves incorrectly.

Root Cause:
1, "Other" is never matched, since it should be "other"
2, the compared url is not the string actually displayed in initiatorCell, even some url are "undefined" when access it.
3, in the last lineNumber compare, access initiator.lineNumber directly won't work well sometimes (initiator is script).

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