Feature Request: Add position=x,y to --new-window command
Categories
(Toolkit :: Startup and Profile System, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: eng, Assigned: mkaply)
References
Details
(Keywords: dev-doc-needed, parity-chrome, parity-ie, Whiteboard: [DUPEME?])
Attachments
(1 file)
Comment 1•7 years ago
|
||
![]() |
||
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
so this patch is pretty simple. It just adds left and top to our existing width/height parameters.
In my testing, it works on the first profile, but none of this works with the -new-window parameter.
Comment 6•5 years ago
|
||
Well, chrome requires multiple different instances to be up to do start kiosk mode in multiple screens as well. While not perfect, at least matching their functionality is much better than not having the option at all.
Assignee | ||
Comment 7•5 years ago
|
||
This page should be updated:
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
it never had width/height either
Comment 9•5 years ago
|
||
bugherder |
Comment 10•5 years ago
|
||
The patch actually missed the second half of the request. What shall we do with the --start-fullscreen
argument?
Assignee | ||
Comment 11•5 years ago
|
||
The patch actually missed the second half of the request. What shall we do with the --start-fullscreen argument?
We have kiosk which should be the equivalent.
Comment 12•5 years ago
|
||
Ah thanks.
Description
•