Arnaud Sourioux
|
a7fb7f5ece
|
Bug 974687 - Part 2: Fix more than 80cols issues caused by MOZ_OVERRIDE annotation. r=dholbert
|
2014-02-24 09:41:56 -05:00 |
|
Arnaud Sourioux
|
fe6152ac7a
|
Bug 974687 - Part 1: Add about 300 MOZ_OVERRIDE in layout/. r=dholbert
|
2014-02-24 09:41:56 -05:00 |
|
Arnaud Sourioux
|
c55abda61c
|
Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert
|
2014-02-17 23:47:48 -08:00 |
|
Mats Palmgren
|
a56486443d
|
Bug 956447 - Make it possible to get frame dumps in non-DEBUG builds. r=roc
|
2014-01-05 23:31:14 +00: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 |
|
Robert O'Callahan
|
11bf1614c4
|
Bug 945091. Part 3: Flatten layout/xul/base/* into layout/xul. r=glandium
|
2013-12-04 14:06:16 +13:00 |
|
Carsten "Tomcat" Book
|
f9c1013575
|
Backed out changeset b5d2afd37164 (bug 945091) for mochitest-8 bustage on a CLOSED TREE
|
2013-12-04 09:23:39 +01:00 |
|
Robert O'Callahan
|
1fc84c15f4
|
Bug 945091. Part 3: Flatten layout/xul/base/* into layout/xul. r=glandium
|
2013-12-04 14:06:16 +13:00 |
|