文件最后提交记录最后更新时间
跨节点选择文本 Signed-off-by: wangtao <wangtao487@h-partners.com> Change-Id: I842c39b54e43e7e0a55782d40acac36a7c08f3df 11 天前
!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!8553218 小时前
Split text_style.h to text_enums.h Co-Authored-By: Agent Signed-off-by: royce-ls <lusong11@huawei.com> Change-Id: I1692f2ff40e4716fa3e3e65a2e9b1ad368b10445 2 个月前
feat:badge支持命令式节点 Signed-off-by: Zhang Jinyu <zhangjinyu101@huawei.com> Change-Id: I1284c5f2c6a66f6f972ead05cfac3920e251e527 1 年前
反色算法补充 Signed-off-by: lice <lice4@huawei.com> 11 个月前
Blank Image控件对外暴露创建接口 Signed-off-by: wlh2624 <1968860844@qq.com> 2 年前
Split text_style.h to text_enums.h Co-Authored-By: Agent Signed-off-by: royce-ls <lusong11@huawei.com> Change-Id: I1692f2ff40e4716fa3e3e65a2e9b1ad368b10445 2 个月前
Switch light and dark for form component Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 11 个月前
在CanvasModifier实现新onReady Signed-off-by: chenyuchi <chenyuchi2@h-partners.com> 4 个月前
绘制类组件对接modifier Signed-off-by: WangJiazhen <wangjiazhen4@huawei.com> 1 年前
Feat:布局类控件、布局类属性适配深浅色切换Modifier Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com> 11 个月前
add ColumnReverse Signed-off-by: Shi Bofan <shibofan1@huawei.com> Change-Id: Ia0c8634a26db01433fa9122b84aadbcad861d649 1 年前
!85109 merge nativeMem2GC into master 优化:让GC感知到事件native对象内存增长2 Created-by: yuanlin94 Commit-by: yuanlin94 Merged-by: openharmony_ci Description: **IssueNo**: 76892 **Description**: 优化:让GC感知到事件native对象内存增长 **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 - [ ] 需求/Feature - [x] 缺陷/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!851099 天前
新增双面绘制需求 Signed-off-by: chen-junlong <chenjunlong21@h-partners.com> 25 天前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
Keep HDR runtime behavior while excluding TDD-only deltas This commit extracts production code from commits 9a3abf8, 9aa0d5e, d2016f8, and 32c39ed onto origin/master base, while removing all test/TDD-side edits. Included runtime paths cover shape color payload handling, circle paint HDR/BT2020 rendering behavior, render-context headroom API wiring, and canvas gradient HDR headroom notification. Pure test commits and test/mock file edits are intentionally excluded. Constraint: Target branch must be rebased from origin/master and contain only functional code Rejected: Cherry-pick all four commits as-is | brings failing/undesired TDD deltas Rejected: Keep test/mock support helpers from source commits | violates requirement to strip TDD-related edits Confidence: medium Scope-risk: moderate Reversibility: clean Directive: If TDD coverage is later needed, reintroduce tests in a separate follow-up commit instead of mixing with runtime logic Tested: Diff scope validation (no staged test/ files), patch integrity via git diff --cached Not-tested: Full build and unit tests in OpenHarmony build environment (not available in current workspace) Signed-off-by: zwt <zhangwentao96@huawei.com> Co-Authored-By: Agent 1 个月前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
attributeModifier for Component3D Signed-off-by: hehao <hehao38@huawei.com> Change-Id: Idd79fb08fa8d1d9c2e6e9a241cae00c3291f99da 2 年前
UIPickerComponent支持自定义行高行数 Signed-off-by: huangxiaoxiao <huangxiaoxiao8@huawei.com> Change-Id: I7f8004e116df1f7eb4333f44511132977f463b4d Co-Authored-By: Agent 1 个月前
UIPickerComponent支持自定义行高行数 Signed-off-by: huangxiaoxiao <huangxiaoxiao8@huawei.com> Change-Id: I7f8004e116df1f7eb4333f44511132977f463b4d Co-Authored-By: Agent 1 个月前
文本类深浅色modifier问题修复 Signed-off-by: haoshuo <haoshuo1@huawei.com> 10 个月前
add container span modifier Signed-off-by: wanjining <wanjining@huawei.com> Change-Id: Iba47282806deed1ad36b10635c6ea6cd8f235fbc 1 年前
fix code warnings Signed-off-by: luoying_ace_admin <luoying19@huawei.com> Change-Id: I88872ef28fe51d361e9dcfcc16e23b7e4160ed18 2 个月前
date_picker supports canceling column loop Signed-off-by: royce-ls <lusong11@huawei.com> Change-Id: Ie3eabfe43e7b546f6f91fc537c73432b4187e494 1 年前
反色算法补充 Signed-off-by: lice <lice4@huawei.com> 11 个月前
divider init commit Signed-off-by: yangqizhong <yangqizhong@huawei.com> Change-Id: I57b3b36d3954a0bc50386c29156dc032476aaae9 2 年前
feat: add memory trace points for uec/pc/ic/dc/xc/cm/ec/puec/suec Signed-off-by: Caoruihong <crh.cao@huawei.com> 4 个月前
feat: 显示嵌入组件/无障碍属性设置对接modifier Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 1 年前
Add vm params for JSValueRef Signed-off-by: xiongluo <xiongluo@huawei.com> Change-Id: Ic7864495d010d8e4bb2577f25b8a6ef20affa4c9 1 年前
FrameNodeType添加Flex、Swiper、Progress Signed-off-by: wanglili12 <wanglili65@huawei.com> Change-Id: I2efbc120de4ce50287e52830f011f9ed37797305 2 年前
arkts_native_form_component_bridge.cpp. Signed-off-by: sunhufei <sunhufei@huawei.com>1 年前
【UX增强】添加Tabs和Stepper_item的属性 Signed-off-by: Xing Guang <xingguang1@huawei.com> 2 年前
优化:让GC感知到事件native对象内存增长2 Signed-off-by: yuanlin94 <linyuan25@h-partners.com> 11 天前
add current local Signed-off-by: yuanlin94 <linyuan25@h-partners.com> 1 个月前
add enableTwoFingerMultiSelect to grid Co-Authored-By: Agent Signed-off-by: zcdqs <junfeng.lijunfeng@huawei.com> Change-Id: Ic5ecfb1677920fcb2c0839bf51e2849fa0462305 23 天前
add enableTwoFingerMultiSelect to grid Co-Authored-By: Agent Signed-off-by: zcdqs <junfeng.lijunfeng@huawei.com> Change-Id: Ic5ecfb1677920fcb2c0839bf51e2849fa0462305 23 天前
Squashed changes in one commit Signed-off-by: Kirill Kirichenko <kirichenko.kirill@huawei.com> Change-Id: I64ee13ad4640d35bb6166ae2469d52110b1a4644 2 年前
!22264 资源管理机制归一_text_theme资源统一使用sys_resource Merge pull request !22264 from ranzhiqiang/master 2 年前
滚动类组件属性设置对接modifier Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 1 年前
滚动类组件属性设置对接modifier Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 1 年前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
gridRow_breakpointchangeModifier Signed-off-by: zhangjinyu101 <zhangjinyu101@huawei.com> Change-Id: I5d87d67d6de309f338bfaffd98e4775e756de258 Signed-off-by: zhangjinyu101 <zhangjinyu101@huawei.com> 1 年前
类Web范式ImageAnimator、Svg拆分 Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> Change-Id: I4ca873fb41d8718c51005649166a54c47b5a634e 4 个月前
Feat: Add modifier Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> Change-Id: I9bfd6fdb35e504b273aef2d8487a7c5197c96d30 1 年前
feat: add PictureDrawableDescriptor with Ace Picture wrapper Signed-off-by: liyujie43 <liyujie43@huawei.com> Change-Id: Ib91f384d2c4b67ca39d27801633d0057d20915c8 Co-Authored-By: Agent 9 天前
addImageReloadFunc Signed-off-by: hw_wyx <wuyinxiao@huawei.com> 1 个月前
colorFilter 回合master Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 6 个月前
Text属性字符串和lmageSpancolorFilter支持svg Signed-off-by: wanchengzhen <wanchengzhen@huawei.com> Change-Id: Iee36ba4bea0320eee9fc8e9f3a9386e84f1ba428 8 个月前
swiper新老框架解耦 Signed-off-by: wangweiyuan <wangweiyuan2@huawei-partners.com> 4 个月前
提供单独导航点组件(js) Signed-off-by: 张全超 <zhangquanchao@huawei.com> 1 年前
LazyVWaterFlow/LazyVGrid/LazyColumn header/footer 实现 Co-Authored-By: Agent Signed-off-by: fuhanfeng <fuhanfeng1@h-partners.com> 13 天前
LazyVWaterFlow/LazyVGrid/LazyColumn header/footer 实现 Co-Authored-By: Agent Signed-off-by: fuhanfeng <fuhanfeng1@h-partners.com> 13 天前
LazyVWaterFlow/LazyVGrid/LazyColumn header/footer 实现 Co-Authored-By: Agent Signed-off-by: fuhanfeng <fuhanfeng1@h-partners.com> 13 天前
LazyVWaterFlow/LazyVGrid/LazyColumn header/footer 实现 Co-Authored-By: Agent Signed-off-by: fuhanfeng <fuhanfeng1@h-partners.com> 13 天前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
【UX增强】Line(startPoint,endPoint)组件,Path(commands)组件和Polyline(points)组件的相关属性 Signed-off-by: xingguang1@huawei.com <xingguang1@huawei.com> 2 年前
Split text_style.h to text_enums.h Co-Authored-By: Agent Signed-off-by: royce-ls <lusong11@huawei.com> Change-Id: I1692f2ff40e4716fa3e3e65a2e9b1ad368b10445 2 个月前
线性导航条功能代码(下) Signed-off-by: 张全超 <zhangquanchao@huawei.com> 1 年前
list支持滑动多选能力增强 Signed-off-by: shi-hongjie <shihongjie@huawei.com> Co-Authored-By: Agent 21 天前
list支持滑动多选能力增强 Signed-off-by: shi-hongjie <shihongjie@huawei.com> Co-Authored-By: Agent 21 天前
fix:与文档错误信息同步 Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 8 个月前
feat: listitem支持接口调用swipeAction Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> Change-Id: I61ef444528e4090576a418ff8b883fcc09f88fef 8 个月前
支持Res Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 1 个月前
list item group initializes with headerComponent and footerComponent Signed-off-by: Zhang-Dong-hui <zhangdonghui5@huawei.com> Change-Id: I3f358fcb81d4dcdfa5238052b07cf34728e9618d 1 年前
fix mem leak Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 5 个月前
feat: add loadingprogress builder style Signed-off-by: yangziyong <nsyangziyong@huawei.com> 2 年前
!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!8553218 小时前
!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!8553218 小时前
feat:Synchronizing visual effects class and navigation class properties modifier Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com> Change-Id: I99b7bf90db03e4032b0636265476f9d18870044e 1 年前
feat:Synchronizing visual effects class and navigation class properties modifier Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com> Change-Id: I99b7bf90db03e4032b0636265476f9d18870044e 1 年前
add ut and modifier for auto-clean Co-Authored-By: Agent Signed-off-by: mayaolll <mayao17@huawei.com> 2 天前
add ut and modifier for auto-clean Co-Authored-By: Agent Signed-off-by: mayaolll <mayao17@huawei.com> 2 天前
support nav title material Co-Authored-By: Agent Signed-off-by: zhangdw521 <zhangdawei40@huawei.com> Change-Id: I462a67c7acebb3de8207a9dce4779683ab7206a0 Signed-off-by: zhangdw521 <zhangdawei40@huawei.com> 10 天前
反色算法补充 Signed-off-by: lice <lice4@huawei.com> 11 个月前
Add vm params for jsnapi Signed-off-by: xiongluo <xiongluo@huawei.com> Change-Id: Ibda702acfa766f9721f8bbc7480d850f751b68a9 1 年前
【UX增强】添加navigation/navigator/nav_router的属性 Signed-off-by: Xing Guang <xingguang1@huawei.com> 2 年前
add_null_check Signed-off-by: wangweiyuan <wangweiyuan2@huawei-partners.com> 9 个月前
js leak task Signed-off-by: wangweiyuan <wangweiyuan2@huawei-partners.com> 11 个月前
add disposeTree in frame node Signed-off-by: sunfei <sunfei.sun@huawei.com> Change-Id: Id74ee37f035ace7fa41539aefa01762fbdcfc6e5 2 年前
add disposeTree in frame node Signed-off-by: sunfei <sunfei.sun@huawei.com> Change-Id: Id74ee37f035ace7fa41539aefa01762fbdcfc6e5 2 年前
Add vm params for jsnapi Signed-off-by: xiongluo <xiongluo@huawei.com> Change-Id: Ibda702acfa766f9721f8bbc7480d850f751b68a9 1 年前
【UX增强】添加Panel的type,customHeight属性 Signed-off-by: Xing Guang <xingguang1@huawei.com> 2 年前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
particle RippleField Signed-off-by: chen-xiaoxue299 <chenxiaoxue11@huawei.com> 7 个月前
Shape组件适配资源深浅色切换 Signed-off-by: 陈俞池 <chenyuchi2@huawei.com> 10 个月前
【UX增强】Line(startPoint,endPoint)组件,Path(commands)组件和Polyline(points)组件的相关属性 Signed-off-by: xingguang1@huawei.com <xingguang1@huawei.com> 2 年前
feat: add memory trace points for uec/pc/ic/dc/xc/cm/ec/puec/suec Signed-off-by: Caoruihong <crh.cao@huawei.com> 4 个月前
新增pluginComponent组件size,width,height属性支持 Signed-off-by: Xing Guang <xingguang1@huawei.com> 2 年前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
【UX增强】增加Polygon的支持 Signed-off-by: Xing Guang <xingguang1@huawei.com> 2 年前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
【UX增强】Line(startPoint,endPoint)组件,Path(commands)组件和Polyline(points)组件的相关属性 Signed-off-by: xingguang1@huawei.com <xingguang1@huawei.com> 2 年前
improve text header file include Co-Authored-By: Agent Signed-off-by: royce-ls <lusong11@huawei.com> Change-Id: I0df6c5d23bb59bcc040c9498beb4bdbf2ec4f43b 1 个月前
Feat: Add modifier Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> Change-Id: I9bfd6fdb35e504b273aef2d8487a7c5197c96d30 1 年前
input event listening Signed-off-by: yuanlin94 <linyuan25@h-partners.com> 1 个月前
input event listening Signed-off-by: yuanlin94 <linyuan25@h-partners.com> 1 个月前
ArrayRef->Length 整改为ArkTSUtils::GetArrayLength Signed-off-by: tzcurtain <zhoukechen2@huawei.com> 28 天前
Shape组件适配资源深浅色切换 Signed-off-by: 陈俞池 <chenyuchi2@huawei.com> 10 个月前
优化回收回调,复用同一个eventhandle,减少重复创建和析构的耗时 Signed-off-by: wangchensu <wangchensu@huawei.com> Change-Id: I42a9e14ed6d9718f99be4504e56f7527503f3df1 1 年前
支持Res Signed-off-by: zhanghang <zhanghang160@huawei-partners.com> 1 个月前