Bug 131693 - [WK2] Move WebMouseEvent class to its own header file
Summary: [WK2] Move WebMouseEvent class to its own header file
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jinwoo Song
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 13:36 PDT by Jinwoo Song
Modified: 2014-04-16 10:34 PDT (History)
5 users (show)

See Also:


Attachments
Patch (11.96 KB, patch)
2014-04-15 13:49 PDT, Jinwoo Song
no flags Details | Formatted Diff | Diff
Patch (14.14 KB, patch)
2014-04-15 16:18 PDT, Jinwoo Song
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jinwoo Song 2014-04-15 13:36:52 PDT
SSIA.
Comment 1 Jinwoo Song 2014-04-15 13:49:50 PDT
Created attachment 229399 [details]
Patch

Working in progress.
Comment 2 Jinwoo Song 2014-04-15 16:18:38 PDT
Created attachment 229415 [details]
Patch

Attempt to fix build.
Comment 3 Darin Adler 2014-04-16 10:34:35 PDT
Comment on attachment 229415 [details]
Patch

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

> Source/WebKit2/Shared/WebEventConversion.cpp:29
>  #include "WebEvent.h"

Should remove this line.

> Source/WebKit2/Shared/API/c/WKSharedAPICast.h:49
>  #include "WebEvent.h"

Should remove this line.

> Source/WebKit2/Shared/efl/WebEventFactory.h:29
>  #include "WebEvent.h"

Should remove this line.

> Source/WebKit2/Shared/gtk/WebEventFactory.h:30
>  #include "WebEvent.h"

Should remove this line.

> Source/WebKit2/Shared/mac/NativeWebMouseEventMac.mm:32
> +#import "WebMouseEvent.h"

This doesn’t seem right. Why do you need to add this include here?

> Source/WebKit2/Shared/mac/WebEventFactory.h:29
>  #import "WebEvent.h"

Should remove this line.

> Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleNavigationAction.h:32
>  #include "WebEvent.h"

Should remove this line.

> Source/WebKit2/WebProcess/Plugins/Plugin.h:29
> +#include "WebMouseEvent.h"

This doesn’t seem right. Why do you need to add this include here?

> Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp:42
>  #include "WebEvent.h"

Should remove this line.

> Source/WebKit2/WebProcess/Plugins/PluginView.cpp:33
>  #include "WebEvent.h"

Should remove this line.

> Source/WebKit2/WebProcess/WebPage/FindController.h:32
> +#include "WebMouseEvent.h"

This doesn’t seem right. Why do you need to add this include here?