Closed Bug 27202 Opened 25 years ago Closed 25 years ago

RFE:gecko object in navigator

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: bugzilla, Assigned: vidur)

Details

After seeing the new user-agent proposal what about a gecko property in the 
navigator object.

This property would give me the "GeckoVersion"

So if you have:
Mozilla/5.001 (windows; U; NT4.0; en-us) Gecko/25250101 
then
document.write(navigator.gecko);
would give me:
25250101

Perhaps even make gecko into a object so that you could do:
navigator.gecko.version
How important and useful is this information in actuality? Cc:ing Eric Krock to 
get a reaction. Also moving to M17, since it's a RFE.
Status: NEW → ASSIGNED
Summary: gecko object in navigator → RFE:gecko object in navigator
Target Milestone: M17
WONTFIX. The developer can get the exact same information by parsing the 
userAgent string, and we'll be updating our client sniffer sample code to make 
this easy. It's true that it would a modest convenience not to have to parse the 
userAgent string, but:

1) we're less sure that set top box and device vendors would emulate 
navigator.gecko than that they'll comply with the userAgent string 
recommendation, so it's safer to tell developers to parse the UA string
2) we're in ship mode and have many, many higher priorities, so I don't want to 
dilute engineering time and attention with "nice to have" enhancements

Thanks for your input, though, and please keep the ideas coming!
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.