summaryrefslogtreecommitdiffstats
path: root/editor/libeditor
Commit message (Collapse)AuthorAgeLines
* Issue #12 Part 3: EditorEventListener should check if it's removed during a ↵wolfbeast2018-06-26-99/+173
| | | | | | | | | call of editor's method. EditorEventListener doesn't check if mEditorBase is available even after it's removed from the editor. If it becomes nullptr, i.e., it's detached from editor, it shouldn't continue to handle event. This patch changes some methods' nsIDOM*Event argument to WidgetEvent since it's simpler.
* Issue #12 Part 2: Stop using nsIDOMEvent in IsAcceptableInputEvent.wolfbeast2018-06-26-41/+44
|
* Issue #12 Part 1: Stop using nsIDOMEvent in UpdateIMEComposition.wolfbeast2018-06-26-14/+22
|
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-19/+19
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* moebius#56: Fix: DataTransfer - Pasting image from clipboard fails in some casesjanekptacijarabaci2018-04-20-0/+64
| | | | https://github.com/MoonchildProductions/moebius/pull/56
* moebius#190: HTML - table - editor (contenteditable) - post process node ↵janekptacijarabaci2018-04-15-16/+82
| | | | | | array to remove all descendants of replacement node https://github.com/MoonchildProductions/moebius/issues/190
* moebius#53: HTML - input - support for dynamic maxlengthjanekptacijarabaci2018-04-14-0/+99
| | | | https://github.com/MoonchildProductions/moebius/pull/53
* Bug 1437087 - Call Disconnect on Unlink of cycle collector. r=masayuki, a=RyanVMMakoto Kato2018-03-14-1/+8
|
* Edit transactions should store their editor instance with strong referencewolfbeast2018-02-07-53/+150
| | | | Edit transactions should store their editor instance with a strong reference, and they should be released when the editor is destroyed.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+89558