You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/09/03 03:32:43 UTC

[1/2] git commit: CB-7444 Fixes XHR callback failure when requested file doesn't exists

Repository: cordova-wp8
Updated Branches:
  refs/heads/master be3e065cc -> b14af9b34


CB-7444 Fixes XHR callback failure when requested file doesn't exists


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

Branch: refs/heads/master
Commit: d2aeff23032f5d3705cb262d6d7a3e30e6f2b049
Parents: ab12c9b
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Sep 2 17:00:13 2014 +0400
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Sep 2 17:00:13 2014 +0400

----------------------------------------------------------------------
 wp8/template/cordovalib/XHRHelper.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/d2aeff23/wp8/template/cordovalib/XHRHelper.cs
----------------------------------------------------------------------
diff --git a/wp8/template/cordovalib/XHRHelper.cs b/wp8/template/cordovalib/XHRHelper.cs
index fa7b617..81256fe 100644
--- a/wp8/template/cordovalib/XHRHelper.cs
+++ b/wp8/template/cordovalib/XHRHelper.cs
@@ -316,7 +316,7 @@ namespace WPCordovaClassLib.CordovaLib
                     if (resource == null)
                     {
                         // 404 ?
-                        Browser.InvokeScript("__onXHRLocalCallback", new string[] { "404", null, reqId });
+                        Browser.InvokeScript("__onXHRLocalCallback", new string[] { "404", string.Empty, reqId });
                         return true;
                     }
                     else


[2/2] git commit: Merge branch 'CB-7444' of https://github.com/MSOpenTech/cordova-wp8

Posted by pu...@apache.org.
Merge branch 'CB-7444' of https://github.com/MSOpenTech/cordova-wp8


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

Branch: refs/heads/master
Commit: b14af9b342a34dd86e9651b32d018c759f48180b
Parents: be3e065 d2aeff2
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Sep 2 18:23:28 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Sep 2 18:23:28 2014 -0700

----------------------------------------------------------------------
 wp8/template/cordovalib/XHRHelper.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------