Bug 122633 - Merge all subclasses of EventContext into EventContext
Summary: Merge all subclasses of EventContext into EventContext
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 122631
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-10 19:50 PDT by Ryosuke Niwa
Modified: 2013-10-10 19:50 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-10-10 19:50:21 PDT
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.