Bug 39844

Summary: [GTK] The EventSender should support simulating drop events
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 38853, 39843, 40600    
Bug Blocks: 30623, 40788    
Attachments:
Description Flags
Patch for this issue gustavo: review+

Description Martin Robinson 2010-05-27 08:28:48 PDT
Currently the EventSender can simulate starting dragss, but not simulate a drop. This requires first landing rudimentary leapForward support, which includes the basic logic for walking the event queue.
Comment 1 Martin Robinson 2010-06-16 11:56:46 PDT
Created attachment 58918 [details]
Patch for this issue
Comment 2 Gustavo Noronha (kov) 2010-07-23 11:33:46 PDT
Comment on attachment 58918 [details]
Patch for this issue

Simpler than I was expecting, tbh =)
Comment 3 Martin Robinson 2010-07-26 15:35:06 PDT
Committed r64082: <http://trac.webkit.org/changeset/64082>