RESOLVED FIXED 155963
Web Automation: Add SPI to tell whether an NSEvent was synthesized for automation
https://bugs.webkit.org/show_bug.cgi?id=155963
Summary Web Automation: Add SPI to tell whether an NSEvent was synthesized for automa...
Blaze Burg
Reported 2016-03-28 21:12:02 PDT
It was Joe's Idea.
Attachments
Proposed Fix (5.45 KB, patch)
2016-03-29 09:24 PDT, Blaze Burg
timothy: review+
Radar WebKit Bug Importer
Comment 1 2016-03-28 21:12:54 PDT
Blaze Burg
Comment 2 2016-03-29 09:24:50 PDT
Created attachment 275099 [details] Proposed Fix
Timothy Hatcher
Comment 3 2016-03-29 09:47:38 PDT
Comment on attachment 275099 [details] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=275099&action=review > Source/WebKit2/UIProcess/API/Cocoa/_WKAutomationSession.h:43 > +- (BOOL)eventWasSynthesizedForAutomation:(NSEvent *)event; I think this needs to be: wasEventSynthesizedForAutomation: > Source/WebKit2/UIProcess/Automation/WebAutomationSession.h:117 > + bool eventWasSynthesizedForAutomation(NSEvent *); Ditto.
Blaze Burg
Comment 4 2016-03-29 13:21:43 PDT
Note You need to log in before you can comment on or make changes to this bug.