Closed
Bug 1255354
Opened 9 years ago
Closed 9 years ago
Create options to open the data manager and the addon manager in standalone windows instead of a browser tab
Categories
(SeaMonkey :: Passwords & Permissions, enhancement)
Tracking
(seamonkey2.46 fixed)
RESOLVED
FIXED
seamonkey2.45
Tracking | Status | |
---|---|---|
seamonkey2.46 | --- | fixed |
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
> +pref("suite.manager.dataman.openAsDialog", true);
I'm planning more prefs in the form of e.g.
suite.manager.cookies.advancedCookieManager
Attachment #8728921 -
Flags: review?(iann_bugzilla)
Assignee | ||
Updated•9 years ago
|
Summary: Create an option to open the data manager in a standalone window instead of a browser tab. → Create options to open the data manager and the addon manager in standalone windows instead of a browser tab
Assignee | ||
Comment 2•9 years ago
|
||
Changes since the last patch:
1. Use toOpenWindowByType() instead of window.openDialog()
2. Do the same for the Add-ons Manager.
Attachment #8728921 -
Attachment is obsolete: true
Attachment #8728921 -
Flags: review?(iann_bugzilla)
Attachment #8730010 -
Flags: review?(iann_bugzilla)
We should probably have a bug to expose those prefs in the UI once this is done, e.g., in the "Tabbed Browsing" prefpane (though neither Add-ons nor Data Manager are specific to "Browser") or "Advanced" as a more general alternative.
BTW: This "sort-of" works already by switching Browser > Link Behavior for "Links from other applications" from opening in the current tab/window or a new tab in the current window to "A new window" but will still open as a complete browser window with all toolbars, etc.
Comment on attachment 8730010 [details] [diff] [review]
Patch v2 Open Data and Addons Managers in a standalone window/dialog
>+pref("suite.manager.addons.openAsDialog", true);
>+pref("suite.manager.dataman.openAsDialog", true);
Do we want to change the current default behaviour?
Could a follow bug be created to expose these prefs?
r=me with those answered/dealt with
Attachment #8730010 -
Flags: review?(iann_bugzilla) → review+
Assignee | ||
Comment 6•9 years ago
|
||
> >+pref("suite.manager.addons.openAsDialog", true);
> >+pref("suite.manager.dataman.openAsDialog", true);
>
> Do we want to change the current default behaviour?
I think I'll leave the addon manager to false, but data manager to true.
> Could a follow bug be created to expose these prefs?
Sure. But we need to think where to put them.
> r=me with those answered/dealt with
Assignee | ||
Comment 7•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-seamonkey2.46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.45
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•