Closed
Bug 348069
Opened 19 years ago
Closed 19 years ago
about: url doesn't show version, gives JS error
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 351601
People
(Reporter: moco, Assigned: zach)
References
()
Details
Attachments
(1 file)
38.60 KB,
image/png
|
Details |
about: url doesn't show version, gives JS error
JavaScript error: , line 0: uncaught exception: [Exception... "Component returne
d failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNavigator_MOZILLA_1_8_BRANC
H.buildID]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: a
bout: :: <TOP_LEVEL> :: line 80" data: no]
let me give a screen shot
this is with:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060809 BonEcho/2.0b1
note, "Help | About Bon Echo" works (which is more important than about: url working)
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Mind posting your UA from the Help --> About box?
Comment 3•19 years ago
|
||
This looks like fallout from bug 345993
Assignee | ||
Comment 4•19 years ago
|
||
Yeah I see what's going on here. If you don't have a build id, navigator.buildID returns NS_ERROR_FAILURE rather than 0000000000.
Taking. Patch to fix coming shortly.
Assignee: nobody → zach
Assignee | ||
Comment 5•19 years ago
|
||
Seth: to clarify, this is with a home-built build, right? i.e. one without MOZILLA_OFFICIAL set?
Reporter | ||
Comment 6•19 years ago
|
||
> Seth: to clarify, this is with a home-built build, right? i.e. one without
> MOZILLA_OFFICIAL set?
yes, this is with my debug, mozilla, branch, unofficial Bon Echo build on windows xp.
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b1) Gecko/20060809
BonEcho/2.0b1"
Comment 7•19 years ago
|
||
I get the same behavior on my home-built 1.8 branch.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b1) Gecko/20060810 BonEcho/2.0b1
Comment 8•19 years ago
|
||
Bug 351601 has a patch.
*** This bug has been marked as a duplicate of 351601 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•