longsonr
5b9df67d2e
Bug 1652395 - Replace 'typedef' by 'using' in SVG and SMIL code r=dholbert
...
Also removes some mozilla:: where its no longer needed
Note that this patch was created by running
sed -e -i '.bak' 's/typedef ([a-zA-Z0-9:]+) ([a-zA-Z0-9:]+)/using \2 = \1/'
and then fixing up a few cases that didn't work.
Differential Revision: https://phabricator.services.mozilla.com/D83294
2020-07-15 10:37:55 +00:00
longsonr
02829222d5
Bug 1652253 - Update SVG include guards r=dholbert
...
Differential Revision: https://phabricator.services.mozilla.com/D83248
2020-07-14 23:40:05 +00:00
longsonr
fb424198ee
Bug 1522749 - Fix SMIL include guard naming. r=birtles
2019-01-25 08:16:09 +00:00
longsonr
1fdb590a11
Bug 1522650 - Rename all remaining nsSMIL classes and types as SMIL and ensure they are in the mozilla namespace. r=birtles
...
--HG--
rename : dom/smil/nsISMILAttr.h => dom/smil/SMILAttr.h
2019-01-25 03:24:01 +00:00
longsonr
d37b7ed878
Bug 1521946 - Move nsSMILTypes and nsSMILValue to the mozilla namespace r=birtles
...
--HG--
rename : dom/smil/nsSMILTypes.h => dom/smil/SMILTypes.h
rename : dom/smil/nsSMILValue.cpp => dom/smil/SMILValue.cpp
rename : dom/smil/nsSMILValue.h => dom/smil/SMILValue.h
2019-01-23 13:48:08 +00:00