.. |
crashtests
|
Bug 1474978 - Add crashtest. r=masayuki
|
2019-09-23 10:37:40 +00:00 |
tests
|
Bug 1591297 - Fix/remove a couple sanitizer tests now that we don't parse -moz-binding. r=hsivonen
|
2019-10-29 08:32:06 +00:00 |
ChangeAttributeTransaction.cpp
|
|
|
ChangeAttributeTransaction.h
|
|
|
ChangeStyleTransaction.cpp
|
|
|
ChangeStyleTransaction.h
|
|
|
CompositionTransaction.cpp
|
|
|
CompositionTransaction.h
|
|
|
CreateElementTransaction.cpp
|
|
|
CreateElementTransaction.h
|
|
|
CSSEditUtils.cpp
|
Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug
|
2019-09-30 22:06:47 +00:00 |
CSSEditUtils.h
|
|
|
DeleteNodeTransaction.cpp
|
|
|
DeleteNodeTransaction.h
|
|
|
DeleteRangeTransaction.cpp
|
|
|
DeleteRangeTransaction.h
|
|
|
DeleteTextTransaction.cpp
|
Bug 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan
|
2019-10-27 05:05:51 +00:00 |
DeleteTextTransaction.h
|
|
|
EditAction.h
|
|
|
EditActionListener.h
|
|
|
EditAggregateTransaction.cpp
|
|
|
EditAggregateTransaction.h
|
|
|
EditorBase.cpp
|
Bug 1591417: part 4) Adapt InsertTextIntoTextNodeWithTransaction to pass adjusted range to TopLevelEditSubActionDataRef.DidInsertText . r=masayuki
|
2019-11-13 09:16:06 +00:00 |
EditorBase.h
|
Bug 1591417: part 4) Adapt InsertTextIntoTextNodeWithTransaction to pass adjusted range to TopLevelEditSubActionDataRef.DidInsertText . r=masayuki
|
2019-11-13 09:16:06 +00:00 |
EditorCommands.cpp
|
Bug 1540029 - part 2: Get rid of TextEditRules::DocumentIsEmpty() and HTMLEditRules::DocumentIsEmpty() r=m_kato
|
2019-09-17 06:58:06 +00:00 |
EditorCommands.h
|
|
|
EditorController.cpp
|
|
|
EditorController.h
|
|
|
EditorDOMPoint.h
|
Bug 1591417: part 1) Assert EditorDOMPointBase::ToRawRangeBoundary() uses valid offset. r=masayuki
|
2019-11-12 15:20:13 +00:00 |
EditorEventListener.cpp
|
|
|
EditorEventListener.h
|
|
|
EditorUtils.cpp
|
|
|
EditorUtils.h
|
Bug 1566795 - part 2: Clean up HTMLEditor::SplitAboveRange() r=m_kato
|
2019-10-07 01:11:31 +00:00 |
EditTransactionBase.cpp
|
|
|
EditTransactionBase.h
|
|
|
HTMLAbsPositionEditor.cpp
|
Bug 1566795 - part 3: Clean up HTMLEditor::RemoveStyleInside() r=m_kato
|
2019-10-07 03:33:11 +00:00 |
HTMLAnonymousNodeEditor.cpp
|
Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug
|
2019-09-30 22:06:47 +00:00 |
HTMLEditor.cpp
|
Bug 1591417: part 2) Rename HasMutationEventListeners to MaybeHasMutationEventListeners . r=masayuki
|
2019-11-12 15:20:20 +00:00 |
HTMLEditor.h
|
Bug 1593920 - Clean up HTMLEditor::TabInTable() with taking WidgetKeyboardEvent* and returning EditActionResult r=m_kato
|
2019-11-07 02:59:51 +00:00 |
HTMLEditorCommands.cpp
|
Bug 1566795 - part 4: Make HTMLEditor not check IsCSSEnabled() at removing inline style r=m_kato
|
2019-10-08 09:24:19 +00:00 |
HTMLEditorController.cpp
|
|
|
HTMLEditorController.h
|
|
|
HTMLEditorDataTransfer.cpp
|
Bug 1593920 - Clean up HTMLEditor::TabInTable() with taking WidgetKeyboardEvent* and returning EditActionResult r=m_kato
|
2019-11-07 02:59:51 +00:00 |
HTMLEditorDocumentCommands.cpp
|
|
|
HTMLEditorEventListener.cpp
|
|
|
HTMLEditorEventListener.h
|
|
|
HTMLEditorObjectResizer.cpp
|
|
|
HTMLEditSubActionHandler.cpp
|
Bug 1591417: part 2) Rename HasMutationEventListeners to MaybeHasMutationEventListeners . r=masayuki
|
2019-11-12 15:20:20 +00:00 |
HTMLEditUtils.cpp
|
Bug 1581034 - part 2: Get rid of TextEditUtils::IsBreak() and TextEditUtils itself r=m_kato
|
2019-09-18 12:37:14 +00:00 |
HTMLEditUtils.h
|
|
|
HTMLInlineTableEditor.cpp
|
|
|
HTMLStyleEditor.cpp
|
Bug 1580491 - Use Element::HasNonEmptyAttr in various places; r=bzbarsky
|
2019-11-01 15:24:25 +00:00 |
HTMLTableEditor.cpp
|
Bug 1587716: change RangeBoundaryBase 's offset argument to uint32_t . r=smaug
|
2019-10-23 08:22:36 +00:00 |
InsertNodeTransaction.cpp
|
|
|
InsertNodeTransaction.h
|
|
|
InsertTextTransaction.cpp
|
|
|
InsertTextTransaction.h
|
|
|
InternetCiter.cpp
|
|
|
InternetCiter.h
|
|
|
JoinNodeTransaction.cpp
|
|
|
JoinNodeTransaction.h
|
|
|
ManualNAC.h
|
|
|
moz.build
|
Bug 1581034 - part 2: Get rid of TextEditUtils::IsBreak() and TextEditUtils itself r=m_kato
|
2019-09-18 12:37:14 +00:00 |
nsIAbsorbingTransaction.h
|
|
|
PlaceholderTransaction.cpp
|
|
|
PlaceholderTransaction.h
|
|
|
SelectionState.cpp
|
|
|
SelectionState.h
|
|
|
SplitNodeTransaction.cpp
|
|
|
SplitNodeTransaction.h
|
|
|
TextEditor.cpp
|
Bug 1593920 - Clean up HTMLEditor::TabInTable() with taking WidgetKeyboardEvent* and returning EditActionResult r=m_kato
|
2019-11-07 02:59:51 +00:00 |
TextEditor.h
|
Bug 1540029 - part 11: Get rid of AutoEditInitRulesTrigger r=m_kato
|
2019-09-18 10:14:40 +00:00 |
TextEditorDataTransfer.cpp
|
Bug 1593920 - Clean up HTMLEditor::TabInTable() with taking WidgetKeyboardEvent* and returning EditActionResult r=m_kato
|
2019-11-07 02:59:51 +00:00 |
TextEditSubActionHandler.cpp
|
Bug 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan
|
2019-10-27 05:05:51 +00:00 |
TypeInState.cpp
|
|
|
TypeInState.h
|
Bug 1540029 - part 10: Get rid of TextEditRules and HTMLEditRules r=m_kato
|
2019-09-18 08:40:08 +00:00 |
WSRunObject.cpp
|
Bug 1587716: change RangeBoundaryBase 's offset argument to uint32_t . r=smaug
|
2019-10-23 08:22:36 +00:00 |
WSRunObject.h
|
Bug 1540029 - part 10: Get rid of TextEditRules and HTMLEditRules r=m_kato
|
2019-09-18 08:40:08 +00:00 |