Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #12 Part 5: WidgetEvent shouldn't mark event as consumed if it's not ↵ | wolfbeast | 2018-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. | wolfbeast | 2018-06-26 | -0/+6 |
| | ||||
* | Implement auxclick | janekptacijarabaci | 2018-02-04 | -0/+1 |
| | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius) | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+1186 |