gecko-dev/editor/txtsvc
Nathan Froyd b252a27930 Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan
Calling QueryInterface with a statically known IID should typically not
be necessary.  In those cases where it's not, the compiler can do the
cast for us, though we have to supply the reference-counting that
QueryInterface would do.

In passing, several redundant null-checks for the result of |new T| have
been deleted.
2015-03-12 09:43:50 -04:00
..
moz.build
nsFilteredContentIterator.cpp
nsFilteredContentIterator.h Bug 1117041 - Mark virtual overridden functions as MOZ_OVERRIDE in editor; r=roc 2015-01-02 08:45:41 -05:00
nsIInlineSpellChecker.idl
nsISpellChecker.h
nsITextService.h
nsITextServicesDocument.h
nsITextServicesFilter.idl
nsTSAtomList.h
nsTextServicesCID.h
nsTextServicesDocument.cpp Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan 2015-03-12 09:43:50 -04:00
nsTextServicesDocument.h Bug 1117041 - Mark virtual overridden functions as MOZ_OVERRIDE in editor; r=roc 2015-01-02 08:45:41 -05:00
nsTextServicesFactory.cpp