You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/11/27 18:14:39 UTC

[royale-asjs] branch develop updated (2746a28 -> 20b9b31)

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

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


    from 2746a28  XML.normalize was deleting the wrong node if there was two consecutive empty text nodes, which can happen if a non-text node is commented out.  The commented out node will be removed elsewhere leave the two text nodes next to each other.  But if the text nodes are empty they are removed, so lastChild should not point to a removed text node, otherwise it will try to deleteChildAt(i+1) which can be the last valid non-text node.  I also took out the range checking on delete [...]
     add ea01dfc  indentation adjusted
     add 2b2fd8e  status handler added for JS
     add 4ff6287  Removed "this" reference
     new 20b9b31  Merge pull request #349 from nihavend/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:
 .../src/main/royale/mx/events/HTTPStatusEvent.as   | 148 +++++++++++----------
 1 file changed, 76 insertions(+), 72 deletions(-)


[royale-asjs] 01/01: Merge pull request #349 from nihavend/develop

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

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

commit 20b9b31b1d8cdea489db4e3e0d45c6e4185f0b45
Merge: 2746a28 4ff6287
Author: aharui <ah...@apache.org>
AuthorDate: Tue Nov 27 10:14:34 2018 -0800

    Merge pull request #349 from nihavend/develop
    
    Added status variable and getter for JS compiler.

 .../src/main/royale/mx/events/HTTPStatusEvent.as   | 148 +++++++++++----------
 1 file changed, 76 insertions(+), 72 deletions(-)