2013/9/7 Benoit Jacob <jacob.benoi...@gmail.com> > I just was starting to look at BindingUtils.h as it is one of the most > important "hub headers" that we have (see > https://bugzilla.mozilla.org/show_bug.cgi?id=912735). But it seems that > you guys are already well ahead into BindingUtils.h discussion. Is there a > bug filed for it? > > Benoit >
Here are some patches towards making BindingUtils.h a cheaper header to include: https://bugzilla.mozilla.org/show_bug.cgi?id=913847 moves NS_IsMainThread to a new MainThreadUtils.h header that's cheaper to include, and in particular is all what BindingUtils.h needs (there was a helpful comment about that in BindingUtils.h). https://bugzilla.mozilla.org/show_bug.cgi?id=913852 makes BindingUtils.h not include <algorithm> just for one use of std::min. If there is a BindingUtils.h tracking bug, they could block it. Benoit _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform