Closed
Bug 612816
Opened 14 years ago
Closed 14 years ago
Remove some dead prefs from firefox.js
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firefox 5
People
(Reporter: philor, Assigned: philor)
Details
Attachments
(1 file)
2.38 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
general.startup.browser is used by suite/browser/nsBrowserContentHandler.js to determine which SeaMonkey windows to open on startup. Prior to bug 276588, xpfe's nsAppStartup::CreateStartupState would read the general.startup pref branch, and open whatever said it wanted to be opened, but we haven't actually used it since 2005 (other than the way browser/base/content/test/browser_utilityOverlay.js uses it to test getting a bool pref, but browser.search.openintab will do for a stable bool pref that testing profiles won't have any reason to change)
profile.allow_automigration was used by profile/src/nsProfile.cpp to determine whether to automatically migrate a Netscape 4.x profile, but that got the axe after 1.8
custtoolbar.personal_toolbar_folder was used by the xpfe bookmarks service, as one of three different ways to decide which bookmarks folder was the ptf, and nobody should ever have to be reminded about the xpfe bookmarks service
Attachment #491105 -
Flags: review?(gavin.sharp)
Updated•14 years ago
|
Attachment #491105 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #491105 -
Flags: approval2.0?
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs approval]
Assignee | ||
Updated•14 years ago
|
Attachment #491105 -
Flags: approval2.0?
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs approval]
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs a trunk]
Comment 1•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [needs a trunk]
Target Milestone: --- → Firefox4.2
Verified on Mozilla/5.0 (Windows NT 6.1; rv:2.2a1pre) Gecko/20110403 Firefox/4.2a1pre
The following prefs have been removed:
general.startup.browser
profile.allow_automigration
custtoolbar.personal_toolbar_folder
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Target Milestone: Firefox5 → Firefox 5
I have seen discussions that profile.allow_automigration also controls importing IE settings into FF. Is that no longer the case?
And what about profile.confirm_automigration ?
You need to log in
before you can comment on or make changes to this bug.
Description
•