[Webkit-unassigned] [Bug 52612] Apply feature flags to user-agent style sheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 17:39:21 PST 2011


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





--- Comment #14 from Kent Tamura <tkent at chromium.org>  2011-01-24 17:39:19 PST ---
(In reply to comment #13)
> I'm not sure why we need to do this?  Aren't these -webkit- rules going to be ignored if the features in question are not enabled anyway?

ok, I add more sentences to ChangeLog.
The main motivation is Bug 52214.  We need declare "datalist { display:none; }" only if ENABLE_DATALIST.

> > Source/WebCore/bindings/scripts/preprocessor.pm:36
> > +sub applyPreprocessor
> 
> Sad that this ended up as perl.  Why do we even need a pre-processor?  Can't we use GCC's?

It uses GCC if no $CC is set.  It's a common behavior with IDL processing.

-- 
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