gecko-dev/editor/libeditor
Dorel Luca d5f9df8ee1 Backed out 2 changesets (bug 1613985) for Build bustage on Windows2012. CLOSED TREE
Backed out changeset fd177b40b561 (bug 1613985)
Backed out changeset fb6d62b7f28d (bug 1613985)
2020-02-19 22:22:41 +02:00
..
crashtests Bug 1611374 - Disallow nested Document.execCommand() calls in Nightly and early Beta r=smaug 2020-02-15 19:17:00 +00:00
tests Bug 1611374 - Disallow nested Document.execCommand() calls in Nightly and early Beta r=smaug 2020-02-15 19:17:00 +00:00
ChangeAttributeTransaction.cpp
ChangeAttributeTransaction.h
ChangeStyleTransaction.cpp Bug 1612444. Improve some error messages for exceptions in layout. r=emilio 2020-02-03 20:35:54 +00:00
ChangeStyleTransaction.h
CompositionTransaction.cpp
CompositionTransaction.h
CreateElementTransaction.cpp Bug 1610750 - Get rid of unused nsIEditor methods r=m_kato 2020-01-23 12:27:00 +00:00
CreateElementTransaction.h
CSSEditUtils.cpp Bug 1607006 - Remove utf-16 versions of nsCSSProps::LookupProperty* and ServoCSSParser::ComputeColor. r=bzbarsky 2020-01-08 01:21:30 +00:00
CSSEditUtils.h
DeleteNodeTransaction.cpp
DeleteNodeTransaction.h
DeleteRangeTransaction.cpp Bug 1587433: part 7.3) Adapt callers of RangeBoundaryBase::Offset(). r=smaug 2019-12-16 11:31:50 +00:00
DeleteRangeTransaction.h
DeleteTextTransaction.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
DeleteTextTransaction.h
EditAction.h Bug 1611751 - Remove unused scriptable methods of nsIHTMLEditor, nsIEditorStyleSheets and nsITableEditor r=m_kato 2020-01-30 08:50:41 +00:00
EditActionListener.h
EditAggregateTransaction.cpp
EditAggregateTransaction.h
EditorBase.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
EditorBase.h Bug 1612477 - part 1: Make ComposerCommandsUpdater not inherit nsIDocumentStateListener r=m_kato 2020-02-03 07:35:44 +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 Bug 1611895 - Make EditorEventListener::DragOverOrDrop() check whether the result of DragEvent::GetRangeParentContentAndOffset() returned nullptr or not r=smaug 2020-01-29 10:36:32 +00:00
EditorEventListener.h Bug 1610264 - part 1: Make EditorEventListener consume dragenter, dragover and drop events if the drop target is managed by it r=smaug 2020-01-24 20:10:25 +00:00
EditorUtils.cpp Bug 1588688 - part 8: Make HTMLEditor::DoInsertHTMLWithContext() and its helper methods use array of nsIContent rather than nsINode r=m_kato 2020-02-14 07:16:27 +00:00
EditorUtils.h Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
EditTransactionBase.cpp
EditTransactionBase.h
HTMLAbsPositionEditor.cpp Bug 970802 - part 5: Make AutoEditActionDataSetter created method dispatch "beforeinput" event r=smaug,m_kato 2020-01-14 07:18:51 +00:00
HTMLAnonymousNodeEditor.cpp Bug 1449861 - Use UTF8String for some CSSOM APIs. r=bzbarsky 2020-01-04 10:36:49 +00:00
HTMLEditor.cpp Bug 1359404 - Make IsEmptyNode infaillible. r=masayuki 2020-02-19 05:37:13 +00:00
HTMLEditor.h Bug 1359404 - Make IsEmptyNode infaillible. r=masayuki 2020-02-19 05:37:13 +00:00
HTMLEditorCommands.cpp Bug 970802 - part 2: HTML editor command classes shouldn't handle edit actions multiple times r=m_kato 2020-01-14 07:14:55 +00:00
HTMLEditorController.cpp
HTMLEditorController.h
HTMLEditorDataTransfer.cpp Bug 1359404 - Make IsEmptyNode infaillible. r=masayuki 2020-02-19 05:37:13 +00:00
HTMLEditorDocumentCommands.cpp Bug 1540043 - part 1: Move all constants and methods of nsIPlaintextEditor to nsIEditor and make nsIPlaintextEditor inherit nsIEditor r=m_kato 2020-01-24 08:33:42 +00:00
HTMLEditorEventListener.cpp Bug 1609338 - Optimize usage and implementation of UIEvent::GetRangeParent() and UIEvent::RangeOffset() r=smaug 2020-01-17 01:23:12 +00:00
HTMLEditorEventListener.h
HTMLEditorObjectResizer.cpp Bug 970802 - part 5: Make AutoEditActionDataSetter created method dispatch "beforeinput" event r=smaug,m_kato 2020-01-14 07:18:51 +00:00
HTMLEditSubActionHandler.cpp Bug 1359404 - Make IsEmptyNode infaillible. r=masayuki 2020-02-19 05:37:13 +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 Bug 1574852 - part 68: Make HTMLEditRules::GetDefinitionListItemTypes() to a stack class r=m_kato 2019-09-06 04:32:36 +00:00
HTMLInlineTableEditor.cpp Bug 970802 - part 5: Make AutoEditActionDataSetter created method dispatch "beforeinput" event r=smaug,m_kato 2020-01-14 07:18:51 +00:00
HTMLStyleEditor.cpp Bug 1359404 - Make IsEmptyNode infaillible. r=masayuki 2020-02-19 05:37:13 +00:00
HTMLTableEditor.cpp Bug 1359404 - Make IsEmptyNode infaillible. r=masayuki 2020-02-19 05:37:13 +00:00
InsertNodeTransaction.cpp Bug 1610750 - Get rid of unused nsIEditor methods r=m_kato 2020-01-23 12:27:00 +00:00
InsertNodeTransaction.h
InsertTextTransaction.cpp
InsertTextTransaction.h
InternetCiter.cpp
InternetCiter.h
JoinNodeTransaction.cpp
JoinNodeTransaction.h
ManualNAC.h Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
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 Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
PlaceholderTransaction.h
SelectionState.cpp Bug 1612085 - part 1: Hide constructor of nsRange r=smaug 2020-01-30 13:23:35 +00:00
SelectionState.h Bug 1574852 - part 67-5: Rewrite HTMLEditRules::HandleDeleteNonCollapsedSelection() with EditorDOMPoint r=m_kato 2019-09-06 00:59:32 +00:00
SplitNodeTransaction.cpp Bug 1610750 - Get rid of unused nsIEditor methods r=m_kato 2020-01-23 12:27:00 +00:00
SplitNodeTransaction.h
TextEditor.cpp Bug 1612085 - part 3: Remove dirty hack of Selection::mCachedRange r=smaug 2020-01-30 12:44:33 +00:00
TextEditor.h Bug 1540043 - part 1: Move all constants and methods of nsIPlaintextEditor to nsIEditor and make nsIPlaintextEditor inherit nsIEditor r=m_kato 2020-01-24 08:33:42 +00:00
TextEditorDataTransfer.cpp Bug 1609338 - Optimize usage and implementation of UIEvent::GetRangeParent() and UIEvent::RangeOffset() r=smaug 2020-01-17 01:23:12 +00:00
TextEditSubActionHandler.cpp Bug 1540043 - part 1: Move all constants and methods of nsIPlaintextEditor to nsIEditor and make nsIPlaintextEditor inherit nsIEditor r=m_kato 2020-01-24 08:33:42 +00:00
TypeInState.cpp
TypeInState.h Backed out 2 changesets (bug 1613985) for Build bustage on Windows2012. CLOSED TREE 2020-02-19 22:22:41 +02:00
WSRunObject.cpp Bug 1612085 - part 1: Hide constructor of nsRange r=smaug 2020-01-30 13:23:35 +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