Closed
Bug 275342
Opened 20 years ago
Closed 1 year ago
Remove unused ui.key.saveLink.shift pref
Categories
(Firefox :: Settings UI, task)
Firefox
Settings UI
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
Comment 2•20 years ago
|
||
*** Bug 275341 has been marked as a duplicate of this bug. ***
Comment 3•20 years ago
|
||
*** Bug 275340 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
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
Comment 5•20 years ago
|
||
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
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•20 years ago
|
||
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.
Comment 7•20 years ago
|
||
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
Comment 8•18 years ago
|
||
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
Updated•18 years ago
|
Assignee: bugs → nobody
Comment 9•12 years ago
|
||
Doing a search in MXR, those results were obtained: http://mxr.mozilla.org/comm-central/source/mozilla/js/src/tests/e4x/Regress/regress-308111.js#827 http://mxr.mozilla.org/comm-central/source/mozilla/modules/libpref/src/init/all.js#1345 http://mxr.mozilla.org/comm-central/source/mozilla/modules/libpref/src/init/all.js#2246 http://mxr.mozilla.org/comm-central/source/suite/browser/navigator.js#1573 http://mxr.mozilla.org/comm-central/source/suite/common/contentAreaClick.js#126 http://mxr.mozilla.org/comm-central/source/suite/common/utilityOverlay.js#1311 http://mxr.mozilla.org/comm-central/source/suite/common/utilityOverlay.js#1337 Iy looks that there are some /common/ code that needs the preference value. It is needed to work on this bug?
Updated•2 years ago
|
Severity: trivial → S4
| Assignee | ||
Comment 10•1 year ago
|
||
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 | ||
Comment 11•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → gp3033
Status: NEW → ASSIGNED
| Assignee | ||
Comment 12•1 year ago
|
||
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
Comment 13•1 year ago
|
||
Pushed by gijskruitbosch@gmail.com: https://hg.mozilla.org/integration/autoland/rev/34eaed21d530 Remove unused ui.key.saveLink.shift pref r=Gijs
Comment 14•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 20 years ago → 1 year ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•