gecko/browser/base/content/tabcandy/app
Aza Raskin 9728d5ae88 + Added some code that, when you zoom into a group, moves all of the tabs to the end of the tabstrip (in the order which they appear in the group). This does two things:
(1) It means that the tabs are shown in the order which they appear in the group. Keeps the mental model clean.
 (2) When you close a tab, the next tab that is focused is sane (i.e., it is in the group not some random tab)
2010-05-03 16:48:10 -07:00
..
groups.js + Added a first-pass at a new-tab interface for groups. 2010-05-03 15:24:22 -07:00
items.js + Added a first-pass at a new-tab interface for groups. 2010-05-03 15:24:22 -07:00
jquery-tabcandy-easing.js This is a feel update. 2010-04-28 20:12:34 -07:00
jquery-ui.js + Major reorg: moved all visualizations into "candies" folder, moved core js files into "core" folder, and js files shared by a couple of visualizations into "shared" folder 2010-03-05 15:14:10 -08:00
jquery.lint.js + Branched the shared groups stuff into copies just for revision-a; we've got a bunch of work to do, and it's not worth trying to keep all of the other candies compatible at the moment. 2010-03-29 11:16:18 -07:00
overlay.js + added 2 new experiences: stacks and line 2010-03-01 17:11:51 -08:00
pixastic.js + added 2 new experiences: stacks and line 2010-03-01 17:11:51 -08:00
storage.js + We're now storing data in a file named after your candy, in a folder named 'tabcandy' inside your profile folder (e.g. tabcandy/revision-a.json). Currently the only data that's round-tripped is whether you have hidden the tab bar, but we are saving group data out (just not reading it yet). 2010-04-22 17:19:42 -07:00
switch.js + We're now storing data in a file named after your candy, in a folder named 'tabcandy' inside your profile folder (e.g. tabcandy/revision-a.json). Currently the only data that's round-tripped is whether you have hidden the tab bar, but we are saving group data out (just not reading it yet). 2010-04-22 17:19:42 -07:00
tabitems.js + Added a first-pass at a new-tab interface for groups. 2010-05-03 15:24:22 -07:00
ui.js + Added some code that, when you zoom into a group, moves all of the tabs to the end of the tabstrip (in the order which they appear in the group). This does two things: 2010-05-03 16:48:10 -07:00