In r52124, I reworked the menu key in a way that made it so that it only acted on selections in an editable node. A user pointed this out in <http://crbug.com/45434>. This reverts it to the old behavior. The rest of the issues that I fixed previously (see <https://bugs.webkit.org/show_bug.cgi?id=32347>) are unaffected.
Created attachment 58208 [details] patch
Is it possible to test this with eventSender.keyDown or does it not know about this key? Can we add this key to the method?
we could test it with eventSender.keyDown, but I'm not sure how we'd verify that it's doing what we want from within a layout test. It's probably better suited to test via a chromium UI test.
Comment on attachment 58208 [details] patch OK. rs=me.
Comment on attachment 58208 [details] patch Clearing flags on attachment: 58208 Committed r61072: <http://trac.webkit.org/changeset/61072>
All reviewed patches have been landed. Closing bug.