gecko/browser/base/content/tabcandy/core
Ian Gilman 409610bcf3 + Feature: When returning from a tab that is in a stack, arrange it at the top of the stack (but don't change its order in the children list)
+ TabItems now keeps track of all TabItem objects manually; we were using $('.tab:visible'), but this was causing bizarre behavior in certain cases
2010-05-18 17:08:45 -07:00
..
jquery.js + Grouping now works in the original candy 2010-03-09 15:46:39 -08:00
mirror.js + Now marshaling all Tabs events from the chrome thread to the dom thread (we're doing this when we receive them, not when Tabs sends them) 2010-05-17 16:55:05 -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 + fixed a bug causing you to have to hit the close box twice on a group to close it (once to close all of its tabs, a second time to close the group) 2010-05-17 16:04:36 -07:00
utils.js + Feature: When returning from a tab that is in a stack, arrange it at the top of the stack (but don't change its order in the children list) 2010-05-18 17:08:45 -07:00