Bug 11784

Summary: Need to eliminate almost-duplicate members from EventHandler
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P3    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on: 11807    
Bug Blocks:    

Alexey Proskuryakov
Reported 2006-12-08 10:42:31 PST
There seems to be a lot of duplication in EventHandler data members at the moment (m_mousePressNode vs. m_clickNode; m_bMousePressed vs. m_mousePressed). Looks like these can be mostly merged - and if that proves impossible, the difference should be thoroughly documented!
Attachments
Note You need to log in before you can comment on or make changes to this bug.