Closed
Bug 821438
Opened 13 years ago
Closed 13 years ago
Update to spec changes for [Unforgeable]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file, 1 obsolete file)
13.56 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
See thread at http://lists.w3.org/Archives/Public/public-script-coord/2012OctDec/0262.html
Summary is that the requirement that interfaces with [Unforgeable] can't be inherited from is gone. The new requirement is:
If interface A inherits from interface B, and either B or one of its
consequential interfaces has a [Unforgeable]-annotated attribute,
then A and all its consequential interfaces MUST NOT have an
attribute with the same identifier.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #691985 -
Flags: review?(peterv)
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Attachment #692175 -
Flags: review?(peterv)
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #691985 -
Attachment is obsolete: true
Attachment #691985 -
Flags: review?(peterv)
Comment 3•13 years ago
|
||
Comment on attachment 692175 [details] [diff] [review]
Now allowing static stuff and constants, since those don't really shadow
Review of attachment 692175 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/bindings/parser/WebIDL.py
@@ +587,5 @@
> + # Make sure we don't shadow any of the [Unforgeable] attributes on
> + # our ancestor interfaces. We don't have to worry about
> + # consequential interfaces here, because those have already been
> + # imported into the relevant .members lists. And we don't have to
> + # worry about anything other than our parent, because it's already
s/it's/it has/?
Attachment #692175 -
Flags: review?(peterv) → review+
![]() |
Assignee | |
Comment 4•13 years ago
|
||
Sure. "it's" can actually mean either "it is" or "it has", but spelling it out is better if confusion ensues. ;)
![]() |
Assignee | |
Comment 5•13 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla20
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•