RESOLVED FIXED 191972
Move testRunner.toggleCapsLock() to uiController
https://bugs.webkit.org/show_bug.cgi?id=191972
Summary Move testRunner.toggleCapsLock() to uiController
Daniel Bates
Reported 2018-11-26 10:49:14 PST
Move testRunner.toggleCapsLock() to uiController as uiController is the preferred JavaScript object for UI test functions. Having this functionality be on uiController makes it an asynchronous function naturally and complements use of onkeydown, onkeyup listeners to know when the Caps Lock key event is dispatched. It also facilitates its use directly as part of scripts with other uiController functions invocations that are passed in a single invocation of testRunner.runUIScript().
Attachments
Patch (17.06 KB, patch)
2018-11-26 10:50 PST, Daniel Bates
no flags
Daniel Bates
Comment 1 2018-11-26 10:50:29 PST
Daniel Bates
Comment 2 2018-11-26 12:41:22 PST
Comment on attachment 355654 [details] Patch Clearing flags on attachment: 355654 Committed r238512: <https://trac.webkit.org/changeset/238512>
Daniel Bates
Comment 3 2018-11-26 12:41:24 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2018-11-26 12:42:33 PST
Note You need to log in before you can comment on or make changes to this bug.