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

[18/40] incubator-weex git commit: Merge branch '0.11-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into 0.11-dev

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


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

Branch: refs/heads/0.12-dev
Commit: 01cb49ca21aaa9549dbadda709b8fa390ff1f4aa
Parents: 8896f77 2e769fa
Author: cxfeng <cx...@apache.org>
Authored: Wed Mar 15 16:03:44 2017 +0800
Committer: cxfeng <cx...@apache.org>
Committed: Wed Mar 15 16:03:44 2017 +0800

----------------------------------------------------------------------
 .travis.yml                                     |   4 +-
 Dangerfile                                      |  83 -------------
 .../com/taobao/weex/bridge/WXBridgeManager.java |  22 ++--
 .../taobao/weex/bridge/WXValidateProcessor.java |  15 ++-
 .../java/com/taobao/weex/dom/WXDomObject.java   |   4 +
 .../test/java/com/taobao/weex/TestActivity.java |   4 +-
 dangerfile.js                                   | 117 +++++++++++++++++++
 ios/sdk/WeexSDK/Sources/Bridge/WXModuleMethod.m |  15 ++-
 .../Sources/Manager/WXComponentManager.m        |   1 +
 package.json                                    |   8 +-
 test/ci-funcs.sh                                |   4 +-
 11 files changed, 170 insertions(+), 107 deletions(-)
----------------------------------------------------------------------