mobile/android/geckoview/src/androidTest/assets/web_extensions/actions/test-popup-messaging.js
0 → 100644
+24
−0
+85
−0
Loading
isTopLevel is used for ENV_TYPE_CONTENT_SCRIPT to let embedders know if an iframe is sending messages to the app. For extension environments we don't need this extra check so we can always set the value to true. Differential Revision: https://phabricator.services.mozilla.com/D137776