Peter Van der Beken
|
ec7ce6d4f0
|
Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz.
--HG--
extra : rebase_source : 60ee731af1e77c21f466026a04c71eeb96b1ff7d
|
2012-08-22 18:16:14 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Bonnie Surender
|
a05da2aa09
|
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
|
f02fb670c8
|
Bug 747287 - Followup: Add cast to fix build. (r=me)
|
2012-08-07 22:57:07 -07:00 |
|
Eric Faust
|
122b4be2a0
|
Bug 773546 - Part 2: Centralize Paris binding accessor and method top halves. (r=peterv)
|
2012-08-07 22:26:20 -07:00 |
|
Eric Faust
|
406b4d8608
|
Bug 781040 - Fault in methods and accessors with JSJitinfos on ResolveProperty. (r=bz,benjamin)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
82e2eb473d
|
Bug 775289 - Remove generateNativeAccessors branching from Paris binding codegen. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
fd479ea5d3
|
Bug 773548 - Part 2: Pass the generated JSJitInfos into JSFunctionSpec. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
d4a732fc86
|
Bug 775788 - Modify JSFunctionSpec to accept JSJitInfos. (r=luke)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
4195056b90
|
Bug 773548 - Part 1: Modify Paris bindings to specialize methods. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
|
Boris Zbarsky
|
42210976c4
|
Bug 747287 - Part 3: Add callback interface to allow JIT to interrogate DOM. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
|
Eric Faust
|
e2e2ab91ba
|
Bug 747287 - Part 2: Generate infalliblity data for further JIT optimization. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
|
Eric Faust
|
b5fcc44a40
|
Bug 747287 - Part 1: Generate JSJitInfos and specialized accessors for Paris bindings. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
|
Ms2ger
|
c861fd0028
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Ms2ger
|
b793270940
|
Bug 776224 - CheckPref should always initialize its outparam; r=peterv
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
b2e7e838fd
|
Bug 774705 - Part b: Throw a TypeError when trying to construct an interface without a constructor; r=bz
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
48527ea4bc
|
Bug 773326 - Add test for previously inverted thread check in getJSToNativeConversionTemplate::onFailure; r=peterv
|
2012-08-04 09:43:57 +02:00 |
|
Ms2ger
|
cec5e3f75e
|
Bug 780111 - Share code with new DOM bindings for primitive conversions in XPCConvert::JSData2Native; r=bholley
|
2012-08-04 09:29:18 +02:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
4eb11bee72
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
e6463200a3
|
Merge m-c to m-i.
|
2012-08-04 13:02:15 +02:00 |
|
Mike Hommey
|
be451c22dc
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
|
Ms2ger
|
d6a7a66fb7
|
Bug 776224 - CheckPref should always initialize its outparam; r=peterv
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
e8f42a2d03
|
Bug 774705 - Part b: Throw a TypeError when trying to construct an interface without a constructor; r=bz
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
171905bf3b
|
Bug 773326 - Add test for previously inverted thread check in getJSToNativeConversionTemplate::onFailure; r=peterv
|
2012-08-04 09:43:57 +02:00 |
|
Ms2ger
|
3c30d568f9
|
Bug 780111 - Share code with new DOM bindings for primitive conversions in XPCConvert::JSData2Native; r=bholley
|
2012-08-04 09:29:18 +02:00 |
|
Mike Hommey
|
e79d87471e
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 08:48:56 +02:00 |
|
William Chen
|
aab114efc1
|
Bug 779573 - Fix generated code for empty string as default dictionary member in WebIDL. r=khuey
|
2012-08-01 14:34:36 -04:00 |
|
Eric Faust
|
6d4e293e26
|
Bug 752223 - Implement JS_NumberValue(), replacing JS_NewNumberValue(). (r=luke)
|
2012-08-01 17:59:47 -07:00 |
|
Eric Faust
|
b1b08f985c
|
Bug 742188 - Implement ToInt64 and ToUint64 per the WebIDL standard. (r=jorendorff)
|
2012-08-03 15:15:04 -07:00 |
|
Nicholas Cameron
|
8c560786c6
|
Bug 776685; throw TypeError exceptions from Azure canvas bindings. r=bz
|
2012-07-26 14:31:26 +12:00 |
|
Eric Faust
|
4d26491a7e
|
Bug 749535 - Part 3: Remove JS_Is*Array() from Paris Binding argument unwrapping. (r=bz)
|
2012-07-31 20:45:22 -07:00 |
|
Eric Faust
|
2456ed4b53
|
Bug 749535 - Part 2: Rewrite dom::TypedArray to use JS_UnwrapObjectAs*Array(). (r=bz)
|
2012-07-31 20:45:20 -07:00 |
|
Eric Faust
|
921d44b1c5
|
Backout changesets 6e78bc0145ee, 97a1463cde9c, and 9097d0b3acc6 (Bug 749535) for
erroneous bug number (r=me).
|
2012-07-31 20:24:32 -07:00 |
|
Eric Faust
|
67b907ec5c
|
Bug 749535 - Part 3: Remove JS_Is*Array() from Paris Binding argument unwrapping. (r=bz)
|
2012-07-31 20:07:55 -07:00 |
|
Eric Faust
|
edf460e8a0
|
Bug 747935 - Part 2: Rewrite dom::TypedArray to use JS_UnwrapObjectAs*Array(). (r=bz)
|
2012-07-31 20:06:35 -07:00 |
|
Boris Zbarsky
|
935cb6af8f
|
Bug 775852 followup: skip the test when WebGL is not around. No review.
|
2012-07-31 10:24:01 -04:00 |
|
Boris Zbarsky
|
43cfe7de05
|
Bug 771636 part 3. Implement default values for WebIDL strings. r=peterv
|
2012-07-31 00:22:23 -04:00 |
|
Boris Zbarsky
|
d7233f1cb3
|
Bug 771636 part 2. Implement default values for WebIDL enums. r=peterv
|
2012-07-31 00:22:23 -04:00 |
|
Boris Zbarsky
|
32ecc36c05
|
Bug 771636 part 1. Rearrange default-value handling so we actually set C++ values directly instead of round-tripping through jsval. r=peterv
|
2012-07-31 00:22:22 -04:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Brian Hackett
|
4da0b7720d
|
Use HandleValue and MutableHandleValue in API hooks where possible, bug 776579. r=billm, sr=dmandelin
|
2012-07-30 05:19:09 -06:00 |
|
Boris Zbarsky
|
343f5559ae
|
Bug 777438. Make sure our C++ declarations are in the right order when a dictionary has a dictionary member. r=khuey
|
2012-07-27 00:09:10 -04:00 |
|
Boris Zbarsky
|
c2d945d04f
|
Bug 775844. Make sure to examine constructor signatures when looking for union types. r=peterv
|
2012-07-27 00:09:10 -04:00 |
|
Boris Zbarsky
|
8aaf82198b
|
Bug 777415. Disallow GetterInfallible/SetterInfallible annotations where they don't make sense. r=khuey
|
2012-07-27 00:09:10 -04:00 |
|
Boris Zbarsky
|
2f979d3db5
|
Bug 775845. Fail codegen for variadic arguments until we add support for them. r=peterv
|
2012-07-27 00:09:09 -04:00 |
|
Boris Zbarsky
|
8fe1c5e7e7
|
Bug 775852. Actually follow the WebIDL spec for creating JS representations of sequences. r=khuey
|
2012-07-27 00:09:09 -04:00 |
|
Boris Zbarsky
|
90f6c60e4d
|
Bug 777627. Make sure we can't accidentally turn off mochitests for a directory by reordering the Makefile.in. r=khuey
|
2012-07-26 12:38:03 -04:00 |
|
Eric Faust
|
d074f7d445
|
Bug 749536 - Implement JS::ToBoolean to fastpath Value to Boolean unwrappings. (r=luke)
|
2012-07-24 22:59:55 -07:00 |
|