.. |
crashtests
|
Bug 1244894: Steal the failed nsresult when bailing early. r=bz
|
2016-02-05 10:12:25 -08:00 |
tests
|
Bug 1258085 - Avoid empty whitespace nodes when editing
|
2016-04-20 21:19:20 +03: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
|
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
|
2015-05-01 09:40:30 +09:00 |
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
|
Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv
|
2015-04-27 09:18:51 -04:00 |
DeleteNodeTxn.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
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
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
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
|
Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv
|
2015-04-27 09:18:51 -04:00 |
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
|
Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan
|
2015-05-29 00:58:42 +09:00 |
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
|
Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan
|
2015-05-29 00:58:42 +09:00 |
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 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
nsEditor.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 |
nsEditorCommands.cpp
|
…
|
|
nsEditorCommands.h
|
Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan
|
2015-05-29 00:58:42 +09:00 |
nsEditorController.cpp
|
…
|
|
nsEditorController.h
|
Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan
|
2015-05-29 00:58:42 +09:00 |
nsEditorEventListener.cpp
|
Bug 1259657 Rename WidgetGUIEvent::widget to WidgetGUIEvent::mWidget r=smaug
|
2016-04-14 17:03:14 +09: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 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsHTMLAnonymousUtils.cpp
|
Bug 1263785 - Kill off the deprecated nsINode::GetCurrentDoc. r=baku
|
2016-03-31 12:46:32 +01: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
|
Backout changeset 643bf6006fea (bug 1190172 part 2)
|
2016-04-23 20:02:00 +09:00 |
nsHTMLEditRules.cpp
|
Backout changeset 1e142031ab51 (bug 115602 part 9)
|
2016-04-23 20:04:37 +09:00 |
nsHTMLEditRules.h
|
Backout changeset 1e142031ab51 (bug 115602 part 9)
|
2016-04-23 20:04:37 +09:00 |
nsHTMLEditUtils.cpp
|
Backout changeset 1e142031ab51 (bug 115602 part 9)
|
2016-04-23 20:04:37 +09:00 |
nsHTMLEditUtils.h
|
Backout changeset 1e142031ab51 (bug 115602 part 9)
|
2016-04-23 20:04:37 +09:00 |
nsHTMLEditor.cpp
|
Bug 1263286 - Move base-uri CSP check into SetBaseURIUsingFirstBaseWithHref. r=bz
|
2016-04-26 11:48:29 +02:00 |
nsHTMLEditor.h
|
Backout changeset 7207f05dd558 (bug 1190172 part 1)
|
2016-04-23 20:02:28 +09: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
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
nsHTMLEditorStyle.cpp
|
Backout changeset 7207f05dd558 (bug 1190172 part 1)
|
2016-04-23 20:02:28 +09:00 |
nsHTMLInlineTableEditor.cpp
|
Bug 1147412 part 9 - Convert some nsHTMLEditor members to Element; r=ehsan
|
2015-04-19 15:28:50 +03:00 |
nsHTMLObjectResizer.cpp
|
Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan
|
2015-05-29 00:58:42 +09:00 |
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
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsIAbsorbingTransaction.h
|
Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan
|
2015-05-29 00:58:42 +09:00 |
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 1156062 part 5 - Make CreateBR return regular pointer; r=ehsan
|
2016-04-23 18:31:55 +09: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 1156062 part 4 - Clean up ns*EditRules::WillInsert; r=ehsan
|
2016-04-23 18:30:17 +09: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
|
Bug 1169139 Remove all trailing whitespaces in editor (IGNORE IDL) r=ehsan
|
2015-05-29 00:58:42 +09:00 |
nsTextEditUtils.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
nsWSRunObject.cpp
|
Bug 1156062 part 5 - Make CreateBR return regular pointer; r=ehsan
|
2016-04-23 18:31:55 +09:00 |
nsWSRunObject.h
|
Bug 1156062 part 5 - Make CreateBR return regular pointer; r=ehsan
|
2016-04-23 18:31:55 +09:00 |