You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/09/26 04:48:07 UTC

[1/2] git commit: No longer need to kill Chrome

Repository: cordova-browser
Updated Branches:
  refs/heads/master 798aa7434 -> 217cafe16


No longer need to kill Chrome


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

Branch: refs/heads/master
Commit: 17d5851f2a5f5a3697b342c5db20a24470ff4071
Parents: d3d9172
Author: Michal Mocny <mm...@gmail.com>
Authored: Thu Sep 25 11:40:47 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Thu Sep 25 11:40:47 2014 -0400

----------------------------------------------------------------------
 bin/templates/project/cordova/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/17d5851f/bin/templates/project/cordova/run
----------------------------------------------------------------------
diff --git a/bin/templates/project/cordova/run b/bin/templates/project/cordova/run
index e4e8baa..cc80ed2 100755
--- a/bin/templates/project/cordova/run
+++ b/bin/templates/project/cordova/run
@@ -23,4 +23,4 @@ var shell = require('shelljs'),
     spawn = require('child_process').spawn,
     project = 'file://' + shell.pwd() + '/platforms/browser/www/index.html';
 
-spawn('open', ['-a', 'Google\ Chrome', '--args', '--disable-web-security', project]);
+spawn('open', ['-n', '-a', 'Google\ Chrome', '--args', '--disable-web-security', '--user-data-dir=/tmp/temp_chrome_user_data_dir_for_cordova_browser', project]);


[2/2] git commit: Merge branch 'update_chrome_run' of https://github.com/mmocny/cordova-browser

Posted by st...@apache.org.
Merge branch 'update_chrome_run' of https://github.com/mmocny/cordova-browser


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

Branch: refs/heads/master
Commit: 217cafe160001016c09a87b35d5fac8aaa8d2233
Parents: 798aa74 17d5851
Author: Steven Gill <st...@gmail.com>
Authored: Thu Sep 25 19:47:16 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Sep 25 19:47:16 2014 -0700

----------------------------------------------------------------------
 bin/templates/project/cordova/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------