Bug 158410

Summary: [EFL] Sync EFL features with featureList.pm
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: WebKit EFLAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, lucas.de.marchi, tonikitoo
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Gyuyoung Kim 2016-06-05 20:40:45 PDT
In OptionsEfl, some features on/off status are different with featureList.pm definitions. Sync with it.
Comment 1 Gyuyoung Kim 2016-06-05 20:41:22 PDT
Created attachment 280575 [details]
Patch
Comment 2 Gyuyoung Kim 2016-06-05 20:42:33 PDT
Created attachment 280576 [details]
Patch
Comment 3 Antonio Gomes 2016-06-05 20:56:41 PDT
Comment on attachment 280576 [details]
Patch

r=me.

Could you confirm to me if this actually changes the status of these features in regular builds?
Comment 4 Gyuyoung Kim 2016-06-05 21:30:43 PDT
(In reply to comment #3)
> Comment on attachment 280576 [details]
> Patch
> 
> r=me.
> 
> Could you confirm to me if this actually changes the status of these
> features in regular builds?

As far as I know the feature definitions of OptionEfl.cmake is just being used to add the feature name to *cmakeconfig.h* (Auto-generated cmakeconfig.h actually defines on/off status). Actual on/off status of cmakeconfig.h is done by FeatureList.pm on EFL port. So now I don't know whether we should keep on/off status in OptionEfl.cmake because it work nothing unless we build EFL port using cmake directly, not use *Tools/Scripts/build-webkit* script. If we don't need to keep the on/off status in OptionsEfl.cmake, I will try to remove it. But it seems to me that it would be good to sync with the status between OptionEfl.cmake and FeatureList.pm at the moment.
Comment 5 Gyuyoung Kim 2016-06-05 21:31:30 PDT
See also https://bugs.webkit.org/show_bug.cgi?id=143997
Comment 6 WebKit Commit Bot 2016-06-05 22:08:26 PDT
Comment on attachment 280576 [details]
Patch

Clearing flags on attachment: 280576

Committed r201707: <http://trac.webkit.org/changeset/201707>
Comment 7 WebKit Commit Bot 2016-06-05 22:08:30 PDT
All reviewed patches have been landed.  Closing bug.