openharmony_ci
e7cef10e7d
!76 change securec path
...
Merge pull request !76 from zhoushilin/master
2022-03-15 12:20:04 +00:00
zhoushilin
2a1b368f9f
change securec path
...
Signed-off-by: zhoushilin <zhoushilin1@huawei.com >
2022-03-15 15:09:48 +08:00
openharmony_ci
af9aca07ad
!74 解决内源issue问题
...
Merge pull request !74 from 小马奔腾/master
2022-03-15 03:52:36 +00:00
xdmal
7a754a6ab5
Modify endogenous issue defects
...
Signed-off-by: xdmal <maxiaodong16@huawei.com >
2022-03-15 10:42:08 +08:00
xdmal
88c913c45a
Modify endogenous issue defects
...
Signed-off-by: xdmal <maxiaodong16@huawei.com >
2022-03-14 17:46:19 +08:00
xdmal
285599adaa
Modify endogenous issue defects
...
Signed-off-by: xdmal <maxiaodong16@huawei.com >
2022-03-14 15:49:24 +08:00
openharmony_ci
34f9233e13
!72 fix memory leak
...
Merge pull request !72 from 王犇/master
2022-03-12 12:42:55 +00:00
wangben
0c85c3079c
fix memory leak
...
Signed-off-by: wangben <wangben15@huawei.com >
2022-03-12 16:35:19 +08:00
wangben
3b9226f486
fix memory leak
...
Signed-off-by: wangben <wangben15@huawei.com >
2022-03-12 16:30:44 +08:00
wangben
d5214fed83
fix memory leak
...
Signed-off-by: wangben <wangben15@huawei.com >
2022-03-12 13:49:53 +08:00
wangben
da03dca8fd
fix memory leak
...
Signed-off-by: wangben <wangben15@huawei.com >
2022-03-12 12:25:55 +08:00
wangben
d7786b23f1
fix memory leak
...
Signed-off-by: wangben <wangben15@huawei.com >
2022-03-12 12:20:46 +08:00
wangben
ad9c83b972
fix memory leak
...
Signed-off-by: wangben <wangben15@huawei.com >
2022-03-12 11:35:31 +08:00
openharmony_ci
fb5cd7a5bd
!70 解决检查出来的issue问题
...
Merge pull request !70 from 小马奔腾/master
2022-03-10 03:45:10 +00:00
xdmal
d156d78d1b
Solve the checked issue
...
Signed-off-by: xdmal <maxiaodong16@huawei.com >
2022-03-09 16:14:50 +08:00
openharmony_ci
fa89b2a0a1
!69 Modify and supplement the stack column printing code of DFX module
...
Merge pull request !69 from 史凯/master
2022-03-06 04:26:08 +00:00
shikai-123
074d78f235
Modify and supplement the stack column printing code of DFX module
...
上传dfx模块代码,增加native栈栈列打印功能
https://gitee.com/openharmony/ark_js_runtime/issues/I4VB5Z
Signed-off-by: shikai-123 <shikai25@huawei.com >
2022-03-06 11:20:53 +08:00
openharmony_ci
85ee1a3671
!66 Change function name of process
...
Merge pull request !66 from 史凯/master
2022-02-22 13:09:38 +00:00
shikai-123
936b520133
Change function name of process
...
Replace getPastCputime with getPastCpuTime
https://gitee.com/openharmony/js_sys_module/issues/I4URYV
Signed-off-by: shikai-123 <shikai25@huawei.com >
2022-02-22 16:51:20 +08:00
openharmony_ci
80dc4d4404
!65 Modified the input parameter order of the function kill
...
Merge pull request !65 from 史凯/master
2022-02-22 08:23:11 +00:00
shikai-123
2e1d493c1d
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
...
Modify the input parameter order of the function Kill
2022-02-22 15:19:54 +08:00
openharmony_ci
194b4d535e
!64 Modify defects of sys
...
Merge pull request !64 from 史凯/master
2022-02-21 13:37:48 +00:00
shikai-123
7487c1ba24
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
...
Modify defects of sys
2022-02-21 16:47:15 +08:00
openharmony_ci
46e2acc0ef
!63 Modify defects of sys
...
Merge pull request !63 from 小马奔腾/master
2022-02-16 14:35:02 +00:00
xdmal
0fe1ba76f0
Modify defects of sys
...
Signed-off-by: xdmal <maxiaodong16@huawei.com >
On branch master
Your branch is up to date with 'origin/master'.
2022-02-16 21:12:29 +08:00
openharmony_ci
e39624ed82
!62 修改build.gn的subsystem_name
...
Merge pull request !62 from 史凯/master
2022-02-16 03:41:17 +00:00
shikai-123
7a0577af72
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
...
Replace compileruntime with utils
2022-02-15 15:56:23 +08:00
openharmony_ci
3d8371e97a
!60 解决process模块异步线程调用问题
...
Merge pull request !60 from 史凯/master
2022-02-11 10:01:24 +00:00
shikai-123
0cd0857be2
Merge branch 'master' of https://gitee.com/shikai-123/js_sys_module
...
Signed-off-by: shikai-123 <lifansheng1@huawei.com >
Solve the asynchronous thread calling problem of process module
Why
The community backbone XTS test, the test suite ActsProcessJSApiTest reports the problem of the ark exception call stack, and the execution times out
Description
Adjust the child process conversion to the main process
Solve the problem of asynchronous thread invocation of process module
Separate the process from the thread
DTS: DTS2022012113433 DTS2022012013534
On branch master
Your branch and 'origin/master' have diverged,
2022-02-11 16:32:37 +08:00
shikai-123
3dc2c1be3b
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
...
Solve the asynchronous thread calling problem of process module
Why
The community backbone XTS test, the test suite ActsProcessJSApiTest reports the problem of the ark exception call stack, and the execution times out
Description
Adjust the child process conversion to the main process
Solve the problem of asynchronous thread invocation of process module
Separate the process from the thread
DTS: DTS2022012113433 DTS2022012013534
On branch master
Your branch is up to date with 'origin/master'.
Signed-off-by: shikai-123 <lifansheng1@huawei.com >
2022-02-11 16:29:24 +08:00
shikai-123
406a4f530b
Signed-off-by: shikai-123 <lifansheng1@huawei.com>
...
Solve the asynchronous thread calling problem of process module
Why
The community backbone XTS test, the test suite ActsProcessJSApiTest reports the problem of the ark exception call stack, and the execution times out
Description
Adjust the child process conversion to the main process
Solve the problem of asynchronous thread invocation of process module
Separate the process from the thread
DTS: DTS2022012113433 DTS2022012013534
On branch master
Your branch is up to date with 'origin/master'.
2022-02-11 14:11:55 +08:00
openharmony_ci
55c43da937
!53 modify dfx bundle.json
...
Merge pull request !53 from 史凯/master
2022-01-25 12:47:51 +00:00
shikai-123
d66aad135a
Signed-off-by: shikai-123 <shikai25@huawei.com>
...
modify DFX bundle.json
2022-01-25 11:48:13 +08:00
openharmony_ci
fb96c9d1c4
!52 Replace ohos.build with bundle.json
...
Merge pull request !52 from xliu/bundle
2022-01-25 01:58:50 +00:00
xliu
fa8a7cfaab
Replace ohos.build with bundle.json
...
Signed-off-by: xliu <liuxin259@huawei.com >
Change-Id: I3a3cafa8b6b44969181e2e1d8d5f7e6179a3c307
2022-01-24 22:56:29 +08:00
openharmony_ci
48facc9105
!51 修改native_module_dfx
...
Merge pull request !51 from 史凯/master
2022-01-20 12:32:50 +00:00
shikai
a4d017e4b1
Signed-off-by: shikai <shikai25@huawei.com>
...
modify native_module_dfx
2022-01-19 17:23:36 +08:00
openharmony_ci
5ad1d0f746
!49 暴露heap统计接口及runtime接口到jsnapi
...
Merge pull request !49 from jiangkai43/master
2022-01-17 13:41:26 +00:00
jiangkai43
78a365c6c8
Signed-off-by: jiangkai43 <jiangkai43@huawei.com>
...
Add heap statistics interface and runtime interface to jsnapi
2022-01-17 20:08:02 +08:00
openharmony_ci
85b593eabc
!48 上传dfx代码
...
Merge pull request !48 from 史凯/master
2022-01-16 05:37:05 +00:00
shikai
248047901a
Signed-off-by: shikai <shikai25@huawei.com>
...
add native_module_dfx
Signed-off-by: shikai <shikai25@huawei.com >
2022-01-16 12:56:04 +08:00
openharmony_ci
0acdf63707
!47 feat: add bundle.json
...
Merge pull request !47 from 33/master
2022-01-12 06:53:38 +00:00
33
28144f4ec5
update bundle.json.
...
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com >
2022-01-12 06:05:53 +00:00
Sang_Sang33
c4c0bbd176
fix: bundle.json文件完善subsystem、build字段
...
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com >
2022-01-10 15:14:29 +08:00
Sang_Sang33
e02bc927f5
feat: add bundle.json
...
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com >
2022-01-10 11:50:55 +08:00
openharmony_ci
dc60d04b6f
!45 wagner的 js_sys_module代码回合到master
...
Merge pull request !45 from clearme777/master
OpenHarmony-v3.1-Beta
2021-12-22 13:23:45 +00:00
lifansheng
a3621ff239
Signed-off-by: lifansheng <lifansheng1@huawei.com>
...
On branch master
Your branch is up to date with 'origin/master'.
2021-12-22 16:49:48 +08:00
lifansheng
317fdb7656
Signed-off-by: lifansheng <lifansheng1@huawei.com>
...
On branch master
Your branch is up to date with 'origin/master'.
2021-12-22 15:35:30 +08:00
lifansheng
9a018d0bb3
Signed-off-by: lifansheng <lifansheng1@huawei.com>
...
On branch master
Your branch is up to date with 'origin/master'.
2021-12-22 15:20:19 +08:00
lifansheng
d726a16cfb
Signed-off-by: lifansheng <lifansheng1@huawei.com>
...
On branch master
Your branch is up to date with 'origin/master'.
2021-12-22 14:02:09 +08:00