Bug 40600

Summary: [GTK] Remove the abuse of GDK_CURRENT_TIME in the DRT
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:    
Bug Blocks: 39844    
Attachments:
Description Flags
Patch for this issue gustavo: review+

Description Martin Robinson 2010-06-14 17:09:30 PDT
In a previous patch, I abused GDK_CURRENT_TIME by adding the current offset to it (from leapForward). GTK+ drag-and-drop internals respond poorly to this, so I need to remove it before adding dropping support the GTK+ DRT.
Comment 1 Martin Robinson 2010-06-14 17:31:27 PDT
Created attachment 58733 [details]
Patch for this issue
Comment 2 Martin Robinson 2010-06-14 17:33:55 PDT
I've uploaded a patch for this issue. Unfortunately, the fix has uncovered failures in four tests that were passing incorrectly. I've opened bug #40601 for this issue.
Comment 3 Gustavo Noronha (kov) 2010-06-16 13:59:00 PDT
Comment on attachment 58733 [details]
Patch for this issue

Finding false positives is also a good thing, I guess =)
Comment 4 Martin Robinson 2010-06-16 15:27:01 PDT
Committed r61288: <http://trac.webkit.org/changeset/61288>