.. |
crashtests
|
Bug 1274050 - Add crashtest. r=me
|
2017-10-12 22:41:14 -04:00 |
tests
|
Bug 1390562 - part 0: Add automated tests r=m_kato
|
2017-10-03 18:33:40 +09:00 |
ChangeAttributeTransaction.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
ChangeAttributeTransaction.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
ChangeStyleTransaction.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
ChangeStyleTransaction.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
CompositionTransaction.cpp
|
Bug 1393355 - Move SetTextRangeStyle from nsISelectionPrivate to Selection. r=masayuki
|
2017-08-24 16:56:12 +09:00 |
CompositionTransaction.h
|
|
|
CreateElementTransaction.cpp
|
Bug 1407854 - Part 2: Add an optional argument to CreateNode() to allow callers to pass the child node when they know it; r=masayuki
|
2017-10-12 17:13:55 -04:00 |
CreateElementTransaction.h
|
Bug 1407854 - Part 2: Add an optional argument to CreateNode() to allow callers to pass the child node when they know it; r=masayuki
|
2017-10-12 17:13:55 -04:00 |
CSSEditUtils.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
CSSEditUtils.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
DeleteNodeTransaction.cpp
|
|
|
DeleteNodeTransaction.h
|
|
|
DeleteRangeTransaction.cpp
|
Bug 1407352 - Avoid calling GetChildAt() in DeleteRangeTransaction::CreateTxnsToDeleteBetween(); r=masayuki
|
2017-10-11 01:49:55 -04:00 |
DeleteRangeTransaction.h
|
Bug 1407352 - Avoid calling GetChildAt() in DeleteRangeTransaction::CreateTxnsToDeleteBetween(); r=masayuki
|
2017-10-11 01:49:55 -04:00 |
DeleteTextTransaction.cpp
|
|
|
DeleteTextTransaction.h
|
|
|
EditActionListener.h
|
|
|
EditAggregateTransaction.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
EditAggregateTransaction.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
EditorBase.cpp
|
Bug 1407854 - Part 3: Pass the child node at the offset as an extra argument where possible to CreateNode(); r=masayuki
|
2017-10-12 17:13:56 -04:00 |
EditorBase.h
|
Bug 1407854 - Part 3: Pass the child node at the offset as an extra argument where possible to CreateNode(); r=masayuki
|
2017-10-12 17:13:56 -04:00 |
EditorCommands.cpp
|
Bug 1319340 - part8: EditorCommands should use TextEditor instead of nsIEditor, nsIPlaintextEditor and nsIEditorMailSupport r=m_kato
|
2017-08-04 20:41:20 +09:00 |
EditorCommands.h
|
|
|
EditorController.cpp
|
|
|
EditorController.h
|
|
|
EditorEventListener.cpp
|
Bug 1369072 - part3: nsXBLPrototypeHandler::DispatchXBLCommand() should use controller of visible window r=smaug
|
2017-09-07 22:54:49 +09:00 |
EditorEventListener.h
|
|
|
EditorUtils.cpp
|
Bug 1392867 - Part 1: Add an overload of EditorUtils::IsDescendantOf() which returns an nsIContent* out argument for the child node found instead of its index in the parent; r=masayuki
|
2017-08-23 01:00:07 -04:00 |
EditorUtils.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
EditorUtils.js
|
|
|
EditorUtils.manifest
|
|
|
EditTransactionBase.cpp
|
|
|
EditTransactionBase.h
|
|
|
HTMLAbsPositionEditor.cpp
|
Bug 1380292 - Don't turn on object resizer, inline table editor and etc when element isn't into editor. r=masayuki
|
2017-09-09 10:49:02 -04:00 |
HTMLAnonymousNodeEditor.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
HTMLEditor.cpp
|
Bug 1407854 - Part 3: Pass the child node at the offset as an extra argument where possible to CreateNode(); r=masayuki
|
2017-10-12 17:13:56 -04:00 |
HTMLEditor.h
|
Bug 1407447 - Part 1: Remove the call to nsINode::GetChildAt() from HTMLEditor::DoInsertHTMLWithContext(); r=masayuki
|
2017-10-12 10:49:14 -04:00 |
HTMLEditorDataTransfer.cpp
|
Bug 1407447 - Part 1: Remove the call to nsINode::GetChildAt() from HTMLEditor::DoInsertHTMLWithContext(); r=masayuki
|
2017-10-12 10:49:14 -04:00 |
HTMLEditorEventListener.cpp
|
Bug 1391978 - Part 1. Replace nsISelection::GetRangeCount with Selection::RangeCount. r=masayuki
|
2017-08-28 14:52:25 +09:00 |
HTMLEditorEventListener.h
|
Bug 1387317 - part2: EditorEventListener should stop using interface methods as far as possible r=m_kato
|
2017-08-08 11:25:36 +09:00 |
HTMLEditorObjectResizer.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
HTMLEditorObjectResizerUtils.h
|
|
|
HTMLEditRules.cpp
|
Bug 1407854 - Part 3: Pass the child node at the offset as an extra argument where possible to CreateNode(); r=masayuki
|
2017-10-12 17:13:56 -04:00 |
HTMLEditRules.h
|
Bug 1407854 - Part 3: Pass the child node at the offset as an extra argument where possible to CreateNode(); r=masayuki
|
2017-10-12 17:13:56 -04:00 |
HTMLEditUtils.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
HTMLEditUtils.h
|
|
|
HTMLInlineTableEditor.cpp
|
Bug 1380292 - Don't turn on object resizer, inline table editor and etc when element isn't into editor. r=masayuki
|
2017-09-09 10:49:02 -04:00 |
HTMLStyleEditor.cpp
|
Bug 1364133 - Part 1. Check whether SplitNode returns error. r=masayuki
|
2017-10-11 17:58:24 +09:00 |
HTMLTableEditor.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
HTMLURIRefObject.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
HTMLURIRefObject.h
|
|
|
InsertNodeTransaction.cpp
|
|
|
InsertNodeTransaction.h
|
|
|
InsertTextTransaction.cpp
|
|
|
InsertTextTransaction.h
|
|
|
InternetCiter.cpp
|
|
|
InternetCiter.h
|
|
|
JoinNodeTransaction.cpp
|
|
|
JoinNodeTransaction.h
|
|
|
ManualNAC.h
|
Bug 1386110 - Use a smart pointer to reliably de-register NAC regardless of how it goes away. r=masayuki
|
2017-08-03 20:26:11 -07:00 |
moz.build
|
Bug 1386110 - Use a smart pointer to reliably de-register NAC regardless of how it goes away. r=masayuki
|
2017-08-03 20:26:11 -07:00 |
nsIAbsorbingTransaction.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
nsIEditRules.h
|
|
|
PlaceholderTransaction.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
PlaceholderTransaction.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
SelectionState.cpp
|
Bug 1395080 - Part 1. Replace nsIDOMRange::GetCollapsed with nsRange::Collapsed. r=masayuki
|
2017-09-01 12:19:11 +09:00 |
SelectionState.h
|
Bug 1392564 - Use nursery purple buffer for nsRange and RangeItem, r=mccr8
|
2017-08-22 17:47:00 +03:00 |
SplitNodeTransaction.cpp
|
|
|
SplitNodeTransaction.h
|
|
|
StyleSheetTransactions.cpp
|
|
|
StyleSheetTransactions.h
|
|
|
TextEditor.cpp
|
Bug 1406482 - Avoid using nsINode::GetChildAt() in EditorBase::InsertTextImpl(); r=masayuki
|
2017-10-11 13:12:00 -04:00 |
TextEditor.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
TextEditorDataTransfer.cpp
|
Bug 1391978 - Part 1. Replace nsISelection::GetRangeCount with Selection::RangeCount. r=masayuki
|
2017-08-28 14:52:25 +09:00 |
TextEditorTest.cpp
|
Bug 1391978 - Part 9. Replace nsISelection::GetAnchorNode with Selection::GetAnchorNode. r=masayuki
|
2017-08-25 16:12:39 +09:00 |
TextEditorTest.h
|
|
|
TextEditRules.cpp
|
Bug 1406482 - Avoid using nsINode::GetChildAt() in EditorBase::InsertTextImpl(); r=masayuki
|
2017-10-11 13:12:00 -04:00 |
TextEditRules.h
|
Bug 1390402, add a faster variant of TextEditor::GetDocumentIsEmpty(), r=masayuki
|
2017-08-24 13:53:34 +03:00 |
TextEditRulesBidi.cpp
|
|
|
TextEditUtils.cpp
|
|
|
TextEditUtils.h
|
|
|
TypeInState.cpp
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
TypeInState.h
|
Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro.
|
2017-10-03 09:05:19 +11:00 |
WSRunObject.cpp
|
Bug 1406482 - Avoid using nsINode::GetChildAt() in EditorBase::InsertTextImpl(); r=masayuki
|
2017-10-11 13:12:00 -04:00 |
WSRunObject.h
|
Bug 1406482 - Avoid using nsINode::GetChildAt() in EditorBase::InsertTextImpl(); r=masayuki
|
2017-10-11 13:12:00 -04:00 |