components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngine.kt
+27
−2
Loading
6165: Closes #6162: Provide API to speculatively create engine session r=pocmo a=csadilek See https://github.com/mozilla-mobile/android-components/issues/6162#issuecomment-594093161 . Another advantage of decoupling this from `speculativeConnect` is that we can also handle private sessions. Applied to all 3 engine variants. Co-authored-by:Christian Sadilek <christian.sadilek@gmail.com>