[webkit-reviews] review granted: [Bug 36023] [Chromium] Cmd-clicking submit buttons should submit in new tab : [Attachment 50559] Rebase.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 11 17:49:07 PST 2010


David Levin <levin at chromium.org> has granted Nico Weber <thakis at chromium.org>'s
request for review:
Bug 36023: [Chromium] Cmd-clicking submit buttons should submit in new tab
https://bugs.webkit.org/show_bug.cgi?id=36023

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

------- Additional Comments from David Levin <levin at chromium.org>
> Index: WebKit/chromium/src/FrameLoaderClientImpl.cpp
> +    if (action.type() == NavigationTypeLinkClicked
> +	   && action.event()->isMouseEvent())

You really like wrapping this line :)


More information about the webkit-reviews mailing list