[GTK][WPE] Enable service workers by default
https://bugs.webkit.org/show_bug.cgi?id=200815
Reviewed by Carlos Garcia Campos.
.:
Flip the build-time switch to be enabled by default and not only
when building with experimental features enabled.
* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:
Source/WebKit:
Flip the run-time switch to be enabled by default and not only
when building with experimental features enabled.
* Shared/WebPreferencesDefaultValues.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251424 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index 2f2788e..7d29135 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2019-10-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
+
+ [GTK][WPE] Enable service workers by default
+ https://bugs.webkit.org/show_bug.cgi?id=200815
+
+ Reviewed by Carlos Garcia Campos.
+
+ Flip the build-time switch to be enabled by default and not only
+ when building with experimental features enabled.
+
+ * Source/cmake/OptionsGTK.cmake:
+ * Source/cmake/OptionsWPE.cmake:
+
2019-10-21 Alicia Boya García <aboya@igalia.com>
[MSE][GStreamer] Revert WebKitMediaSrc rework temporarily