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)

defect

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.

https://searchfox.org/mozilla-central/rev/d2f86b153983f5c2529ccd75d437a335b5ec6326/browser/components/profiles/SelectableProfileService.sys.mjs#1617

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) {

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.

Assignee: nobody → dtownsend
Status: NEW → ASSIGNED
Duplicate of this bug: 1952698
Duplicate of this bug: 1952849
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
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")
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]
Duplicate of this bug: 1952874
Duplicate of this bug: 1953051
No longer duplicate of this bug: 1953051
Flags: needinfo?(dtownsend)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: