[Webkit-unassigned] [Bug 52601] [Qt] Drag and Drop does not appear to work properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 06:04:44 PST 2011


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





--- Comment #3 from Ragner Magalhaes <ragner.magalhaes at openbossa.org>  2011-01-18 06:04:43 PST ---
(In reply to comment #2)
> (From update of attachment 79227 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=79227&action=review
> 
> > Source/WebCore/ChangeLog:8
> > +        Check timerId's consistency before kill it to prevent kill invalid timer.
> 
> You need to explain how this related-to/affects the drag and drop

Hi,
after the fix of the drag and drop I was getting a warning message like this "Application asked to unregister timer 0x%x which is not registered in this thread. Fix application."

so I just fixed the code that was causing this warning.

It doesn't affect the drag and drop. I was just getting this warnings.

Should I remove this fix from drag/drop's patch ?


> 
> Also, please rephrase. Maybe something like: Ensure that timerId is valid before *killing* it, to prevent *killing an* invalid timer.

-- 
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