summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/EditorEventListener.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #12 Part 4: Don't access mEditorBase directly.wolfbeast2018-06-26-40/+53
| | | | | 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-94/+138
| | | | | | | | | 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-15/+19
|
* Issue #12 Part 1: Stop using nsIDOMEvent in UpdateIMEComposition.wolfbeast2018-06-26-1/+5
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1215