Make browsertime mode default
Categories
(Testing :: Raptor, enhancement, P5)
Tracking
(Not tracked)
People
(Reporter: davehunt, Unassigned)
References
Details
(Keywords: good-first-bug, Whiteboard: [fxp])
We currently have a --browsertime command line option, which has been useful for the gradual migration from the legacy web extension mode for Raptor. Now that the migration is close to completion we should make this the default behaviour.
| Reporter | ||
Comment 1•5 years ago
|
||
If we don't want to wait for the migration to complete, we can add a --webext command line option for anything that still relies on the web extension. We should be sure to deprecate --browsertime in a way that either ignores the command and informs the user that it will be removed in the future, or error out with a clear message of how to fix the command line usage.
Updated•5 years ago
|
| Reporter | ||
Comment 2•1 year ago
|
||
With bug 1830917 resolved we now only run using browsertime, so if --browsertime still exists, we should probably deprecate or remove it. @kshampur does this still make sense as a good first bug?
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
As clarified on element, we still do have this flag
https://searchfox.org/mozilla-central/search?q=%22--browsertime%22&path=&case=false®exp=false
https://searchfox.org/mozilla-central/search?q=--browsertime&path=&case=false®exp=false
a bit of care would be needed to properly remove it all i think, but seems straightforward.
| Reporter | ||
Updated•4 months ago
|
| Reporter | ||
Updated•4 months ago
|
| Reporter | ||
Updated•1 month ago
|
Description
•