Simplify and harmonise cookieViewer and permissionsManager code
Categories
(SeaMonkey :: Passwords & Permissions, task)
Tracking
(seamonkey2.49esr wontfix, seamonkey2.53 fixed, seamonkey2.57esr fixed, seamonkey2.63 wontfix)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
(Blocks 1 open bug)
Details
(Whiteboard: SM2.53.1)
Attachments
(1 file, 3 obsolete files)
31.96 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
Carrying out the following tasks:
- Simplify the handling of treecols in both sets of code
- Harmonise how permissions are loaded
- Harmonise how buttons are enabled/disabled
- Harmonise how key presses are handled
- Show sort order in permissionsManager by setting sortDirection attribute on treecols
- Move common code into treeUtils.js
- Use clearSelection() rather than select(-1)
- Use " rather than ' everywhere
[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
Applies on top of patches from bug 1570846 on relevant repos
Changes since last version:
- Switched to using tree.view.selection.count in PermissionSelected function.
Unbitrotted to go on top of latest patch in bug 1209626
Added bonus fix:
- Sort direction no longer reverses when clicking OK/Cancel button in permissionsManager
![]() |
||
Comment 5•6 years ago
|
||
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/29e0bcd5298e
Simplify and harmonise cookieViewer and permissionsManager code. r=frg
![]() |
||
Comment 7•6 years ago
|
||
c-c and c-esr60: Also fixes stray Cu.import
esr60: Fix bad double .addObserver from rebase of patch for Bug 1570846
https://hg.mozilla.org/releases/comm-esr60/rev/30dfd87ce129bbf0ab026092f17a106c76a2cdd8
Description
•