Closed
Bug 351063
Opened 18 years ago
Closed 18 years ago
navigator.userAgent shows just "/" for suiterunner's extra portion (browser-prefs.js not preprocessed correctly)
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
656 bytes,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Either apply various fixes to get about: working, or go into the error console on suiterunner and type
navigator.userAgent
The string you'll get back will look like:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060901 /
instead of:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060901 SeaMonkey/1.5a
The problem is that we haven't got some required defines in one of the makefiles.
It turns out we're not preprocessing browser-prefs.js correctly as app.releaseNotesURL is also wrong.
Assignee | ||
Comment 1•18 years ago
|
||
(In reply to comment #0)
> It turns out we're not preprocessing browser-prefs.js correctly as
> app.releaseNotesURL is also wrong.
Ignore that, app.releaseNotesURL is a separate bug...
Assignee | ||
Comment 2•18 years ago
|
||
Add defines to the makefile for name/version so that the preprocessor knows about them. This was missed when I originally did the move for browser-prefs.js for suiterunner.
Attachment #236462 -
Flags: superreview?(neil)
Attachment #236462 -
Flags: review?(neil)
Updated•18 years ago
|
Attachment #236462 -
Flags: superreview?(neil)
Attachment #236462 -
Flags: superreview+
Attachment #236462 -
Flags: review?(neil)
Attachment #236462 -
Flags: review+
Assignee | ||
Comment 3•18 years ago
|
||
Patch checked in:
/cvsroot/mozilla/suite/browser/Makefile.in,v <-- Makefile.in
new revision: 1.3; previous revision: 1.2
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•