gecko-dev/editor/libeditor
Aryeh Gregor f14f1babe8 Bug 1193762 part 8 - Fix things that will break; r=froydnj
It looks like VC++ doesn't like comparisons of nsCOMPtr to 0 after this
change, but those are bad style anyway, so I removed them from
TestCOMPtr.cpp instead of trying to make them work.
2016-05-01 21:29:23 +03:00
..
crashtests Bug 1244894: Steal the failed nsresult when bailing early. r=bz 2016-02-05 10:12:25 -08:00
tests Bug 972110 - Skip test_bug674770-1.html on Linux debug e10s due to intermittent failures. 2016-04-28 16:55:18 -04:00
ChangeAttributeTxn.cpp
ChangeAttributeTxn.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
ChangeStyleTxn.cpp
ChangeStyleTxn.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
CreateElementTxn.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
CreateElementTxn.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
DeleteNodeTxn.cpp
DeleteNodeTxn.h
DeleteRangeTxn.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DeleteRangeTxn.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DeleteTextTxn.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
DeleteTextTxn.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
EditActionListener.h
EditAggregateTxn.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
EditAggregateTxn.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
EditTxn.cpp
EditTxn.h
IMETextTxn.cpp Bug 1215959 - (GeckoCaret2) Upgrade Core and AccessibleCaret, r=smaug 2015-12-01 15:25:06 -05:00
IMETextTxn.h Bug 1215959 - (GeckoCaret2) Upgrade Core and AccessibleCaret, r=smaug 2015-12-01 15:25:06 -05:00
InsertNodeTxn.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
InsertNodeTxn.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
InsertTextTxn.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
InsertTextTxn.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
JoinNodeTxn.cpp
JoinNodeTxn.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
PlaceholderTxn.cpp Bug 1253734 - Add some more editor things to CC traversal. r=mccr8. 2016-03-04 23:11:37 +01:00
PlaceholderTxn.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
SetDocTitleTxn.cpp Bug 1231378 - part 2 - Fix uninitialized members of classes in dom/*, r=smaug 2016-01-12 18:16:59 +00:00
SetDocTitleTxn.h
SplitNodeTxn.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
SplitNodeTxn.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
TextEditorTest.cpp
TextEditorTest.h
TypeInState.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
TypeInState.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
moz.build Bug 1255919 - Convert the test for bug 629172 into a browser-chrome test that is enabled on e10s; r=mrbkap 2016-03-15 17:39:02 -04:00
nsEditRules.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
nsEditor.cpp Bug 1193762 part 3 - Remove nsEditor::IsDescendantOfEditorRoot(nsIDOMNode*); r=ehsan 2016-05-01 17:59:29 +03:00
nsEditor.h Bug 1193762 part 3 - Remove nsEditor::IsDescendantOfEditorRoot(nsIDOMNode*); r=ehsan 2016-05-01 17:59:29 +03:00
nsEditorCommands.cpp
nsEditorCommands.h
nsEditorController.cpp
nsEditorController.h
nsEditorEventListener.cpp Bug 1193762 part 4 - Avoid nsCOMPtr in ternary operator; r=froydnj 2016-05-01 21:29:22 +03:00
nsEditorEventListener.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsEditorUtils.cpp Bug 1198385 - Use MFBT guard macros in the editor guard objects; r=froydnj 2015-08-25 16:14:45 -04:00
nsEditorUtils.h Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsHTMLAbsPosition.cpp Bug 1191356 part 7 - Clean up nsHTMLEditor::GetSelectionContainer; r=ehsan 2016-05-01 17:58:29 +03:00
nsHTMLAnonymousUtils.cpp Bug 1193762 part 8 - Fix things that will break; r=froydnj 2016-05-01 21:29:23 +03:00
nsHTMLCSSUtils.cpp Bug 1263785 - Kill off the deprecated nsINode::GetCurrentDoc. r=baku 2016-03-31 12:46:32 +01:00
nsHTMLCSSUtils.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
nsHTMLDataTransfer.cpp Bug 1193762 part 1 - Remove nsEditor::IsBlockNode(nsIDOMNode*); r=ehsan 2016-05-01 17:59:05 +03:00
nsHTMLEditRules.cpp Bug 1193762 part 2 - Remove nsHTMLEditor::IsVisBreak(nsIDOMNode*); r=ehsan 2016-05-01 17:59:17 +03:00
nsHTMLEditRules.h Bug 1193762 part 2 - Remove nsHTMLEditor::IsVisBreak(nsIDOMNode*); r=ehsan 2016-05-01 17:59:17 +03:00
nsHTMLEditUtils.cpp Bug 1156062 part 9 - Clean up nsHTMLEditRules::WillAlign; r=masayuki 2016-05-01 16:10:39 +03:00
nsHTMLEditUtils.h Bug 1156062 part 9 - Clean up nsHTMLEditRules::WillAlign; r=masayuki 2016-05-01 16:10:39 +03:00
nsHTMLEditor.cpp Bug 1193762 part 8 - Fix things that will break; r=froydnj 2016-05-01 21:29:23 +03:00
nsHTMLEditor.h Bug 1193762 part 2 - Remove nsHTMLEditor::IsVisBreak(nsIDOMNode*); r=ehsan 2016-05-01 17:59:17 +03:00
nsHTMLEditorEventListener.cpp Bug 1230216 - Changing nsIDOM*Event interfaces so that they don't inherit nsIDOMEvent. r=smaug 2016-01-12 07:49:08 +03:30
nsHTMLEditorEventListener.h
nsHTMLEditorStyle.cpp Bug 1190172 part 8 - Clean up nsHTMLEditor::PromoteRangeIfStartsOrEndsInNamedAnchor; r=ehsan 2016-05-01 16:12:51 +03:00
nsHTMLInlineTableEditor.cpp
nsHTMLObjectResizer.cpp
nsHTMLObjectResizer.h
nsHTMLURIRefObject.cpp Bug 1231378 - part 2 - Fix uninitialized members of classes in dom/*, r=smaug 2016-01-12 18:16:59 +00:00
nsHTMLURIRefObject.h
nsIAbsorbingTransaction.h
nsInternetCiter.cpp
nsInternetCiter.h
nsPlaintextDataTransfer.cpp Bug 1235830 - Renaming GetInternalNSEvent to WidgetEvent, in nsIDOMEvent r=smaug 2016-02-12 19:10:07 +03:30
nsPlaintextEditor.cpp Bug 1156062 part 5 - Make CreateBR return regular pointer; r=ehsan 2016-04-23 18:31:55 +09:00
nsPlaintextEditor.h Bug 1191354 part 8 - Typedefs in headers for readability; r=ehsan 2016-05-01 16:15:14 +03:00
nsSelectionState.cpp Bug 1253734 - Add some more editor things to CC traversal. r=mccr8. 2016-03-04 23:11:37 +01:00
nsSelectionState.h Bug 1253734 - Add some more editor things to CC traversal. r=mccr8. 2016-03-04 23:11:37 +01:00
nsStyleSheetTxns.cpp Bug 1244074 - Part 4: Use StyleSheetHandle instead of concrete style sheet class in most places. r=dholbert 2016-02-24 18:01:12 +11:00
nsStyleSheetTxns.h Bug 1244074 - Part 4: Use StyleSheetHandle instead of concrete style sheet class in most places. r=dholbert 2016-02-24 18:01:12 +11:00
nsTableEditor.cpp Bug 1242164 - Remove the implementation of colspan=0 (which is now dead code). r=dbaron 2016-01-27 17:02:12 +01:00
nsTextEditRules.cpp Bug 1156062 part 4 - Clean up ns*EditRules::WillInsert; r=ehsan 2016-04-23 18:30:17 +09:00
nsTextEditRules.h Bug 1191354 part 8 - Typedefs in headers for readability; r=ehsan 2016-05-01 16:15:14 +03:00
nsTextEditRulesBidi.cpp Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat 2015-10-18 01:24:48 -04:00
nsTextEditUtils.cpp
nsTextEditUtils.h
nsWSRunObject.cpp Bug 1193762 part 8 - Fix things that will break; r=froydnj 2016-05-01 21:29:23 +03:00
nsWSRunObject.h Bug 1193762 part 8 - Fix things that will break; r=froydnj 2016-05-01 21:29:23 +03:00