WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
49125
[EFL] Add option to enable Touch Events.
https://bugs.webkit.org/show_bug.cgi?id=49125
Summary
[EFL] Add option to enable Touch Events.
Ryuan Choi
Reported
2010-11-05 22:31:48 PDT
[CMake] Add option to enable Touch Events.
Attachments
Patch
(14.47 KB, patch)
2010-11-22 22:44 PST
,
Ryuan Choi
no flags
Details
Formatted Diff
Diff
Updated patch fixing comments of Kenneth
(14.47 KB, patch)
2010-11-23 04:54 PST
,
Ryuan Choi
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ryuan Choi
Comment 1
2010-11-22 22:44:40 PST
Created
attachment 74633
[details]
Patch
Kenneth Rohde Christiansen
Comment 2
2010-11-23 01:01:24 PST
Comment on
attachment 74633
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=74633&action=review
> WebCore/platform/efl/PlatformTouchEventEfl.cpp:36 > +namespace WebCore { > +PlatformTouchEvent::PlatformTouchEvent(Eina_List* points, const IntPoint pos, TouchEventType type, int metaState)
Shouldn't there be some newline here?
> WebCore/platform/efl/PlatformTouchEventEfl.cpp:68 > + // FIXME: We don't support metaState now.
'for now'
> WebKit/efl/WebCoreSupport/ChromeClientEfl.h:126 > +#if ENABLE(TOUCH_EVENTS) > + virtual void needTouchEvents(bool) { } > +#endif > +
What is that bool for?
> WebKit/efl/ewk/ewk_frame.cpp:1481 > +#if ENABLE(TOUCH_EVENTS)
I would add a newline before this one
Ryuan Choi
Comment 3
2010-11-23 04:54:09 PST
Created
attachment 74645
[details]
Updated patch fixing comments of Kenneth
Ryuan Choi
Comment 4
2010-11-23 05:05:27 PST
(In reply to
comment #3
)
> Created an attachment (id=74645) [details] > Updated patch fixing comments of Kenneth
Dear Kenneth, Thank you for you reviewing and I fixed all you mentioned.
> > WebKit/efl/WebCoreSupport/ChromeClientEfl.h:126 > > +#if ENABLE(TOUCH_EVENTS) > > + virtual void needTouchEvents(bool) { } > > +#endif > > + > > What is that bool for?
This function is for WebCore to inform the platform when it needs touch events. (
https://bugs.webkit.org/show_bug.cgi?id=34215
) We probably need this, but not now.
WebKit Commit Bot
Comment 5
2010-12-24 03:28:09 PST
Comment on
attachment 74645
[details]
Updated patch fixing comments of Kenneth Clearing flags on attachment: 74645 Committed
r74626
: <
http://trac.webkit.org/changeset/74626
>
WebKit Commit Bot
Comment 6
2010-12-24 03:28:16 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug