[Webkit-unassigned] [Bug 140511] New: Reduce LayoutRect::infiniteRect() usage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 15 13:56:38 PST 2015


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

            Bug ID: 140511
           Summary: Reduce LayoutRect::infiniteRect() usage.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com

LayoutRect/FloatRect' infinite rect representation is highly error prone. The current representation of infiniteness can only cover half of the actual range (point=(nearlyMin()/2, nearlyMin()/2) (size=(nearlyMax(), nearlyMax())). With such limitation, a FloatPoint(nearlyMax() - 1, nearlyMax() - 1) does not intersect(contain) with the infinite FloatRect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150115/865ae342/attachment-0002.html>


More information about the webkit-unassigned mailing list