Loading browser/components/downloads/content/contentAreaDownloadsView.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ const { PrivateBrowsingUtils } = ChromeUtils.importESModule( ); const { DownloadsTorWarning } = ChromeUtils.importESModule( "resource:///modules/DownloadsTorWarning.sys.mjs" "moz-src:///browser/components/downloads/DownloadsTorWarning.sys.mjs" ); var ContentAreaDownloadsView = { Loading browser/components/downloads/content/downloads.js +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ ChromeUtils.defineESModuleGetters(this, { NetUtil: "resource://gre/modules/NetUtil.sys.mjs", PlacesUtils: "resource://gre/modules/PlacesUtils.sys.mjs", PrivateBrowsingUtils: "resource://gre/modules/PrivateBrowsingUtils.sys.mjs", DownloadsTorWarning: "resource:///modules/DownloadsTorWarning.sys.mjs", DownloadsTorWarning: "moz-src:///browser/components/downloads/DownloadsTorWarning.sys.mjs", }); const { Integration } = ChromeUtils.importESModule( Loading browser/components/places/content/places.js +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,8 @@ ChromeUtils.defineESModuleGetters(this, { PlacesBackups: "resource://gre/modules/PlacesBackups.sys.mjs", PrivateBrowsingUtils: "resource://gre/modules/PrivateBrowsingUtils.sys.mjs", DownloadUtils: "resource://gre/modules/DownloadUtils.sys.mjs", DownloadsTorWarning: "resource:///modules/DownloadsTorWarning.sys.mjs", DownloadsTorWarning: "moz-src:///browser/components/downloads/DownloadsTorWarning.sys.mjs", }); XPCOMUtils.defineLazyScriptGetter( this, Loading Loading
browser/components/downloads/content/contentAreaDownloadsView.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ const { PrivateBrowsingUtils } = ChromeUtils.importESModule( ); const { DownloadsTorWarning } = ChromeUtils.importESModule( "resource:///modules/DownloadsTorWarning.sys.mjs" "moz-src:///browser/components/downloads/DownloadsTorWarning.sys.mjs" ); var ContentAreaDownloadsView = { Loading
browser/components/downloads/content/downloads.js +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ ChromeUtils.defineESModuleGetters(this, { NetUtil: "resource://gre/modules/NetUtil.sys.mjs", PlacesUtils: "resource://gre/modules/PlacesUtils.sys.mjs", PrivateBrowsingUtils: "resource://gre/modules/PrivateBrowsingUtils.sys.mjs", DownloadsTorWarning: "resource:///modules/DownloadsTorWarning.sys.mjs", DownloadsTorWarning: "moz-src:///browser/components/downloads/DownloadsTorWarning.sys.mjs", }); const { Integration } = ChromeUtils.importESModule( Loading
browser/components/places/content/places.js +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,8 @@ ChromeUtils.defineESModuleGetters(this, { PlacesBackups: "resource://gre/modules/PlacesBackups.sys.mjs", PrivateBrowsingUtils: "resource://gre/modules/PrivateBrowsingUtils.sys.mjs", DownloadUtils: "resource://gre/modules/DownloadUtils.sys.mjs", DownloadsTorWarning: "resource:///modules/DownloadsTorWarning.sys.mjs", DownloadsTorWarning: "moz-src:///browser/components/downloads/DownloadsTorWarning.sys.mjs", }); XPCOMUtils.defineLazyScriptGetter( this, Loading