Closed
Bug 878401
Opened 12 years ago
Closed 12 years ago
Move WorkerNavigator to WebIDL
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
14.40 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #756938 -
Flags: review?(bent.mozilla)
Attachment #756938 -
Flags: review?(bent.mozilla) → review+
Comment 1•12 years ago
|
||
Comment on attachment 756938 [details] [diff] [review]
Patch v1
::: dom/webidl/WorkerNavigator.webidl
>+interface WorkerNavigator {
>+ readonly attribute DOMString appName;
>+ readonly attribute DOMString appVersion;
>+ readonly attribute DOMString platform;
>+ readonly attribute DOMString userAgent;
>+};
All members can be annotated with [Constant].
Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•