Tom Schuster
|
f311064c6e
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Ms2ger
|
6b38d3ca3d
|
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
|
2013-11-17 16:39:25 +01:00 |
|
Tom Schuster
|
dd485f9336
|
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
|
2013-11-16 13:31:36 +01:00 |
|
Steve Fink
|
a3274806e4
|
Bug 925916 - Handlify WrapNative, r=smaug
|
2013-10-11 22:02:39 -07:00 |
|
Jon Coppeard
|
83e7e190e6
|
Bug 899976 - GC: Fix unsafe references related to ToInt* functions - browser changes r=bholley
|
2013-08-02 13:15:38 +01:00 |
|
Joshua Cranmer
|
fb0ab49c35
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
--HG--
extra : rebase_source : b8eaae07c54c94c8c46c7ed4c0e226eb74584652
|
2013-07-18 21:21:20 -05:00 |
|
Ms2ger
|
d3104d4964
|
Bug 860731 - Part b: Use FileMode for LockedFile; r=janv
|
2013-06-12 09:00:06 +02:00 |
|
David Zbarsky
|
d4b3d0a59f
|
Bug 868312: Various dom rooting fixes r=bz
|
2013-05-04 03:52:57 -04:00 |
|
Jose Cortes
|
22a09c2df3
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/system/ and dom/file/ directories. r=jwalden
--HG--
extra : rebase_source : 02747f384514c16bdfba7319e569b6554d7b28bd
|
2013-04-02 16:14:00 -07:00 |
|
Jan Varga
|
8ed93ed02a
|
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
|
2013-03-26 12:13:17 +01:00 |
|
Ms2ger
|
7bcafadd47
|
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
|
2013-03-17 09:51:36 +01:00 |
|
Olli Pettay
|
e5921ddec1
|
Bug 822399 - Make Event to use Paris bindings, r=peterv
|
2013-03-09 13:34:29 +02:00 |
|
Ms2ger
|
e1d87b9f1f
|
Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug
|
2012-12-22 09:18:08 +01:00 |
|
Jan Varga
|
812af47d24
|
Bug 787804 - Rewrite quota handling (eliminate test_quota.c). r=bent,asuth,vladan
|
2012-12-17 20:25:10 +01:00 |
|
Ms2ger
|
db0b04ce1b
|
Bug 814898 - Part a: Cleanup CC goop in dom/file; r=mccr8
|
2012-12-02 09:53:35 +01:00 |
|
Benoit Jacob
|
a1d7e0f511
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Bobby Holley
|
46b9d205df
|
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 |
|
Masatoshi Kimura
|
2d3be47cd4
|
Bug 801402 - Use FindEncodingForLabel from OS.File. r=sicking
|
2012-11-07 18:04:21 -05:00 |
|
Isaac Aggrey
|
e496b51126
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05:00 |
|
Kyle Huey
|
c25f8e64ef
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Eric Faust
|
0a5b0eec6b
|
Bug 742188 - Implement ToInt64 and ToUint64 per the WebIDL standard. (r=jorendorff)
|
2012-08-03 15:15:04 -07:00 |
|
Eric Faust
|
012112cde8
|
Bug 752223 - Implement JS_NumberValue(), replacing JS_NewNumberValue(). (r=luke)
|
2012-08-01 17:59:47 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Jan Varga
|
994c586c3d
|
Bug 771498 - FileHandle: getFile() should return a DOMRequest (instead of a FileRequest). r=sicking
|
2012-07-10 07:07:01 +02:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Landry Breuil
|
2178eb5000
|
Bug 761159 - Fix build on OpenBSD, use correct int64_t type. r=janv
|
2012-06-17 17:49:35 +02:00 |
|
Jan Varga
|
187e9d7f9c
|
Bug 761159 - FileHandle: Better handling of the end of file state. r=sicking
|
2012-06-17 05:36:54 +02:00 |
|
Landry Breuil
|
3982ee42b1
|
Bug 761123 - Remove extra semicolon at end of NS_IMPL_EVENT_HANDLER() decl. r=janv
|
2012-06-04 16:57:25 +02:00 |
|
Jan Varga
|
8214c76cd8
|
Bug 761076 - FileHandle: Add optional location parameter to LockedFile.truncate(). r=sicking
|
2012-06-04 14:31:22 +02:00 |
|
Jan Varga
|
6e3e5ab48b
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|