Closed
Bug 1885385
Opened 1 year ago
Closed 1 year ago
Only register native messaging host when default profile is being used
Categories
(Firefox :: Shell Integration, enhancement)
Firefox
Shell Integration
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: nipunshukla002, Assigned: nipunshukla002)
References
Details
(Whiteboard: [fidedi-firefox-bridge])
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•1 year ago
|
Summary: Only register native messaging when default profile is being used → Only register native messaging host when default profile is being used
Assignee | ||
Updated•1 year ago
|
Whiteboard: [fidedi-firefox-bridge]
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nshukla
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
The patch addressing this bug adds an extra if block within the firefoxBridgeNativeMessaging
startup idle task which only registers the current install of Firefox if the current profile == the default profile. This was intended to prevent mozregression from clobbering the registered files on startup, as that typically uses a new, non-default profile.
Pushed by nshukla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/93ea40dff65a
Added default profile is current profile check in native messaging registration idle task r=mhughes,robwu,firefox-desktop-core-reviewers ,mossop
Comment 4•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•