forked from apache/incubator-weex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[html5] Merge dev into html5-feature-0.5 and fix the conflicts (apach…
…e#1635) * ci * update hello.we * update podfile path * update workspace * update xcode_sdk * update xcode_sdk * * [jsfm] improve the coverage of api methods test * * [jsfm] add register module test cases * * [jsfm] add invalid version check in downgrade * + [jsfm] add test case for App.prototype methods * * [jsfm] add test case for updateActions * * [jsfm] add test case for shared methods * + [jsfm] add some test for runtime * * [jsfm] fix eslint * + [jsfm] add handler.js to generate callNative task handler * * [jsfm] separate the operation of the dispatch task into a function * * [jsfm] add default parameter for createAction * * [jsfm] add all top level API for dom operation * * [jsfm] adds validation when binding events * * [jsfm] move docMap into a sole file * * [jsfm] move common methods into operation.js * * [jsfm] split vdom.js into different files * * [jsfm] move element operation methods to operation.js * + [jsfm] add legacy test * * [jsfm] fix condition judgment bug in insertBefore & insertAfter * * [jsfm] move event handler validation to directive bindEvents * * [jsfm] move extend into operation * * [jsfm] use extend() to add prototype methods * * [jsfm] wrap IFFE and use strict mode for js bundle * * [jsfm] add detailed comments for runtime files * - [jsfm] remove resetClassStyle api from document prototype * + [jsfm] add test for static * * [jsfm] fix format for lint * + [jsfm] add vm/compiler test * * [jsfm] just warn when bind an invalid event handler * * [jsfm] move browserifyRequire out of the define * * [jsfm] move shared utils to legacy framework * * [jsfm] add setNativeConsole and resetNativeConsole API * * [jsfm] add setNativeTimer and resetNativeTimer API * + [jsfm] add build script for native & runtime * * [jsfm] bump the Node version in ci config * * [jsfm] skip the console test * * [jsfm] modify the runtime usage in html5 render * + [jsfm] add test case for strict mode * * [jsfm] freeze the prototype of build-in objects * * [jsfm] istanbul ignore ployfills * + [jsfm] add test case for freezePrototype * * [jsfm] add the missing setTimeout for Android * + [jsfm] add test for legacy app/core/static/util * * [jsfm] use Object.defineProperty to add properties * * [jsfm] use Object.create to extend prototype * + [jsfm] add unit test * * [ios] 1. fix refresh location 2. cancel playground re-checkupdate * + [jsfm] merge examples config file * * [ios] remove unused * Revert "update hello.we" This reverts commit 990d30e. * * [ios] update playground version * * [jsfm] merge package.json add package.json * * [jsfm] remove the 'this' in downgrade * * [jsfm] import promise hack before polyfill * * [jsfm] modify the rollup build script * - [jsfm] no need to freeze Math.prototype * + [jsfm] fix apache#969, support define methods for kind of native component * * [jsfm] v0.16.18 * * [jsfm] add node test case * bugfix for config bugfix for config, need to be a json. * * [jsfm] Bump vue version. * bug fix. retrieve sqliteDatabase fails. (apache#1600) * bug fix. retrieve sqliteDatabase fails. * reuse WXThread#secure instead of make a new one * update * re create table if not exists * * [all] fix the regex of commit message * * [jsfm] make 'global' to be a local variable
- Loading branch information
1 parent
aff35de
commit 2063647
Showing
73 changed files
with
2,838 additions
and
956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.