Closed
Bug 1325637
Opened 9 years ago
Closed 3 years ago
Remove browser.preferences.instantApply and its code
Categories
(Toolkit :: Preferences, task, P3)
Toolkit
Preferences
Tracking
()
VERIFIED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | verified |
People
(Reporter: Virtual, Assigned: mathew.hodson, Mentored)
References
(Blocks 2 open bugs)
Details
(Keywords: nightly-community)
Attachments
(1 file, 2 obsolete files)
Remove "browser.preferences.instantApply" preference from about:config and its code,
especially when patches from bug #1140495 and bug #738797 landed very long time ago and made "browser.preferences.instantApply" preference irrelevant in Options.
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•9 years ago
|
Has Regression Range: --- → irrelevant
Has STR: --- → irrelevant
Comment 1•9 years ago
|
||
The comm-central apps (IB, SM and TB) still use this pref.
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
Keywords: nightly-community
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
QA Contact: Virtual
Comment 2•8 years ago
|
||
Besides being vestigial, the pref causes openPrefsHelp in utilityOverlay.js to open help pages for the Fonts, Colors, Languages, Connections, and "Settings for Clearing History" subdialogs in a new window on Windows (because "prefwindows are usually modal"), even though those subdialogs are *not* modal, and the help pages could be opened in the same window.
This pref really should be removed, and openPrefsHelp should use a different mechanism to determine whether it is being called from a modal prefwindow (of which the only one remaining in Firefox is the Clear Recent History… dialog).
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•8 years ago
|
Blocks: 1188411
Comment 3•7 years ago
|
||
Do I need to remove these lines only?
https://searchfox.org/mozilla-central/search?q=browser.preferences.instantApply&case=false®exp=false&path=
Flags: needinfo?(jaws)
Comment 4•7 years ago
|
||
You would need to remove/update the following places:
https://searchfox.org/mozilla-central/search?q=instantapply&path=
Flags: needinfo?(jaws)
Comment 6•7 years ago
|
||
Please feel free to work on this. I will mark the bug assigned when a patch is uploaded for review. Please ask any questions you may have while working on the bug.
Flags: needinfo?(jaws)
Comment 8•6 years ago
|
||
(In reply to Shivam Singhal [ :championshuttler ] from comment #7)
Hi @Jaws Can i take this up?
Thanks
Please feel free to work on this. I will mark the bug assigned when a patch is uploaded for review. Please ask any questions you may have while working on the bug.
Flags: needinfo?(jaws)
Updated•6 years ago
|
Type: defect → task
Comment 9•5 years ago
|
||
Hello, May I submit a patch for this bug?
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 10•5 years ago
|
||
Please see Jared Wein [:jaws] comment #8 and comment #6. Also hint/tip is in comment #4.
Comment 11•5 years ago
|
||
We are not determining if the function is being called from a model perfwindow anywhere https://searchfox.org/mozilla-central/search?q=openhelplink&case=false®exp=false&path= . So should I just remove all cases of instantapply?
Flags: needinfo?(Virtual)
Comment 12•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → gaurijove
Status: NEW → ASSIGNED
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•5 years ago
|
Flags: needinfo?(Virtual) → needinfo?(jaws)
Updated•5 years ago
|
Flags: needinfo?(jaws)
Comment 13•4 years ago
|
||
Clearing assignee, because we haven't heard from them since April 19 2020 in Phabricator.
Assignee: gaurijove → nobody
Status: ASSIGNED → NEW
Updated•4 years ago
|
Mentor: jaws, gijskruitbosch+bugs
Severity: major → N/A
Priority: -- → P3
Updated•4 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Updated•4 years ago
|
Attachment #9141562 -
Attachment is obsolete: true
Updated•4 years ago
|
Assignee: gijskruitbosch+bugs → nobody
Status: ASSIGNED → NEW
Updated•4 years ago
|
Assignee: nobody → mpj.5
Status: NEW → ASSIGNED
Comment 14•4 years ago
|
||
Updated•4 years ago
|
Attachment #9256059 -
Attachment is obsolete: true
Updated•4 years ago
|
Assignee: mpj.5 → nobody
Assignee | ||
Comment 16•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → mathew.hodson
Status: NEW → ASSIGNED
Comment 17•3 years ago
|
||
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/309fa7dcf0ee
Remove browser.preferences.instantApply pref. r=Gijs,preferences-reviewers
Comment 18•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Assignee | ||
Updated•3 years ago
|
Product: Firefox → Toolkit
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•3 years ago
|
Status: RESOLVED → VERIFIED
Updated•2 years ago
|
No longer blocks: outdated-values
Assignee | ||
Updated•2 years ago
|
Has STR: irrelevant → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•