Move browser / mailnews system integration prefs into advanced pane
Categories
(SeaMonkey :: Preferences, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.10)
Attachments
(1 file, 2 obsolete files)
37.19 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
At the moment various system integration prefs are spread between browser, mailnews and advanced pref panes. They should be moved to a single pref pane, advanced.
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: prefs spread across 3 different panes
Testing completed (on m-c, etc.): 2.53.10
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: changes to help content, 12 strings moved, 2 new strings, 7 strings removed
Don't remove hbox to make it easier for Bug 1727425
Comment 3•3 years ago
|
||
Comment on attachment 9238485 [details] [diff] [review]
1727659-prefs-systemsintegration-v1_1-25310.patch
LGTM
/suite/components/pref/content/pref-advanced.js
function InitPlatformIntegration() {
if (ShellService) try {
this.defaultApps = ShellService.shouldBeDefaultClientFor;
Can we indent this "normally".
function InitPlatformIntegration() {
if (ShellService) {
try {
this.defaultApps = ShellService.shouldBeDefaultClientFor;
[Triage Comment]
Formatting fixed
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/217c7d1ef14a
Move browser / mailnews system integration prefs into advanced pane. r=frg
Updated•3 years ago
|
Comment 6•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/e563e2ef69c7b699240d6f5b247a982b78eb6e44
Move browser / mailnews system integration prefs into advanced pane. r=frg a=frg
Description
•