You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Localized strings for de, es, fr, it, ja, ko, zh-rCN, zh-rTW.
22
35
23
36
***feature-customtabs**
24
-
*
25
-
*⚠️ **This is a breaking change**`CustomTabsService` has been renamed to `AbstractCustomTabsService` and is now an abstract class in order to allow apps to inject the `Engine` they are using. An app that wants to support custom tabs will need to create its own class and reference it in the manifest:
37
+
* ⚠️ **This is a breaking change**
38
+
*`CustomTabsService` has been renamed to `AbstractCustomTabsService` and is now an abstract class in order to allow apps to inject the `Engine` they are using. An app that wants to support custom tabs will need to create its own class and reference it in the manifest:
* Add setting to enable testing mode which is used in engine-gecko to set `FULL_ACCESSIBILITY_TREE` to `true`. This allows access to the full DOM tree for testing purposes.
44
57
45
58
```Kotlin
@@ -50,7 +63,7 @@ permalink: /changelog/
50
63
engine.settings.testingModeEnabled =true
51
64
```
52
65
53
-
* The existing `userAgentString` setting is now supported by `engine-gecko-nightly`.
66
+
* The existing `userAgentString` setting is now supported by `engine-gecko-beta` and `engine-gecko-nightly`.
54
67
55
68
***feature-session**
56
69
* Added a `HistoryTrackingDelegate` implementation, which previously lived in **feature-storage**.
0 commit comments