[webkit-reviews] review denied: [Bug 44601] Web Inspector: support disabled and checked context menu items. : [Attachment 65401] [PATCH] Proposed change.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 05:13:33 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has denied Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 44601: Web Inspector: support disabled and checked context menu items.
https://bugs.webkit.org/show_bug.cgi?id=44601

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
WebCore/inspector/front-end/ContextMenu.js:52
 +	    this._items.push({id: id, label: label, checked: checked, enabled:
!!disabled});
!!disabled -> !disabled


More information about the webkit-reviews mailing list