Closed
Bug 909863
Opened 12 years ago
Closed 12 years ago
Add support for WebIDL [SameObject]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file, 1 obsolete file)
10.09 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
WebIDL now has an official [SameObject] thing that we can use and specs are starting to use it.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Actually, [SameObject] is more restricted than [Constant], so we're going to allow both for now....
![]() |
Assignee | |
Updated•12 years ago
|
Summary: Rename [Constant] to [SameObject] → Add support for WebIDL [SameObject]
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Note https://www.w3.org/Bugs/Public/show_bug.cgi?id=21271 for an actual spec use.
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Attachment #796165 -
Flags: review?(khuey)
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Attachment #796171 -
Flags: review?(khuey)
![]() |
Assignee | |
Updated•12 years ago
|
Attachment #796165 -
Attachment is obsolete: true
Attachment #796165 -
Flags: review?(khuey)
Attachment #796171 -
Flags: review?(khuey) → review+
![]() |
Assignee | |
Comment 5•12 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla26
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
There's no description of [SameObject] on the MDN WebIDL page.
Keywords: dev-doc-needed
Whiteboard: dev
Updated•11 years ago
|
Whiteboard: dev
![]() |
Assignee | |
Comment 8•11 years ago
|
||
We generally only document Gecko extensions to the spec, since otherwise we'd have to throw the whole spec in there.
What documentation did you expect to see?
Flags: needinfo?(continuation)
Comment 9•11 years ago
|
||
Ah, that makes sense. From the name, I just assume it was some information for the benefit of the JITs. Sorry, I should have checked the spec.
Flags: needinfo?(continuation)
Keywords: dev-doc-needed
![]() |
Assignee | |
Comment 10•11 years ago
|
||
It _might_ make sense to add something pointing out that the same restrictions apply to [SameObject] as to [Constant]... Hard to say.
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
•