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 7138dcc00f ASDoc: inheritance list scrolls horizontally if it gets too 
large
     new 1e56344734 ASDoc: resize app when browser resizes, and don't let body 
scroll
     new 69b101805a RoyaleSite: make the top bar layout match the real site a 
bit better
     new 5f2a1a2dbf ASDoc: fix issue where content was too big for body due to 
bad measurements from margin and flex-wrap
     new c071c6fdcf ASDoc: add ASDocInterface for JSONReviver
     new a57891fa57 ASDocModel: add ioError listeners and recovery from certain 
errors
     new 8ff67d79ef ASDoc: sanitize HTML for class description
     new 2e77089864 ASDoc: detail renderers display descriptions as HTML and 
sanitize it
     new a76f7fb8f7 ASDoc: stricter builds

The 8 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:
 examples/royale/ASDoc/build.xml                    |   2 -
 examples/royale/ASDoc/src/main/royale/ASDoc.mxml   |   5 +
 .../royale/ASDoc/src/main/royale/ASDocInterface.as |  14 +-
 .../ASDoc/src/main/royale/ASDocMainView.mxml       |  13 +-
 .../ASDoc/src/main/royale/EventDetailRenderer.mxml |   4 +-
 .../src/main/royale/MethodDetailRenderer.mxml      |   4 +-
 .../src/main/royale/PropertyDetailRenderer.mxml    |   4 +-
 .../ASDoc/src/main/royale/models/ASDocModel.as     | 159 ++++++++++++++-------
 .../RoyaleSite/src/main/resources/defaults.css     |  29 ++--
 .../royale/org/apache/royale/site/DocTopBar.mxml   |   1 -
 10 files changed, 154 insertions(+), 81 deletions(-)
 copy frameworks/projects/HTML/src/main/royale/HTMLClasses.as => 
examples/royale/ASDoc/src/main/royale/ASDocInterface.as (81%)

Reply via email to