Bug 140533 - Decouple the infinite (clip)rect concept and min/max values.
Summary: Decouple the infinite (clip)rect concept and min/max values.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 19:28 PST by zalan
Modified: 2023-08-13 20:44 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2015-01-15 19:28:23 PST
->LayoutRect/FloatRect::infiniteRect().
It is highly error prone (it covers only half of the min/max range) and does not work across types (intersect infinite LayoutRect with a point that's beyond LayoutUnit's max value).
Comment 2 zalan 2023-08-13 20:44:31 PDT
sadly yes.