Closed
Bug 581267
Opened 15 years ago
Closed 15 years ago
Merge Page and UIClass
Categories
(Firefox Graveyard :: Panorama, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: raymondlee, Assigned: raymondlee)
References
Details
No description provided.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → raymond
| Assignee | ||
Comment 1•15 years ago
|
||
http://hg.mozilla.org/users/edward.lee_engineering.uiuc.edu/tabcandy-central/rev/259543691391
Is it necessary to have a Tabbar object? Can we just merge it into the UIManager as well?
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
Raymond, looks great!
Yes, please roll Tabbar into UIManager as well.
Comment 3•15 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: -- → ---
Version: unspecified → Trunk
Raymond, rev 50189 for this patch introduces two JS warnings, in case you want to fix them. In UI:_createGroupItemOnDrag():finalize(){} the variable box is missing a 'let', and in the for-each-in loop below that, tab is missing a 'let'.
| Assignee | ||
Comment 5•15 years ago
|
||
(In reply to comment #4)
> Raymond, rev 50189 for this patch introduces two JS warnings, in case you want
> to fix them. In UI:_createGroupItemOnDrag():finalize(){} the variable box is
> missing a 'let', and in the for-each-in loop below that, tab is missing a
> 'let'.
Thanks Sean. That has been fixed!
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•