This is an automated email from the ASF dual-hosted git repository.
hiedra pushed a change to branch examples/TDJ_localresources
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
from 9222282204 Fix error incorrect type event in FileReference.mxml Some
browsers, like Chrome, have tightened their security policies. We make sure to
simulate opening the record selector by clicking on the active element.
add deeb1aec45 JSONReviver: when replacing a plain object with a class
instance, return the class instance
add 33c259c96b ASDoc: various Lists and DataContainers should have
variable row heights so that text for descriptions and parameters and things
don't overlap
add ad2f36a549 ASDoc: fix OptionalHashAnchorStringItemRenderer hiding the
-> for the last item
add 5933d8dc3e ASDoc: add ASDocClassField for non-accessor fields
add 71e2b7213e ASDoc: no border around inheritance list
add 47a8b4ef4e ASDoc: a little more spacing after
package/class/inheritance labels and their values
add 340d4ee5b9 ASDoc: fix aligning and sizing of function signature
parameters
add 97766b60e3 ASDoc: remove extra comma after last parameter in function
signatures
add f0f4f85c63 ASDoc: let <pre> tags scroll instead of growing as wide as
possible
add 7138dcc00f ASDoc: inheritance list scrolls horizontally if it gets too
large
add 1e56344734 ASDoc: resize app when browser resizes, and don't let body
scroll
add 69b101805a RoyaleSite: make the top bar layout match the real site a
bit better
add 5f2a1a2dbf ASDoc: fix issue where content was too big for body due to
bad measurements from margin and flex-wrap
add c071c6fdcf ASDoc: add ASDocInterface for JSONReviver
add a57891fa57 ASDocModel: add ioError listeners and recovery from certain
errors
add 8ff67d79ef ASDoc: sanitize HTML for class description
add 2e77089864 ASDoc: detail renderers display descriptions as HTML and
sanitize it
add a76f7fb8f7 ASDoc: stricter builds
new 0452038b95 Fix error incorrect type event in FileReference.mxml Some
browsers, like Chrome, have tightened their security policies. We make sure to
simulate opening the record selector by clicking on the active element.
new 798a7cd661 Merge branch 'examples/TDJ_localresources' of
https://github.com/apache/royale-asjs into examples/TDJ_localresources
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:
examples/royale/ASDoc/build.xml | 2 -
examples/royale/ASDoc/src/main/royale/ASDoc.mxml | 10 ++
.../ASDoc/src/main/royale/ASDocClassField.as | 14 +-
.../royale/ASDoc/src/main/royale/ASDocInterface.as | 14 +-
.../ASDoc/src/main/royale/ASDocMainView.mxml | 84 ++++++++---
.../ASDoc/src/main/royale/EventDetailRenderer.mxml | 14 +-
.../src/main/royale/MethodDetailRenderer.mxml | 27 ++--
.../src/main/royale/MethodSummaryRenderer.mxml | 15 +-
.../royale/OptionalHashAnchorStringItemRenderer.as | 2 +-
.../ASDoc/src/main/royale/ParameterRenderer.as | 4 +-
.../src/main/royale/PropertyDetailRenderer.mxml | 14 +-
.../ASDoc/src/main/royale/models/ASDocModel.as | 163 +++++++++++++++------
.../apache/royale/reflection/beads/JSONReviver.as | 1 +
.../RoyaleSite/src/main/resources/defaults.css | 29 ++--
.../royale/org/apache/royale/site/DocTopBar.mxml | 1 -
15 files changed, 261 insertions(+), 133 deletions(-)
copy frameworks/projects/HTML/src/main/royale/HTMLClasses.as =>
examples/royale/ASDoc/src/main/royale/ASDocClassField.as (78%)
copy frameworks/projects/HTML/src/main/royale/HTMLClasses.as =>
examples/royale/ASDoc/src/main/royale/ASDocInterface.as (81%)