Benoit Jacob
|
7f3cdabc47
|
Bug 977757 - 1/3 - make nsCSSProps::EnabledState a bitfield - r=dbaron,bz
|
2014-03-06 11:38:17 -05:00 |
|
Robert O'Callahan
|
5016a05a35
|
Bug 968118. Make nsCSSProps keyword tables be int16_t instead of int32_t for a small space win. r=heycam
|
2014-02-06 00:10:44 +13:00 |
|
Birunthan Mohanathas
|
08efb5ff8c
|
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
|
2014-01-30 13:26:54 -05:00 |
|
Tom Schuster
|
4a7dd51a60
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Cameron McCormack
|
83efb78059
|
Bug 773296 - Part 28: Avoid some crashes in the inspector when variables are present. r=roc
|
2013-12-12 13:09:47 +11:00 |
|
Robert O'Callahan
|
d65aae70d2
|
Bug 945091. Part 1: Flatten inspector/public and inspector/src into inspector. r=glandium
|
2013-12-04 14:04:23 +13:00 |
|
Carsten "Tomcat" Book
|
b56bfa0c62
|
Backed out changeset 1dcb339812d1 (bug 945091) for mochitest-8 bustage on a CLOSED TREE
|
2013-12-04 09:24:09 +01:00 |
|
Robert O'Callahan
|
fb5a3c68a3
|
Bug 945091. Part 1: Flatten inspector/public and inspector/src into inspector. r=glandium
|
2013-12-04 14:04:23 +13:00 |
|