Skip to content

Commit

Permalink
Bump GeckoView to version 67.0.20190311102806 (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored and MortimerGoro committed Mar 12, 2019
1 parent d4d2462 commit 9d14121
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
import android.view.View;
import android.widget.FrameLayout;

import org.mozilla.gecko.GeckoVRManager;
import org.mozilla.gecko.util.ThreadUtils;
import org.mozilla.geckoview.CrashReporter;
import org.mozilla.geckoview.GeckoResult;
import org.mozilla.geckoview.GeckoRuntime;
import org.mozilla.geckoview.GeckoSession;
import org.mozilla.geckoview.GeckoVRManager;
import org.mozilla.vrbrowser.audio.AudioEngine;
import org.mozilla.vrbrowser.audio.VRAudioTheme;
import org.mozilla.vrbrowser.browser.PermissionDelegate;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ public void onContentPermissionRequest(GeckoSession aSession, String aUri, int a
type = PermissionWidget.PermissionType.Notification;
} else if (aType == PERMISSION_GEOLOCATION) {
type = PermissionWidget.PermissionType.Location;
} else if (aType == PERMISSION_AUTOPLAY_MEDIA) {
Log.d(LOGTAG, "Auto accepting PERMISSION_AUTOPLAY_MEDIA");
callback.grant();
return;
} else {
Log.e(LOGTAG, "onContentPermissionRequest unknown permission: " + aType);
callback.reject();
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext.deps = [:]
def versions = [:]
// GeckoView versions can be found here:
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
versions.gecko_view = "67.0.20190203095148"
versions.gecko_view = "67.0.20190311102806"
versions.android_components = "0.31.0"
versions.mozilla_speech = "1.0.6"
versions.google_vr = "1.190.0"
Expand Down

0 comments on commit 9d14121

Please sign in to comment.