Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #12 Part 3: EditorEventListener should check if it's removed during a ↵ | wolfbeast | 2018-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. | wolfbeast | 2018-06-26 | -41/+44 |
| | ||||
* | Issue #12 Part 1: Stop using nsIDOMEvent in UpdateIMEComposition. | wolfbeast | 2018-06-26 | -14/+22 |
| | ||||
* | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -19/+19 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/231 | |||
* | moebius#56: Fix: DataTransfer - Pasting image from clipboard fails in some cases | janekptacijarabaci | 2018-04-20 | -0/+64 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/56 | |||
* | moebius#190: HTML - table - editor (contenteditable) - post process node ↵ | janekptacijarabaci | 2018-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 maxlength | janekptacijarabaci | 2018-04-14 | -0/+99 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/53 | |||
* | Bug 1437087 - Call Disconnect on Unlink of cycle collector. r=masayuki, a=RyanVM | Makoto Kato | 2018-03-14 | -1/+8 |
| | ||||
* | Edit transactions should store their editor instance with strong reference | wolfbeast | 2018-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.0 | Matt A. Tobin | 2018-02-02 | -0/+89558 |