This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a change to branch improvements/Language
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 99b6c63 Merge branch 'develop' into improvements/Language
add e8d8f91 blog-examples: preparing project for next example
add 81c97b7 Added CollectionChangeUpdateForArrayListData to Basic
add 3be398a Add Moonshine IDE project file to ASDoc
new 6a85857 Merge branch 'develop' into improvements/Language
new f270157 Add js-release output to HelloWorld maven build
new bc4bf05 minor Vector optimizations
new beac5c6 Vector improvements and optimizations (runtime performance,
output footprint)
new bce6ba5 refactor private beads to correspond to different
requirements between targets
new 87961c6 tweaks to build settings to use new line separations support
in the additionalCompilerOptions
add 1902fdd Use a template method for visual display so renderer can more
easily be extened
add a72427a jewel: correct some doc comments
add e884f20 frameworks: library unit tests use <royaleunit> Ant task
instead of <flexunit> Ant task
add 26b4376 RoyaleUnit: CIListener uses WebSocket in JavaScript
add d2c7d3f Tests: some tweaks necessary to get library tests
building/running in JS
add 5f6242e removed ace-config.xml from repository because it is
automatically generated like the other -config.xml files
add e18d7d7 Build files for JS libraries find the compilers the same way
as the build files for SWF libraries
add e7824c6 Added test target to Ant builds for JS libraries
add b54e30c BasicJS, CoreJS, RoyaleUnitJS: enabled RoyaleUnit tests
add c9943e1 Tests for JS libraries use Chrome or Firefox on macOS, if
available
new adfc975 Merge branch 'develop' into improvements/Language
The 7 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:
.gitignore | 1 +
..._javascript_libraries_in_Apache_Royale.as3proj} | 4 +-
.../README.txt | 0
.../asconfig.json | 5 +-
.../build.xml | 3 +-
.../pom.xml | 6 +-
.../resources/jewel-example-index-template.html | 0
...rnal_javascript_libraries_in_Apache_Royale.mxml | 65 ++++
.../src/main/royale/hljs.as | 0
.../ASDoc/ASDoc.as3proj} | 66 ++--
examples/royale/HelloWorld/pom.xml | 15 +
frameworks/ace-config.xml | 347 ---------------------
frameworks/build.xml | 14 +-
frameworks/js/projects/AceJS/build.xml | 51 +--
frameworks/js/projects/BasicJS/build.xml | 51 +--
.../projects/BasicJS}/src/test/royale/build.xml | 96 +++---
frameworks/js/projects/BindingJS/build.xml | 51 +--
frameworks/js/projects/ChartsJS/build.xml | 51 +--
frameworks/js/projects/CollectionsJS/build.xml | 51 +--
frameworks/js/projects/CoreJS/build.xml | 51 +--
.../projects/CoreJS}/src/test/royale/build.xml | 96 +++---
frameworks/js/projects/CreateJSJS/build.xml | 51 +--
frameworks/js/projects/DragDropJS/build.xml | 51 +--
frameworks/js/projects/EffectsJS/build.xml | 51 +--
frameworks/js/projects/ExpressJS/build.xml | 51 +--
frameworks/js/projects/FlatJS/build.xml | 51 +--
frameworks/js/projects/FontAwesomeJS/build.xml | 51 +--
frameworks/js/projects/FormattersJS/build.xml | 51 +--
frameworks/js/projects/GoogleMapsJS/build.xml | 51 +--
frameworks/js/projects/GraphicsJS/build.xml | 51 +--
frameworks/js/projects/HTML5JS/build.xml | 51 +--
frameworks/js/projects/HTMLJS/build.xml | 51 +--
frameworks/js/projects/IconsJS/build.xml | 51 +--
frameworks/js/projects/JQueryJS/build.xml | 51 +--
frameworks/js/projects/JewelJS/build.xml | 51 +--
frameworks/js/projects/LanguageJS/build.xml | 51 +--
frameworks/js/projects/MXRoyaleJS/build.xml | 51 +--
.../js/projects/MaterialDesignLiteJS/build.xml | 51 +--
frameworks/js/projects/MobileJS/build.xml | 51 +--
frameworks/js/projects/NetworkJS/build.xml | 51 +--
frameworks/js/projects/ReflectionJS/build.xml | 51 +--
frameworks/js/projects/RoyaleSiteJS/build.xml | 51 +--
frameworks/js/projects/RoyaleUnitJS/build.xml | 51 +--
.../RoyaleUnitJS}/src/test/royale/build.xml | 96 +++---
frameworks/js/projects/SparkRoyaleJS/build.xml | 51 +--
frameworks/js/projects/StorageJS/build.xml | 51 +--
frameworks/js/projects/TLFJS/build.xml | 51 +--
frameworks/js/projects/TextJS/build.xml | 51 +--
frameworks/js/projects/XMLJS/build.xml | 55 ++--
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../main/royale/org/apache/royale/core/UIBase.as | 99 +-----
.../CollectionChangeUpdateForArrayListData.as | 2 +-
.../html/supportClasses/ColorItemRenderer.as | 36 +--
.../royale/FlexUnitRoyaleApplication-config.xml | 27 +-
.../src/test/royale/FlexUnitRoyaleApplication.mxml | 11 +-
.../projects/Basic/src/test/royale/build.xml | 37 +--
frameworks/projects/Core/pom.xml | 9 +-
.../org/apache/royale/core/HTMLElementWrapper.as | 112 ++++++-
.../royale/FlexUnitRoyaleApplication-config.xml | 29 +-
.../src/test/royale/FlexUnitRoyaleApplication.mxml | 11 +-
frameworks/projects/Core/src/test/royale/build.xml | 37 +--
.../main/royale/org/apache/royale/jewel/Grid.as | 2 +-
.../main/royale/org/apache/royale/jewel/TabBar.as | 2 +-
.../royale/org/apache/royale/utils/Language.as | 313 ++++++++++++-------
.../src/main/royale/RoyaleUnitClasses.as | 6 +-
.../org/apache/royale/test/listeners/CIListener.as | 102 +++++-
.../royale/FlexUnitRoyaleApplication-config.xml | 27 +-
.../src/test/royale/FlexUnitRoyaleApplication.mxml | 11 +-
.../projects/RoyaleUnit/src/test/royale/build.xml | 37 +--
.../language/LanguageTesterTestVector.as | 61 ++++
.../flexUnitTests/xml/XMLTesterGeneralTest.as | 2 +-
71 files changed, 1752 insertions(+), 1723 deletions(-)
copy
examples/blog/{BE0010_Customization_through_the_Royale_API/BE0010_Customization_through_the_Royale_API.as3proj
=>
BE0012_Using_external_javascript_libraries_in_Apache_Royale/BE0012_Using_external_javascript_libraries_in_Apache_Royale.as3proj}
(94%)
copy examples/blog/{BE0011_Loading_external_data_through_HTTPService =>
BE0012_Using_external_javascript_libraries_in_Apache_Royale}/README.txt (100%)
copy examples/blog/{BE0005_Creating_a_group_of_Jewel_RadioButtons =>
BE0012_Using_external_javascript_libraries_in_Apache_Royale}/asconfig.json (94%)
copy examples/blog/{BE0002_Using_Jewel_Alert_Control =>
BE0012_Using_external_javascript_libraries_in_Apache_Royale}/build.xml (96%)
copy examples/blog/{BE0011_Loading_external_data_through_HTTPService =>
BE0012_Using_external_javascript_libraries_in_Apache_Royale}/pom.xml (91%)
copy examples/blog/{BE0011_Loading_external_data_through_HTTPService =>
BE0012_Using_external_javascript_libraries_in_Apache_Royale}/src/main/resources/jewel-example-index-template.html
(100%)
create mode 100644
examples/blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale/src/main/royale/BE0012_Using_external_javascript_libraries_in_Apache_Royale.mxml
copy examples/{royale/TourDeJewel =>
blog/BE0012_Using_external_javascript_libraries_in_Apache_Royale}/src/main/royale/hljs.as
(100%)
copy examples/{mxroyale/SparkHelloWorld/SparkHelloWorld.as3proj =>
royale/ASDoc/ASDoc.as3proj} (85%)
delete mode 100644 frameworks/ace-config.xml
copy frameworks/{projects/Core =>
js/projects/BasicJS}/src/test/royale/build.xml (60%)
copy frameworks/{projects/Core =>
js/projects/CoreJS}/src/test/royale/build.xml (60%)
copy frameworks/{projects/Core =>
js/projects/RoyaleUnitJS}/src/test/royale/build.xml (60%)
copy
frameworks/projects/{Jewel/src/main/royale/org/apache/royale/jewel/beads/itemRenderers
=>
Basic/src/main/royale/org/apache/royale/html/beads}/CollectionChangeUpdateForArrayListData.as
(98%)