[Webkit-unassigned] [Bug 102903] [EFL] Wrong enabled features reported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 04:50:30 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102903





--- Comment #5 from Halton Huo <halton.huo at gmail.com>  2012-11-21 04:52:29 PST ---
Bug 102910 is a regression with my first patch, so close that bug. The problem in 1st patch is only enabled features will be added to FEATURE_DEFINES_WITH_SPACE_SEPARATOR, this cause makeprop.pl generate wrong CSSPropertyNames.[cpp|gperf|h].

The 2nd patch fix that problem, the message will be set by using value of ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} and move out from  IF (${_name}) logic. The FEATURE_DEFINES_WITH_SPACE_SEPARATOR logic keep in the IF (${_name}) logic.

Please review.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list