Closed
Bug 787554
Opened 12 years ago
Closed 12 years ago
Drop the Get from WebIDL attribute getters which satisfy certain conditions
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
In particular: 1) Infallible 2) Return type not nullable 3) Return type not outparam. we would typically write such things without the "Get" in C++, so we should do the same for WebIDL bindings.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #657520 -
Flags: review?(peterv)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → bzbarsky
Whiteboard: [need review]
Updated•12 years ago
|
Attachment #657520 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 2•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/443937d07b13 I still need to update the docs.
Flags: in-testsuite-
Keywords: dev-doc-needed
Whiteboard: [need review]
Target Milestone: --- → mozilla18
Assignee | ||
Updated•12 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
Comment 3•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/443937d07b13
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
•