[webkit-reviews] review granted: [Bug 32348] Web Inspector: Add context menu actions for DOM tree. : [Attachment 44569] [PATCH] Proposed change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 14:56:36 PST 2009


Timothy Hatcher <timothy at hatcher.name> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 32348: Web Inspector: Add context menu actions for DOM tree.
https://bugs.webkit.org/show_bug.cgi?id=32348

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

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
> +    this.element.addEventListener("contextmenu",
this._contextMenuEventFired.bind(this), true);
> +
>  }

Extra line.


More information about the webkit-reviews mailing list