+2014-01-17 Manuel Rego Casasnovas <rego@igalia.com>
+
+ [GTK] Add CSS Grid Layout as experimental feature
+ https://bugs.webkit.org/show_bug.cgi?id=127089
+
+ Reviewed by Martin Robinson.
+
+ Allow CSS Grid Layout to be enabled through the environment variable WEBKITGTK_EXPERIMENTAL_FEATURES.
+
+ Example: WEBKITGTK_EXPERIMENTAL_FEATURES="CSS_GRID_LAYOUT=1"
+
+ * UIProcess/API/gtk/WebKitSettings.cpp:
+ (webKitSettingsConstructed): Use new experimental feature to enable or disable CSS Grid Layout.
+ * UIProcess/gtk/ExperimentalFeatures.cpp: Add new experimental feature.
+ * UIProcess/gtk/ExperimentalFeatures.h: Ditto.
+
2014-01-17 Enrica Casucci <enrica@apple.com>
Support WebSelections in WK2 on iOS.