Closed Bug 275342 Opened 20 years ago Closed 10 months ago

Remove unused ui.key.saveLink.shift pref

Categories

(Firefox :: Settings UI, task)

task

Tracking

()

RESOLVED FIXED
116 Branch
Tracking Status
firefox116 --- fixed

People

(Reporter: jmnbpt, Assigned: gregp)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

 
Key ui.key.saveLink.shift still exists on prefs.js, altough code using it has
been removed. Check related issue 274491.
Severity: normal → trivial
Depends on: 274491
*** Bug 275341 has been marked as a duplicate of this bug. ***
*** Bug 275340 has been marked as a duplicate of this bug. ***
if you have a user-set pref, it gets kept unless you reset it via about:config,
unless we specifically migrate that pref to something new and delete the
original user-set value.  This is by design in order to allow profiles to be
backwards compatible.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
See bug 255181. It's not in prefs.js, but in greprefs/all.js (default values).
That makes it show up in about:config - which confuses people who change it but
nothing happens.

See http://lxr.mozilla.org/seamonkey/search?string=ui.key.saveLink.shift
Status: RESOLVED → UNCONFIRMED
No longer depends on: 274491
OS: Linux → All
Hardware: PC → All
Resolution: INVALID → ---
Summary: ui.key.saveLink.shift persists → remove ui.key.saveLink.shift from all.js
Version: 1.0 Branch → Trunk
Status: UNCONFIRMED → NEW
Ever confirmed: true
ooh, that's "fun" since there's no communicator-global version of all.js (like
our firefox.js)

there's a few others like this too.
Seamonkey's equivalent to firefox.js is browser-prefs.js:
http://lxr.mozilla.org/seamonkey/source/xpfe/bootstrap/browser-prefs.js

This pref could be moved from all.js to browser-prefs.js, since it's only used here:
http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/navigator.js#1392
http://lxr.mozilla.org/seamonkey/source/xpfe/communicator/resources/content/contentAreaClick.js#240

Thunderbird doesn't use the former, and has a forked version of the latter.
Summary: remove ui.key.saveLink.shift from all.js → move ui.key.saveLink.shift from all.js to browser-prefs.js
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
Assignee: bugs → nobody
Severity: trivial → S4

mozilla-central doesn't use this pref, let's move it.

Blocks: old-prefs
Type: defect → task
Summary: move ui.key.saveLink.shift from all.js to browser-prefs.js → Move ui.key.saveLink.shift from all.js to all-thunderbird.js
Assignee: nobody → gp3033
Status: NEW → ASSIGNED

Nvm, Seamonkey uses this pref, not thunderbird. Seamonkey is based on a very old copy of m-c afaik so removing this pref shouldn't break anything there.

Summary: Move ui.key.saveLink.shift from all.js to all-thunderbird.js → Remove unused ui.key.saveLink.shift pref
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/34eaed21d530
Remove unused ui.key.saveLink.shift pref r=Gijs
Status: ASSIGNED → RESOLVED
Closed: 20 years ago10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: