Merge branch 'develop' into feature/strand-work
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/41ac35e8 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/41ac35e8 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/41ac35e8 Branch: refs/heads/feature/strand-work Commit: 41ac35e83f56aa63abf01980ba55fea5617fa331 Parents: 41e30e2 b730bd8 Author: piotrz <[email protected]> Authored: Sun Jul 16 20:12:00 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Jul 16 20:12:00 2017 +0200 ---------------------------------------------------------------------- .gitignore | 2 +- examples/flexjs/DebuggingExample/README.txt | 39 ++++++ examples/flexjs/DebuggingExample/build.xml | 55 ++++++++ examples/flexjs/DebuggingExample/pom.xml | 73 ++++++++++ .../src/main/config/compile-app-config.xml | 23 ++++ .../src/main/flex/DebuggingExample.mxml | 34 +++++ .../src/main/flex/MyInitialView.mxml | 103 ++++++++++++++ examples/flexjs/pom.xml | 2 + .../projects/Core/src/main/flex/CoreClasses.as | 7 + .../flex/org/apache/flex/debugging/assert.as | 44 ++++++ .../org/apache/flex/debugging/assertType.as | 42 ++++++ .../flex/org/apache/flex/debugging/check.as | 44 ++++++ .../apache/flex/debugging/conditionalBreak.as | 46 +++++++ .../flex/org/apache/flex/debugging/notNull.as | 46 +++++++ .../main/flex/org/apache/flex/file/FileProxy.as | 2 +- .../flex/file/beads/FileBrowserWithFilter.as | 7 +- .../org/apache/flex/file/beads/FileModel.as | 17 ++- .../org/apache/flex/file/beads/FileUploader.as | 1 - .../flex/org/apache/flex/net/BinaryUploader.as | 7 +- .../flex/net/beads/CORSCredentialsBead.as | 133 +++++++++++-------- 20 files changed, 660 insertions(+), 67 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/41ac35e8/frameworks/projects/Core/src/main/flex/CoreClasses.as ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/41ac35e8/frameworks/projects/Network/src/main/flex/org/apache/flex/net/BinaryUploader.as ----------------------------------------------------------------------
