Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GTK] Remove support to enable/disable experimental features
https://bugs.webkit.org/show_bug.cgi?id=167586 Reviewed by Michael Catanzaro. As requested in bug #167578 we should remove the support to enable/disable experimental features in WebKitGTK+. One reason is that CSS Grid Layout is going to be enabled by default now, so we don't need it to be in this file. Another is that this support needs to be rewritten to use the enumerable experimental features API. * PlatformGTK.cmake: * UIProcess/API/gtk/WebKitSettings.cpp: (webKitSettingsConstructed): * UIProcess/gtk/ExperimentalFeatures.cpp: Removed. * UIProcess/gtk/ExperimentalFeatures.h: Removed. Canonical link: https://commits.webkit.org/184608@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@211364 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
20 additions
and 146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters