Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Trevor Saunders
|
84413bda51
|
bug 1105074 - make more stuff final r=froydnj
|
2014-11-25 13:56:07 -05:00 |
|
Gabor Krizsanits
|
9277b6f446
|
Bug 777674 - setCurrentNode for inDeepTreeWalker. r=bz
|
2014-09-24 07:20:43 +02:00 |
|
Benoit Jacob
|
553e5b2a13
|
Bug 1028588 - Fix dangerous public destructors in layout/ - r=dbaron
|
2014-06-23 18:40:01 -04:00 |
|
Nathan Froyd
|
5e2f6e3422
|
Bug 1013475 - give inIDeepTreeWalker all of nsIDOMTreeWalker's methods/attributes, rather than inheriting them; r=bz
|
2014-05-20 14:17:27 -04: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 |
|