Robert Longson
60f5ddd57d
Bug 1446617 - support the SVG 2 path attribute for textPath elements r=dholbert
2018-03-31 18:50:10 +01:00
Dorel Luca
4963cad6d4
Backed out changeset cd40ea4d0a95 (bug 1446617) for Reftest failure on build/tests/reftest/tests/layout/reftests/svg/textPath-path-attribute-01.svg
2018-03-31 16:02:10 +03:00
Robert Longson
2791123940
Bug 1446617 - support the SVG 2 path attribute for textPath elements r=dholbert
2018-03-31 11:55:18 +01:00
Sylvestre Ledru
9d4a84d778
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
...
MozReview-Commit-ID: Kdz2xtTF9EG
2017-07-06 14:00:35 +02:00
Brian Birtles
42687f63b9
Bug 1353208 - Use UniquePtr for handling heap-allocated nsISMILAttr objects; r=dholbert
...
MozReview-Commit-ID: 10lA0ZaXChj
2017-03-30 13:10:07 +09:00
Birunthan Mohanathas
a29151dc87
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Andrew McCreight
92010d3e4c
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
2015-05-03 15:32:37 -04:00
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
Birunthan Mohanathas
bf50d5ec04
Bug 946065 - Part 9: Move content/svg/ to dom/ and flatten subdirectories. r=jwatt
2014-10-25 20:21:12 +03:00