[Webkit-unassigned] [Bug 106819] Mac buildbot failing to compile if css3-text feature flag is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 04:51:08 PST 2013


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





--- Comment #7 from Bruno Abinader <bruno.abinader at basyskom.com>  2013-01-15 04:52:53 PST ---
(In reply to comment #3)
> (From update of attachment 182614 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=182614&action=review
> 
> > Source/WebKit/chromium/features.gypi:43
> > -      'ENABLE_CSS3_CONDITIONAL_RULES=0',
> > -      'ENABLE_CSS3_TEXT=0',
> > +      'ENABLE_CSS3_CONDITIONAL_RULES=1',
> > +      'ENABLE_CSS3_TEXT=1',
> 
> Why are you enabling this on Chromium?

We are using this 'EWS-only' patch as a way to test the features we're implementing for CSS3 Text Decoration on the EWS bots, which are only compiled and tested when the 'CSS3_TEXT' feature flag is enabled.

This was discussed with Julien Chaffraix a few months ago as a solution to test the code (provide two patches, one with the changes we intend to commit, and other with this patch merged just for EWS run, see bug 91638, 93507, 94094 and others for details).

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