summaryrefslogtreecommitdiffstats
path: root/widget/BasicEvents.h
Commit message (Collapse)AuthorAgeLines
* Issue #12 Part 5: WidgetEvent shouldn't mark event as consumed if it's not ↵wolfbeast2018-06-26-0/+6
| | | | | | | | cancelable. Currently, EventListenerManager calls WidgetEvent::PreventDefault() when the status is nsEventStatus_eConsumeNoDefault. That causes an unexpected state of events. To solve this, WidgetEvent should do nothing when it's not cancelable but PreventDefault() is called.
* Issue #12 Part 2: Stop using nsIDOMEvent in IsAcceptableInputEvent.wolfbeast2018-06-26-0/+6
|
* Implement auxclickjanekptacijarabaci2018-02-04-0/+1
| | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius)
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1186