gecko/js
Nathan Froyd 58ab01d2f6 Bug 1179315 - part 2 - make it more obvious that typeIDs of typed arrays are constants; r=lth
We need MOZ_CONSTEXPR on {Shared,}TypedArrayObject::ArrayTypeID for some
compilers to be able to constant-fold that function.  But said compilers
didn't seem to understand MOZ_CONSTEXPR annotations on TypeIDOfType,
either on the template declaration or the individual specializations.
Instead, we convert TypeIDOfType into a traits template, so ArrayTypeID
can return a logical constant instead.
2015-06-30 17:14:49 -04:00
..
ductwork/debugger
examples
ipc Back out 12 changesets (bug 1177013) on suspicion of causing b2g emulator debug test bustage 2015-07-02 22:08:54 -07:00
public Bug 1176034 - Implement JSAutoStructuredCloneBuffer::clear(with callbacks and closure), r=sfink 2015-07-06 12:22:08 +01:00
src Bug 1179315 - part 2 - make it more obvious that typeIDs of typed arrays are constants; r=lth 2015-06-30 17:14:49 -04:00
xpconnect Bug 1180123 (part 2) - Minor nursery report fixes. r=terrence. 2015-07-03 00:49:40 -07:00