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)
SeaMonkey
Build Config
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.
Comment 1•24 years ago
|
||
*** Bug 121921 has been marked as a duplicate of this bug. ***
Comment 2•24 years ago
|
||
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
Comment 3•24 years ago
|
||
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);
Comment 5•24 years ago
|
||
fixed on the branch. waiting for trunk to open to commit there.
Comment 6•24 years ago
|
||
fixed on trunk.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•