You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2021/12/27 10:25:22 UTC

[royale-asjs] branch develop updated (768cf00 -> 4c783b9)

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

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


    from 768cf00  Avoid issues where layout is triggered before all children are created
     add 1b12594  Added sanitizeUrl and sanitizeHtml
     add 6eeaade  added more files to extract
     add 37b973d  Added classes but doesn't work when minified
     add 4c783b9  Merge branch 'develop' into feature/sanitize

No new revisions were added by this update.

Summary of changes:
 frameworks/downloads.xml                           | 42 +++++++++++++++++++++-
 .../projects/Core/src/main/royale/CoreClasses.as   |  2 ++
 .../royale/utils/string/InternalHtmlSanitizer.as   | 22 ++++++------
 .../apache/royale/utils/string/InternalSafeHtml.as | 23 ++++++------
 .../apache/royale/utils/string/InternalSafeUrl.as  | 28 +++++++--------
 .../apache/royale/utils/string/sanitizeHtml.as}    | 15 ++++----
 .../org/apache/royale/utils/string/sanitizeUrl.as} | 17 +++++----
 .../src/test/royale/flexUnitTests/CoreTester.as    |  1 +
 .../src/test/royale/flexUnitTests/SanitizeTest.as} | 16 ++++++---
 9 files changed, 108 insertions(+), 58 deletions(-)
 copy examples/royale/MobileStocks/src/main/royale/renderers/CompanyNameRenderer.as => frameworks/projects/Core/src/main/royale/org/apache/royale/utils/string/InternalHtmlSanitizer.as (74%)
 copy examples/jewel/royale-website/src/main/royale/markdownit/Renderer.as => frameworks/projects/Core/src/main/royale/org/apache/royale/utils/string/InternalSafeHtml.as (77%)
 copy examples/royale/TableExample/src/main/royale/dataTable/model/DataTableModel.as => frameworks/projects/Core/src/main/royale/org/apache/royale/utils/string/InternalSafeUrl.as (70%)
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/NoViewport.as => Core/src/main/royale/org/apache/royale/utils/string/sanitizeHtml.as} (82%)
 copy frameworks/projects/{Basic/src/main/royale/org/apache/royale/html/supportClasses/NoViewport.as => Core/src/main/royale/org/apache/royale/utils/string/sanitizeUrl.as} (81%)
 copy frameworks/projects/{ExternsJS/src/test/royale/flexUnitTests/ComponentTest.as => Core/src/test/royale/flexUnitTests/SanitizeTest.as} (80%)