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