On 6/7/18 4:24 PM, Kyle Machulis wrote:
+1 on the namespace idea. We started using mozilla::dom::FooBinding::[ConstantName] namespace for constants in bug 792059, so we may also want to change that to dom::binding::Foo::[ConstantName] for consistency sake.
Right, that change would be part of the proposal here. All FooBinding would become bindings::Foo.
(I guess we have to watch out for bindings::Foo vs binding::Foo; I wonder whether we should just "namespace binding = bindings;" and let people spell it however.)
-Boris _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

