Use gTreeUtils in permissionsManager and cookieViewer
Categories
(SeaMonkey :: Passwords & Permissions, enhancement)
Tracking
(seamonkey2.49esr wontfix, seamonkey2.53 fixed, seamonkey2.57esr fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.1)
Attachments
(1 file, 2 obsolete files)
9.08 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Rather than duplicating code we might as well make use of gTreeUtils
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: None
Testing completed (on m-c, etc.): 2.53
Risk to taking this patch (and alternatives if risky):None
String changes made by this patch:None
![]() |
||
Comment 2•4 years ago
|
||
NIT while we are on it
suite/components/permissions/content/cookieViewer.js
permissionsTreeView.selection.select(-1); could be changed to permissionsTreeView.selection.clearSelection();
![]() |
||
Comment 3•4 years ago
|
||
Rebased 2.53 patch with the nit fix for 2.53
(In reply to Frank-Rainer Grahl (:frg) from comment #2)
NIT while we are on it
suite/components/permissions/content/cookieViewer.js
permissionsTreeView.selection.select(-1); could be changed to permissionsTreeView.selection.clearSelection();
That's done over in Bug 1572129 which this applies on top of.
Unbitrotted to go on top of patches in bug 1209626 and bug 1572129
![]() |
||
Comment 6•4 years ago
|
||
Comment on attachment 9084533 [details] [diff] [review] Use gTreeUtils patch v1.1 Nice cleanup
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/dd4e0a33f3ea
Use gTreeUtils in permissionsManager and cookieViewer. r=frg
![]() |
||
Comment 8•4 years ago
|
||
![]() |
||
Comment 9•3 years ago
|
||
Description
•