This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from a6a6df6ed5 JewelTheme: Secondary theme for Jewel radiobutton. CSS's
new eefcf960b5 Network: HTTPService data and json getters should be
bindable
new fa5217510e Network: add XMLResult and JSONResult beads for HTTPService
The 2 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:
.../src/main/config/compile-js-config.xml | 1 +
frameworks/projects/Network/pom.xml | 14 ++
.../Network/src/main/resources/basic-manifest.xml | 2 +
.../Network/src/main/royale/NetworkClasses.as | 3 +
.../royale/org/apache/royale/net/HTTPService.as | 2 +
.../org/apache/royale/net/beads/JSONResult.as | 175 +++++++++++++++++++++
.../org/apache/royale/net/beads/XMLResult.as | 175 +++++++++++++++++++++
7 files changed, 372 insertions(+)
create mode 100644
frameworks/projects/Network/src/main/royale/org/apache/royale/net/beads/JSONResult.as
create mode 100644
frameworks/projects/Network/src/main/royale/org/apache/royale/net/beads/XMLResult.as