191 Commits

Author SHA1 Message Date
openharmony_ci 94bf422997 !133 fix codex
Merge pull request !133 from 王犇/master
2022-07-18 07:58:34 +00:00
wangben 914e1b47c1 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 81138606d0 !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
chenqy930 a2620dc1e5 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
openharmony_ci 455486f365 !130 Modify the return value type of promisewrapper
Merge pull request !130 from 周飞/master
2022-07-05 09:49:02 +00:00
shikai-123 8629b220a2 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 335954bb1a !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
chuxuezhe111 2289db98d4 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
openharmony_ci 36fcd65451 !125 encode adds gb18030 gbk gb2312 format
Merge pull request !125 from 王犇/master
2022-06-17 10:39:04 +00:00
wangben 7717bb161c 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 b965c332dc !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 4bfceff79c 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 5f08d73a2e !119 修改Util仓base64代码
Merge pull request !119 from xllify/master
2022-05-20 02:00:54 +00:00
openharmony_ci 67f0aaded7 !117 Fix Container Warning
Merge pull request !117 from chenqi/master
2022-05-19 07:37:39 +00:00
xllify 74b818e4a7 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 659731861c 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
mamingshuai b3760ba346 !115 ace_engine、napi 部件名仓名和目录名整改
Merge pull request !115 from 0420
2022-04-27 14:07:50 +00:00
zhangxiao72 ae5537ae18 ace_engine、napi 部件名仓名和目录名整改
Change-Id: I977eb3eae853b7269c11c32cad1fe42979fd7858
Signed-off-by: zhangxiao72 <zhangxiao72@huawei.com>
2022-04-20 17:17:33 +08:00
openharmony_ci 7a186c4f6c !113 解决多线程用例崩溃问题
Merge pull request !113 from 小马奔腾/master
2022-04-20 08:44:47 +00:00
xdmal cad7b3343d Resolve multithreaded use case crashes
Fix the static napi_property_descriptor to napi_property_descriptor

issue: https://gitee.com/openharmony/js_util_module/issues/I53KX3

Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-04-20 09:09:29 +08:00
openharmony_ci 291e0adcf9 !111 Modify some non-standard problems on TS side
Merge pull request !111 from wangyong/one_containerclass
2022-04-16 01:51:09 +00:00
wangyong1995626wywz 71f194f508 Modify some non-standard problems on TS side
Description
    1. Modify incorrect export in cpp file
    2. Delete invalid parameters
    3. Add TS constraint type to the variable
    4. Add braces to some if judgments
    5. Package the same part of the code
    #I52Q2E:Modify some non-standard problems on TS side

Signed-off-by: wangyong1995626wywz <wangyong237@huawei.com>
2022-04-15 18:47:17 +08:00
openharmony_ci 59d1549864 !110 Fix thread safety issues
Merge pull request !110 from 小马奔腾/master
2022-04-14 07:55:26 +00:00
xdmal 3a24eac032 Fix thread safety issues
Save the env not in the class and pass it down through the method

issue: https://gitee.com/openharmony/js_util_module/issues/I52PCX

Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-04-14 14:55:30 +08:00
openharmony_ci 5efd85e12d !109 Keep the Types class consistent with d.ts
Merge pull request !109 from 小马奔腾/master
2022-04-08 07:36:06 +00:00
xdmal 2049a155d9 Keep the Types class consistent with d.ts
Change the class name Types to types

issue: https://gitee.com/openharmony/js_util_module/issues/I51I4Y

Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-04-07 14:13:47 +08:00
openharmony_ci c1504b1ef9 !108 Modify defects of util
Merge pull request !108 from 史凯/master
2022-03-26 02:35:08 +00:00
shikai-123 ba77c21a50 Modify defects of util
https://gitee.com/openharmony/js_util_module/issues/I4ZBQ3

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-03-26 09:11:47 +08:00
openharmony_ci d13d646f47 !107 Modify defects of util
Merge pull request !107 from 史凯/master
2022-03-22 07:28:30 +00:00
shikai-123 92848eec46 Modify defects of util
https://gitee.com/openharmony/js_util_module/issues/I4YGH9

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-03-22 14:33:38 +08:00
openharmony_ci b6ce8d2e29 !104 修改 util issue 缺陷
Merge pull request !104 from xllify/master
2022-03-14 11:55:22 +00:00
openharmony_ci b754cabacd !104 修改 util issue 缺陷
Merge pull request !104 from xllify/master
2022-03-14 11:55:22 +00:00
xllify f4834f81c7 Modify the issue in the js_util_module warehouse
Signed-off-by: xllify <lixinlong18@huawei.com>

 Author:    xllify <lixinlong18huawei.com>
 Date:      Fri Mar 11 17:02:39 2022 +0800

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 Author:    xllify <lixinlong18huawei.com>
 Date:      Fri Mar 11 17:02:39 2022 +0800

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 Author:    xllify <lixinlong18huawei.com>
 Date:      Fri Mar 11 17:02:39 2022 +0800

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 Author:    xllify <lixinlong18huawei.com>
 Date:      Fri Mar 11 17:02:39 2022 +0800
2022-03-14 15:07:16 +08:00
Bi 3945b421ed Modify the issue in the js_util_module warehouse
Signed-off-by: xllify <lixinlong18@huawei.com>

 Author:    xllify <lixinlong18@huawei.com>
 Date:      Fri Mar 11 16:35:49 2022 +0800
2022-03-11 16:51:24 +08:00
openharmony_ci d56e25d954 !102 Correct relevant interfaces on TS side
Merge pull request !102 from wangyong/two_tscontainer
2022-03-09 05:17:24 +00:00
wangyong1995626wywz 4284c863f5 Correct relevant interfaces on TS side
Description
    1. Fix some interface errors
    2. Correct some wrong parameters
    3. complete some missing interfaces
    4. Align with the ark side and throw exception description
    #I4WQ2O:Correct relevant interfaces on TS side

Signed-off-by: wangyong1995626wywz <wangyong237@huawei.com>
2022-03-09 10:32:28 +08:00
openharmony_ci 5f68b2bfde !101 为mozilla_docs.txt 增加标头
Merge pull request !101 from 杜文博/master
2022-03-01 01:42:30 +00:00
duwenbo aad99c35c1 For mozilla_docs.txt add header
Describe:mozilla_docs.txt missing header

Signed-off-by: duwenbo <duwenbo7@huawei.com>
2022-02-28 17:26:18 +08:00
openharmony_ci ff80824cf2 !100 修改缺陷问题
Merge pull request !100 from 小马奔腾/master
2022-02-28 08:53:18 +00:00
xdmal a0430f80f6 Fix code bugs
Signed-off-by: xdmal <maxiaodong16@huawei.com>
2022-02-28 15:35:18 +08:00
openharmony_ci 6313e90208 !99 Modify defects of util
Merge pull request !99 from 史凯/master
2022-02-25 06:23:15 +00:00
shikai-123 c7ba8f21a9 Modify defects of util
Deal with a priority problem of ternary operation

https://gitee.com/openharmony/js_util_module/issues/I4V6Y1

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-02-25 09:29:18 +08:00
openharmony_ci f7ba136856 !98 Modify defects of util
Merge pull request !98 from 史凯/master
2022-02-23 12:39:11 +00:00
shikai-123 8c822182e8 Modify defects of util
StrError function is a risk function, and some interface types of decode are modified

https://gitee.com/openharmony/js_util_module/issues/I4UZCC

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-02-23 17:41:21 +08:00
openharmony_ci 55ba66d2de !97 Modify any type of util
Merge pull request !97 from 史凯/master
2022-02-23 01:53:53 +00:00
shikai-123 216ae9369b Modify type-any of util
Any type in TS file is risky, so it is modified to other types as required

https://gitee.com/openharmony/js_util_module/issues/I4UR7A

Signed-off-by: shikai-123 <shikai25@huawei.com>
2022-02-22 20:33:51 +08:00
openharmony_ci a29d25eca3 !96 Modify defects of util
Merge pull request !96 from 史凯/master
2022-02-21 13:34:04 +00:00
shikai-123 0732d44914 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Modify defects of util
2022-02-21 16:01:20 +08:00
shikai-123 5db59eb641 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Modify defects of util
2022-02-21 09:12:01 +08:00
shikai-123 d1ff52bcd6 Signed-off-by: shikai-123 <lifansheng1@huawei.com>
Modify defects of util
2022-02-18 15:08:40 +08:00