[webkit-reviews] review granted: [Bug 124747] Web Inspector: Allow showing a context menu on all mouse events. : [Attachment 217800] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 25 14:24:48 PST 2013


Joseph Pecoraro <joepeck at webkit.org> has granted Antoine Quint
<graouts at apple.com>'s request for review:
Bug 124747: Web Inspector: Allow showing a context menu on all mouse events.
https://bugs.webkit.org/show_bug.cgi?id=124747

Attachment 217800: Patch
https://bugs.webkit.org/attachment.cgi?id=217800&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=217800&action=review


r=me, thanks

> Source/WebCore/inspector/InspectorFrontendHost.cpp:296
> +#endif

You should add the follow for non-ACCESSIBILITY_CONTEXT_MENUS compiles:

    #else
	UNUSED_PARAM(event);
    #endif


More information about the webkit-reviews mailing list