summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-02-08 20:20:15 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-02-08 20:20:15 -0600
commita2c6d634e83d1138c39ba2a93b21c37c3cd1a3c4 (patch)
treec9f9dad1db56ee7413fc4adf4315326ec24a38c1 /components
parent25567771ffcc7ad6612e7bead839fac2c53bc30f (diff)
downloadaura-central-a2c6d634e83d1138c39ba2a93b21c37c3cd1a3c4.tar.gz
[fxguid] Part 1 - Pale Moon now uses Firefox's GUID
Diffstat (limited to 'components')
-rw-r--r--components/jetpack/sdk/system/xul-app.jsm15
-rw-r--r--components/weave/src/sync/constants.js1
2 files changed, 8 insertions, 8 deletions
diff --git a/components/jetpack/sdk/system/xul-app.jsm b/components/jetpack/sdk/system/xul-app.jsm
index ed760c3a4..74a0cd52c 100644
--- a/components/jetpack/sdk/system/xul-app.jsm
+++ b/components/jetpack/sdk/system/xul-app.jsm
@@ -41,13 +41,14 @@ var platformVersion = exports.platformVersion = appInfo.platformVersion;
// GUID.
var ids = exports.ids = {
- Palemoon: "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}",
- Firefox: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
- Mozilla: "{86c18b42-e466-45a9-ae7a-9b95ba6f5640}",
- SeaMonkey: "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
- Fennec: "{aa3c5121-dab2-40e2-81ca-7ea25febc110}",
- Thunderbird: "{3550f703-e582-4d05-9a08-453d09bdfdc6}",
- Instantbird: "{33cb9019-c295-46dd-be21-8c4936574bee}"
+ Palemoon: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
+ PaleMoon: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
+ Firefox: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
+ Mozilla: "{86c18b42-e466-45a9-ae7a-9b95ba6f5640}",
+ SeaMonkey: "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
+ Fennec: "{aa3c5121-dab2-40e2-81ca-7ea25febc110}",
+ Thunderbird: "{3550f703-e582-4d05-9a08-453d09bdfdc6}",
+ Instantbird: "{33cb9019-c295-46dd-be21-8c4936574bee}"
};
function is(name) {
diff --git a/components/weave/src/sync/constants.js b/components/weave/src/sync/constants.js
index 88464f023..c1a5effa0 100644
--- a/components/weave/src/sync/constants.js
+++ b/components/weave/src/sync/constants.js
@@ -174,7 +174,6 @@ kFirstSyncChoiceNotMade: "User has not selected an action for firs
// Application IDs
FIREFOX_ID: "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
-PALEMOON_ID: "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}",
FENNEC_ID: "{a23983c0-fd0e-11dc-95ff-0800200c9a66}",
SEAMONKEY_ID: "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
TEST_HARNESS_ID: "xuth@mozilla.org",