Ms2ger
|
0fdc697b63
|
No bug - Fix some style issues in DOM code.
|
2013-11-11 09:04:41 +01:00 |
Terrence Cole
|
98b63a224d
|
Bug 926779 - Do not try to mark null TypedArrays; r=efaust
|
2013-10-28 09:37:58 -07:00 |
Tom Schuster
|
1faae39271
|
Bug 8844105 - Handlify JS_WrapObject. r=terrence
|
2013-10-15 20:02:23 -04:00 |
Nicholas Nethercote
|
48268c5407
|
Bug 910771 (part 1) - Create js/Tracer.h and gc/Tracer.cpp. r=terrence.
|
2013-09-02 22:01:18 -07:00 |
Ms2ger
|
42636e8184
|
Bug 909003 - Part a: Add missing includes to TypedArray.h; r=bz
|
2013-09-06 08:43:04 +02:00 |
Boris Zbarsky
|
ac8063a4c1
|
Bug 868799 part 2. Disallow copy-construction of typed array structs, so people can't accidentally pass them by value and end up unrooted. r=smaug
|
2013-08-29 00:30:05 -04:00 |
Boris Zbarsky
|
8af64d141c
|
Bug 868799 part 1. Introduce a RootedTypedArray class. r=terrence
|
2013-08-29 00:30:04 -04:00 |
Boris Zbarsky
|
7393f81fff
|
Bug 908530 part 2. Fix all the places that are bootlegging things (esp nsIURI) via xpcpublic.h. r=khuey
|
2013-08-23 22:42:40 -04:00 |
Kyle Huey
|
0428823e52
|
Bug 903772: Part 1 - Add an API for creating typed arrays that doesn't require the caller to be wrapper cached. r=peterv
|
2013-08-22 22:17:07 -07:00 |
Nicholas Nethercote
|
2585de9a07
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
|
2013-08-17 15:50:18 -07:00 |
Boris Zbarsky
|
ba2cacb577
|
Bug 900898 part 4. Support typed arrays inside sequences and variadics. r=smaug
|
2013-08-05 13:40:02 -04:00 |
Boris Zbarsky
|
c053e819dc
|
Bug 900898 part 3. Support typed arrays inside dictionaries. r=smaug
|
2013-08-05 13:40:01 -04:00 |
Boris Zbarsky
|
bcd1523d40
|
Bug 900898 part 2. Move to using Nullable<TypedArray> to represent possibly-null TypedArray structs. r=smaug
|
2013-08-05 13:40:01 -04:00 |
Boris Zbarsky
|
1e4bd71b64
|
Bug 900898 part 1. Give dom::TypedArray structs a no-argument constructor. r=smaug
|
2013-08-05 13:40:01 -04:00 |
Boris Zbarsky
|
ac87784e7f
|
Bug 877540. Fix remaining unsafe reference hazards in browser code. r=terrence
|
2013-05-30 17:46:48 -04:00 |
Bobby Holley
|
7c36e30523
|
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
If callers want to throw, it's now their responsibility.
|
2012-11-14 09:56:26 -08:00 |
Luke Wagner
|
ad90af9ca5
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
|
2012-08-21 18:42:53 -07:00 |
Bonnie Surender
|
50a2b14927
|
Bug 781046. Make the Create() functions in TypedArray.h take a const data array, since they make a copy anyway. r=bzbarsky
|
2012-08-07 17:57:27 -07:00 |
Eric Faust
|
62ec8929cd
|
Bug 749535 - Part 2: Rewrite dom::TypedArray to use JS_UnwrapObjectAs*Array(). (r=bz)
|
2012-07-31 20:45:20 -07:00 |
Eric Faust
|
28008c2879
|
Backout changesets 6e78bc0145ee, 97a1463cde9c, and 9097d0b3acc6 (Bug 749535) for
erroneous bug number (r=me).
|
2012-07-31 20:24:32 -07:00 |
Eric Faust
|
7ff37c6b6d
|
Bug 747935 - Part 2: Rewrite dom::TypedArray to use JS_UnwrapObjectAs*Array(). (r=bz)
|
2012-07-31 20:06:35 -07:00 |
Peter Van der Beken
|
d6b52c8e2a
|
Fix for bug 768533 (Make mozilla::dom::Uint8ClampedArray::Create call JS_NewUint8ClampedArray). r=bz.
--HG--
extra : rebase_source : baaf7494f64a91a9315a6e1bed3f75239f8eab81
|
2012-06-27 11:24:46 +02:00 |
Peter Van der Beken
|
9731887958
|
Fix for bug 768050 (Make TypedArray::Create take a wrapper cache and create JS objects in the compartment of the cache's wrapper). r=bz.
--HG--
extra : rebase_source : 3ec03b33913e14a113bf9283566a68fe3be5fe02
|
2012-06-25 18:37:46 +02:00 |
Boris Zbarsky
|
0a950894a0
|
Bug 747827. Add some structs that can be used to represent typed arrays in DOM bindings. r=peterv
|
2012-05-04 12:36:56 -04:00 |