Closed Bug 1179335 Opened 9 years ago Closed 7 years ago

synthesizeMouseScroll seems to be dead

Categories

(Remote Protocol :: Marionette, defect)

defect
Not set
normal

Tracking

(firefox55 fixed)

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: tromey, Assigned: automatedtester)

Details

Attachments

(1 file)

EventUtils.js:synthesizeMouseScroll seems dead.

AFAICT, nothing calls it.  And, it calls:

    utils.sendMouseScrollEvent(type, left + aOffsetX, top + aOffsetY, button,
                               scrollFlags, aEvent.delta, modifiers);

... but this doesn't seem to be defined anywhere.


pokyo. git grep synthesizeMouseScroll
testing/marionette/EventUtils.js: *  synthesizeMouseScroll
testing/marionette/EventUtils.js:function synthesizeMouseScroll(aTarget, aOffsetX, aOffsetY, aEvent, aWindow)
pokyo. git grep -i sendMouseScrollEvent
testing/marionette/EventUtils.js:    utils.sendMouseScrollEvent(type, left + aOffsetX, top + aOffsetY, button,
Assignee: nobody → dburns
Comment on attachment 8872341 [details]
Bug 1179335: Remove unused Marionette mouse scroll functions;

https://reviewboard.mozilla.org/r/143828/#review147580
Attachment #8872341 - Flags: review?(hskupin) → review+
Pushed by dburns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0b4e233d48c1
Remove unused Marionette mouse scroll functions; r=whimboo
https://hg.mozilla.org/mozilla-central/rev/0b4e233d48c1
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: