WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
66148
Replace == comparison with epsilon aware roughlyEquals for LayoutUnits
https://bugs.webkit.org/show_bug.cgi?id=66148
Summary
Replace == comparison with epsilon aware roughlyEquals for LayoutUnits
Emil A Eklund
Reported
2011-08-12 11:01:13 PDT
Once we move to float we can no longer safely use == to compare two LayoutUnits.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2011-08-12 21:10:51 PDT
So, are we decided that we move to floats, not to fixed precision numbers? Rough equality has a number of highly undesirable features - it's not transitive, it breaks with zoom etc.
Emil A Eklund
Comment 2
2011-08-15 10:22:02 PDT
No firm decision yet, we have a prototype running on trunk that we are running a set of tests against to see if it's feasible to use floats throughout and help us discover problems. We're currently leaning towards using floats as both javascript and the graphics sub system operates on floating point but we'll revisit this before committing to go down that path. This bug is for tracking places where we might need to change how we do comparisons if we decide to go with floats.
Emil A Eklund
Comment 3
2011-11-01 17:04:47 PDT
No longer applicable as we decided to go with fixed point.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug