Bug 122633
| Summary: | Merge all subclasses of EventContext into EventContext | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | UI Events | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | andersca, kling, koivisto |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 122631 | ||
| Bug Blocks: | |||
Ryosuke Niwa
Once https://bugs.webkit.org/show_bug.cgi?id=122631 is fixed, we should collapse all subclasses of EventContent into EventContent.
This will allow stack allocation of EventPath in most cases (when the path is less than 32 nodes) and paves our way to get rid of EventContext entirely.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |