You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by to...@apache.org on 2018/03/07 07:01:14 UTC

[5/5] incubator-weex git commit: * [WEEX-240] [android] feature update for weexsandbox and size off so 1. every page will has a runtime context independent of other page 2. At the beginning of js, will use // {"framework" : "Rax"} or // {"framework" :

 * [WEEX-240] [android] feature update for weexsandbox and size off so
 1. every page will has a runtime context independent of other page
 2. At the beginning of js, will use // {"framework" : "Rax"} or // {"framework" : "Vue"} to distinguish type
 3. if page type is neither Rax nor Vue, will use global context runtime
 4. delete some usless code and opt build tools, trim so


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/7c5ef1c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/7c5ef1c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/7c5ef1c6

Branch: refs/heads/master
Commit: 7c5ef1c68f7c71f9179af7693ae20a691a02c971
Parents: 4b0e374
Author: yuhun-alibaba <to...@gmail.com>
Authored: Thu Mar 1 22:11:16 2018 +0800
Committer: yuhun-alibaba <to...@gmail.com>
Committed: Wed Mar 7 14:58:45 2018 +0800

----------------------------------------------------------------------
 android/sdk/assets/main-backup.js               |     1 +
 android/sdk/assets/weex-rax.js                  |  8299 +++++++
 android/sdk/libs/armeabi/libweexjsb.so          |   Bin 22620 -> 67264 bytes
 android/sdk/libs/armeabi/libweexjsc.so          |   Bin 337468 -> 276000 bytes
 android/sdk/libs/armeabi/libweexjss.so          |   Bin 6774704 -> 2965560 bytes
 android/sdk/libs/armeabi/libweexjst.so          |   Bin 22552 -> 22552 bytes
 android/sdk/libs/x86/libweexjsc.so              |   Bin 649940 -> 655556 bytes
 android/sdk/libs/x86/libweexjss.so              |   Bin 10942128 -> 8373712 bytes
 .../java/com/taobao/weex/WXEnvironment.java     |     3 +
 .../java/com/taobao/weex/WXSDKInstance.java     |    20 +
 .../java/com/taobao/weex/bridge/WXBridge.java   |    28 +
 .../com/taobao/weex/bridge/WXBridgeManager.java |   266 +-
 .../java/com/taobao/weex/common/IWXBridge.java  |    29 +
 .../java/com/taobao/weex/common/WXConfig.java   |     1 +
 pre-build/native-bundle-main.js                 | 19080 ++++++++++++++++-
 15 files changed, 27721 insertions(+), 6 deletions(-)
----------------------------------------------------------------------