gecko-dev/editor/libeditor
2017-05-21 17:15:00 +08:00
..
crashtests Bug 1350772 - Part 2. Add test. r=masayuki 2017-03-27 14:41:21 +09:00
tests Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz 2017-05-21 17:15:00 +08:00
ChangeAttributeTransaction.cpp
ChangeAttributeTransaction.h
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
CompositionTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
CompositionTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
CreateElementTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
CreateElementTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09: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
DeleteNodeTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
DeleteNodeTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
DeleteRangeTransaction.cpp Bug 1349940. DeleteRangeTransaction should not keep its range alive longer than it needs to. r=masayuki, a=kwierso 2017-03-24 16:07:11 -04:00
DeleteRangeTransaction.h Bug 1349940. DeleteRangeTransaction should not keep its range alive longer than it needs to. r=masayuki, a=kwierso 2017-03-24 16:07:11 -04:00
DeleteTextTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
DeleteTextTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +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
EditorBase.cpp Bug 1363278 Get rid of nsIPhonetic and HTMLInputElement.phonetic r=smaug 2017-05-09 16:27:08 +09:00
EditorBase.h Bug 1363278 Get rid of nsIPhonetic and HTMLInputElement.phonetic r=smaug 2017-05-09 16:27:08 +09:00
EditorCommands.cpp Bug 1352144 - document.execCommand("inserttext", false, "") should work r=masayuki 2017-03-30 21:04:09 +03: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
EditorEventListener.cpp Bug 1339543 part 1 Wrap nsIWidget::ExecuteNativeKeyBinding() with a WidgetKeyboardEvent method and users of the method should use it r=smaug 2017-05-19 16:50:30 +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
EditorUtils.manifest
EditTransactionBase.cpp
EditTransactionBase.h
HTMLAbsPositionEditor.cpp Bug 1344116 - Clean up HTMLEditRules::RemoveAlignment. r=masayuki 2017-03-03 13:13:21 +09:00
HTMLAnonymousNodeEditor.cpp Bug 1357142: Kill PresShell::RecreateFramesFor. r=bz 2017-04-17 18:01:37 +02:00
HTMLEditor.cpp Bug 1360154 - Part 1. DocumentIsBody should return bool, not nsresult. r=masayuki 2017-05-11 14:03:26 +09:00
HTMLEditor.h Bug 1354060 - Put defaultParagraphSeparator default change behind pref; r=masayuki 2017-04-06 15:02:42 +03:00
HTMLEditorDataTransfer.cpp Bug 1355792 - Consider invisible nodes to be editable; r=masayuki 2017-04-19 16:53:24 +03: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 1349426 - Remove nsIHTMLObjectResizeListener. r=masayuki 2017-03-27 15:16:40 +09:00
HTMLEditorObjectResizerUtils.h
HTMLEditRules.cpp Bug 1356496 - Don't use nsIDOM* in ConfirmSelectionInBody. r=masayuki 2017-04-14 14:54:03 +09:00
HTMLEditRules.h Bug 1297414 - Support <div> separator in ReturnIn(Header|ListItem); r=masayuki 2017-04-04 13:49:38 +03: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
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
InsertNodeTransaction.cpp Bug 1314388 - Fix bustage on CLOSED TREE 2017-04-02 14:11:48 +03:00
InsertNodeTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
InsertTextTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
InsertTextTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +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
JoinNodeTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
JoinNodeTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +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 1360154 - Part 1. DocumentIsBody should return bool, not nsresult. r=masayuki 2017-05-11 14:03:26 +09:00
PlaceholderTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
PlaceholderTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +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
SplitNodeTransaction.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
SplitNodeTransaction.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
StyleSheetTransactions.cpp Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
StyleSheetTransactions.h Bug 1349138 Edit transactions should store their editor instance with strong reference r=smaug 2017-03-21 19:00:36 +09:00
TextEditor.cpp Bug 1360154 - Part 1. DocumentIsBody should return bool, not nsresult. r=masayuki 2017-05-11 14:03:26 +09:00
TextEditor.h Bug 1352882 - Part 3. Cache nsIDocumentEncoder into TextEditor. r=masayuki 2017-04-17 17:29:46 +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
TextEditRules.cpp Bug 1360154 - Part 1. DocumentIsBody should return bool, not nsresult. r=masayuki 2017-05-11 14:03:26 +09:00
TextEditRules.h Bug 1360154 - Part 1. DocumentIsBody should return bool, not nsresult. r=masayuki 2017-05-11 14:03:26 +09: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
TextEditUtils.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