Some git regressed that.
Created attachment 43326 [details] Revert 50887 This has as consequence that Chrome/mac does not send keypressed() events for keypresses with cmd down. I don't know of any website where this has a negative consequence, but Safari sends keypress() in that case. That's sad, but cmd-left not functioning is even more sad. I'll file a bug on me to read up on the isSystemKey stuff and see if I can find a patch that makes both behaviors work, but not before there are lots of automated tests for our keyboard handling stuff.
Comment on attachment 43326 [details] Revert 50887 > Index: WebKit/chromium/ChangeLog > + Revert r50887, it regressed handling of cmd-left when a text box is > + focused. > + nit: Please include a link to this bug report. otherwise, R=me
Created attachment 43369 [details] Add link to bug to changelog.
Done, thanks. Also, the chromium-side bug is http://crbug.com/27844 .
Comment on attachment 43369 [details] Add link to bug to changelog. removing cq+, will land manually
landed: http://trac.webkit.org/changeset/51095