Closed Bug 119973 Opened 24 years ago Closed 24 years ago

Update User Agent String for Mozilla 0.9.8

Categories

(SeaMonkey :: Build Config, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.8

People

(Reporter: lpham, Assigned: leaf)

References

Details

When the MOZILLA_0_9_8_BRANCH is cut, then need to have two patches. One is for the trunk and one is for the branch. mozilla/modules/libpref/src/init/all.js needs to update to 0.9.8+ for the trunk and mozilla/modules/libpref/src/init/all.js needs to update to 0.9.8 for the branch.
Target Milestone: --- → mozilla0.9.8
*** Bug 121921 has been marked as a duplicate of this bug. ***
branch patch Index: all.js =================================================================== RCS file: /cvsroot/mozilla/modules/libpref/src/init/all.js,v retrieving revision 3.313 diff -u -r3.313 all.js --- all.js 19 Jan 2002 21:53:59 -0000 3.313 +++ all.js 25 Jan 2002 22:49:22 -0000 @@ -43,7 +43,7 @@ pref("keyword.URL", "http://keyword.netscape.com/keyword/"); pref("keyword.enabled", false); pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties"); -pref("general.useragent.misc", "rv:0.9.7+"); +pref("general.useragent.misc", "rv:0.9.8"); pref("general.startup.browser", true); pref("general.startup.mail", false);
Status: NEW → ASSIGNED
trunk diff: Index: all.js =================================================================== RCS file: /cvsroot/mozilla/modules/libpref/src/init/all.js,v retrieving revision 3.313 diff -u -r3.313 all.js --- all.js 19 Jan 2002 21:53:59 -0000 3.313 +++ all.js 25 Jan 2002 22:50:39 -0000 @@ -43,7 +43,7 @@ pref("keyword.URL", "http://keyword.netscape.com/keyword/"); pref("keyword.enabled", false); pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties"); -pref("general.useragent.misc", "rv:0.9.7+"); +pref("general.useragent.misc", "rv:0.9.8+"); pref("general.startup.browser", true); pref("general.startup.mail", false);
a=blizzard on behalf of drivers
Keywords: mozilla0.9.8+
fixed on the branch. waiting for trunk to open to commit there.
fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
verified fixed.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.