Bug 31624

Summary: [Qt] Mac plugins: remove null timer
Product: WebKit Reporter: Girish Ramakrishnan <girish>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Remove nullEvent timer vestbo: review+

Description Girish Ramakrishnan 2009-11-18 04:05:41 PST
On the mac, the null timer is used to send mouse events. Instead, just use mouse events to send null events. This brings down cpu usage by 20-30%. Seems to be no loss in functionality by removing the null timer.
Comment 1 Girish Ramakrishnan 2009-11-18 04:11:37 PST
Created attachment 43424 [details]
Remove nullEvent timer
Comment 2 Girish Ramakrishnan 2009-11-18 04:55:20 PST
Landed as http://svn.webkit.org/repository/webkit/trunk@51105