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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 09:26:00 PDT 2010


Timothy Hatcher <timothy at hatcher.name> 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 54555: [PATCH] Proposed change.
https://bugs.webkit.org/attachment.cgi?id=54555&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
WebCore/inspector/front-end/ElementsPanel.js:775
 +	    link.addEventListener("mousedown", selectNode, false);
I think we normally do links on click not mousedown.


More information about the webkit-reviews mailing list