[webkit-reviews] review granted: [Bug 44612] Web Inspector: support checked and disabled context menu items. : [Attachment 65421] [PATCH] Proposed fix.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 25 08:38:53 PDT 2010


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

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
WebCore/platform/ContextMenu.cpp:825
 +	if (ContextMenuItemBaseCustomTag <= item.action() && item.action() <=
ContextMenuItemLastCustomTag)
Please move this above the switch.


More information about the webkit-reviews mailing list