Eric Faust
|
c14c8ad7e4
|
Bug 781387 - Codegen infallibility data for Paris bindings methods. (r=peterv)
|
2012-09-04 14:46:38 -04:00 |
Boris Zbarsky
|
27ee186b67
|
Bug 786105. Setting inline style properties to null should remove them, just like setting them to empty string does. r=peterv
|
2012-08-31 20:59:46 -04:00 |
Ehsan Akhgari
|
3fc90f9719
|
Bug 775302 - Stub out the implementation of mozAudioContext; r=bzbarsky,khuey
|
2012-08-31 16:59:37 -04:00 |
Daniel Holbert
|
792e972052
|
Bug 785981: Pass global #defines to the process that generates the Paris bindings CSS2Properties.webidl file. r=khuey
|
2012-08-28 11:14:53 -07:00 |
Boris Zbarsky
|
c6e1a39316
|
Bug 774970. Add the ability to generate code for dealing with an XPConnect 'this' object in some cases. r=peterv
|
2012-08-28 13:10:09 -04:00 |
Boris Zbarsky
|
0ca95e7360
|
Bug 779046. Have saner defaults for the nativeType of a WebIDL bindings. r=peterv
|
2012-08-28 13:10:09 -04:00 |
Boris Zbarsky
|
7919784ad2
|
Bug 767930. Add support for typed array return values (as just JSObject*) in WebIDL bindings. r=peterv
|
2012-08-28 13:10:09 -04:00 |
Peter Van der Beken
|
b84ab5be48
|
Bug 753517 part 5. Enable the list IC for new DOM bindings too. r=bz.
|
2012-08-24 09:32:26 -07:00 |
Boris Zbarsky
|
052e7b0c56
|
Bug 753517 part 4. Set up auto-generation of CSS2Properties.webidl from nsCSSPropList.h and enable Paris bindings for CSSStyleDeclaration and CSS2Properties. r=khuey,peterv,dbaron
|
2012-08-23 21:08:09 -07:00 |
Boris Zbarsky
|
688a8b41eb
|
Bug 753517 part 3. Expose the API needed for Paris bindings on nsDOMCSSDeclaration and nsICSSDeclaration. r=dbaron,peterv
|
2012-08-23 21:08:08 -07:00 |
Ehsan Akhgari
|
237d29ef3d
|
Bug 785459 follow-up: use the python 2.5 syntax
|
2012-08-24 16:47:45 -04:00 |
Ehsan Akhgari
|
563418e39b
|
Bug 785472 - The Web IDL parser should not allow inheriting from an interface that is only forward declared; r=khuey
|
2012-08-24 15:23:21 -04:00 |
Ehsan Akhgari
|
6bac6b73be
|
Backout changeset 1142882b6c0b (bug 785472) because it breaks the build
|
2012-08-24 16:22:42 -04:00 |
Ehsan Akhgari
|
25b60c14d6
|
Bug 785472 - The Web IDL parser should not allow inheriting from an interface that is only forward declared; r=khuey
|
2012-08-24 15:23:21 -04:00 |
Ehsan Akhgari
|
416bb16525
|
Bug 785459 - Enable the WebIDL parser to be used stand-alone for syntax checking; r=khuey
|
2012-08-24 14:51:45 -04:00 |
Peter Van der Beken
|
b77fe91531
|
Fix for bug 742195 (Implement the extended attributes for null and undefined handling on strings in Paris bindings). r=bz.
|
2012-07-12 15:55:30 +02:00 |
Peter Van der Beken
|
cb66e04e69
|
Fix for bug 785188 (Make Xrays work with newest DOM list bindings). r=mrbkap.
|
2012-06-06 21:52:26 +02: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 |
Peter Van der Beken
|
ee9eae3141
|
Fix for bug 768692 (Move DOM list binding generation to the new DOM binding codegen). r=bzbarsky.
--HG--
extra : rebase_source : 651a0fac4c9a87ef1c0a9cd91588c6421fd050c4
|
2012-05-22 15:46:20 +02:00 |
Peter Van der Beken
|
c28c5972cd
|
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
|
e368dc9c85
|
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
|
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
|
698b67e339
|
Bug 747287 - Followup: Add cast to fix build. (r=me)
|
2012-08-07 22:57:07 -07:00 |
Eric Faust
|
8c6597d1c4
|
Bug 773546 - Part 2: Centralize Paris binding accessor and method top halves. (r=peterv)
|
2012-08-07 22:26:20 -07:00 |
Eric Faust
|
c8a8c9afd6
|
Bug 781040 - Fault in methods and accessors with JSJitinfos on ResolveProperty. (r=bz,benjamin)
|
2012-08-07 22:26:19 -07:00 |
Eric Faust
|
c0dee00d6e
|
Bug 775289 - Remove generateNativeAccessors branching from Paris binding codegen. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
Eric Faust
|
429e3ddab2
|
Bug 773548 - Part 2: Pass the generated JSJitInfos into JSFunctionSpec. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
Eric Faust
|
a2abc41ee2
|
Bug 775788 - Modify JSFunctionSpec to accept JSJitInfos. (r=luke)
|
2012-08-07 22:26:19 -07:00 |
Eric Faust
|
d50fdfb27d
|
Bug 773548 - Part 1: Modify Paris bindings to specialize methods. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
Boris Zbarsky
|
10c9046c35
|
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
|
54f8c4dcea
|
Bug 747287 - Part 2: Generate infalliblity data for further JIT optimization. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
Eric Faust
|
fe56a76a4c
|
Bug 747287 - Part 1: Generate JSJitInfos and specialized accessors for Paris bindings. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
Ms2ger
|
94bf1722ed
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
Ms2ger
|
9cf3772f54
|
Bug 776224 - CheckPref should always initialize its outparam; r=peterv
|
2012-08-04 09:44:00 +02:00 |
Ms2ger
|
71696aa0f2
|
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
|
5e52eae02f
|
Bug 773326 - Add test for previously inverted thread check in getJSToNativeConversionTemplate::onFailure; r=peterv
|
2012-08-04 09:43:57 +02:00 |
Ms2ger
|
fc144f32b1
|
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
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
Ed Morley
|
f4181983a1
|
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
|
97155ba331
|
Merge m-c to m-i.
|
2012-08-04 13:02:15 +02:00 |
Mike Hommey
|
03af8b0c50
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
Ms2ger
|
917dc99198
|
Bug 776224 - CheckPref should always initialize its outparam; r=peterv
|
2012-08-04 09:44:00 +02:00 |
Ms2ger
|
86de6cd109
|
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
|
c2ff8f2e47
|
Bug 773326 - Add test for previously inverted thread check in getJSToNativeConversionTemplate::onFailure; r=peterv
|
2012-08-04 09:43:57 +02:00 |
Ms2ger
|
f2a97792fa
|
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
|
7096160830
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 08:48:56 +02:00 |
William Chen
|
103cc37839
|
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
|
b0323e13a7
|
Bug 752223 - Implement JS_NumberValue(), replacing JS_NewNumberValue(). (r=luke)
|
2012-08-01 17:59:47 -07:00 |
Eric Faust
|
072ab750db
|
Bug 742188 - Implement ToInt64 and ToUint64 per the WebIDL standard. (r=jorendorff)
|
2012-08-03 15:15:04 -07:00 |
Nicholas Cameron
|
f642f5c9cd
|
Bug 776685; throw TypeError exceptions from Azure canvas bindings. r=bz
|
2012-07-26 14:31:26 +12:00 |