gecko-dev/editor
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
..
composer 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
libeditor 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
reftests Bug 1138442 - Disable reftests on Mulet in parity with B2G/B2G Desktop. r=ahal 2015-03-10 02:43:00 +01:00
txmgr Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps 2014-10-30 13:06:12 +09:00
txtsvc 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
AsyncSpellCheckTestHelper.jsm Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 2: test helper). r=ehsan 2013-06-05 17:07:54 -07:00
crashtests.list Bug 1055286 - Flatten editor/libeditor/text to editor/libeditor; r=poiru 2014-08-18 20:59:37 -04:00
moz.build Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00
nsEditorCID.h Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIContentFilter.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIDocumentStateListener.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIEditActionListener.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIEditor.idl Bug 1120233 - Ensure that the delete command will stay enabled for password fields; r=roc 2015-01-22 23:26:59 -05:00
nsIEditorIMESupport.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIEditorMailSupport.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIEditorObserver.idl Bug 496360 part.2 IMEContentObserver shouldn't dispatch TextChangeEvent while editor handles an edit action r=ehsan+smaug, sr=smaug 2014-07-31 13:37:59 +09:00
nsIEditorSpellCheck.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIEditorStyleSheets.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIHTMLAbsPosEditor.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIHTMLEditor.idl Bug 611103 - Don't depend on the editor in nsDocumentEncoder; r=bzbarsky 2015-01-22 17:54:55 -05:00
nsIHTMLInlineTableEditor.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIHTMLObjectResizeListener.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIHTMLObjectResizer.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIPlaintextEditor.idl Bug 1059705 - revert the change which made nsIEditor builtinclass, r=masayuki 2014-08-28 17:33:35 +03:00
nsITableEditor.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsIURIRefObject.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00
nsPIEditorTransaction.idl Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan 2014-07-16 12:02:34 -07:00