Open
Bug 1924986
Opened 8 months ago
Updated 8 months ago
Remove obsolete process types from GeckoProcessType.java
Categories
(GeckoView :: General, task)
Tracking
(Not tracked)
NEW
People
(Reporter: bobowen, Unassigned)
References
Details
Bug 1920463 removed the RemoteSandboxBroker
gecko process type.
This was listed in the GeckoProcessType.java GeckoProcessType
enum as REMOTESANDBOXBROKER
.
Removing this caused Android test failures, so instead REMOTESANDBOXBROKER
(and PLUGIN
which is also obsolete) were renamed to OBSOLETE2 (and OBSOLETE1) to make it clear they should not be used.
It would be good if the root cause of the issue with removing these enum entries could be resolved so they can be properly removed.
You need to log in
before you can comment on or make changes to this bug.
Description
•