Enable WebGL2 by default
<rdar://problem/68811378>
Created attachment 408662 [details] Patch
I think Sam or Anders should review this.
Comment on attachment 408662 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=408662&action=review > Source/WebKit/Shared/WebPreferences.yaml:1461 > WebGL2Enabled: > type: bool > - defaultValue: false > + defaultValue: true > humanReadableName: "WebGL 2.0" > humanReadableDescription: "WebGL 2 prototype" > category: experimental Not that I actually understand the rules for experimental, but should this still be experimental if it is on by default?
Comment on attachment 408662 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=408662&action=review >> Source/WebKit/Shared/WebPreferences.yaml:1461 >> category: experimental > > Not that I actually understand the rules for experimental, but should this still be experimental if it is on by default? The original plan was that experimental features should be off by default, but people also wanted a way to toggle off features that were about to ship. Maybe we need yet another form of feature? "Candidate"?
Committed r267027: <https://trac.webkit.org/changeset/267027>