Name Description Size
GeckoEngineSession.kt 2045
GeckoLoginDelegateWrapper.kt This class exists only to convert incoming [LoginEntry] arguments into [Login]s, then forward them to [storageDelegate]. This allows us to avoid duplicating [LoginStorageDelegate] code between different versions of GeckoView, by duplicating this wrapper instead. 2701
GeckoResult.kt Wait for a GeckoResult to be complete in a co-routine. 2286
GeckoWebExtension.kt Gecko-based implementation of [WebExtension], wrapping the native web extension object provided by GeckoView. 15847
GeckoWebExtensionRuntime.kt See [Engine.installWebExtension]. 10355