You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pm...@apache.org on 2014/08/04 17:27:32 UTC

[1/2] weinre commit: CB-6991 Weinre fails to load in browsers without a built-in development console

Repository: cordova-weinre
Updated Branches:
  refs/heads/master 48f1b585e -> f8bcc48f8


CB-6991 Weinre fails to load in browsers without a built-in development console


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

Branch: refs/heads/master
Commit: 198d290b5fc0b873b67e3f6c344055a9fe5611a7
Parents: 48f1b58
Author: sgrebnov <v-...@microsoft.com>
Authored: Mon Aug 4 16:16:52 2014 +0400
Committer: sgrebnov <v-...@microsoft.com>
Committed: Mon Aug 4 16:16:52 2014 +0400

----------------------------------------------------------------------
 weinre.web/modules/weinre/target/Console.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-weinre/blob/198d290b/weinre.web/modules/weinre/target/Console.coffee
----------------------------------------------------------------------
diff --git a/weinre.web/modules/weinre/target/Console.coffee b/weinre.web/modules/weinre/target/Console.coffee
index 6c7a99f..cf6624a 100644
--- a/weinre.web/modules/weinre/target/Console.coffee
+++ b/weinre.web/modules/weinre/target/Console.coffee
@@ -168,7 +168,7 @@ module.exports = class Console
 
 #-------------------------------------------------------------------------------
 RemoteConsole   = new Console()
-OriginalConsole = window.console
+OriginalConsole = window.console or {}
 
 RemoteConsole.__original   = OriginalConsole
 OriginalConsole.__original = OriginalConsole


[2/2] weinre commit: update for release 2.0.0-pre-HYFXM3QM

Posted by pm...@apache.org.
update for release 2.0.0-pre-HYFXM3QM


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

Branch: refs/heads/master
Commit: f8bcc48f84d9d08f04993328124a62b6bc5026c4
Parents: 198d290
Author: Patrick Mueller <pm...@apache.org>
Authored: Mon Aug 4 11:27:24 2014 -0400
Committer: Patrick Mueller <pm...@apache.org>
Committed: Mon Aug 4 11:27:24 2014 -0400

----------------------------------------------------------------------
 weinre.doc/ChangeLog.body.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-weinre/blob/f8bcc48f/weinre.doc/ChangeLog.body.html
----------------------------------------------------------------------
diff --git a/weinre.doc/ChangeLog.body.html b/weinre.doc/ChangeLog.body.html
index bb07ab2..8e97ee5 100644
--- a/weinre.doc/ChangeLog.body.html
+++ b/weinre.doc/ChangeLog.body.html
@@ -54,10 +54,11 @@
 <li><a href="https://issues.apache.org/jira/browse/CB-1193">CB-1193</a> - add Windows Phone support
 <li><a href="https://issues.apache.org/jira/browse/CB-1800">CB-1800</a> - remove references to "incubator"
 <li><a href="https://issues.apache.org/jira/browse/CB-1494">CB-1494</a> - Supports running server behind a proxy, such as Heroku Cedar
-<li><a href="https://issues.apache.org/jira/browse/CB-2650">CB-2650</a> - Weinre style inspection breaks with normalize.css    
+<li><a href="https://issues.apache.org/jira/browse/CB-2650">CB-2650</a> - Weinre style inspection breaks with normalize.css
 <li><a href="https://issues.apache.org/jira/browse/CB-3319">CB-3319</a> - Chrome is setting window properties which now breaks Weinre
 <li><a href="https://issues.apache.org/jira/browse/CB-3328">CB-3328</a> - chrome version >= 27 breaks flex-box usage
 <li><a href="https://issues.apache.org/jira/browse/CB-3378">CB-3378</a> - support for FF and IE10
+<li><a href="https://issues.apache.org/jira/browse/CB-6991">CB-6991</a> - Weinre fails to load in browsers without a built-in development console
 </ul>
 
 <!-- ======================================================================= -->
@@ -273,4 +274,4 @@ See <a href="MultiUser.html">the MultiUser doc page</a> for more information.
 
 <ul>
 <li>initial release
-</ul>
\ No newline at end of file
+</ul>