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 |
|
Jonathan Kew
|
840c68ec31
|
Bug 619521 - Part 1: Send a notification of any scripts for which font coverage is lacking. r=jdaggett
|
2014-12-22 16:35:54 +00:00 |
|
James Kitchener
|
02841102c1
|
Bug 1002526 - Part 3 - MathMLTextRunFactory needs to now about font inflation. r=roc
|
2014-11-05 11:58:00 +01:00 |
|
James Kitchener
|
1fbb9f9bf9
|
Bug 1069929 - Apply dtls font feature setting for <mover> elements. r=roc
|
2014-09-24 04:38:00 -04:00 |
|
James Kitchener
|
d1f62953cf
|
Bug 1027354 - Fix fontweight and fontstyle on single char <mi>. r=roc
|
2014-06-25 05:20:00 -04:00 |
|
James Kitchener
|
20e123b803
|
Bug 442637 - Apply ssty font feature setting to appropriate MathML elements. r=roc
|
2014-01-15 09:49:20 -05:00 |
|