Closed
Bug 234426
Opened 21 years ago
Closed 21 years ago
IE migration code sets depreciated pref browser.startup.page
Categories
(Firefox :: Migration, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dave532, Assigned: bugs)
References
Details
Attachments
(1 file)
1.43 KB,
patch
|
bugs
:
review+
|
Details | Diff | Splinter Review |
The recently checked in IE migration code has a function that looks for the IE
homepage set to about:blank and if this is the case sets the pref
("browser.startup.page", 0)
Although this pref still works in Firefox it's a relic from Seamonkey and
there's no UI for setting this pref, Firefox uses the IE way for setting a blank
homepage, therefore the "TranslateHomepage" function should be removed for the
Firefox migrator.
A simple patch attached.
Reporter | ||
Comment 1•21 years ago
|
||
Reporter | ||
Updated•21 years ago
|
Attachment #141462 -
Flags: review?(bugs)
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 141462 [details] [diff] [review]
Patch removing TranslateHomepage function
r=ben@mozilla.org
Attachment #141462 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•