Open
Bug 1417395
Opened 7 years ago
Updated 7 years ago
Move prefs not used in Firefox to suite
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: cyu, Assigned: frg)
References
(Blocks 1 open bug)
Details
(Keywords: leave-open)
Attachments
(1 file)
(deleted),
patch
|
frg
:
review+
|
Details | Diff | Splinter Review |
These prefs are not used in firefox but are used by suite:
accessibility.typeaheadfind.enabletimeout: https://searchfox.org/mozilla-central/rev/a662f122c37704456457a526af90db4e3c0fd10e/modules/libpref/init/all.js#986
profile.manage_only_at_launch: https://searchfox.org/mozilla-central/rev/a662f122c37704456457a526af90db4e3c0fd10e/modules/libpref/init/all.js#2841
They should be moved to comm-central
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → frgrahl
Status: NEW → ASSIGNED
Assignee | ||
Updated•7 years ago
|
Keywords: leave-open
Version: unspecified → Trunk
Assignee | ||
Comment 1•7 years ago
|
||
Bill did sent me a patch for a removed preference via email.
Currently the toolbar has a problem because of the removed browser.chrome.toolbar_style which results in grippies always shown and other problems.
Assignee | ||
Comment 2•7 years ago
|
||
Comment on attachment 8933631 [details] [diff] [review]
wg9sX-cc.diff
r+ for patch received via email.
Attachment #8933631 -
Flags: review+
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/21a50e25d597
Restore browser.chrome.toolbar_style preference removed by Bug 1416703. r=frg
Assignee | ||
Comment 4•7 years ago
|
||
These three were also removed and need to be checked.
> pref("ui.key.saveLink.shift", true); // true = shift, false = meta
> // Middle-mouse handling
> pref("middlemouse.openNewWindow", true);
> // Whether UI options for controlling device visibility over WiFi are shown
> // N.B.: This does not set whether the device can be discovered via WiFi, only
> // whether the UI control to make such a choice is shown to the user
> pref("devtools.remote.wifi.visible", true);
Assignee | ||
Updated•7 years ago
|
Blocks: 2.57BulkMalfunctions
You need to log in
before you can comment on or make changes to this bug.
Description
•