diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /browser/components/tests/testComponents.manifest | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | browser/components/tests/testComponents.manifest | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/browser/components/tests/testComponents.manifest b/browser/components/tests/testComponents.manifest new file mode 100644 index 0000000000..efd8bc9596 --- /dev/null +++ b/browser/components/tests/testComponents.manifest @@ -0,0 +1,5 @@ +# This component restricts its registration for the app-startup category +# to the browser app so it doesn't get loaded in xpcshell. +component {11c095b2-e42e-4bdf-9dd0-aed87595f6a4} startupRecorder.js +contract @mozilla.org/test/startuprecorder;1 {11c095b2-e42e-4bdf-9dd0-aed87595f6a4} +category app-startup startupRecorder service,@mozilla.org/test/startuprecorder;1 application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} |