Closed
Bug 465108
Opened 17 years ago
Closed 17 years ago
Workers: Add navigator object
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b3
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
19.39 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
From email discussions with the WhatWG members interested in workerswere going to implement a subset of the HTML5 navigator object spceified here:
http://www.whatwg.org/specs/web-apps/current-work/#navigator
Currently we'll only support the NavigatorID interface.
Attachment #348373 -
Flags: superreview?(jonas)
Attachment #348373 -
Flags: review?(jonas)
| Assignee | ||
Comment 1•17 years ago
|
||
(In reply to comment #0)
> workerswere
Should be "workers we're" :)
So word on the street is that we should just add the whole list of properties that is available on the normal window.navigator object :( Apparently the current list isn't even enough for googles browser detector.
Attachment #348373 -
Flags: superreview?(jonas)
Attachment #348373 -
Flags: superreview+
Attachment #348373 -
Flags: review?(jonas)
Attachment #348373 -
Flags: review+
| Assignee | ||
Comment 3•17 years ago
|
||
Nah, these 4 are what HTML5 found to be necessary and sufficient.
| Assignee | ||
Updated•17 years ago
|
Attachment #348373 -
Flags: approval1.9.1?
Comment 4•17 years ago
|
||
Marking this a blocker. W/o this it's impossible to do browser detection in worker scripts, which is critical for developers, especially in early versions of implementations.
Flags: blocking1.9.1+
| Assignee | ||
Updated•17 years ago
|
Attachment #348373 -
Flags: approval1.9.1?
Comment 5•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: mozilla1.9.1 → mozilla1.9.1b3
Updated•17 years ago
|
Keywords: fixed1.9.1
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•