You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2017/08/24 10:35:59 UTC

[11/24] incubator-weex git commit: Merge branch '0.16-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into ios-feature-accessibility

Merge branch '0.16-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into ios-feature-accessibility

# Conflicts:
#	ios/sdk/WeexSDK.xcodeproj/project.pbxproj


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

Branch: refs/heads/0.16-dev
Commit: efc55ddf0a1704dd792ea91bfa21b484034d0704
Parents: b3ef1a7 4fd66f1
Author: acton393 <zh...@gmail.com>
Authored: Thu Aug 17 15:58:25 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Thu Aug 17 15:58:25 2017 +0800

----------------------------------------------------------------------
 HOW-TO-BUILD.md                                 |    17 +-
 SCRIPTS.md                                      |     4 +-
 android/sdk/libs/x86/libweexjsc.so              |   Bin 7570392 -> 12121924 bytes
 .../java/com/taobao/weex/WXEnvironment.java     |     2 +-
 .../java/com/taobao/weex/WXSDKInstance.java     |    37 +-
 .../main/java/com/taobao/weex/WXSDKManager.java |    36 +-
 .../taobao/weex/adapter/ITracingAdapter.java    |    31 +
 .../com/taobao/weex/bridge/WXBridgeManager.java |    66 +-
 .../java/com/taobao/weex/common/Constants.java  |     3 +
 .../taobao/weex/dom/DOMActionContextImpl.java   |    15 +-
 .../com/taobao/weex/dom/RenderActionTask.java   |    26 +-
 .../java/com/taobao/weex/dom/WXDomHandler.java  |     8 +-
 .../java/com/taobao/weex/dom/WXDomManager.java  |    16 +-
 .../java/com/taobao/weex/dom/WXDomModule.java   |    39 +-
 .../java/com/taobao/weex/dom/WXDomObject.java   |    24 +-
 .../java/com/taobao/weex/dom/WXDomTask.java     |     1 +
 .../taobao/weex/dom/WXRecyclerDomObject.java    |     9 +
 .../dom/action/AbstractAddElementAction.java    |    26 +-
 .../dom/action/AbstractLayoutFinishAction.java  |     3 +-
 .../weex/dom/action/AddElementAction.java       |    26 +
 .../taobao/weex/dom/action/AddEventAction.java  |    24 +-
 .../weex/dom/action/CreateBodyAction.java       |    19 +
 .../weex/dom/action/CreateFinishAction.java     |     6 +
 .../weex/dom/action/RefreshFinishAction.java    |     4 +
 .../taobao/weex/dom/action/TraceableAction.java |    82 +
 .../weex/dom/action/UpdateAttributeAction.java  |     2 +-
 .../weex/dom/action/UpdateStyleAction.java      |     2 +-
 .../java/com/taobao/weex/tracing/Stopwatch.java |   132 +
 .../java/com/taobao/weex/tracing/WXTracing.java |   129 +
 .../com/taobao/weex/ui/WXRenderManager.java     |    26 +-
 .../ui/component/AbstractEditComponent.java     |     2 +-
 .../taobao/weex/ui/component/WXComponent.java   |    65 +-
 .../com/taobao/weex/ui/component/WXSlider.java  |     8 +-
 .../taobao/weex/ui/component/WXVContainer.java  |    18 +
 .../ui/component/list/BasicListComponent.java   |     1 +
 .../weex/ui/view/WXBaseCircleIndicator.java     |     3 +-
 .../taobao/weex/ui/view/WXCircleViewPager.java  |    57 +-
 .../ui/view/refresh/core/WXSwipeLayout.java     |    15 +-
 .../ui/view/refresh/wrapper/BaseBounceView.java |     2 +-
 .../java/com/taobao/weex/utils/WXLogUtils.java  |    45 +-
 .../com/taobao/weex/utils/WXLogUtilsTest.java   |     1 -
 build/build.js                                  |     1 +
 build/config.js                                 |    21 +-
 dangerfile.js                                   |     5 +-
 doc/source/_posts/arkit.md                      |   112 +
 doc/source/_posts/cn/hello.md                   |     6 -
 doc/source/_posts/hello_world.md                |     7 -
 doc/source/_posts/test.md                       |    14 -
 doc/source/cn/blog/index.md                     |     4 -
 .../cn/references/advanced/extend-to-ios.md     |     4 +-
 .../advanced/integrate-devtool-to-android.md    |    86 +-
 doc/source/cn/references/common-style.md        |     2 +
 doc/source/cn/references/components/text.md     |     4 +-
 doc/source/cn/references/modules/animation.md   |     2 +-
 doc/source/references/advanced/extend-to-ios.md |     5 +-
 doc/source/references/common-style.md           |     2 +
 doc/source/references/components/text.md        |     4 +-
 doc/source/references/modules/animation.md      |     2 +-
 doc/themes/weex/layout/_partial/header.ejs      |     1 +
 .../weex/layout/_partial/post/summary.ejs       |     1 +
 doc/themes/weex/source/css/blog.scss            |     3 +
 doc/themes/weex/source/css/media-queries.scss   |     1 +
 doc/themes/weex/source/css/partial/header.scss  |     6 +-
 examples/vanilla/index.js                       |     4 +-
 examples/vue/index.vue                          |     2 +
 examples/vue/market/gcanvas.vue                 |    10 +-
 html5/frameworks/vanilla/index.js               |    32 +-
 html5/render/native/setup.js                    |     2 +-
 html5/runtime/api/config.js                     |    37 +
 html5/runtime/api/init.js                       |   227 +
 html5/runtime/api/service.js                    |    77 +
 html5/runtime/bridge/CallbackManager.js         |    58 +
 html5/runtime/bridge/Handler.js                 |    91 +
 html5/runtime/bridge/Listener.js                |   220 +
 html5/runtime/bridge/TaskCenter.js              |   130 +
 html5/runtime/bridge/normalize.js               |    91 +
 html5/runtime/callback-manager.js               |    58 -
 html5/runtime/config.js                         |    36 -
 html5/runtime/handler.js                        |    91 -
 html5/runtime/index.js                          |    11 +-
 html5/runtime/init.js                           |   215 -
 html5/runtime/listener.js                       |   227 -
 html5/runtime/normalize.js                      |   107 -
 html5/runtime/service.js                        |    77 -
 html5/runtime/task-center.js                    |   130 -
 html5/runtime/utils.js                          |    54 +
 html5/runtime/vdom/Comment.js                   |    43 +
 html5/runtime/vdom/Document.js                  |   188 +
 html5/runtime/vdom/Element.js                   |   454 +
 html5/runtime/vdom/Node.js                      |    47 +
 html5/runtime/vdom/WeexElement.js               |    84 +
 html5/runtime/vdom/comment.js                   |    47 -
 html5/runtime/vdom/directive.js                 |    69 +
 html5/runtime/vdom/document.js                  |   194 -
 html5/runtime/vdom/element-types.js             |    83 -
 html5/runtime/vdom/element.js                   |   459 -
 html5/runtime/vdom/index.js                     |    16 +-
 html5/runtime/vdom/node.js                      |    49 -
 html5/runtime/vdom/operation.js                 |     8 -
 html5/test/case/prepare.js                      |     4 +-
 html5/test/unit/default/app/bundle.js           |    98 +-
 html5/test/unit/default/helper/document.js      |   145 -
 html5/test/unit/default/runtime.js              |   485 -
 html5/test/unit/default/vm/compiler.js          |   614 -
 html5/test/unit/default/vm/directive.js         |   279 -
 html5/test/unit/default/vm/dom-helper.js        |     2 +-
 html5/test/unit/default/vm/vm.js                |     2 +-
 html5/test/unit/runtime/legacy-framework.js     |   353 +
 html5/test/unit/runtime/runner/helper.js        |    73 +
 html5/test/unit/runtime/runner/vanilla.js       |    59 +
 html5/test/unit/runtime/runner/vue.js           |    67 +
 html5/test/unit/runtime/vdom/directive.js       |   101 +
 html5/test/unit/runtime/vdom/index.js           |   639 +
 html5/test/unit/runtime/vdom/listener.js        |   381 +
 html5/test/unit/runtime/vdom/node.js            |    39 +
 html5/test/unit/shared/BroadcastChannel.js      |     7 -
 html5/test/unit/shared/arrayFrom.js             |     5 -
 html5/test/unit/shared/index.js                 |    20 +-
 html5/test/unit/vanilla/index.js                |    13 -
 html5/test/unit/vdom/index.js                   |   659 -
 html5/test/unit/vdom/listener.js                |   423 -
 html5/test/unit/vdom/node.js                    |    39 -
 ios/sdk/WeexSDK.xcodeproj/project.pbxproj       |    36 +-
 .../Sources/Component/WXComponent_internal.h    |    14 +
 .../WeexSDK/Sources/Component/WXListComponent.m |     4 +-
 .../Sources/Display/WXComponent+Display.m       |    16 +-
 .../WeexSDK/Sources/Layout/WXComponent+Layout.m |     3 +-
 ios/sdk/WeexSDK/Sources/Model/WXComponent.m     |    71 +-
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m   |     9 +-
 .../WeexSDK/Sources/Module/WXAnimationLayout.h  |    49 -
 .../WeexSDK/Sources/Module/WXAnimationLayout.m  |   115 -
 .../WeexSDK/Sources/Module/WXAnimationModule.h  |     2 +
 .../WeexSDK/Sources/Module/WXAnimationModule.m  |    89 +-
 ios/sdk/WeexSDK/Sources/Module/WXTransition.h   |    43 +
 ios/sdk/WeexSDK/Sources/Module/WXTransition.m   |   311 +
 .../Sources/Protocol/WXJSExceptionProtocol.h    |    10 +
 ios/sdk/WeexSDK/Sources/Utility/WXConvert.m     |     3 +-
 .../Sources/View/WXComponent+ViewManagement.m   |    10 +
 package.json                                    |    17 +-
 packages/weex-html5/index.js                    | 38779 +++++++++++++++++
 packages/weex-html5/index.min.js                |     1 +
 packages/weex-js-framework/index.js             |  1088 +-
 packages/weex-js-framework/index.min.js         |     2 +-
 packages/weex-js-runtime/index.js               |   937 +-
 packages/weex-js-runtime/index.min.js           |     4 +
 packages/weex-legacy-framework/index.js         |    23 +-
 packages/weex-legacy-framework/index.min.js     |     2 +-
 packages/weex-legacy-framework/package.json     |     2 +-
 packages/weex-vanilla-framework/.npmignore      |     4 +
 packages/weex-vanilla-framework/index.js        |   136 +
 packages/weex-vanilla-framework/index.min.js    |     1 +
 packages/weex-vanilla-framework/package.json    |    21 +
 pre-build/native-bundle-main.js                 |    10 +-
 scripts/build_from_source.sh                    |    10 +-
 test/run.sh                                     |    18 +-
 155 files changed, 45421 insertions(+), 5979 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/efc55ddf/ios/sdk/WeexSDK/Sources/Component/WXComponent_internal.h
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/efc55ddf/ios/sdk/WeexSDK/Sources/Model/WXComponent.m
----------------------------------------------------------------------