You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by da...@apache.org on 2017/07/24 12:37:25 UTC

[33/50] incubator-weex git commit: Merge branch '0.15-dev' of http://gitlab.alibaba-inc.com/weex/weex into 0.15-dev

Merge branch '0.15-dev' of http://gitlab.alibaba-inc.com/weex/weex into 0.15-dev

* '0.15-dev' of http://gitlab.alibaba-inc.com/weex/weex: (57 commits)
  * [android] fix illegal value in scroll event for list
  * [html5] update code formate
  * [html5] improve validater/index.js unit test case
  * [html5] fix copy right error
  * [html5] dispatch some event
  * [html5] fix collectStat test case
  * [html5] improve style unit test case
  * [html5] update function interface formate
  * [html5] improve unit test case
  * [html5] formate code style @notdanger
  * [html5] update style unit test case @notdanger
  * [html5] update to eslint formate @notdanger
  * [html5] improve style unit test case @notdanger
  * [html5] add copy right header@notdanger
  * [html5] fix component visible case
  * [html5] eslint formate for component
  * [html5] rebuild perf unit test code
  * [html5] improve component unit test case
  * [html5] improve lazyload unit test case
  * [html5] change code formate
  ...


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

Branch: refs/heads/0.16-dev
Commit: 92a1616b29468c3c8d2887e929749604c665f7c4
Parents: 1263066 9764e25
Author: zshshr <zh...@gmail.com>
Authored: Fri Jul 21 11:23:34 2017 +0800
Committer: zshshr <zh...@gmail.com>
Committed: Fri Jul 21 11:23:34 2017 +0800

----------------------------------------------------------------------
 .../ui/component/list/BasicListComponent.java   |  66 ++---
 .../taobao/weex/ui/component/list/WXCell.java   |  10 -
 build/config.js                                 |   1 +
 build/karma.vue.conf.js                         |   7 +
 html5/render/vue/modules/websocket/websocket.js |   1 +
 html5/render/vue/utils/event.js                 |   6 +-
 html5/render/vue/utils/func.js                  | 136 +++++++--
 html5/render/vue/utils/index.js                 | 104 -------
 html5/render/vue/utils/perf.js                  |   3 +-
 html5/test/render/vue/modules/websocket.js      |  90 +++---
 html5/test/render/vue/utils/component.js        |  50 +++-
 html5/test/render/vue/utils/event.js            |  78 ++++++
 html5/test/render/vue/utils/func.js             | 278 +++++++++++++++++--
 html5/test/render/vue/utils/lazyload.js         | 106 +++++++
 html5/test/render/vue/utils/perf.js             | 132 +++++++++
 html5/test/render/vue/utils/style.js            | 157 +++++++++--
 html5/test/render/vue/utils/type.js             |  49 ++++
 html5/test/render/vue/validator/index.js        |  31 ++-
 18 files changed, 1011 insertions(+), 294 deletions(-)
----------------------------------------------------------------------