Boris Zbarsky
c6a5fb4be3
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
2014-04-16 15:13:41 -04:00
Boris Zbarsky
557d9e0d10
Bug 996474. Add a ToJSValue overload that takes a Handle<Value>. r=bholley
2014-04-16 15:13:41 -04:00
Ryan VanderMeulen
dfb622525e
Backed out 3 changesets (bug 996474, bug 996831) for B2G bustage on a CLOSED TREE.
...
Backed out changeset 8f98a4c2257f (bug 996831)
Backed out changeset 7acce569bd84 (bug 996831)
Backed out changeset 1845b09c7578 (bug 996474)
2014-04-16 19:31:41 -04:00
Boris Zbarsky
7aa72892e5
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
2014-04-16 15:13:41 -04:00
Boris Zbarsky
7bae58eac6
Bug 996474. Add a ToJSValue overload that takes a Handle<Value>. r=bholley
2014-04-16 15:13:41 -04:00
Boris Zbarsky
42cd0463e8
Bug 994811 part 1. Add a ToJSValue overload for dictionary types. r=bholley
2014-04-11 22:20:52 -04:00
Boris Zbarsky
cdf5e0db10
Bug 994793. Make the array bits of ToJSValue nicer. r=bholley
2014-04-10 14:57:42 -04:00
Boris Zbarsky
fc8c4820cf
Bug 994453 part 1. Factor out the to-JS conversions from Promise.h into mozilla::dom::ToJSValue methods. r=bholley
...
Apart from moving the methods, I made the following changes:
1) Renamed them to ToJSValue.
2) Inlined the boolean overload.
3) Added overloads that take integer types.
4) Changed the order of the aCx and aArgument arguments so aCx comes first.
5) Renamed "abv" to "obj" in the typed array overload.
2014-04-10 14:57:07 -04:00