summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/EditorEventListener.h
Commit message (Collapse)AuthorAgeLines
* Issue #12 Part 3: EditorEventListener should check if it's removed during a ↵wolfbeast2018-06-26-5/+19
| | | | | | | | | 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.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+102