文件最后提交记录最后更新时间
fix(bridge): address callback style warnings Signed-off-by: Mikhail V. Lobakh <lobah.mikhail@huawei-partners.com> Change-Id: Id1267c316e175d2d80b46f5e7da1c15a00defc60 4 天前
!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!8553210 小时前
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 年前
fix: 修复小型化卡片功能 Signed-off-by: pensLong <pengsilong@huawei-partners.com> 3 个月前
Fix:search小型化mofifier Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com> 15 天前
增加映射关系 Co-Authored-By: Agent Signed-off-by: fangzhiyuan <fangzhiyuan5@huawei.com> 15 天前
arktheme Signed-off-by: wangxiuxiu <wangxiuxiu9@huawei-partners.com> 2 个月前
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 年前
fix jsview two Signed-off-by: dujingcheng <dujingcheng@huawei.com> Change-Id: I68ddff75fee20fbdd6e09011109a77105811b06c 3 年前
[UIF] Refactoring Type-erase JSConstructorInterceptor Co-Authored-By: Agent Change-Id: Ie18004b0e73a32aded1cfd8915e32f26b98e8cdc Signed-off-by: Sergey Dudkin <dudkin.sergey@huawei.com> 1 个月前
fix functionbinding memory leak Signed-off-by: seaside_wu1 <wuhaibin5@huawei.com> Change-Id: Ieacd39287edf1b7733712a69f47ecd907dad9b9a 4 个月前
update the compiler for state Co-Authored-by: Agent Signed-off-by: lixingchi1 <lixingchi1@huawei.com> 2 个月前
Improve the performance of the cross language calling. Signed-off-by: ZhangYu <zhangyu578@huawei.com> Change-Id: I12f5905d851bff3e030deb3ab603a5fa213b1248 1 年前
fix singleton issue in multi-library Signed-off-by: sunfei <sunfei.sun@huawei.com> Change-Id: Ia3b7ca459470e9b6c91caa631fc87d702a31368e 5 个月前
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 年前
merge 0728 to master part2 Change-Id: I944f4afa2a01e016dd045b6849cd54afcf2960dc Signed-off-by: fangyuhao <fangyuhao1@huawei.com> 8 个月前
!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!852461 天前
arktheme Signed-off-by: wangxiuxiu <wangxiuxiu9@huawei-partners.com> 2 个月前
clip、mask接口整改 Signed-off-by: liuliangjun <liuliangjun4@huawei.com> Change-Id: I31fb0747cc6a6a10a476db8fad51ce8b7c69703c 2 年前
激活和非激活 Co-Authored-By: Agent Signed-off-by: xin11112 <wangyuxiang50@huawei.com> 1 个月前
fixEventpassthrough Signed-off-by: yuanlin94 <linyuan25@h-partners.com> 1 个月前
customEnv接口变更及检视意见修改 Signed-off-by: yuxiaofei <yuxiaofei9@huawei-partners.com> Change-Id: Ia981436e11d8f3cdaa693a6a2539c751a90f730a 17 天前
arcswiper founction Signed-off-by: zhangwt3652 <zhangwenting15@huawei.com> 1 年前
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 年前
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 年前
update OpenHarmony 2.0 Canary 4 年前
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 年前
dlopen so时长优化 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I90bb3b24be3c75608de149d1f75fcc89b839b9ae Revert commit: dlopen so时长优化 This revert commit: 6a53961e181b580e14f9a92270a2da69ddaeba64 27 天前
add current local point Signed-off-by: wangweiyuan <wangweiyuan2@huawei.com> 1 个月前