[GitHub] cordova-browser pull request: CB-8182 - port 'cordova serve' to 'c...

2015-01-27 Thread kirkshoop
Github user kirkshoop commented on the pull request: https://github.com/apache/cordova-browser/pull/9#issuecomment-71700446 I agree that duplicating functionality has consequences. I would like to understand the scenarios that `cordova serve` supports. If the existing `cordova

[GitHub] cordova-windows pull request: CB-8307 - new 10yr cert and tools to...

2015-01-27 Thread kirkshoop
Github user kirkshoop commented on the pull request: https://github.com/apache/cordova-windows/pull/55#issuecomment-71703538 @sgrebnov I changed the code to only use node-forge if it is installed. I tried `npm install --production` and the console reported that the certificate was

[GitHub] cordova-browser pull request: CB-8182 - port 'cordova serve' to 'c...

2015-01-27 Thread kirkshoop
Github user kirkshoop commented on the pull request: https://github.com/apache/cordova-browser/pull/9#issuecomment-71700549 @jsoref Thanks for the comments, please see my updates --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-browser pull request: CB-8182 - port 'cordova serve' to 'c...

2015-01-27 Thread kirkshoop
Github user kirkshoop commented on the pull request: https://github.com/apache/cordova-browser/pull/9#issuecomment-71698886 rebased the commits to master and changes the messages. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-windows pull request: CB-8307 - new 10yr cert and tools to...

2015-01-27 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/55#issuecomment-71706426 looks great! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this

[GitHub] cordova-wp8 pull request: Add comment block to explain the intent ...

2015-01-27 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-wp8/pull/74 Add comment block to explain the intent of this code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/purplecabbage/cordova-wp8

[GitHub] cordova-wp8 pull request: Improved console logging

2015-01-27 Thread oliversalzburg
Github user oliversalzburg commented on the pull request: https://github.com/apache/cordova-wp8/pull/66#issuecomment-71618719 While I was looking into this, I realized what my original intention for this change was. There is a certain period before `cordova-plugin-console` is

[GitHub] cordova-wp8 pull request: Add comment block to explain the intent ...

2015-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-wp8/pull/74 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cordova-wp8 pull request: Removed ConsoleHelper from VS Project Te...

2015-01-27 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-wp8/pull/73#issuecomment-71615144 console.log is expected intrinsic browser behavior and should exist without needing to install a plugin. The default template cordova application even has

[GitHub] cordova-wp8 pull request: Improved console logging

2015-01-27 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-wp8/pull/66#issuecomment-71620695 @oliversalzburg Oops, My last change to add the comment looks like it means this has to be rebased. I will pull this in, but I have one more small change.

[GitHub] cordova-lib pull request: CB-5696 find ios project directory using...

2015-01-27 Thread Mitko-Kerezov
Github user Mitko-Kerezov commented on the pull request: https://github.com/apache/cordova-lib/pull/151#issuecomment-71607363 Hey @shazron can you take a look at this --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-wp8 pull request: Removed ConsoleHelper from VS Project Te...

2015-01-27 Thread oliversalzburg
GitHub user oliversalzburg opened a pull request: https://github.com/apache/cordova-wp8/pull/73 Removed ConsoleHelper from VS Project Template It is not clear what the intent or benefit of the code is at this point. Identical functionality is provided by cordova-plugin-console.

[GitHub] cordova-wp8 pull request: Removed ConsoleHelper from VS Project Te...

2015-01-27 Thread oliversalzburg
Github user oliversalzburg commented on the pull request: https://github.com/apache/cordova-wp8/pull/73#issuecomment-71616569 Thanks. If only there was a way to communicate intent of code, then I would not have wasted any time in the first place. --- If your project is set up for

[GitHub] cordova-wp8 pull request: Removed ConsoleHelper from VS Project Te...

2015-01-27 Thread oliversalzburg
Github user oliversalzburg closed the pull request at: https://github.com/apache/cordova-wp8/pull/73 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: File Transfer plugin and Crosswalk engine cookies

2015-01-27 Thread Murat Sutunc
What exactly would this flag do underneath? I suppose it will add the crosswalk plugin and run it's tests. Am I missing anything else? On Jan 27, 2015, at 12:29 PM, Jesse purplecabb...@gmail.com wrote: If you know there will be more, wouldn't it be simpler to just do something like :

Re: File Transfer plugin and Crosswalk engine cookies

2015-01-27 Thread Jesse
If you know there will be more, wouldn't it be simpler to just do something like : --webview=crosswalk // ? Just a small thing. @purplecabbage risingj.com On Tue, Jan 27, 2015 at 12:23 PM, Andrew Grieve agri...@chromium.org wrote: I think that would be manageable. Especially since right now

[GitHub] cordova-windows pull request: CB-8307 - new 10yr cert and tools to...

2015-01-27 Thread kirkshoop
Github user kirkshoop commented on the pull request: https://github.com/apache/cordova-windows/pull/55#issuecomment-71731795 @purplecabbage Yes, this does add a dependency on node-forge, but only for publishing the platform, not when using it. Thus the node-forge package has not been

[GitHub] cordova-windows pull request: CB-8307 - new 10yr cert and tools to...

2015-01-27 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/55#issuecomment-71734265 This may be better served living in cordova-coho which is the tool that we use to package a release. Or possibly have the generate_certificate.js call

[GitHub] cordova-windows pull request: CB-8307 - new 10yr cert and tools to...

2015-01-27 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/55#issuecomment-71725852 I believe this still makes node-forge a dependency. Running `npm install` will install all 'dependencies' and all 'devDependencies' and the only way to

Re: File Transfer plugin and Crosswalk engine cookies

2015-01-27 Thread Andrew Grieve
I think that would be manageable. Especially since right now there is only 1. On Tue, Jan 27, 2015 at 2:16 PM, Joe Bowser bows...@gmail.com wrote: I don't know if we want to do that, then we'd have to create flags for every potential third party webview. On Tue Jan 27 2015 at 7:03:28 AM

Re: File Transfer plugin and Crosswalk engine cookies

2015-01-27 Thread Andrew Grieve
Sounds good. We should add a --crosswalk flag to createmobilespec.sh :) On Tue, Jan 27, 2015 at 2:07 AM, Hu, Ningxin ningxin...@intel.com wrote: Hi Joe, Crosswalk has its own release schedule, so it should have its own test project somewhere that tests the interfaces that it implements.

[GitHub] cordova-android pull request: CB-5059 Add a CookieManager abstract...

2015-01-27 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/151#discussion_r23613974 --- Diff: framework/src/org/apache/cordova/ICordovaCookieManager.java --- @@ -0,0 +1,45 @@ +/* + Licensed to the Apache Software

Cordova plugin namespace

2015-01-27 Thread John M. Wargo
Looking at the plugin guide at http://cordova.apache.org/docs/en/4.0.0/plugin_ref_spec.md.html the first sentence on the page refers to a Cordova Plugin Namespace page that no longer exists: http://apache.org/cordova/ns/plugins/1.0. Anyone know what happened to it? -- *John M. Wargo*

[Proposal] Publishing plugins to NPM top level package.json for cordova projects

2015-01-27 Thread Steven Gill
Hey All, In preparation of the upcoming hangout this Thursday, here is my proposal on publishing plugins to npm (Phase 1) and adding a top level package.json into every cordova project (Phase 2). https://docs.google.com/document/d/1M0L4RHp8U6T_TZANaGz20RwLDulM1_iE56osU-o_bUU/edit?usp=sharing

Re: File Transfer plugin and Crosswalk engine cookies

2015-01-27 Thread Joe Bowser
I don't know if we want to do that, then we'd have to create flags for every potential third party webview. On Tue Jan 27 2015 at 7:03:28 AM Andrew Grieve agri...@chromium.org wrote: Sounds good. We should add a --crosswalk flag to createmobilespec.sh :) On Tue, Jan 27, 2015 at 2:07 AM, Hu,

[GitHub] cordova-browser pull request: CB-8224: Add support to launch a spe...

2015-01-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-browser/pull/8#issuecomment-71756729 I rebased and updated this change. I would love someone to review this. Thanks! --- If your project is set up for it, you can reply to this email and have your

[GitHub] cordova-android pull request: CB-5059 Add a CookieManager abstract...

2015-01-27 Thread infil00p
Github user infil00p commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/151#discussion_r23665332 --- Diff: framework/src/org/apache/cordova/ICordovaCookieManager.java --- @@ -0,0 +1,45 @@ +/* + Licensed to the Apache Software

[GitHub] cordova-android pull request: CB-5059 Add a CookieManager abstract...

2015-01-27 Thread dpogue
Github user dpogue commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/151#discussion_r23665411 --- Diff: framework/src/org/apache/cordova/ICordovaCookieManager.java --- @@ -0,0 +1,45 @@ +/* + Licensed to the Apache Software

[GitHub] cordova-medic pull request: [INFRA-8588] Fixing build script bugs,...

2015-01-27 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-medic/pull/24 [INFRA-8588] Fixing build script bugs, with a focus on OS X. Adding install step for `cordova-js` and running `createmobilespec.js` directly with `node` instead of running it from

RE: cordova-android 4.0 JUnit tests

2015-01-27 Thread Hu, Ningxin
Hi Joe, The tests don't work with Crosswalk because Crosswalk's main class doesn't inherit from a view. This is why we had to change the CordovaWebView from being a class to being an Interface in the first place. I don't think there is a way for these tests to work with Crosswalk because

[GitHub] cordova-plugin-file-transfer pull request: CB-5059 Add a CookieMan...

2015-01-27 Thread dpogue
GitHub user dpogue opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/60 CB-5059 Add a CookieManager abstraction for pluggable webviews. This allows FileTransfer to correctly use webview cookies regardless of which webview engine is in use.

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-01-27 Thread sandstrom
Github user sandstrom commented on the pull request: https://github.com/apache/cordova-plugins/pull/15#issuecomment-71672888 @clelland @shazron sorry for the prodding, but is there any chance you can take a look at this? --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugins pull request: CB-8337: Fix keyboardShrinksView for...

2015-01-27 Thread sandstrom
Github user sandstrom commented on the pull request: https://github.com/apache/cordova-plugins/pull/18#issuecomment-71673165 @shazron friendly ping! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] cordova-android pull request: CB-5059 Add a CookieManager abstract...

2015-01-27 Thread dpogue
Github user dpogue commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/151#discussion_r23664825 --- Diff: framework/src/org/apache/cordova/ICordovaCookieManager.java --- @@ -0,0 +1,45 @@ +/* + Licensed to the Apache Software