gecko/editor/txtsvc
Nathan Froyd 8ddefeed54 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 Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal 2014-07-23 08:37:51 +09:00
nsFilteredContentIterator.cpp Bug 1088054 part 2 - Reduce nsIDOMRange use in editor/; r=ehsan 2014-11-02 14:04:13 +02:00
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 Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00
nsISpellChecker.h Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00
nsITextService.h Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00
nsITextServicesDocument.h Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00
nsITextServicesFilter.idl Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00
nsTextServicesCID.h Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00
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 Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00
nsTSAtomList.h Bug 1028565 - Part 3: Flatten editor/txtsvc/{public,src}/ directories. r=ehsan 2014-06-25 15:08:34 -07:00