Refresh Firefox button is missing using a new profile different from dev-edition default profile
Categories
(Toolkit :: General, defect, P2)
Tracking
()
People
(Reporter: bmaris, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [iris])
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Comment 9•10 years ago
|
||
Comment 10•6 years ago
|
||
We're running into this bug in Iris test case automation. Is there any setting/preference in the profile that can be set as a work around?
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 11•6 years ago
|
||
I suspect this bug as filed was fixed in bug 1265368. Bogdan, can you (find someone to) verify?
(In reply to Tracy Walker [:tracy] from comment #10)
We're running into this bug in Iris test case automation. Is there any setting/preference in the profile that can be set as a work around?
I don't know what Iris is, but if the profile you're running is in profiles.ini and has a name, and the running copy of Firefox is aware of that, reset should work. If you're using a temporary profile (e.g. by passing a profile dir instead of a profile name (or nothing, to use the default profile) when starting Firefox), you can accomplish this from within the runtime. There's a python marionette test for this behavior, and this set of code:
shows how to do this.
Note that Fx Reset/Refresh creates files on the desktop etc., and this type of manipulation alters profiles.ini on the machine, and so you should be careful to restore those changes to avoid messing with other Firefox/Nightly/whatever profiles on the machine. Feel free to ask me (probably via email instead of this bug) if you need more help with this.
Reporter | ||
Comment 12•6 years ago
|
||
(In reply to :Gijs (he/him) from comment #11)
I suspect this bug as filed was fixed in bug 1265368. Bogdan, can you (find someone to) verify?
Fixed now in latest DevEd 65.0b9 across platforms (Windows 10 64bit, macOS 10.13 and Ubuntu 18.04 64bit).
Description
•