Closed
Bug 1854516
Opened 1 year ago
Closed 1 year ago
Support pinning Firefox from Microsoft Store
Categories
(Firefox :: Shell Integration, enhancement)
Firefox
Shell Integration
Tracking
()
RESOLVED
DUPLICATE
of bug 1794159
People
(Reporter: Mardak, Unassigned)
Details
Launching Firefox from Microsoft Store results in
NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIWindowsShellService.isCurrentAppPinnedToTaskbarAsync]
from this startup task: https://searchfox.org/mozilla-central/rev/077fc34d03b85b09add26b5f99f1a3a3a72c8720/browser/components/BrowserGlue.sys.mjs#2552-2556
Similarly, ShellService.doesAppNeedPin returns false
because it cannot pin due to that exception. (This is the expected behavior.) https://searchfox.org/mozilla-central/rev/077fc34d03b85b09add26b5f99f1a3a3a72c8720/browser/components/shell/ShellService.sys.mjs#421,425,451,466
Bug 1750991 most recently modified the API to support checking private browsing, but I'm not sure if this worked before that.
Edit: might be a dupe if there's an existing bug for https://mozilla-hub.atlassian.net/browse/FIDE-1689
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•