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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |