Firefox Installtrigger Is Deprecated And Will Be Removed In The
Deprecated Tools Firefox Source Docs Documentation Once installtrigger is fully deprecated and hidden, the user triggered navigation install flows will become the only officially supported add ons install flow for third party websites. This undoes the change introduced in firefox 97, which had switched the behavior to auto. the reversion addresses potential race conditions when scrolling elements that use smooth behavior.
Firefox 113 0 See All New Features Updates And Fixes Starting from firefox 100 a deprecation warning is shown in the browser console when an ember app is opened. the installtrigger global is deprecated and ember seems to still use it for browser detection. more information about the deprecation can be found in the bugzilla issue. Browser extensions can run javascript within the content of your tabs. this means they can trigger messages that appear in the devtools console. for example, one extension i use logs this warning on every tab: installtrigger is deprecated and will be removed in the future. Bug 455920 replace installtrigger firefox check summary: replace installtrigger firefox check status: confirmed alias: none product: plasma browser integration classification: plasma component: firefox (other bugs) version first reported in: unspecified platform: other linux i mportance: nor normal target milestone: assignee: kai uwe. This set of patches is now all signed off and so it should land soon enough in firefox 100, but it is not going to hide the installtrigger global or its methods just yet.
Firefox 115 0 See All New Features Updates And Fixes Bug 455920 replace installtrigger firefox check summary: replace installtrigger firefox check status: confirmed alias: none product: plasma browser integration classification: plasma component: firefox (other bugs) version first reported in: unspecified platform: other linux i mportance: nor normal target milestone: assignee: kai uwe. This set of patches is now all signed off and so it should land soon enough in firefox 100, but it is not going to hide the installtrigger global or its methods just yet. In firefox 102, i see a warning logged to the console on the project home page: installtrigger is deprecated and will be removed in the future. favico.min.js:7:819 it seems this has been deprecated since firefox v100: 1754441 deprecate. As a follow up of bug 1754441, this bugzilla issue is tracking fully disabling the installtrigger implementation (by setting the about:config pref "extensions.installtriggerimpl.enabled" to false) in nightly and let it ride the train to the other release channels. Have the addon installed and load a page observed result see console warning: ``` installtrigger is deprecated and will be removed in the future. constants.js:50:14 ``` expected result should no longer use installtrigger to detect firefox software os versions firefox: 101.0.1 (64 bit) plasma integration: 1.8.1 additional information you are. Installtrigger deprecation: bug 1772905 landed in nightly 103 as mentioned two weeks ago: the installtrigger global is now fully hidden on nightly and early beta.
Comments are closed.