Ehsan Akhgari
|
33bb32f549
|
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
|
3ac1d3207f
|
Bug 1118417 - Mark virtual overridden functions as MOZ_OVERRIDE in parser; r=hsivonen
|
2015-01-12 10:19:21 -05:00 |
|
Ehsan Akhgari
|
40b911bcdd
|
Bug 1060982 - Fix more bad implicit constructors in the HTML parser; r=hsivonen
--HG--
extra : rebase_source : 83f9384976137595dc0d0c98d3f915ea4296c26a
|
2014-09-01 18:04:20 -04:00 |
|
Phil Ringnalda
|
b656763114
|
Backed out 6 changesets (bug 1060982, bug 1061058, bug 1060987, bug 1061060, bug 1060930) for build bustage
CLOSED TREE
Backed out changeset c23b8418e6be (bug 1060987)
Backed out changeset a8cddc6bdffc (bug 1061060)
Backed out changeset b5af5cbdac3f (bug 1060982)
Backed out changeset 4912d451011a (bug 1060930)
Backed out changeset bdacbf453238 (bug 1061058)
Backed out changeset da6c71a8f5ae (bug 1060987)
|
2014-09-01 16:48:51 -07:00 |
|
Ehsan Akhgari
|
f2cd909681
|
Bug 1060982 - Fix more bad implicit constructors in the HTML parser; r=hsivonen
|
2014-09-01 18:04:20 -04:00 |
|
Olli Pettay
|
42c29da4fc
|
Bug 902618 - Parser notifies about subtree roots, but not their descendants, r=hsivonen,bz
|
2014-06-17 02:01:22 +03:00 |
|
Henri Sivonen
|
a11a5d4ba3
|
Bug 959150 part 6 - Move the opening brace to the next line in methods whose body is in non-generated .h files under parser/html/. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
3345c35123
|
Bug 959150 part 4 - Avoid using tree ops when parsing with nsHtml5StringParser. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
b5550f6f7c
|
Bug 959150 part 3 - Move the parts of nsHtml5TreeOpExecutor that the static methods in nsHtml5TreeOperation need to access into a new superclass. r=smaug.
|
2014-03-05 21:38:49 +02:00 |
|
Ryan VanderMeulen
|
a5b55ea49c
|
Backed out 8 changesets (bug 959150) for Linux debug build bustage on a CLOSED TREE.
Backed out changeset 30bdc9b15e8e (bug 959150)
Backed out changeset 630e489aed30 (bug 959150)
Backed out changeset c6874004efe7 (bug 959150)
Backed out changeset ebc67518a962 (bug 959150)
Backed out changeset 14441e528582 (bug 959150)
Backed out changeset 8d0ae8bffb08 (bug 959150)
Backed out changeset 603b63c33e9a (bug 959150)
Backed out changeset 261e2d244c54 (bug 959150)
|
2014-03-05 15:26:07 -05:00 |
|
Henri Sivonen
|
66849fc4ef
|
Bug 959150 part 6 - Move the opening brace to the next line in methods whose body is in non-generated .h files under parser/html/. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
3537509c13
|
Bug 959150 part 4 - Avoid using tree ops when parsing with nsHtml5StringParser. r=smaug.
|
2014-03-05 21:38:50 +02:00 |
|
Henri Sivonen
|
c8cfbf7ab3
|
Bug 959150 part 3 - Move the parts of nsHtml5TreeOpExecutor that the static methods in nsHtml5TreeOperation need to access into a new superclass. r=smaug.
|
2014-03-05 21:38:49 +02:00 |
|