Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1382)

Unified Diff: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java

Issue 2776073002: Workaround for Samsung email issues (Closed)
Patch Set: fixed build Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
index 36f6748ef2a1ab0d58584548d3fc696b3c723241..205a6d3b90f06d78823ab8b2f40cdb8878486e05 100644
--- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java
@@ -174,7 +174,8 @@ public class AwShellActivity extends Activity {
final AwSettings awSettings = new AwSettings(this /* context */,
false /* isAccessFromFileURLsGrantedByDefault */, false /* supportsLegacyQuirks */,
false /* allowEmptyDocumentPersistence */,
- true /* allowGeolocationOnInsecureOrigins */);
+ true /* allowGeolocationOnInsecureOrigins */,
+ false /* doNotUpdateSelectionOnMutatingSelectionRange */);
// Required for WebGL conformance tests.
awSettings.setMediaPlaybackRequiresUserGesture(false);
// Allow zoom and fit contents to screen

Powered by Google App Engine
This is Rietveld 408576698