Closed Bug 1264469 Opened 9 years ago Closed 9 years ago

Would be nice to be able to open 2 firefox sessions with a different profiles from about:profiles

Categories

(Core :: DOM: Core & HTML, defect)

47 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla48
Tracking Status
firefox48 --- fixed

People

(Reporter: baku, Assigned: baku)

Details

(Whiteboard: btpp-active)

Attachments

(1 file)

Attached patch p2.patchSplinter Review
No description provided.
Attachment #8741149 - Flags: review?(bugs)
Comment on attachment 8741149 [details] [diff] [review] p2.patch >+ >+ const char *args[] = { "-P", profileName.get() }; nit, char* >+ // If a profile name has been set by env and it's not an empty string we >+ // consider it as the next profile. > arg = PR_GetEnv("XRE_PROFILE_NAME"); >- if (arg) { >+ if (arg && arg[0]) { > ar = ARG_FOUND; > } else { > ar = CheckArg("p", false, &arg); > } so this depends on the other patch, where I was asking whether we want to change the meaning of XRE_PROFILE_NAME So this part may need some changes, depending on what happens in the other bug.
Attachment #8741149 - Flags: review?(bugs) → review+
Whiteboard: btpp-active
Hi baku, Will this let you open 2 side by side versions of Firefox with different profiles? The user only has to have one Firefox version installed to do this? If so, that is very cool! What will the UX look like? How does the user choose to open 2 profiles? Is the first step the platform support and the UX will be in another bug? Thanks!
(In reply to Tanvi Vyas [:tanvi] from comment #2) > What will the UX look like? How does the user choose to open 2 profiles? > Is the first step the platform support and the UX will be in another bug? Ah, I see you add another button to about:profiles "Exec with this profile".
> Ah, I see you add another button to about:profiles "Exec with this profile". Right. The name 'exec with this profile' seems super confusing to me. Maybe you can help me with a better name?
(In reply to Andrea Marchesini (:baku) from comment #4) > > Ah, I see you add another button to about:profiles "Exec with this profile". > > Right. The name 'exec with this profile' seems super confusing to me. Maybe > you can help me with a better name? Some ideas: Open profile Open profile in new browser Open in second browser Open in new browser Launch profile Launch profile in new browser Launch in second browser Launch in new browser
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: