David Zbarsky
|
427748f498
|
Bug 866450 Part 6: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
Jon Coppeard
|
66d2e2f630
|
Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
|
2013-03-06 16:41:43 +00:00 |
|
Ed Morley
|
0e54ea5e7a
|
Backed out changeset 28ef4bdff455 (bug 848395)
|
2013-03-07 13:03:35 +00:00 |
|
Jon Coppeard
|
76e226089a
|
Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
|
2013-03-06 16:41:43 +00:00 |
|
Kyle Huey
|
7c9f00fc2e
|
Bug 828992: Deal with blobs properly when creating indexes on existing data. r=bent
|
2013-01-11 05:32:20 -08:00 |
|
Ed Morley
|
823a8cf876
|
Backout d6efd06ceb84 (bug 828992) for assertions on a CLOSED TREE
|
2013-01-11 14:30:05 +00:00 |
|
Kyle Huey
|
7dc20a3092
|
Bug 828992: Deal with blobs properly when creating indexes on existing data. r=bent
|
2013-01-11 05:32:20 -08:00 |
|
Terrence Cole
|
e13b7397b1
|
Bug 791322 - Move Rooted to js:: namespace; r=billm
These should not be part of the public API.
|
2012-09-24 18:08:22 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
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
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Landry Breuil
|
e5ab150fc9
|
Bug 765834 - remove extra UTF BOM that breaks builds r=khuey
|
2012-06-24 15:29:47 +02:00 |
|
Kyle Huey
|
c66cc7dc43
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 15:27:13 -07:00 |
|