RESOLVED FIXED 157363
Experimental Features don't need an "Experimental" prefix
https://bugs.webkit.org/show_bug.cgi?id=157363
Summary Experimental Features don't need an "Experimental" prefix
Dean Jackson
Reported 2016-05-04 15:39:26 PDT
Experimental Features don't need an "Experimental" prefix
Attachments
Patch (6.16 KB, patch)
2016-05-04 15:41 PDT, Dean Jackson
andersca: review+
Radar WebKit Bug Importer
Comment 1 2016-05-04 15:41:49 PDT
Dean Jackson
Comment 2 2016-05-04 15:41:59 PDT
Anders Carlsson
Comment 3 2016-05-04 15:46:37 PDT
Comment on attachment 278136 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=278136&action=review > Source/WebKit2/Shared/WebPreferencesDefinitions.h:296 > + macro(cssGridLayoutEnabled, cssGridLayoutEnabled, Bool, bool, false, "CSS Grid", "CSS Grid Layout Module support") \ > + macro(customElementsEnabled, customElementsEnabled, Bool, bool, false, "Custom Elements", "HTML Custom Elements prototype") \ > + macro(shadowDOMEnabled, shadowDOMEnabled, Bool, bool, false, "Shadow DOM", "HTML Shadow DOM prototype") \ > + macro(webGL2Enabled, webGL2Enabled, Bool, bool, false, "WebGL 2.0", "WebGL 2 prototype") \ Did you intend to make the keys lower case here?
Dean Jackson
Comment 4 2016-05-04 15:57:34 PDT
(In reply to comment #3) > Did you intend to make the keys lower case here? I did not. Thank you.
Dean Jackson
Comment 5 2016-05-04 16:41:57 PDT
Note You need to log in before you can comment on or make changes to this bug.