Closed
Bug 1424343
Opened 7 years ago
Closed 7 years ago
Stop migrating the browser.search.selectedEngine preference
Categories
(Firefox :: Search, defect)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 59
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
(deleted),
patch
|
adw
:
review+
gchang
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
We stopped using this preference in bug 1029148 for Firefox 34. In bug 1405670 we dropped migration code for search settings written before Firefox 45; we should have removed this pref migration code too.
Assignee | ||
Comment 1•7 years ago
|
||
Simple code removal. The only other reference to this pref in our code is the test at https://searchfox.org/mozilla-central/rev/f5f1c3f294f89cfd242c3af9eb2c40d19d5e04e7/toolkit/components/search/tests/xpcshell/test_selectedEngine.js#16 that actually verifies that the pref has no effect anymore.
Attachment #8935861 -
Flags: review?(adw)
Updated•7 years ago
|
Attachment #8935861 -
Flags: review?(adw) → review+
Pushed by florian@queze.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9a7bc6776fb7
Stop migrating the browser.search.selectedEngine preference, r=adw.
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Assignee | ||
Comment 4•7 years ago
|
||
Comment on attachment 8935861 [details] [diff] [review]
Patch
Approval Request Comment
[Feature/Bug causing the regression]: Not a regression, just something I missed in bug 1405670.
[User impact if declined]: Slight risk of abuse for an old preference to change the user's default search engine.
[Is this code covered by automated tests?]: no.
[Has the fix been verified in Nightly?]: no.
[Needs manual test from QE? If yes, steps to reproduce]: no.
[List of other uplifts needed for the feature/fix]: none
[Is the change risky?]: The risk is almost non-existant
[Why is the change risky/not risky?]: Only removing some dead migration code that has stayed in the tree for far longer than initially expected.
[String changes made/needed]: none.
Attachment #8935861 -
Flags: approval-mozilla-beta?
Comment 5•7 years ago
|
||
Comment on attachment 8935861 [details] [diff] [review]
Patch
Take this for follow-up of bug 1405670. Beta58+.
Attachment #8935861 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•7 years ago
|
status-firefox58:
--- → affected
Comment 6•7 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•