Closed
Bug 463506
Opened 16 years ago
Closed 16 years ago
Add currentAppVersion to extensions.update.url default pref
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0b1
People
(Reporter: robert.strong.bugs, Assigned: kairo)
Details
Attachments
(1 file)
1.58 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
Spinoff of bug 324121 for Thunderbird.
-pref("extensions.update.url",
"https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%");
+pref("extensions.update.url",
"https://versioncheck.addons.mozilla.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%¤tAppVersion=%CURRENT_APP_VERSION%");
Flags: blocking-seamonkey2?
![]() |
Assignee | |
Comment 1•16 years ago
|
||
Comment #0 has a typo, this is about SeaMonkey ;-)
In any case, this patch applies what all the other apps already have to SeaMonkey prefs.
Updated•16 years ago
|
Attachment #383004 -
Flags: review?(neil) → review+
![]() |
Assignee | |
Comment 2•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.0b1
![]() |
Assignee | |
Updated•16 years ago
|
Flags: blocking-seamonkey2?
You need to log in
before you can comment on or make changes to this bug.
Description
•