- From: <bugzilla@jessica.w3.org>
- Date: Tue, 24 Feb 2015 17:26:40 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28093
Olli Pettay <bugs@pettay.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugs@pettay.fi
--- Comment #2 from Olli Pettay <bugs@pettay.fi> ---
Isn't that just about how you map idl methods to C++.
In Gecko Node's readonly attribute DOMString? namespaceURI; for example
becomes
void GetNamespaceURI(nsAString& aNamespaceURI)
In case binary name must be something else, Gecko has
https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings#BinaryName
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 24 February 2015 17:26:45 UTC