Closed
Bug 581143
Opened 12 years ago
Closed 12 years ago
Cleanup geometry utilities in utils.js
Categories
(Firefox Graveyard :: Panorama, defect)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mitcho, Assigned: mitcho)
References
Details
1. Move isRect, isPoint, isRange to Utils, to facilitate JSMing and to clean up namespace 2. Remove unused/underutilized methods of Rect/Point/Range 3. Use QuickDraw-style comparison of pixel overlap (using < instead of <=) throughout.
Assignee | ||
Comment 1•12 years ago
|
||
Committed patch. Also one more note: 4. Range.overlaps is now Range.contains, to be more consistent with Rect.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
http://hg.mozilla.org/users/edward.lee_engineering.uiuc.edu/tabcandy-central/rev/43406860ede6
Comment 3•12 years ago
|
||
Mass moving all Tab Candy bugs from Mozilla Labs to Firefox::Tab Candy. Filter the bugmail spam with "tabcandymassmove".
Product: Mozilla Labs → Firefox
Target Milestone: -- → ---
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•