You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/05 02:06:14 UTC

[jira] [Commented] (CB-3440) [BlackBerry10] Investigate failing File API specs

    [ https://issues.apache.org/jira/browse/CB-3440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989205#comment-13989205 ] 

ASF GitHub Bot commented on CB-3440:
------------------------------------

GitHub user bryanhiggins opened a pull request:

    https://github.com/apache/cordova-plugin-file/pull/44

    CB-3440 [BlackBerry10] Proxy based implementation

    This is a re-write of the file plugin for BB10. Rather than clobbering the
    window objects this utilizes the exec proxy to handle requests from common
    JS in the content webview. All operations are handled by the webkit HTML5
    file system API. The setSandbox function in index.js allows the file system
    to be toggled between full device filesystem access and the app's local
    sandbox.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/blackberry-webworks/cordova-plugin-file bb10-1.0

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-file/pull/44.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #44
    
----
commit b7ba108f08b90ead2efb55bd40e1215fdde10cca
Author: Bryan Higgins <bh...@blackberry.com>
Date:   2014-03-29T22:57:27Z

    CB-3440 [BlackBerry10] Proxy based implementation
    
    This is a re-write of the file plugin for BB10. Rather than clobbering the
    window objects this utilizes the exec proxy to handle requests from common
    JS in the content webview. All operations are handled by the webkit HTML5
    file system API. The setSandbox function in index.js allows the file system
    to be toggled between full device filesystem access and the app's local
    sandbox.

----


> [BlackBerry10] Investigate failing File API specs
> -------------------------------------------------
>
>                 Key: CB-3440
>                 URL: https://issues.apache.org/jira/browse/CB-3440
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: BlackBerry
>    Affects Versions: 2.8.0
>            Reporter: Bryan Higgins
>            Assignee: Bryan Higgins
>
> error code mismatches
> invalid file names (colon is allowed in QNX)



--
This message was sent by Atlassian JIRA
(v6.2#6252)