Andrea Marchesini
|
be0cc154e5
|
Bug 784190 - Fix Cycle collection casting in DOMRequest, r=mccr8
|
2012-08-27 09:44:25 -07:00 |
|
Luke Wagner
|
ce71e55555
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
|
2012-08-21 18:42:53 -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 |
|
Aryeh Gregor
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Wes Johnston
|
7d6f48a80c
|
backout c030a8af8abd and dd0c287660e9 CLOSED TREE
|
2012-08-08 14:07:39 -07:00 |
|
Wes Johnston
|
77f0fb11d6
|
Bug 780718 - Return false from DOMRequestService is preventDefault was called on events. r=sicking
|
2012-08-08 12:35:15 -07:00 |
|
Wes Johnston
|
154f83ab5b
|
Backout 81a090e983d2, 8236b3579bf3,
|
2012-08-07 10:08:41 -07:00 |
|
Wes Johnston
|
65f5d9906e
|
Bug 780718 - Return false from DOMRequestService is preventDefault was called on events. r=sicking
|
2012-08-06 15:26:02 -07:00 |
|
Ms2ger
|
c861fd0028
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Aryeh Gregor
|
5662d18449
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Olli Pettay
|
c992398490
|
Bug 765163 - Implement code generator for simple DOM events, r=jst,khuey
|
2012-07-20 19:42:08 +03:00 |
|
Jan Varga
|
2d731c29c7
|
Bug 771498 - FileHandle: getFile() should return a DOMRequest (instead of a FileRequest). r=sicking
|
2012-07-10 07:07:01 +02:00 |
|
Ryan VanderMeulen
|
b74e4a29db
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
061d4c2616
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Olli Pettay
|
94414ed431
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Landry Breuil
|
a8423334bd
|
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
|
f5f6531fb7
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|