[Webkit-unassigned] [Bug 190609] [Curl] Enable Server-Timing Experimental Feature by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 13:30:36 PST 2018


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

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #354123|review?                     |review-
              Flags|                            |

--- Comment #20 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 354123
  --> https://bugs.webkit.org/attachment.cgi?id=354123
Path for USE(CURL)

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

> Source/WebKit/Shared/WebPreferences.yaml:1308
> +  condition: USE(CURL)

This isn't the right way of enabling the feature only where CURL is used since we still need to enable this feature by default in DRT/WTR.
You'd have to change defaultValue to a macro and then conditionally define that macro.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181107/d6696b94/attachment.html>


More information about the webkit-unassigned mailing list