Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
update geckoview
Browse files Browse the repository at this point in the history
  • Loading branch information
g4rb4g3 committed Feb 11, 2020
1 parent eaea81f commit bfd83b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

ext {
geckoview_channel = "geckoview"
geckoview_version = "72.0.20200107212822"
geckoview_version = "73.0.20200211134023"
}

android {
Expand All @@ -12,7 +12,7 @@ android {
minSdkVersion 17
targetSdkVersion 17
versionCode 1
versionName "3.1.2"
versionName "3.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters 'armeabi-v7a'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void onDisconnect(@NonNull WebExtension.Port port) {
}
};

WebExtension extension = new WebExtension("resource://android/assets/abrp/", "browser", WebExtension.Flags.ALLOW_CONTENT_MESSAGING);
WebExtension extension = new WebExtension("resource://android/assets/abrp/", "browser", WebExtension.Flags.ALLOW_CONTENT_MESSAGING, mGeckoRuntime.getWebExtensionController());
extension.setMessageDelegate(messageDelegate, "browser");
mGeckoRuntime.registerWebExtension(extension).exceptionally(exception -> {
sLog.error("error registering web extension", exception);
Expand Down

0 comments on commit bfd83b9

Please sign in to comment.