[webkit-reviews] review granted: [Bug 38257] Web Inspector: Linkify node and function in the event listeners panel. : [Attachment 54592] [PATCH] Follow up change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 11:31:20 PDT 2010


Joseph Pecoraro <joepeck at webkit.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 38257: Web Inspector: Linkify node and function in the event listeners
panel.
https://bugs.webkit.org/show_bug.cgi?id=38257

Attachment 54592: [PATCH] Follow up change.
https://bugs.webkit.org/attachment.cgi?id=54592&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
WebCore/inspector/front-end/EventListenersSidebarPane.js: 
 +	    var payload = this.eventListener;

I recommended keeping the payload "cached lookup", but we don't typically do
that throughout the inspector, so its fine this way.


More information about the webkit-reviews mailing list