You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/10/25 03:26:33 UTC

[15/17] git commit: Removed unnecessary checks.

Removed unnecessary checks.

By default, on Android, if a "system" webview type is specified, then we use the system webview; anything else and we use Crosswalk.


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/d9b8c499
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/d9b8c499
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/d9b8c499

Branch: refs/heads/master
Commit: d9b8c499e918f8aa62e454ba2b9802664308af65
Parents: 634b3c4
Author: Max Woghiren <ma...@gmail.com>
Authored: Thu Oct 9 11:39:30 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Oct 24 21:26:07 2014 -0400

----------------------------------------------------------------------
 AppHarnessUI/appharnessui.js | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/d9b8c499/AppHarnessUI/appharnessui.js
----------------------------------------------------------------------
diff --git a/AppHarnessUI/appharnessui.js b/AppHarnessUI/appharnessui.js
index 0a19dcf..7d26496 100644
--- a/AppHarnessUI/appharnessui.js
+++ b/AppHarnessUI/appharnessui.js
@@ -31,9 +31,6 @@ exports.create = function(url, serviceNameWhitelist, win) {
 };
 
 exports.reload = function(url, serviceNameWhitelist, webViewType, win) {
-    if (webViewType != "system" && webViewType != "crosswalk") {
-        return;
-    }
     exec(win, null, 'AppHarnessUI', 'reload', [url, serviceNameWhitelist, webViewType]);
 };
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org