Closed
Bug 777415
Opened 12 years ago
Closed 12 years ago
WebIDL Codegen (or Parser, don't really care) should ensure that the various infallible annotations are applied to the right things.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: khuey, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
In particular, we shouldn't accept GetterInfallible or SetterInfallible on methods, and we shouldn't accept SetterInfallible on readonly attrs.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #646029 -
Flags: review?(khuey)
Assignee | ||
Updated•12 years ago
|
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #646033 -
Flags: review?(khuey)
Assignee | ||
Updated•12 years ago
|
Attachment #646029 -
Attachment is obsolete: true
Attachment #646029 -
Flags: review?(khuey)
Reporter | ||
Updated•12 years ago
|
Attachment #646033 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla17
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 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
•