Changeset 160441 in webkit


Ignore:
Timestamp:
Dec 11, 2013 9:53:46 AM (10 years ago)
Author:
commit-queue@webkit.org
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 <jfernandez@igalia.com> 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
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r160362 r160441  
     12013-12-11  Javier Fernandez  <jfernandez@igalia.com>
     2
     3        Arithmetic overflow when computing max-height CSS property with subpixel layout
     4        https://bugs.webkit.org/show_bug.cgi?id=119273
     5
     6        Reviewed by Martin Robinson.
     7
     8        Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
     9
     10        * Source/autotools/SetupWebKitFeatures.m4:
     11
    1122013-12-10  Tamas Gergely  <tgergely.u-szeged@partner.samsung.com>
    213
  • trunk/LayoutTests/ChangeLog

    r160436 r160441  
     12013-12-11  Javier Fernandez  <jfernandez@igalia.com>
     2
     3        Arithmetic overflow when computing max-height CSS property with subpixel layout
     4        https://bugs.webkit.org/show_bug.cgi?id=119273
     5
     6        Reviewed by Martin Robinson.
     7
     8        Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
     9
     10        * platform/gtk/TestExpectations: Removed failure expectation for autoheight-correct-region-for-lines-2.html
     11
    1122013-12-11  Thiago de Barros Lacerda  <thiago.lacerda@openbossa.org>
    213
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r160360 r160441  
    495495webkit.org/b/118665 fast/regions/top-overflow-out-of-second-region.html [ ImageOnlyFailure Pass Missing ]
    496496webkit.org/b/118665 fast/regions/webkit-flow-float-unable-to-push.html [ ImageOnlyFailure Pass ]
    497 webkit.org/b/118665 fast/regions/auto-size/autoheight-correct-region-for-lines-2.html [ ImageOnlyFailure Crash Pass ]
    498497
    499498# The feature is enabled at build-time, but the whole test set is failing.
     
    14411440webkit.org/b/118420 [ Release ] fast/dom/gc-dom-tree-lifetime.html [ Failure ]
    14421441
    1443 webkit.org/b/118595 fast/regions/auto-size/autoheight-correct-region-for-lines-2.html [ ImageOnlyFailure ]
    1444 
    14451442# May take too long on the bots.
    14461443Bug(GTK) mathml/very-large-stretchy-operators.html [ Pass Timeout ]
  • trunk/Source/autotools/SetupWebKitFeatures.m4

    r160302 r160441  
    174174    ENABLE_SUBPIXEL_LAYOUT=1 \
    175175    ENABLE_TEMPLATE_ELEMENT=1 \
     176    ENABLE_SATURATED_LAYOUT_ARITHMETIC=1\
    176177    ENABLE_TEXT_AUTOSIZING=0 \
    177178    ENABLE_THREADED_HTML_PARSER=0 \
Note: See TracChangeset for help on using the changeset viewer.