You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Drew Walters (JIRA)" <ji...@apache.org> on 2012/10/22 20:22:16 UTC

[jira] [Created] (CB-1698) Remove WebScriptDebugDelegate.h

Drew Walters created CB-1698:
--------------------------------

             Summary: Remove WebScriptDebugDelegate.h
                 Key: CB-1698
                 URL: https://issues.apache.org/jira/browse/CB-1698
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 2.2.0
            Reporter: Drew Walters
            Assignee: Shazron Abdullah
            Priority: Minor


Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 

The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.

In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-1698.
----------------------------------

    Resolution: Fixed

Removed from LICENSE: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/1a494d15
                
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Drew Walters (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Drew Walters reopened CB-1698:
------------------------------


Reopening this because the top leve iOS LICENSE file needs modified to remove the license from WebScriptDebugDelegate.h.
                
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Drew Walters (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483254#comment-13483254 ] 

Drew Walters commented on CB-1698:
----------------------------------

Thanks Shazron!
                
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481834#comment-13481834 ] 

Shazron Abdullah commented on CB-1698:
--------------------------------------

No, it does not need to be in Cordova anymore. This was for when we still supported iOS 3 which seems eons ago. I second the call to remove them. I can remove them and host them in my github if there is still interest for some reason (for example, it enablesm one to hook into step by step js debugging).

Regarding the license -- it was looked over by some Apache principals in LEGAL-DISCUSS and they deemed it Apache equivalent. 
                
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13484478#comment-13484478 ] 

Shazron Abdullah commented on CB-1698:
--------------------------------------

Oops - fixing this now.
                
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Drew Walters (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483257#comment-13483257 ] 

Drew Walters commented on CB-1698:
----------------------------------

One thing I noticed, the copyright and license needs to be removed from the top level iOS LICENSE file.
                
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-1698.
----------------------------------

    Resolution: Fixed

1. Commit - http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/516768df

2. Moved to https://github.com/shazron/cordova-debugview
                
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1698) Remove WebScriptDebugDelegate.h

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-1698:
---------------------------------

    Fix Version/s: 2.2.0
    
> Remove WebScriptDebugDelegate.h
> -------------------------------
>
>                 Key: CB-1698
>                 URL: https://issues.apache.org/jira/browse/CB-1698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.2.0
>            Reporter: Drew Walters
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> Legal review of the Cordova code base has identified an Apple copyright statement which appears in CordovaLib/Classes/debugview/WebScriptDebugDelegate.h. The copyright and associated license are included in the Cordova iOS LICENSE file. 
> The code contained in debugview is not built by default but must be manually included by the user. Does this code really need to be included in core Cordova package? Given the built-in Web Inspector debugging available in iOS6 this likely becomes unnecessary and may be better provided as a plug-in or separate download.
> In order to minimize license issues I would like to propose that this code be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira