Closed
Bug 804319
Opened 13 years ago
Closed 13 years ago
Implement parsing of "stringifier;"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
5.11 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
http://dev.w3.org/2006/webapi/WebIDL/#idl-stringifiers says:
As a shorthand, if the stringifier keyword is declared using an operation with
no identifier, then the operation’s return type and argument list can be
omitted.
And gives this example:
stringifier;
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #673999 -
Flags: review?(khuey)
![]() |
Assignee | |
Updated•13 years ago
|
Whiteboard: [need review]
Comment on attachment 673999 [details] [diff] [review]
Implement parsing of the "stringifier;" shorthand.
Review of attachment 673999 [details] [diff] [review]:
-----------------------------------------------------------------
Please add a parser test for this. Test at least that 'stringifier;' works, that two 'stringifier;'s don't, and that a 'stringifier;' and a 'stringifier whatever();' don't work.
Attachment #673999 -
Flags: review?(khuey) → review+
![]() |
Assignee | |
Comment 3•13 years ago
|
||
> and that a 'stringifier;' and a 'stringifier whatever();' don't work.
Nice catch. That's not being prevented. Will add that.
\o/
![]() |
Assignee | |
Comment 5•13 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla19
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
•