Bug 130186 - [EFL] Enable TOUCH_SLIDER macro
Summary: [EFL] Enable TOUCH_SLIDER macro
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-13 03:30 PDT by Byung Jun Kim
Modified: 2014-03-16 23:50 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.67 KB, patch)
2014-03-13 23:11 PDT, Byung Jun Kim
no flags Details | Formatted Diff | Diff
Patch (2.58 KB, patch)
2014-03-16 15:54 PDT, Byung Jun Kim
no flags Details | Formatted Diff | Diff
Patch (2.58 KB, patch)
2014-03-16 22:56 PDT, Byung Jun Kim
no flags Details | Formatted Diff | Diff
Patch for landing (2.58 KB, patch)
2014-03-16 23:03 PDT, Byung Jun Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Byung Jun Kim 2014-03-13 03:30:13 PDT
"TOUCH_SLIDER" macro helps the behavior of sliders when TOUCH_EVENT is enabled.
In current, "TOUCH_SLIDER" macro is disabled but "TOUCH_EVENTS" is enabled. 
So we should synchronize "TOUCH_SLIDER" and "TOUCH_EVENTS".
Comment 1 Byung Jun Kim 2014-03-13 23:11:12 PDT
Created attachment 226651 [details]
Patch
Comment 2 Jinwoo Song 2014-03-13 23:21:30 PDT
Looks good to me.EFL port needs this feature for supporting touch devices.
Comment 3 Ryuan Choi 2014-03-14 00:09:03 PDT
Comment on attachment 226651 [details]
Patch

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

> Source/cmake/OptionsEfl.cmake:92
> +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TOUCH_SLIDER ON)

I think that we should disable ENABLE_TOUCH_SLIDER when ENABLE_TOUCH_EVENTS became OFF.
Comment 4 Byung Jun Kim 2014-03-16 15:54:00 PDT
Created attachment 226864 [details]
Patch
Comment 5 Ryuan Choi 2014-03-16 18:07:32 PDT
LGTM.
Comment 6 Gyuyoung Kim 2014-03-16 22:38:48 PDT
Comment on attachment 226864 [details]
Patch

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

LGTM. r=me.

> ChangeLog:6
> +        Reviewed by Ryuan Choi.

Remove this line. Ryuan is not reviewer yet.
Comment 7 Byung Jun Kim 2014-03-16 22:56:54 PDT
Created attachment 226884 [details]
Patch
Comment 8 Gyuyoung Kim 2014-03-16 22:58:43 PDT
If you got already r+, you don't need to request review again. Just upload a patch with "Reviewed by Gyuyoung Kim" and then only request cq?.
Comment 9 Byung Jun Kim 2014-03-16 23:03:13 PDT
Created attachment 226885 [details]
Patch for landing
Comment 10 WebKit Commit Bot 2014-03-16 23:50:11 PDT
Comment on attachment 226885 [details]
Patch for landing

Clearing flags on attachment: 226885

Committed r165722: <http://trac.webkit.org/changeset/165722>
Comment 11 WebKit Commit Bot 2014-03-16 23:50:18 PDT
All reviewed patches have been landed.  Closing bug.