summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-03-21 02:31:51 +0000
committerMoonchild <moonchild@palemoon.org>2022-03-21 02:31:51 +0000
commitb7e91f7a0ec73dfb34922957a3ce0a0841281041 (patch)
treee2fbe7ebedc894c6cee67ce76af4c3a94179a4dc /components
parentc4aa84f8dec2945af882cf1f20afed682eea7062 (diff)
downloadaura-central-b7e91f7a0ec73dfb34922957a3ce0a0841281041.tar.gz
Revert "[fxguid] Part 1 - Pale Moon now uses Firefox's GUID"
This reverts commit f802983f4a7abffefa443245142eae762804e68e.
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 74a0cd52c..ed760c3a4 100644
--- a/components/jetpack/sdk/system/xul-app.jsm
+++ b/components/jetpack/sdk/system/xul-app.jsm
@@ -41,14 +41,13 @@ var platformVersion = exports.platformVersion = appInfo.platformVersion;
// GUID.
var ids = exports.ids = {
- 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}"
+ 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}"
};
function is(name) {
diff --git a/components/weave/src/sync/constants.js b/components/weave/src/sync/constants.js
index c1a5effa0..88464f023 100644
--- a/components/weave/src/sync/constants.js
+++ b/components/weave/src/sync/constants.js
@@ -174,6 +174,7 @@ 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",