mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
1. Fix the Firefox menu button so that it only handles space and enter, rather than incorrectly activating for *all* key presses. 2. Add keyboard support (space and enter) for the Library and page Actions buttons. 3. Add keyboard support (space and enter) for customizable widgets of type "view"; e.g. the Developer button. 4. Add keyboard support (space and enter) for page action buttons pinned to the URL bar; e.g. the Send Tab to Device button. Differential Revision: https://phabricator.services.mozilla.com/D11608 --HG-- extra : moz-landing-system : lando
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
"extends": [
|
|
"plugin:mozilla/browser-test"
|
|
]
|
|
};
|