Ehsan Akhgari
|
5cccea6f0f
|
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 |
|
John Daggett
|
a04f9130ab
|
Bug 935862 p2 - add various userfont lookup methods. r=heycam
|
2015-03-06 17:44:18 +09:00 |
|
Ehsan Akhgari
|
cd5081982f
|
Bug 1048243 - Fix more bad implicit constructors in gfx; r=jrmuizel
|
2014-08-05 17:58:40 -04:00 |
|
Jonathan Kew
|
1455a55032
|
bug 1028136 - Remove dangerous public destructor of FontFamilyList. r=jdaggett
|
2014-07-30 09:15:00 +01:00 |
|
Benoit Jacob
|
e01bd7ff0c
|
Bug 1027251 - Fix or whitelist dangerous public destructors in gfx/ - r=jrmuizel
|
2014-06-18 22:28:59 -04:00 |
|
John Daggett
|
267b9fac76
|
Bug 280443 p5 - fixup problem with MathML stretchy fallback. r=fredw
|
2014-06-06 15:09:24 +09:00 |
|
John Daggett
|
bd76ad27c9
|
Bug 280443 p1 - define struct for font family lists. r=roc
|
2014-06-06 15:09:23 +09:00 |
|