Loading
Bug 371900, always fire a command event on key elements except for those that...
Bug 371900, always fire a command event on key elements except for those that are marked not to, r=masayuki The edit-related commands are special because they are handled by ShortcutKeyDefinitions.cpp yet we have duplicate keys because we want the menu disabled state to update properly, so we don't fire command events on those. Differential Revision: https://phabricator.services.mozilla.com/D135157