openharmony_ci
5eba819319
!112 Switch component name from ts_js_lang_library to ets_utils for js_api_module,js_util_module,js_sys_module,js_worker_module
...
Merge pull request !112 from 冷昌晶/master
2022-07-22 02:00:35 +00:00
lengchangjing
9c28a8d373
Switch component name from ts_js_lang_library to ets_utils for js_api_module,js_util_module,js_sys_module,js_worker_module
...
Related Issue
https://gitee.com/openharmony/manifest/issues/I5HDQT
Description
Switch component name from ts_js_lang_library to ets_utils for js_api_module,js_util_module,js_sys_module,js_worker_module
Signed-off-by: lengchangjing <lengchangjing@huawei.com>
2022-07-20 16:16:30 +08:00
lengchangjing
fde09f43c7
merge js_sys_module_master and mv to js_sys_module
...
Signed-off-by: lengchangjing <lengchangjing@huawei.com>
2022-07-20 15:34:19 +08:00
lengchangjing
fedc3590e0
merge js_worker_module_master and mv to js_worker_module
...
Signed-off-by: lengchangjing <lengchangjing@huawei.com>
2022-07-20 15:34:19 +08:00
lengchangjing
db7638b742
merge js_util_module_master and mv to js_util_module
...
Signed-off-by: lengchangjing <lengchangjing@huawei.com>
2022-07-20 15:34:19 +08:00
lengchangjing
7fe7f0bc2b
merge js_api_module_master and mv to js_api_module
...
Signed-off-by: lengchangjing <lengchangjing@huawei.com>
2022-07-20 15:34:19 +08:00
openharmony_ci
28862a6cca
!133 fix codex
...
Merge pull request !133 from 王犇/master
2022-07-18 07:58:34 +00:00
wangben
ea009a1bc0
Fix codex
...
issues:https://gitee.com/openharmony/js_util_module/issues/I5HJRN
Signed-off-by: wangben <wangben15@huawei.com>
2022-07-18 14:03:44 +08:00
openharmony_ci
6a37a7e906
!109 modify ark file path
...
Merge pull request !109 from dingwen/master
2022-07-14 14:03:00 +00:00
openharmony_ci
d6229b7475
!131 Switch component ark_ts2abc to arkcompiler_ets_frontend
...
Merge pull request !131 from chenqy930/switch_arkcompiler_ets_frontend
2022-07-14 14:02:53 +00:00
openharmony_ci
957970dfaf
!94 modify arkcompiler_ets_runtime path
...
Merge pull request !94 from dingwen/master
2022-07-14 14:02:49 +00:00
chenqy930
062241dba9
Switch component ark_ts2abc to arkcompiler_ets_frontend
...
Signed-off-by: chenqy930 <chenqiuyao@huawei.com>
Change-Id: I6e8c689d51a8a67edddea3be3c83a46bf7be5b57
2022-07-12 10:18:20 +08:00
dingwen
82adf97b59
modify arkcompiler_ets_runtime path
...
Description:modify arkcompiler_ets_runtime path
issue:https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I5GE38
Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: If567f9c361bca3833506b1ddfbc5cb7c2568f023
2022-07-11 18:22:48 +08:00
dingwen
97df3e88c3
modify ark file path
...
Description:modify ark file path
issue:https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I5GE38
Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: Iec32038645bfdc11799baa8d66ca4236a85a1593
2022-07-11 17:30:00 +08:00
openharmony_ci
93068e29e0
!59 fix debugger signal bugs
...
Merge pull request !59 from Gymee/debugger_bugfix_master
2022-07-06 01:35:52 +00:00
openharmony_ci
f1ba661dbb
!107 Fix the missing attribute of xmlPullParse parsing result
...
Merge pull request !107 from hunili/master
2022-07-05 13:55:11 +00:00
openharmony_ci
d43a77e650
!130 Modify the return value type of promisewrapper
...
Merge pull request !130 from 周飞/master
2022-07-05 09:49:02 +00:00
lihucheng
2770c74e5b
Fix the missing attribute of xmlPullParse parsing result
...
Fix the xml logical code
issue:https://gitee.com/openharmony/js_api_module/issues/I5FHP8
Signed-off-by: lihucheng <lihucheng1@huawei.com>
2022-07-05 15:05:02 +08:00
shikai-123
f82b63f36f
Modify the return value type of promisewrapper
...
Change the return value from object to function
issues: https://gitee.com/openharmony/js_util_module/issues/I5DVPV
Signed-off-by: zhoufei <zhoufei38@huawei.com>
2022-07-04 12:36:50 +08:00
openharmony_ci
916271c7e8
!127 add the relative_path argument to adapter the root_build_dir
...
Merge pull request !127 from chuxuezhe11/master
2022-06-29 12:31:10 +00:00
openharmony_ci
f872868cd6
!104 add the relative_path argument to adapter the root_build_dir
...
Merge pull request !104 from chuxuezhe11/master
2022-06-29 12:30:02 +00:00
chuxuezhe111
ef4ee2c3b8
add the relative_path argument to adapter the root_build_dir
...
Signed-off-by: chuxuezhe111 <hanjixiao@huawei.com>
2022-06-29 01:22:00 -07:00
chuxuezhe111
b1dce1a7af
add the relative_path argument to adapter the root_build_dir
...
Signed-off-by: chuxuezhe111 <hanjixiao@huawei.com>
2022-06-29 00:55:29 -07:00
openharmony_ci
9a105a7f7d
!60 BugFix loop maybe nullprt when start worker loop
...
Merge pull request !60 from wangzhaoyong/master
2022-06-27 13:44:34 +00:00
wangzhaoyong
16d74e45aa
BugFix loop maybe nullprt when start worker loop
...
issue: https://gitee.com/openharmony/js_worker_module/issues/I5EDWB
Signed-off-by: wangzhaoyong <wangzhaoyong@huawei.com>
Change-Id: Ibeddb05e52c6c9bee727509fbd94d2c8a39e94cf
2022-06-27 21:11:03 +08:00
Gymee
bc385becf9
fix debugger signal bugs
...
Signed-off-by: Gymee <yumeijie@huawei.com>
Change-Id: Iaad2bece169fe5383e4c08b2b924c99216a229e0
2022-06-24 14:06:50 +08:00
openharmony_ci
91fcb9c4aa
!91 解决Process中存在内存泄漏问题
...
Merge pull request !91 from hyq5234/master
2022-06-21 02:47:36 +00:00
yqhan
53a932940b
Resolve memory leaks
...
issue: https://gitee.com/openharmony/js_sys_module/issues/I5D7K0
Descripe: Wait function has memory leaks and needs to be released in a
timely manner.
Signed-off-by: yqhan <hanyuqing2@huawei.com>
2022-06-20 18:58:57 +08:00
openharmony_ci
3525b7a93e
!125 encode adds gb18030 gbk gb2312 format
...
Merge pull request !125 from 王犇/master
2022-06-17 10:39:04 +00:00
openharmony_ci
6420984f1b
!102 napi 接口名与对外接口名对齐
...
Merge pull request !102 from kangchongtao/0616
2022-06-17 08:44:09 +00:00
openharmony_ci
7675d1d077
!57 Release Worker Bugfix
...
Merge pull request !57 from wangzhaoyong/master
2022-06-17 02:30:24 +00:00
kangchongtao
ca46b44bd1
napi 接口名与对外接口名对齐
...
Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: Iad5a3ee857f494d9479694a0a0f726e50758d189
2022-06-16 22:23:30 +08:00
wangzhaoyong
a90f3bf5d8
==-------------------------------------------==
...
在Worker析构过程中调用napi重构后提供的接口析构NativeEngineImpl
issue: https://gitee.com/openharmony/js_worker_module/issues/I5CNZW
==-------------------------------------------==
Signed-off-by: wangzhaoyong <970691906@qq.com>
Change-Id: Ifd82c5b967be9c552aacb85de5fe9b7a098a03b3
2022-06-16 19:34:35 +08:00
wangben
a0b168f00e
encode adds Chinese encoding
...
Description:add gbk gb2312 gb18030 format
issues:https://gitee.com/openharmony/js_util_module/issues/I5BM5H
Signed-off-by: wangben <wangben15@huawei.com>
2022-06-10 15:23:10 +08:00
openharmony_ci
ac95a3dcf0
!124 Solve that Textdecode class cannot decode GBK, GB8030 and GB2312
...
Merge pull request !124 from 小马奔腾/master
2022-06-09 09:08:18 +00:00
xdmal
d287ec7241
Solve that Textdecode class cannot decode GBK, GB8030 and GB2312
...
Call the SetHwIcuDirectory() function to initialize the ICU data
issue:https://gitee.com/openharmony/js_util_module/issues/I5BC1R
Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-06-08 16:05:43 +08:00
openharmony_ci
1b6a01c5bc
!89 JS栈打印支持native方法指针打印
...
Merge pull request !89 from 堂宇/master
2022-06-07 09:34:25 +00:00
Rtangyu
3722f58cbf
JS stack printing supports native method pointer printing
...
Add JS print native method pointer interface
issue:https://gitee.com/openharmony/arkui_napi/issues/I5AOZC
Signed-off-by: Rtangyu <rentangyu@huawei.com>
2022-06-06 21:09:24 +08:00
openharmony_ci
26414f081d
!100 Add Enum EventType implementation code
...
Merge pull request !100 from hunili/master
2022-05-30 04:26:00 +00:00
lihucheng
36712f8715
Add Enum EventType implementation code
...
issue:https://gitee.com/openharmony/js_api_module/issues/I59MKH
Signed-off-by: lihucheng <lihucheng1@huawei.com>
2022-05-27 16:47:30 +08:00
openharmony_ci
f0626035cc
!119 修改Util仓base64代码
...
Merge pull request !119 from xllify/master
2022-05-20 02:00:54 +00:00
openharmony_ci
528ee0ab01
!99 修改api仓xml代码
...
Merge pull request !99 from xllify/master
2022-05-20 02:00:53 +00:00
openharmony_ci
e5c32f38e9
!117 Fix Container Warning
...
Merge pull request !117 from chenqi/master
2022-05-19 07:37:39 +00:00
xllify
4b4913b044
Modify the xml code of the api warehouse
...
Modify function parameters and add a judgment
issue:https://gitee.com/openharmony/js_api_module/issues/I582UQ
Signed-off-by: xllify <lixinlong18@huawei.com>
2022-05-18 17:17:29 +08:00
xllify
26cd227e8c
Modify Util warehouse base64 code
...
Modify function parameters, delete a judgment
issue:https://gitee.com/openharmony/js_api_module/issues/I582UQ
Signed-off-by: xllify <lixinlong18@huawei.com>
2022-05-18 16:03:00 +08:00
chenqi
9bfa3d5ca5
Fix Container Warning
...
Description
Fix build_ts_js.py Warning.
Related issue
#I57B0I:Fix Container Warning.
Signed-off-by: chenqi <chenqi151@huawei.com>
2022-05-13 15:30:26 +08:00
openharmony_ci
c271d6c421
!87 Modify DumpHeapSnapShot to DumpHeapSnapshot
...
Merge pull request !87 from dingwen/master
2022-05-07 12:55:30 +00:00
dingwen
f29bda1fca
Modify DumpHeapSnapShot to DumpHeapSnapshot
...
Description:Modify method name from DumpHeapSnapShot to DumpHeapSnapshot
Issue:https://gitee.com/openharmony/ark_js_runtime/issues/I55CQ3
Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: I4c3179df4f119166f27441f6585879da2ffab871
2022-04-29 14:38:17 +08:00
openharmony_ci
dbc4b00a3f
!56 Modify structure member variable initialization operations
...
Merge pull request !56 from hyq5234/master
2022-04-28 11:49:20 +00:00
yqhan
bd31821245
Modify structure member variable initialization operations
...
Describe:Add the initialization of timeReq_ to the constructor.
issue:https://gitee.com/openharmony/js_worker_module/issues/I556KJ?from=project-issue
Signed-off-by: yqhan <hanyuqing2@huawei.com>
2022-04-28 18:29:06 +08:00