Bug 5305 - Need an NSInputManager implementation for automated testing
Summary: Need an NSInputManager implementation for automated testing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-09 02:58 PDT by Alexey Proskuryakov
Modified: 2007-07-22 21:48 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2005-10-09 02:58:24 PDT
It is now possible to invoke NSInputText methods from automated tests. It is also necessary to test how 
NSHTMLView calls NSInputManager, so a custom NSInputManager is needed in DumpRenderTree.

It could be as simple as a logger, similar to editing delegates - or, better, provide a way to use arbitrary 
JavaScript functions as NSInputManager methods.
Comment 1 Alexey Proskuryakov 2007-07-22 21:48:40 PDT
Oliver's patch in bug 14710 takes a somewhat different approach, but it also lets one write custom JS input methods for testing.