Jamie, the GeckoView team is starting work to support isolated process mode in Q3. Do you have cycles to work on this Android bug in Q3 or Q4? Or is this bug something the GeckoView team should own? You can enable isolated processes locally for testing by adding `ac_add_options --enable-isolated-process` to your mozconfig file. Could we enable and ship isolated process mode for the GPU process before enabling it for the parent and content process? Looks like the mode can be configured for each process in AndroidManifest.xml: https://searchfox.org/mozilla-central/rev/d5edb4a4538657b7d691a41c00e6796a19ade6e7/mobile/android/geckoview/src/main/AndroidManifest.xml#50,57,64,71,78,85
Bug 1706656 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Jamie, the GeckoView team is starting work to support isolated process mode in Q3. Do you have cycles to work on this Android bug in Q3 or Q4? Or is this bug something the GeckoView team should own? ~~You can enable isolated processes locally for testing by adding `ac_add_options --enable-isolated-process` to your mozconfig file.~~ EDIT: Looks like you might be able to just set the `isolatedProcess` flag for each process here without needing to change your mozconfig: https://searchfox.org/mozilla-central/rev/d5edb4a4538657b7d691a41c00e6796a19ade6e7/mobile/android/geckoview/src/main/AndroidManifest.xml#50,57,64,71,78,85 In that case, maybe we enable and ship isolated process mode for the GPU process before enabling it for the parent and content process.