You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2019/07/20 10:34:37 UTC

[royale-asjs] branch develop updated (c2a9cc2 -> 3d0602b)

This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from c2a9cc2  ApplicationParametersBead: Make urlVars protected to give user ability to extend class
     add a7ecd32  Add blob and fileContent to IFileModel
     add 8d71548  Refactor of FileProxy so that it doesn't rely on FileModel and uses IFileModel implementers instead.
     add 8799a80  FileModel is now an unprivileged bead, so needs to be specified.
     add 9c2555a  Adding FileModelWithParams which is a FormData implementation in JS. SWF version still incomplete.
     new 3d0602b  Merge branch 'file_proxy_refactor' into develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../FileProxy/src/main/royale/FileProxy.mxml       |   1 +
 .../Network/src/main/resources/basic-manifest.xml  |   2 +
 .../royale/org/apache/royale/file/FileProxy.as     |  56 +++++++++-
 .../royale/org/apache/royale/file/IFileModel.as    |  45 ++++++++
 .../org/apache/royale/file/beads/FileBrowser.as    |   9 +-
 .../org/apache/royale/file/beads/FileLoader.as     |   6 +-
 .../org/apache/royale/file/beads/FileModel.as      |  34 +++---
 .../royale/file/beads/FileModelWithParams.as       | 117 +++++++++++++++++++++
 .../main/royale/org/apache/royale/net/URLStream.as |   4 +-
 9 files changed, 250 insertions(+), 24 deletions(-)
 create mode 100644 frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads/FileModelWithParams.as


[royale-asjs] 01/01: Merge branch 'file_proxy_refactor' into develop

Posted by yi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 3d0602b65c286228e1fb90aa131c2d72c1fe9e6a
Merge: c2a9cc2 9c2555a
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Sat Jul 20 13:34:12 2019 +0300

    Merge branch 'file_proxy_refactor' into develop

 .../FileProxy/src/main/royale/FileProxy.mxml       |   1 +
 .../Network/src/main/resources/basic-manifest.xml  |   2 +
 .../royale/org/apache/royale/file/FileProxy.as     |  56 +++++++++-
 .../royale/org/apache/royale/file/IFileModel.as    |  45 ++++++++
 .../org/apache/royale/file/beads/FileBrowser.as    |   9 +-
 .../org/apache/royale/file/beads/FileLoader.as     |   6 +-
 .../org/apache/royale/file/beads/FileModel.as      |  34 +++---
 .../royale/file/beads/FileModelWithParams.as       | 117 +++++++++++++++++++++
 .../main/royale/org/apache/royale/net/URLStream.as |   4 +-
 9 files changed, 250 insertions(+), 24 deletions(-)