mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
f83c10d252
+ Group._children is now an array of Items (rather than DOM elements) + Groups and tabs now push other items away when they're moved, and groups also do so when resized + The Groups object now keeps an array of groups. This is more robust than counting DOM elements, for instance when a group is fading away (you want to act like it doesn't exist, even though its DOM element is still on the screen) + Documented the Item interface in items.js + lots of miscellaneous refinements to the code |
||
---|---|---|
.. | ||
app | ||
core | ||
firebuglite | ||
shared | ||
tabcandy.xhtml |