[Webkit-unassigned] [Bug 135798] [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 11 06:32:42 PDT 2014


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





--- Comment #2 from Philippe Normand <pnormand at igalia.com>  2014-08-11 06:32:51 PST ---
(From update of attachment 236365)
View in context: https://bugs.webkit.org/attachment.cgi?id=236365&action=review

> Tools/Scripts/webkitperl/FeatureList.pm:380
> +      define => "ENABLE_SUBTLE_CRYPTO", default => 0, value => \$subtleCrypto },

Having a default value of 0 here will disable the feature unless --enable-subtle-crypto is explicitely passed. So I think you need to have isGtk() at least.
Is the feature enabled on Mac as well? If so the value would need to be (isGtk() || isMac())

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