gecko-dev/parser
Gerald Squelart 0affeb4ab0 Bug 1316432 - Fix nsCOMPtr constructions&assignments from 0 - r=froydnj
Giving '0' (literal zero) to nsCOMPtr is now ambiguous, as both
nsCOMPtr(decltype(nullptr)) and nsCOMPtr(T*) could be used.
In any case, our coding standards mandate the use of 'nullptr' for pointers.
So I'm changing all zeroes into nullptr's where necessary.

MozReview-Commit-ID: LXiZTu87Ck6

--HG--
extra : rebase_source : f9dcc6b06e9ebf9c30a576f9319f76a51b6dc26f
2016-11-10 14:11:27 +11:00
..
expat Bug 1298818 - Port test_bug411103.html to wpt; r=jst 2016-10-26 16:49:36 +03:00
html Bug 1309195 - Mark strBuf as empty after the contents have been used or ignored. r=wchen. 2016-10-19 10:38:20 +03:00
htmlparser Bug 1316432 - Fix nsCOMPtr constructions&assignments from 0 - r=froydnj 2016-11-10 14:11:27 +11:00
xml Bug 1310297 - Remove test annotations using b2g, mulet or gonk: parser. r=RyanVM 2016-11-05 11:29:21 +01:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
nsCharsetSource.h