Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Andrea Marchesini
|
e6f385fb3d
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
Ehsan Akhgari
|
883849ee32
|
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 |
Ehsan Akhgari
|
393a0db497
|
Bug 1079317 - Fix some more bad implicit constructors in DOM; r=baku
|
2014-09-24 09:16:53 -04:00 |
Vicamo Yang
|
240bed674a
|
Bug 833229 - 3.b/4: IPDL implementation. r=echen, r=smaug
|
2014-09-26 13:00:24 +08:00 |
Vicamo Yang
|
19a3ae7a10
|
Bug 833229 - 3.a/4: interfance changes. r=echen, r=smaug
|
2014-09-26 13:00:24 +08:00 |