summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeLines
* Issue #187: Remove solaris 1st party code OS checks.wolfbeast2019-03-30-3/+1
|
* Fix Build Bustage - with "--enable-debug"janekptacijarabaci2018-07-12-1/+1
|
* Issue #12 Part 4: Don't access mEditorBase directly.wolfbeast2018-06-26-41/+54
| | | | | EditorEventListener should grab mEditorBase in a smaller scope wherever possible and shouldn't access it directly while handling an event. Each event listener method shouldn't access mEditorBase directly when calling its method since it might be changed to another instance.
* 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.
* Fix spellchecker dictionary logic.wolfbeast2018-02-02-185/+115
| | | | This fixes #6.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+115444