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/28 08:26:57 UTC

[2/2] incubator-weex git commit: Merge branch '0.16-dev' of https://github.com/gurisxie/incubator-weex into wip-us-0.16-dev

Merge branch '0.16-dev' of https://github.com/gurisxie/incubator-weex into wip-us-0.16-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/05c3fc33
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/05c3fc33
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/05c3fc33

Branch: refs/heads/0.16-dev
Commit: 05c3fc337ca19e9ca23b2b423f29d3ffa7605489
Parents: 781296f 23fd3bf
Author: acton393 <zh...@gmail.com>
Authored: Mon Aug 28 16:27:58 2017 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Mon Aug 28 16:27:58 2017 +0800

----------------------------------------------------------------------
 test/pages/attributes/dom-operation.vue         | 33 +++++++
 test/pages/components/image-onload.vue          | 65 +++++++++++++
 test/pages/components/list-scroll.vue           | 33 +++++++
 test/pages/components/scroller-scroll.vue       | 31 +++++++
 test/pages/components/slider-infinite.vue       | 54 +++++++++++
 test/pages/dom-operation.vue                    | 33 -------
 test/pages/image-onload.vue                     | 31 -------
 test/pages/index.vue                            | 30 ------
 test/pages/list-scroll.vue                      | 33 -------
 test/pages/scroller-scroll.vue                  | 31 -------
 test/pages/slider-infinite.vue                  | 54 -----------
 test/scripts/attributes/compositing.test.js     |  5 +-
 test/scripts/attributes/dom.test.js             | 98 ++++++++++++++++++++
 test/scripts/components/a-src.test.js           |  2 +-
 test/scripts/components/iconfont.test.js        |  2 +-
 test/scripts/components/image-onload.test.js    | 32 ++-----
 test/scripts/components/input-event.test.js     |  2 +-
 test/scripts/components/recycler.test.js        | 20 +++-
 test/scripts/components/refresh-loading.test.js | 12 +--
 test/scripts/components/scroll-event.test.js    |  6 +-
 test/scripts/components/slider-infinite.test.js |  2 +-
 test/scripts/components/switch-event.test.js    |  2 +-
 test/scripts/components/video-property.test.js  |  2 +-
 test/scripts/components/web-event.test.js       |  2 +-
 test/scripts/dom.test.js                        | 98 --------------------
 .../scripts/modules/animation-translate.test.js |  5 +-
 test/scripts/modules/clipboard-event.test.js    |  5 +-
 test/scripts/modules/gesture-longpress.test.js  |  5 +-
 test/scripts/modules/modal-event.test.js        |  5 +-
 test/scripts/modules/picker-event.test.js       |  5 +-
 30 files changed, 371 insertions(+), 367 deletions(-)
----------------------------------------------------------------------