File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
components/aiwindow/models Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -343,11 +343,12 @@ var allowlist = [
343343 } ,
344344 // Bug 2002840 - add function to return real time info injection message & tests (backed out due to unused file)
345345 {
346- file : "moz-src:///browser/components/aiwindow/models/ChatUtils.mjs" ,
346+ file : "moz-src:///browser/components/aiwindow/models/ChatUtils.sys. mjs" ,
347347 } ,
348- // Bug 2003328 - Implement createOpenAIEngine and prompt rendering
348+ // Bug 2003328 - Implement createOpenAIEngine and prompt rendering (backed out due to unused file)
349+ // Bug 2003832 - Change .mjs files to .sys.mjs (backed out due to unused file)
349350 {
350- file : "moz-src:///browser/components/aiwindow/models/Utils.mjs" ,
351+ file : "moz-src:///browser/components/aiwindow/models/Utils.sys. mjs" ,
351352 } ,
352353] ;
353354
File renamed without changes.
Original file line number Diff line number Diff line change 1010 * - Rendering prompts from files
1111 */
1212
13- /* eslint-disable-next-line mozilla/reject-import-system-module-from-non-system */
1413import { createEngine } from "chrome://global/content/ml/EngineProcess.sys.mjs" ;
1514
1615/**
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ DIRS += [
1010]
1111
1212MOZ_SRC_FILES += [
13- "ChatUtils.mjs",
13+ "ChatUtils.sys. mjs",
1414 "InsightsHistorySource.sys.mjs",
1515 "IntentClassifier.sys.mjs",
16- "Utils.mjs",
16+ "Utils.sys. mjs",
1717]
1818
1919XPCSHELL_TESTS_MANIFESTS += [
Original file line number Diff line number Diff line change 99 getLocalIsoTime,
1010 getCurrentTabMetadata,
1111} = ChromeUtils . importESModule (
12- "moz-src:///browser/components/aiwindow/models/ChatUtils.mjs"
12+ "moz-src:///browser/components/aiwindow/models/ChatUtils.sys. mjs"
1313) ;
1414const { sinon } = ChromeUtils . importESModule (
1515 "resource://testing-common/Sinon.sys.mjs"
Original file line number Diff line number Diff line change 33 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44
55const { openAIEngine, renderPrompt } = ChromeUtils . importESModule (
6- "moz-src:///browser/components/aiwindow/models/Utils.mjs"
6+ "moz-src:///browser/components/aiwindow/models/Utils.sys. mjs"
77) ;
88
99const { sinon } = ChromeUtils . importESModule (
You can’t perform that action at this time.
0 commit comments