What's the intention of TreeBoxObject.webidl and its partners?

2014-11-23 Thread Yonggang Luo
I found it's duplicated with nsITreeBoxObject.idl and it's partners. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Components.returnCode not working as expected.

2014-11-23 Thread Mark Hammond
In bug 1100069, bz suggested I look at using Components.returnCode so a JS component called by c++ can return failure without having an exception logged. However, this isn't working as I expect. Further, the few uses of this in the tree also don't seem to work as expected. SessionStore.js u

Re: Array.prototype.includes available in Nightly *only* & String.prototype.contains renamed to includes

2014-11-23 Thread Till Schneidereit
On Fri, Nov 21, 2014 at 11:55 PM, Jonas Sicking wrote: > Has TC39 discussed how to handle the fact that there are a couple of > classes in the DOM, like DOMStringList, which we'd like to replace > with normal JS Arrays. But these DOM classes have a .contains function > which so far has meant that