[Webkit-unassigned] [Bug 124234] New: Merging SATURATED_LAYOUT_ARITHMETIC flag into SUBPIXEL_LAYOUT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 14:28:22 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124234

           Summary: Merging SATURATED_LAYOUT_ARITHMETIC flag into
                    SUBPIXEL_LAYOUT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jfernandez at igalia.com


The SATURATED_LAYOUT_ARITHMETIC flag is intended to protect against potential arithmetic overflow certain layout and rendering operations once the SUBPIXEL_LAYOUT is enabled. After some discussion in the mailing list, it seems that enabling SATURATED_LAYOUT_ARITHMETIC whenever the SUBPIXEL_LAYOUT flag is enabled is more than recommended. 

Since the SATURATED_LAYOUT_ARITHMETIC flag makes no sense without SUBPIXEL_LAYOUT, actually there is an assertion preventing this, it seems that the most sensible action is to merge the SATURATED_LAYOUT_ARITHMETIC logic into the SUBPIXEL_LAYOUT, and eventually removing it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list