gecko-dev/editor/libeditor
Iris Hsiao 106889c6f6 Backed out 9 changesets (bug 1333482) for stylo test failures and this should be landed to autoland
Backed out changeset d8828e22dbaa (bug 1333482)
Backed out changeset a39aaecd10f7 (bug 1333482)
Backed out changeset c957d8c0281e (bug 1333482)
Backed out changeset d569fc566e43 (bug 1333482)
Backed out changeset 7e8c03090d34 (bug 1333482)
Backed out changeset c4511a175f2f (bug 1333482)
Backed out changeset 5483a82f7ce9 (bug 1333482)
Backed out changeset 4e7e5efb1bd8 (bug 1333482)
Backed out changeset 51d1accaeddb (bug 1333482)
2017-03-24 10:21:30 +08:00
..
crashtests Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws. 2017-03-08 10:17:52 +01:00
tests Backed out 9 changesets (bug 1333482) for stylo test failures and this should be landed to autoland 2017-03-24 10:21:30 +08:00
CSSEditUtils.cpp Bug 1344116 - Clean up HTMLEditRules::RemoveAlignment. r=masayuki 2017-03-03 13:13:21 +09:00
CSSEditUtils.h Bug 1344116 - Clean up HTMLEditRules::RemoveAlignment. r=masayuki 2017-03-03 13:13:21 +09:00
ChangeAttributeTransaction.cpp Bug 1260651 part.61 Replace "etc" with "etc." r=mccr8 2016-07-08 14:15:21 +09:00
ChangeAttributeTransaction.h Bug 1260651 part.60 editor/libeditor should export some headers which are required by other modules and other modules shouldn't use local include for them r=mccr8 2016-07-08 14:03:31 +09:00
ChangeStyleTransaction.cpp Bug 1346078: Remove nsAString_internal and just use the nsAString name directly. r=bsmedberg 2017-03-10 15:17:23 +13:00
ChangeStyleTransaction.h Bug 1260651 part.60 editor/libeditor should export some headers which are required by other modules and other modules shouldn't use local include for them r=mccr8 2016-07-08 14:03:31 +09:00
CompositionTransaction.cpp Bug 1310912 - Part 4. RangeUpdater should be called on DoTransaction. r=masayuki 2016-11-12 14:56:33 +09:00
CompositionTransaction.h Bug 1310912 - Part 4. RangeUpdater should be called on DoTransaction. r=masayuki 2016-11-12 14:56:33 +09:00
CreateElementTransaction.cpp Bug 1332984 - Clean up usage of nsIDOMCharacterData into editor. r=masayuki 2017-01-23 14:14:30 +09:00
CreateElementTransaction.h Bug 1260651 part.60 editor/libeditor should export some headers which are required by other modules and other modules shouldn't use local include for them r=mccr8 2016-07-08 14:03:31 +09:00
DeleteNodeTransaction.cpp Bug 1345690 part.1 Make the constructor of DeleteNodeTransaction initialize all necessary members instead of Init() r=m_kato 2017-03-10 13:23:40 +09:00
DeleteNodeTransaction.h Bug 1345690 part.1 Make the constructor of DeleteNodeTransaction initialize all necessary members instead of Init() r=m_kato 2017-03-10 13:23:40 +09:00
DeleteRangeTransaction.cpp Bug 1345690 part.3 Rename DeleteTextTransaction::Init() to DeleteTextTransaction::CanDoIt() since it does not initialize anything and just checking if the text node is editable r=m_kato 2017-03-10 13:38:28 +09:00
DeleteRangeTransaction.h Bug 1345690 part.2 Make the constructor of DeleteRangeTransaction initialize all members instead of Init() r=m_kato 2017-03-09 11:19:39 +09:00
DeleteTextTransaction.cpp Bug 1345690 part.3 Rename DeleteTextTransaction::Init() to DeleteTextTransaction::CanDoIt() since it does not initialize anything and just checking if the text node is editable r=m_kato 2017-03-10 13:38:28 +09:00
DeleteTextTransaction.h Bug 1345690 part.3 Rename DeleteTextTransaction::Init() to DeleteTextTransaction::CanDoIt() since it does not initialize anything and just checking if the text node is editable r=m_kato 2017-03-10 13:38:28 +09:00
EditActionListener.h
EditAggregateTransaction.cpp Bug 1311606 Rename |result| of nsresult variants to |rv| in editor r=smaug 2016-10-25 00:43:49 +09:00
EditAggregateTransaction.h Bug 1260651 part.60 editor/libeditor should export some headers which are required by other modules and other modules shouldn't use local include for them r=mccr8 2016-07-08 14:03:31 +09:00
EditTransactionBase.cpp Bug 1260651 part.60 editor/libeditor should export some headers which are required by other modules and other modules shouldn't use local include for them r=mccr8 2016-07-08 14:03:31 +09:00
EditTransactionBase.h Bug 1260651 part.60 editor/libeditor should export some headers which are required by other modules and other modules shouldn't use local include for them r=mccr8 2016-07-08 14:03:31 +09:00
EditorBase.cpp Bug 1349178 Make nsIEditor.transactionManager readonly r=m_kato 2017-03-21 20:57:15 +09:00
EditorBase.h Bug 1347092 part.3 Make EditorBase::CreateTxnForDeleteSelection() return already_AddRefed<EditAggregateTransaction> r=m_kato 2017-03-15 14:35:43 +09:00
EditorCommands.cpp Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky 2017-01-05 15:31:56 +08:00
EditorCommands.h Bug 748308 - Support insertParagraph and insertLineBreak per spec/Blink/WebKit; r=masayuki 2016-08-23 14:13:17 +03:00
EditorController.cpp Bug 748308 - Support insertParagraph and insertLineBreak per spec/Blink/WebKit; r=masayuki 2016-08-23 14:13:17 +03:00
EditorController.h Bug 1260651 part.33 Rename nsEditorController to mozilla::EditorController (and their files too) r=mccr8 2016-07-08 14:26:02 +09:00
EditorEventListener.cpp Bug 1344149 EditorEventListener shouldn't handle odd focus/blur events which may be created in chrome script r=smaug 2017-03-08 15:24:55 +09:00
EditorEventListener.h Bug 1344149 EditorEventListener shouldn't handle odd focus/blur events which may be created in chrome script r=smaug 2017-03-08 15:24:55 +09:00
EditorUtils.cpp Bug 1311240 Fix odd "{" and "}" of control statements in editor for conforming to our coding rules r=smaug 2016-10-24 11:27:45 +09:00
EditorUtils.h Bug 1316302 part.3 Create EditActionResult class for making the methods which return nsresult, handled and canceled with out params r=smaug 2016-11-18 17:59:23 +09:00
EditorUtils.js Bug 1259517 - Make dropping images in editors work in e10s. r=baku 2016-06-21 15:17:37 -07:00
EditorUtils.manifest Bug 1259517 - Make dropping images in editors work in e10s. r=baku 2016-06-21 15:17:37 -07:00
HTMLAbsPositionEditor.cpp Bug 1344116 - Clean up HTMLEditRules::RemoveAlignment. r=masayuki 2017-03-03 13:13:21 +09:00
HTMLAnonymousNodeEditor.cpp Bug 1313986 - Part 4. Use Element instead of nsIDOMElement for resizer. r=masayuki 2016-11-24 15:58:01 +09:00
HTMLEditRules.cpp Bug 1344629 - Part 8: Make nsTLiteralString inherit from nsTStringRepr. r=dbaron 2017-03-14 15:26:36 +13:00
HTMLEditRules.h Bug 1344116 - Clean up HTMLEditRules::RemoveAlignment. r=masayuki 2017-03-03 13:13:21 +09:00
HTMLEditUtils.cpp Bug 1346078: Remove nsAString_internal and just use the nsAString name directly. r=bsmedberg 2017-03-10 15:17:23 +13:00
HTMLEditUtils.h Bug 1344116 - Clean up HTMLEditRules::RemoveAlignment. r=masayuki 2017-03-03 13:13:21 +09:00
HTMLEditor.cpp Bug 1347818 - Part 1. Clean up documentCharacterSet not to use nsIDOM*. r=masayuki 2017-03-17 16:32:06 +09:00
HTMLEditor.h Bug 1345763 part.2 Implement AsHTMLEditor() in EditorBase and its subclasses and replace casts with it r=smaug 2017-03-09 18:38:41 +09:00
HTMLEditorDataTransfer.cpp Bug 1317322 - Part 1: Activate `paste` in menus when within <textarea> controls, r=ehsan 2017-03-06 14:37:39 -05:00
HTMLEditorEventListener.cpp Bug 1347367 - Remove unimplemented FindUserSelectAllNode. r=masayuki 2017-03-15 13:40:23 +09:00
HTMLEditorEventListener.h Bug 1345763 part.2 Implement AsHTMLEditor() in EditorBase and its subclasses and replace casts with it r=smaug 2017-03-09 18:38:41 +09:00
HTMLEditorObjectResizer.cpp Bug 1324996 - Part 2. Use nsIAtom to change attirbute if possible. r=masayuki 2016-12-20 20:53:00 +09:00
HTMLEditorObjectResizerUtils.h Bug 1260651 part.57 Move classes in nsHTMLObjectResizer.h into mozilla namespace and its file name should be HTMLEditorObjectResizerUtils.h r=mccr8 2016-07-07 19:49:07 +09:00
HTMLInlineTableEditor.cpp Bug 1313986 - Part 4. Use Element instead of nsIDOMElement for resizer. r=masayuki 2016-11-24 15:58:01 +09:00
HTMLStyleEditor.cpp Bug 1344629 - Part 8: Make nsTLiteralString inherit from nsTStringRepr. r=dbaron 2017-03-14 15:26:36 +13:00
HTMLTableEditor.cpp Bug 1318479 part 2. Remove uses of nsIDOMNode::AppendChild in editor. r=ehsan 2016-11-18 16:38:29 -05:00
HTMLURIRefObject.cpp Bug 1316432 - Fix nsCOMPtr constructions&assignments from 0 - r=froydnj 2016-11-10 14:11:27 +11:00
HTMLURIRefObject.h Bug 1260651 part.46 Rename nsHTMLURIRefObject to mozilla::HTMLURIRefObject (and also their file names) r=mccr8 2016-07-07 18:40:45 +09:00
InsertNodeTransaction.cpp Bug 1260651 part.61 Replace "etc" with "etc." r=mccr8 2016-07-08 14:15:21 +09:00
InsertNodeTransaction.h Bug 1260651 part.61 Replace "etc" with "etc." r=mccr8 2016-07-08 14:15:21 +09:00
InsertTextTransaction.cpp Bug 1310912 - Part 4. RangeUpdater should be called on DoTransaction. r=masayuki 2016-11-12 14:56:33 +09:00
InsertTextTransaction.h Bug 1310912 - Part 4. RangeUpdater should be called on DoTransaction. r=masayuki 2016-11-12 14:56:33 +09:00
InternetCiter.cpp Bug 1311240 Fix odd "{" and "}" of control statements in editor for conforming to our coding rules r=smaug 2016-10-24 11:27:45 +09:00
InternetCiter.h Bug 1260651 part.36 Rename nsInternetCiter to mozilla::InternetCiter (and their files too) r=mccr8 2016-07-07 18:00:19 +09:00
JoinNodeTransaction.cpp Bug 1345690 part.4 Rename JoinNodeTransaction::CheckValidity() to JoinNodeTransaction::CanDoIt() for consistency with other transaction classes r=m_kato 2017-03-10 13:46:27 +09:00
JoinNodeTransaction.h Bug 1345690 part.4 Rename JoinNodeTransaction::CheckValidity() to JoinNodeTransaction::CanDoIt() for consistency with other transaction classes r=m_kato 2017-03-10 13:46:27 +09:00
PlaceholderTransaction.cpp Bug 1337698 - Part 1. PlaceholderTransaction should use UniquePtr. r=masayuki 2017-02-09 14:26:10 +09:00
PlaceholderTransaction.h Bug 1337698 - Part 1. PlaceholderTransaction should use UniquePtr. r=masayuki 2017-02-09 14:26:10 +09:00
SelectionState.cpp Bug 1346078: Remove nsAString_internal and just use the nsAString name directly. r=bsmedberg 2017-03-10 15:17:23 +13:00
SelectionState.h Bug 1260651 part.49 Rename nsTextEditRules to mozilla::TextEditRules (and also their file names) r=mccr8 2016-07-09 11:34:41 +09:00
SplitNodeTransaction.cpp Bug 1309720, ensure expected DOM tree operations when calling insertBefore, r=ehsan 2016-10-14 15:33:42 +03:00
SplitNodeTransaction.h Bug 1260651 part.61 Replace "etc" with "etc." r=mccr8 2016-07-08 14:15:21 +09:00
StyleSheetTransactions.cpp Bug 1334372 - Part 1. Use EditorBase directly in AddStyleSheetTransaction/RemoveStyleSheetTransaction. r=masayuki 2017-01-27 13:15:20 +09:00
StyleSheetTransactions.h Bug 1334372 - Part 1. Use EditorBase directly in AddStyleSheetTransaction/RemoveStyleSheetTransaction. r=masayuki 2017-01-27 13:15:20 +09:00
TextEditRules.cpp Bug 1347818 - Part 1. Clean up documentCharacterSet not to use nsIDOM*. r=masayuki 2017-03-17 16:32:06 +09:00
TextEditRules.h Bug 1345237. Propagate uint32_t deeper into the editor state and text control frame code. r=mystor 2017-03-09 14:44:45 -05:00
TextEditRulesBidi.cpp Bug 1311240 Fix odd "{" and "}" of control statements in editor for conforming to our coding rules r=smaug 2016-10-24 11:27:45 +09:00
TextEditUtils.cpp Bug 1260651 part.58 Rename nsPlaintextEditor to mozilla::TextEditor (and their file names too) r=mccr8 2016-07-09 11:54:50 +09:00
TextEditUtils.h Bug 1260651 part.58 Rename nsPlaintextEditor to mozilla::TextEditor (and their file names too) r=mccr8 2016-07-09 11:54:50 +09:00
TextEditor.cpp Bug 1348331 part 2. Switch Preferences::RegisterCallback/RegisterCallbackAndCall consumers that want prefix matches to the new RefisterPrefixCallback(AndCall) APIs. r=froydnj,padenot 2017-03-21 14:59:02 -04:00
TextEditor.h Bug 1347818 - Part 1. Clean up documentCharacterSet not to use nsIDOM*. r=masayuki 2017-03-17 16:32:06 +09:00
TextEditorDataTransfer.cpp Bug 1347367 - Remove unimplemented FindUserSelectAllNode. r=masayuki 2017-03-15 13:40:23 +09:00
TextEditorTest.cpp Bug 1311606 Rename |result| of nsresult variants to |rv| in editor r=smaug 2016-10-25 00:43:49 +09:00
TextEditorTest.h
TypeInState.cpp Bug 1337698 - Part 3. TypeInState should use UniquePtr. r=masayuki 2017-02-08 18:14:53 +09:00
TypeInState.h Bug 1337698 - Part 3. TypeInState should use UniquePtr. r=masayuki 2017-02-08 18:14:53 +09:00
WSRunObject.cpp Bug 1347367 - Remove unimplemented FindUserSelectAllNode. r=masayuki 2017-03-15 13:40:23 +09:00
WSRunObject.h Bug 1347367 - Remove unimplemented FindUserSelectAllNode. r=masayuki 2017-03-15 13:40:23 +09:00
moz.build Bug 1312991 Get rid of nsIHTMLEditor::SetDocumentTitle() and mozilla::SetDocumentTitleTransaction r=smaug 2016-12-26 17:46:23 +09:00
nsIAbsorbingTransaction.h Bug 1337698 - Part 1. PlaceholderTransaction should use UniquePtr. r=masayuki 2017-02-09 14:26:10 +09:00
nsIEditRules.h Bug 1260651 part.58 Rename nsPlaintextEditor to mozilla::TextEditor (and their file names too) r=mccr8 2016-07-09 11:54:50 +09:00