Closed
Bug 609446
Opened 15 years ago
Closed 15 years ago
Remove GroupItem's xDensity and yDensity properties
Categories
(Firefox Graveyard :: Panorama, defect, P4)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 4.0b8
People
(Reporter: iangilman, Assigned: mitcho)
References
Details
Attachments
(1 file, 2 obsolete files)
|
4.28 KB,
patch
|
Details | Diff | Splinter Review |
They landed in:
http://hg.mozilla.org/mozilla-central/diff/254300336b6b/browser/base/content/tabcandy/app/groups.js
... back in July, and I have no idea what they're for. Ehsan has pointed out they're entirely write-only, so we should be able to pull them right out.
Comment 1•15 years ago
|
||
Of course this has to be double-checked before being removed. I basically did a grep in browser/base/content/tabview and we only write to it there. I didn't investigate it further.
| Assignee | ||
Comment 2•15 years ago
|
||
xDensity and yDensity are indeed currently not being used. I wanted some notion like this, a while ago, in preparation for rewriting the squishing code. The idea is that I could look at xDensity and yDensity to see whether it would be more or less "costly" to squish a group a certain way.
We can kill this for now, though, and if the rewrite of squish needs to use this, we can reintroduce it then.
| Assignee | ||
Comment 3•15 years ago
|
||
| Reporter | ||
Comment 4•15 years ago
|
||
Comment on attachment 488784 [details] [diff] [review]
Patch
Looking good.
Attachment #488784 -
Flags: feedback?(ian) → feedback+
| Assignee | ||
Updated•15 years ago
|
Attachment #488784 -
Flags: review?(dolske)
Updated•15 years ago
|
Attachment #488784 -
Flags: review?(dolske) → review+
| Assignee | ||
Updated•15 years ago
|
Attachment #488784 -
Flags: approval2.0?
| Reporter | ||
Comment 5•15 years ago
|
||
Does it need a try run?
| Assignee | ||
Comment 6•15 years ago
|
||
Sent to try: 1524975ec79c
Can we get approval for this?
| Assignee | ||
Comment 7•15 years ago
|
||
Attachment #488784 -
Attachment is obsolete: true
Attachment #488784 -
Flags: approval2.0?
| Assignee | ||
Comment 8•15 years ago
|
||
(In reply to comment #7)
> Created attachment 492219 [details] [diff] [review]
> Cleaned up patch (exactly what was pushed to try just now)
Sorry, just to clarify: this is just to counter the rot.
| Assignee | ||
Updated•15 years ago
|
Attachment #492219 -
Flags: approval2.0?
Updated•15 years ago
|
Attachment #492219 -
Flags: approval2.0? → approval2.0+
| Assignee | ||
Comment 9•15 years ago
|
||
First try run had a lot of intermittent orange. Tried another run today which came out clean. Ready to checkin.
Attachment #492219 -
Attachment is obsolete: true
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 10•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b8
Updated•10 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•