Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
arkui_ace_engine
/
frameworks
/
bridge
/
declarative_frontend
/
engine
下载当前目录
zhourenfeng
fix(compiler): 修复编译告警
273124f5
创建于
1 天前
历史提交
文件
最后提交记录
最后更新时间
functions
fix(bridge): address callback style warnings Signed-off-by: Mikhail V. Lobakh <lobah.mikhail@huawei-partners.com> Change-Id: Id1267c316e175d2d80b46f5e7da1c15a00defc60
4 天前
jsi
!85532
merge 0529_auto_clean_ut_and_modifier into master add ut and modifier for auto-clean Created-by: mayaolll Commit-by: mayaolll Merged-by: openharmony_ci Description: **IssueNo**:
https://gitcode.com/openharmony/arkui_ace_engine/issues/77237
**Description**: add ut and modifier for auto-clean **Sig**: SIG_ApplicationFramework **Binary Source**: No ## 请勿修改以下选项内容,仅需保存后点击复选框,或在编辑时将对应项前面的
[ ]
改为
[x]
## Do not modify the following option content. Simply save and click the checkbox, or when editing, change
[ ]
to
[x]
for the relevant item. ### Feature or Bugfix - [x] 需求/Feature - [ ] 缺陷/Bugfix ### 是否涉及非兼容变更/Whether it involves incompatible changes - [ ] 是/Yes - [x] 否/No ### TDD自验结果/TDD Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved ### XTS自验结果/XTS Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved ### 检视意见是否都已闭环/Have all review comments been resolved - [x] 是/Yes - [ ] 否/No ### 是否已执行L0用例 - [x] 已验证/Yes - [ ] 不涉及,请在下方说明原因/Not Involved. Please specify the reasons below. See merge request: openharmony/arkui_ace_engine
!85532
10 小时前
.gitignore
stateMgmt.js auto generation The stateMgmt.js file previously located in the engine folder is now auto-generated and managed by the build system. The build script now automatically runs npm install if the node_modules folder is missing. A rebuild is triggered based on files_to_watch.gni the state_mgmt folder. Its generated by npm run build_release command from tsconfig.release.json stateMgmt.js in ./out/rk3568/obj/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ Actions for developers: Do not commit or manually copy stateMgmt.js to the engine folder; it is auto-generated. Update your scripts that interact with stateMgmt.js to use state_mgmt/distRelease/stateMgmt.js as the input file instead of engine/stateMgmt.js. For further details, refer to the README.md file in the state_mgmt folder. Signed-off-by: Tatu Tomppo <tatu.tomppo1@huawei.com> Change-Id: I9063998fd9657f10e5ca49a6a7379ea4c5a1b0a2
1 年前
arkCommon.js
fix: 修复小型化卡片功能 Signed-off-by: pensLong <pengsilong@huawei-partners.com>
3 个月前
arkDynamicComponent.js
Fix:search小型化mofifier Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com>
15 天前
arkTheme.js
增加映射关系 Co-Authored-By: Agent Signed-off-by: fangzhiyuan <fangzhiyuan5@huawei.com>
15 天前
arkThemeControl.js
arktheme Signed-off-by: wangxiuxiu <wangxiuxiu9@huawei-partners.com>
2 个月前
bindings.h
Remove V8 code for ace_engine issue:
https://gitee.com/openharmony/arkui_ace_engine/issues/I6DLC7
Signed-off-by: zwx1102434 <zhouwenxuan1@huawei.com> Change-Id: Iea67089bc8285be6825b6ee8db1141646a869e4c
3 年前
bindings.inl
fix jsview two Signed-off-by: dujingcheng <dujingcheng@huawei.com> Change-Id: I68ddff75fee20fbdd6e09011109a77105811b06c
3 年前
bindings_defines.h
[UIF] Refactoring Type-erase JSConstructorInterceptor Co-Authored-By: Agent Change-Id: Ie18004b0e73a32aded1cfd8915e32f26b98e8cdc Signed-off-by: Sergey Dudkin <dudkin.sergey@huawei.com>
1 个月前
bindings_implementation.cpp
fix functionbinding memory leak Signed-off-by: seaside_wu1 <wuhaibin5@huawei.com> Change-Id: Ieacd39287edf1b7733712a69f47ecd907dad9b9a
4 个月前
bindings_implementation.h
update the compiler for state Co-Authored-by: Agent Signed-off-by: lixingchi1 <lixingchi1@huawei.com>
2 个月前
bindings_implementation.inl
Improve the performance of the cross language calling. Signed-off-by: ZhangYu <zhangyu578@huawei.com> Change-Id: I12f5905d851bff3e030deb3ab603a5fa213b1248
1 年前
declarative_engine_loader.cpp
fix singleton issue in multi-library Signed-off-by: sunfei <sunfei.sun@huawei.com> Change-Id: Ia3b7ca459470e9b6c91caa631fc87d702a31368e
5 个月前
declarative_engine_loader.h
Remove V8 code for ace_engine issue:
https://gitee.com/openharmony/arkui_ace_engine/issues/I6DLC7
Signed-off-by: zwx1102434 <zhouwenxuan1@huawei.com> Change-Id: Iea67089bc8285be6825b6ee8db1141646a869e4c
3 年前
jsEnumStyle.d.ts
merge 0728 to master part2 Change-Id: I944f4afa2a01e016dd045b6849cd54afcf2960dc Signed-off-by: fangyuhao <fangyuhao1@huawei.com>
8 个月前
jsEnumStyle.js
!85246
merge 0523 into master remove EDR Created-by: leelee110 Commit-by: lisitao Merged-by: openharmony_ci Description: **IssueNo**:
https://gitcode.com/openharmony/interface_sdk-js/issues/24193
**Description**: (提交描述) remove EDR **Sig**: SIG_ApplicationFramework **Binary Source**: No(涉及则Yes) ## 请勿修改以下选项内容,仅需保存后点击复选框,或在编辑时将对应项前面的
[ ]
改为
[x]
## Do not modify the following option content. Simply save and click the checkbox, or when editing, change
[ ]
to
[x]
for the relevant item. ### Feature or Bugfix - [x] 需求/Feature - [ ] 缺陷/Bugfix ### 是否涉及非兼容变更/Whether it involves incompatible changes - [ ] 是/Yes - [x] 否/No ### TDD自验结果/TDD Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved ### XTS自验结果/XTS Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved ### 检视意见是否都已闭环/Have all review comments been resolved - [x] 是/Yes - [ ] 否/No ### 是否已执行L0用例 - [x] 已验证/Yes - [ ] 不涉及,请在下方说明原因/Not Involved. Please specify the reasons below. See merge request: openharmony/arkui_ace_engine
!85246
1 天前
jsPreload.js
arktheme Signed-off-by: wangxiuxiu <wangxiuxiu9@huawei-partners.com>
2 个月前
jsShape.js
clip、mask接口整改 Signed-off-by: liuliangjun <liuliangjun4@huawei.com> Change-Id: I31fb0747cc6a6a10a476db8fad51ce8b7c69703c
2 年前
jsStateManagement.js
激活和非激活 Co-Authored-By: Agent Signed-off-by: xin11112 <wangyuxiang50@huawei.com>
1 个月前
jsUIContext.js
fixEventpassthrough Signed-off-by: yuanlin94 <linyuan25@h-partners.com>
1 个月前
jsWithEnv.js
customEnv接口变更及检视意见修改 Signed-off-by: yuxiaofei <yuxiaofei9@huawei-partners.com> Change-Id: Ia981436e11d8f3cdaa693a6a2539c751a90f730a
17 天前
js_converter.h
arcswiper founction Signed-off-by: zhangwt3652 <zhangwenting15@huawei.com>
1 年前
js_execution_scope_defines.h
Remove V8 code for ace_engine issue:
https://gitee.com/openharmony/arkui_ace_engine/issues/I6DLC7
Signed-off-by: zwx1102434 <zhouwenxuan1@huawei.com> Change-Id: Iea67089bc8285be6825b6ee8db1141646a869e4c
3 年前
js_object_template.h
Remove V8 code for ace_engine issue:
https://gitee.com/openharmony/arkui_ace_engine/issues/I6DLC7
Signed-off-by: zwx1102434 <zhouwenxuan1@huawei.com> Change-Id: Iea67089bc8285be6825b6ee8db1141646a869e4c
3 年前
js_object_template.inl
update OpenHarmony 2.0 Canary
4 年前
js_ref_ptr.h
Remove V8 code for ace_engine issue:
https://gitee.com/openharmony/arkui_ace_engine/issues/I6DLC7
Signed-off-by: zwx1102434 <zhouwenxuan1@huawei.com> Change-Id: Iea67089bc8285be6825b6ee8db1141646a869e4c
3 年前
js_types.cpp
dlopen so时长优化 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I90bb3b24be3c75608de149d1f75fcc89b839b9ae Revert commit: dlopen so时长优化 This revert commit: 6a53961e181b580e14f9a92270a2da69ddaeba64
27 天前
js_types.h
add current local point Signed-off-by: wangweiyuan <wangweiyuan2@huawei.com>
1 个月前