Closed
Bug 1952597
Opened 1 year ago
Closed 1 year ago
Links from external apps don't load, clicking a link brings Firefox to the foreground but the URL doesn't open ("SelectableProfileService.getExecutableProcess does not exist")
Categories
(Toolkit :: Startup and Profile System, defect)
Toolkit
Startup and Profile System
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox136 | --- | unaffected |
| firefox137 | --- | unaffected |
| firefox138 | + | fixed |
People
(Reporter: arai, Assigned: mossop)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-profile-management])
Attachments
(1 file)
When opening URL from external application, it hits the following error:
TypeError: SelectableProfileService.getExecutableProcess is not a functionSelectableProfileService.sys.mjs:1617:46
handle resource:///modules/profiles/SelectableProfileService.sys.mjs:1617
that points the following line, and getExecutableProcess property doesn't exist anywhere.
let process = SelectableProfileService.getExecutableProcess();
the getExecutableProcess property is rewritten in bug 1937061, but this consumer seems to be overlooked.
https://hg.mozilla.org/mozilla-central/rev/445ef47fe296f82270b5304516d54d77be3feff4
- getExecutableProcess() {
+ execProcess(aArgs) {
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1937061
:mossop, since you are the author of the regressor, bug 1937061, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox136:
--- → unaffected
status-firefox137:
--- → unaffected
status-firefox138:
--- → affected
status-firefox-esr128:
--- → unaffected
Flags: needinfo?(dtownsend)
Updated•1 year ago
|
tracking-firefox138:
--- → +
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → dtownsend
Status: NEW → ASSIGNED
Pushed by dtownsend@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9a56de484b94
Fix passing command line arguments to the correct Firefox profile. r=Gijs
Updated•1 year ago
|
Summary: SelectableProfileService.getExecutableProcess does not exist → Links from external apps don't load, clicking a link brings Firefox to the foreground but the URL doesn't open ("SelectableProfileService.getExecutableProcess does not exist")
Comment 6•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Adding to 0.5% scope metabug (and Jira) for visibility
Blocks: 1927938
Whiteboard: [fidefe-profile-management]
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(dtownsend)
You need to log in
before you can comment on or make changes to this bug.
Description
•