Bug 74344

Summary: Add EventDispatcher class to WebKit2
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: levin+threading, webkit.review.bot, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2011-12-12 14:48:32 PST
Add EventDispatcher class to WebKit2
Comment 1 Anders Carlsson 2011-12-12 14:51:57 PST
Created attachment 118863 [details]
Patch
Comment 2 David Levin 2011-12-12 15:03:59 PST
Comment on attachment 118863 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=118863&action=review

> Source/WebKit2/WebProcess/WebPage/EventDispatcher.h:52
> +    Mutex m_webPagesMutex;

This mutex appears unused. It may be better to add it to this class when it starts to be used.
Comment 3 Anders Carlsson 2013-01-23 13:02:57 PST
This was fixed at some point.