[Webkit-unassigned] [Bug 109135] 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 20 07:14:44 PST 2013


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





--- Comment #6 from Eugene Klyuchnikov <eustas at chromium.org>  2013-02-20 07:17:07 PST ---
(From update of attachment 188750)
View in context: https://bugs.webkit.org/attachment.cgi?id=188750&action=review

> Source/WebCore/inspector/front-end/NetworkPanel.js:2228
> +    displayedInitiatorUrl: function()

1) This method should be private (with underscore before name), because it is not used outside of NetworkPanel.js
2) This method should be inlined, because it private (de facto) and plain (do not contain logic).

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