gecko/embedding/components/find
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 1054703 - Part 4: Flatten embedding/components/find/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsFind.cpp Bug 1134280 - Get rid of Tag() - patch 3 - nsContentUtils::IsHTMLBlock should work with nsIContent inste nsIAtom, r=smaug 2015-03-03 11:09:00 +00:00
nsFind.h Bug 1054703 - Part 4: Flatten embedding/components/find/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsIFind.idl Bug 1054703 - Part 4: Flatten embedding/components/find/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsIWebBrowserFind.idl Bug 1054703 - Part 4: Flatten embedding/components/find/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsWebBrowserFind.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
nsWebBrowserFind.h Bug 1054703 - Part 4: Flatten embedding/components/find/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00