Title: [157861] trunk/Source/WebKit2
- Revision
- 157861
- Author
- ma...@webkit.org
- Date
- 2013-10-23 09:49:08 -0700 (Wed, 23 Oct 2013)
Log Message
[GTK] Enable respect image orientation by default
https://bugs.webkit.org/show_bug.cgi?id=122120
Patch by Anton Obzhirov <a.obzhi...@samsung.com> on 2013-10-23
Reviewed by Gustavo Noronha Silva.
Add enable respect image orientation by default in GTK port.
* UIProcess/API/gtk/WebKitSettings.cpp:
(webKitSettingsConstructed):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (157860 => 157861)
--- trunk/Source/WebKit2/ChangeLog 2013-10-23 16:38:47 UTC (rev 157860)
+++ trunk/Source/WebKit2/ChangeLog 2013-10-23 16:49:08 UTC (rev 157861)
@@ -1,3 +1,15 @@
+2013-10-23 Anton Obzhirov <a.obzhi...@samsung.com>
+
+ [GTK] Enable respect image orientation by default
+ https://bugs.webkit.org/show_bug.cgi?id=122120
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Add enable respect image orientation by default in GTK port.
+
+ * UIProcess/API/gtk/WebKitSettings.cpp:
+ (webKitSettingsConstructed):
+
2013-10-23 Brian Holt <brian.h...@samsung.com>
[GTK] Add WebKit2 API for TLS errors
Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp (157860 => 157861)
--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp 2013-10-23 16:38:47 UTC (rev 157860)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp 2013-10-23 16:49:08 UTC (rev 157861)
@@ -147,6 +147,8 @@
bool regionBasedColumnsEnabled = features.isEnabled(ExperimentalFeatures::RegionBasedColumns);
if (prefs->regionBasedColumnsEnabled() != regionBasedColumnsEnabled)
prefs->setRegionBasedColumnsEnabled(regionBasedColumnsEnabled);
+
+ prefs->setShouldRespectImageOrientation(true);
}
static void webKitSettingsSetProperty(GObject* object, guint propId, const GValue* value, GParamSpec* paramSpec)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes