Backed out changeset a92af276c945 (bug 1805930) for causing bustages in packager.mk. CLOSED TREE

This commit is contained in:
Stanca Serban 2022-12-19 21:41:40 +02:00
parent c5381ee23e
commit 57387cef60
4 changed files with 6 additions and 6 deletions

View File

@ -345,7 +345,7 @@
_instantiateFeatureCalloutTour(location, panelId) {
this._featureCalloutPanelId = panelId;
const { FeatureCallout } = ChromeUtils.importESModule(
"chrome://browser/content/FeatureCallout.sys.mjs"
"chrome://browser/content/featureCallout.mjs"
);
// Note - once we have additional browser chrome messages,
// only use PDF.js pref value when navigating to PDF viewer

View File

@ -2,9 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*eslint-env browser*/
import { XPCOMUtils } from "resource://gre/modules/XPCOMUtils.sys.mjs";
const { XPCOMUtils } = ChromeUtils.importESModule(
"resource://gre/modules/XPCOMUtils.sys.mjs"
);
const TRANSITION_MS = 500;
const CONTAINER_ID = "root";

View File

@ -23,7 +23,7 @@
<script type="module" src="chrome://browser/content/colorways-card.mjs"></script>
<script type="module" src="chrome://browser/content/recently-closed-tabs.mjs"></script>
<script type="module" src="chrome://browser/content/tab-pickup-list.mjs"></script>
<script type="module" src="chrome://browser/content/FeatureCallout.sys.mjs"></script>
<script type="module" src="chrome://browser/content/featureCallout.mjs"></script>
<script src="chrome://browser/content/contentTheme.js"></script>
</head>

View File

@ -11,7 +11,7 @@ browser.jar:
content/browser/tab-pickup-list.mjs
content/browser/recently-closed-tabs.mjs
content/browser/colorways-card.mjs
content/browser/FeatureCallout.sys.mjs
content/browser/featureCallout.mjs
content/browser/callout-tab-pickup.svg (content/callout-tab-pickup.svg)
content/browser/callout-colorways.svg (content/callout-colorways.svg)
content/browser/callout-tab-pickup-dark.svg (content/callout-tab-pickup-dark.svg)