mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
762fa78438
Set `inputHandling: true` in the onClicked event of the action/browserAction and pageAction APIs, and add tests. Besides the usual coverage for the feature here, this patch also introduces the only Android test for the `page_action.show_matches` manifest key and the `pageAction.isShown` API. These APIs were already covered by desktop-specific tests in browser/, but had zero test coverage on Android. Since toolkit mochitests are run on desktop and Android, this provides better cross-browser coverage. Differential Revision: https://phabricator.services.mozilla.com/D181012