summaryrefslogtreecommitdiffstats
path: root/dom/events/EventStateManager.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1705 - Part 3: Rename ScrollbarStyles to ScrollStyles.Moonchild2021-01-06-2/+2
| | | | | | | | | | | ScrollbarStyles contains values of overflow, (over)scroll-behavior, etc. The only one which is marginally related to scroll _bars_ is overflow, which can be used to hide scrollbar (by making an element not scrollable) or enforce the scrollbar to display. It makes more sense to be called ScrollStyles as it's mainly concerning behavior of scrolling, not scrollbars. Also, with the addition of scrollbar width properties, the current name can be confusing.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+0
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Bug 1425441 - Move relatedTarget to WidgetEventMatt A. Tobin2020-04-17-2/+2
| | | | Tag #1375
* Bug 1327185 - Refine EventStateManager::FireDragEnterOrExitMatt A. Tobin2020-04-17-10/+23
| | | | Tag #1375
* Add missing }wolfbeast2018-08-25-0/+1
|
* Add a horizontal scroll action option for mouse wheel.wolfbeast2018-08-25-0/+5
| | | | Resolves #732
* Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1Moonchild2018-04-29-25/+41
|\ | | | | UI Events - implement auxclick
| * Implement auxclickjanekptacijarabaci2018-02-04-25/+41
| | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius)
* | moebius#71: DOM - Pointer Events - improvementsjanekptacijarabaci2018-04-20-34/+18
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/71
* | Bug 1317030 - Removing/reattaching an element from the DOM triggers spurious ↵janekptacijarabaci2018-04-20-1/+3
| | | | | | | | | | | | mouseenter events native in moebius
* | Bug 1434580 - Ensure proper mouseover handling. r=masayuki, a=RyanVMOlli Pettay2018-03-14-2/+3
|/ | | | | | --HG-- extra : source : bfd4bdfd40b43d0491c66af5b599659427e4e795 extra : intermediate-source : 8660689b18cd25f0110276bfc5bb8e8dd9c325f9
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+6002