[Webkit-unassigned] [Bug 44016] Add ability to post arbitrary input events from the InjectedBundle (for EventSender)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 19:49:43 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44016





--- Comment #5 from Sam Weinig <sam at webkit.org>  2010-09-22 19:49:43 PST ---
(In reply to comment #4)
> One thing I'd like to preserve in eventSender is an ability to create native events (such as NSEvent), to test how they are handled. Testing only WebCore seems particularly insufficient in this case.

My plan was to add a function for each platform that takes a platform specific event (NSEvent on mac) and creates a WKBundleFooEvent from it, this way we could test the conversion (and we wouldn't have to do the manual conversion ourselves in the test runner.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list