Title: [160441] trunk
- Revision
- 160441
- Author
- [email protected]
- Date
- 2013-12-11 09:53:46 -0800 (Wed, 11 Dec 2013)
Log Message
Arithmetic overflow when computing max-height CSS property with subpixel layout
https://bugs.webkit.org/show_bug.cgi?id=119273
Patch by Javier Fernandez <[email protected]> on 2013-12-11
Reviewed by Martin Robinson.
Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
.:
* Source/autotools/SetupWebKitFeatures.m4:
LayoutTests:
* platform/gtk/TestExpectations: Removed failure expectation for autoheight-correct-region-for-lines-2.html
Modified Paths
Diff
Modified: trunk/ChangeLog (160440 => 160441)
--- trunk/ChangeLog 2013-12-11 17:53:29 UTC (rev 160440)
+++ trunk/ChangeLog 2013-12-11 17:53:46 UTC (rev 160441)
@@ -1,3 +1,14 @@
+2013-12-11 Javier Fernandez <[email protected]>
+
+ Arithmetic overflow when computing max-height CSS property with subpixel layout
+ https://bugs.webkit.org/show_bug.cgi?id=119273
+
+ Reviewed by Martin Robinson.
+
+ Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
+
+ * Source/autotools/SetupWebKitFeatures.m4:
+
2013-12-10 Tamas Gergely <[email protected]>
[CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
Modified: trunk/LayoutTests/ChangeLog (160440 => 160441)
--- trunk/LayoutTests/ChangeLog 2013-12-11 17:53:29 UTC (rev 160440)
+++ trunk/LayoutTests/ChangeLog 2013-12-11 17:53:46 UTC (rev 160441)
@@ -1,3 +1,14 @@
+2013-12-11 Javier Fernandez <[email protected]>
+
+ Arithmetic overflow when computing max-height CSS property with subpixel layout
+ https://bugs.webkit.org/show_bug.cgi?id=119273
+
+ Reviewed by Martin Robinson.
+
+ Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
+
+ * platform/gtk/TestExpectations: Removed failure expectation for autoheight-correct-region-for-lines-2.html
+
2013-12-11 Thiago de Barros Lacerda <[email protected]>
Improving createOffer and createAnswer LayoutTests
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (160440 => 160441)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2013-12-11 17:53:29 UTC (rev 160440)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2013-12-11 17:53:46 UTC (rev 160441)
@@ -494,7 +494,6 @@
webkit.org/b/118665 fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html [ ImageOnlyFailure Pass ]
webkit.org/b/118665 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure Pass Missing ]
webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ]
-webkit.org/b/118665 fast/regions/auto-size/autoheight-correct-region-for-lines-2.html [ ImageOnlyFailure Crash Pass ]
# The feature is enabled at build-time, but the whole test set is failing.
webkit.org/b/120665 media/track/in-band [ Skip ]
@@ -1440,8 +1439,6 @@
webkit.org/b/118420 [ Release ] fast/dom/gc-dom-tree-lifetime.html [ Failure ]
-webkit.org/b/118595 fast/regions/auto-size/autoheight-correct-region-for-lines-2.html [ ImageOnlyFailure ]
-
# May take too long on the bots.
Bug(GTK) mathml/very-large-stretchy-operators.html [ Pass Timeout ]
Modified: trunk/Source/autotools/SetupWebKitFeatures.m4 (160440 => 160441)
--- trunk/Source/autotools/SetupWebKitFeatures.m4 2013-12-11 17:53:29 UTC (rev 160440)
+++ trunk/Source/autotools/SetupWebKitFeatures.m4 2013-12-11 17:53:46 UTC (rev 160441)
@@ -173,6 +173,7 @@
ENABLE_SQL_DATABASE=1 \
ENABLE_SUBPIXEL_LAYOUT=1 \
ENABLE_TEMPLATE_ELEMENT=1 \
+ ENABLE_SATURATED_LAYOUT_ARITHMETIC=1\
ENABLE_TEXT_AUTOSIZING=0 \
ENABLE_THREADED_HTML_PARSER=0 \
ENABLE_TOUCH_EVENTS=0 \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes