Implement launch on login for macOS
Categories
(Firefox :: Shell Integration, task, P3)
Tracking
()
People
(Reporter: iholmes, Assigned: iholmes, NeedInfo)
References
Details
(Whiteboard: [FIDEDI])
Attachments
(5 files, 1 obsolete file)
Launch on login support is currently only implemented for Windows. it should be possible on macOS
Updated•1 month ago
|
| Assignee | ||
Comment 1•21 days ago
|
||
Implement a macOS interface for adding Login Items (aka LaunchOnLogin) and make a wrapper for LaunchOnLogin that calls the correct OS version.
| Assignee | ||
Comment 2•21 days ago
|
||
Port the WindowsDefaultLaunchOnLogin to use the new generic LaunchOnLogin interface
| Assignee | ||
Comment 3•21 days ago
|
||
Use the new LaunchOnLogin API to determine if LoL is supported and call the correct OS implementation
f3
| Assignee | ||
Comment 4•21 days ago
|
||
Port ASRouter and telemetry code to new LaunchOnLogin API
| Assignee | ||
Comment 5•13 days ago
|
||
Rename all the windowsLaunchOnLogin preferences to launchOnLogin and upgrade profiles as the feature is no longer Windows only.
Updated•12 days ago
|
| Assignee | ||
Comment 6•9 days ago
|
||
Update to support the DisableLaunchOnLogin enterprise policy
https://hg.mozilla.org/mozilla-central/rev/3ad5398abb37
https://hg.mozilla.org/mozilla-central/rev/dc63d7453f0c
https://hg.mozilla.org/mozilla-central/rev/ac434ea20f03
https://hg.mozilla.org/mozilla-central/rev/6044054d2936
https://hg.mozilla.org/mozilla-central/rev/1802f910a83c
Comment 10•6 days ago
|
||
Backed out for causing bc failures at /browser_suppressTips.js
Backout Link
Push with failures
push with failures
Failure Log
Failure line TEST-UNEXPECTED-FAIL | browser/components/urlbar/tests/browser-tips/suppress-tips/browser_suppressTips.js | updateApplied - updateAppliedTime pref should be updated when booting this test - 0 != 0
TEST-UNEXPECTED-FAIL | browser/components/urlbar/tests/browser-tips/browser_searchTips.js | newtab - Test timed out
Updated•6 days ago
|
Comment 11•1 day ago
|
||
Hey! i just did a try run for this stack and this failure did not show up - https://treeherder.mozilla.org/jobs?repo=try&revision=d085bbfe64a661a2b5d2381b97dfab29709e87e4&selectedTaskRun=XZqXbC82TZeUDeLntohcGQ.0
am i missing something? the failure looks unrelated to the patches
Updated•1 day ago
|
Comment 12•17 hours ago
|
||
Comment 13•14 hours ago
|
||
Backed out for causing bc failures @ browser_searchTips.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/adae7962ac50752cca541897a784da097412e26e
Comment 14•12 hours ago
|
||
Comment 15•12 hours ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/544a69b3be17
https://hg.mozilla.org/mozilla-central/rev/1464cca7523a
https://hg.mozilla.org/mozilla-central/rev/b1cd88bc52ab
https://hg.mozilla.org/mozilla-central/rev/1ef229f10609
https://hg.mozilla.org/mozilla-central/rev/468c79acc5d2
Updated•12 hours ago
|
Comment 16•12 hours ago
|
||
FYI, over in bug 2061896, I made a change to WindowsLaunchOnLogin.sys.mjs in the old location. Looking at the git commit, it seems like your move was registered as a move and you didn't change the part of the file that I touched, so hopefully it won't be a problem, but I figured I'd mention it as something to watch out for.
Comment 17•4 hours ago
|
||
Backout merged to central: https://hg-edge.mozilla.org/mozilla-central/rev/adae7962ac50
Description
•