Closed
Bug 588419
Opened 14 years ago
Closed 14 years ago
Switch SeaMonkey UI to open Data Manager instead of other windows
Categories
(SeaMonkey :: Passwords & Permissions, defect)
SeaMonkey
Passwords & Permissions
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b2
People
(Reporter: kairo, Assigned: kairo)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
29.00 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
We have a number of UI elements, e.g. in Page Info or Preferences windows, that currently open the separate windows for managing data. Those should be switched over to open Data Manager instead.
Assignee | ||
Comment 1•14 years ago
|
||
This patch switches page info to use the new functionality added in bug 588418 for calling the page/domain's cookie and password lists.
I also added code to only activate those buttons when actual cookies or passwords are available, as else this would open the Data Manager to the default (form data list) which doesn't really fit here.
Assignee | ||
Comment 2•14 years ago
|
||
This patch does all hooks, and uses with the new syntax from bug 588418.
Conveniently, we can remove permissionsOverlay.js completely, and the inclusion of utilityOverlay.js in preferences.xul makes the broken "Add-ons Manager" button in the software installation panel work again as well.
I think that permissionsNavigatorOverlay should be cleaned up or even merged into the main navigator files, and we might want to restructure the menu items of it in a way to make them more streamlined and reduce redundancy with the Data Manager menu item, but I think all that can go into yet another bug.
Attachment #492089 -
Attachment is obsolete: true
Attachment #493545 -
Flags: review?(iann_bugzilla)
Attachment #492089 -
Flags: review?(iann_bugzilla)
Assignee | ||
Comment 3•14 years ago
|
||
permissionsOverlay.js in imageContextOverlay.xul can be removed as well, of course, apparently it isn't actually used in there anyhow.
Comment on attachment 493545 [details] [diff] [review]
v1: full patch for all hooks
r=me followup spun off to Bug 619098
Attachment #493545 -
Flags: review?(iann_bugzilla) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b2
You need to log in
before you can comment on or make changes to this bug.
Description
•