gecko/browser/base/content/tabcandy/core
Ian Gilman baf88f8812 IAN1 CANDY:
+ Cleaned up the text location when shrunk down
+ Gave the groups rounded corners on all but the resize corner
+ Liberal use of overflow:hidden
+ Removed lasso (for now)
+ The "site" feature now uses grouping. Each site that has multiple pages gets its own group; the remaining pages are grouped together (unless there's only one remaining page, in which case it's just left alone (though maybe it should get a group too))

GROUPS:
+ Although the animation is chunky to non-existent, the Groups object now has an arrange() function that breaks the window into equal sections
+ Fixed a bug where dragging a tab within a group and dropping it again would add it  a second time. Related to this bug, found that tabs were being added to the Group._children sometimes as DOM elements and sometimes as jQuery objects. Standardized on DOM objects
+ The Group class is now available from the Groups object, so outside code can create new groups
2010-03-17 17:32:49 -07:00
..
jquery.js + Grouping now works in the original candy 2010-03-09 15:46:39 -08:00
mirror.js IAN1 CANDY: 2010-03-17 17:32:49 -07:00
stacktrace.js + Got rid of Utils.logger and replaced it with Utils.log, Utils.trace and Utils.error 2010-03-03 17:21:44 -08:00
tabs.js + debugging paint issues 2010-03-09 17:15:01 -08:00
utils.js Merge. 2010-03-16 22:32:05 -07:00