| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
!87126 merge textfield_so into master textField/richEditor归一化整改 Created-by: tangfei0616 Commit-by: tangfei0616 Merged-by: openharmony_ci Description: **IssueNo**:https://gitcode.com/openharmony/arkui_ace_engine/issues/79284 **Description**: textField/richEditor归一化整改 **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 - [ ] 需求/Feature - [x] 缺陷/Bugfix ### 是否涉及非兼容变更/Whether it involves incompatible changes - [ ] 是/Yes - [x] 否/No ### TDD自验结果/TDD Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. base:  pr:  Unavailable重跑  - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [ ] 不涉及/Not Involved ### XTS自验结果/XTS Self-Verification Results - [x] 通过,请在下方提供截图/Pass. Provide execution details in picture below. base:  pr:  - [ ] 失败,请在下方提供基线执行情况截图/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!87126 | 7 天前 | |
!87912 merge fix/gesture-interrupt-uaf-lifecycle into master fix(gesture): prevent UAF via LifeCycleObservable/Observer pattern Created-by: yao-qianlong Commit-by: yao-qianlong Merged-by: openharmony_ci Description: **IssueNo**:https://gitcode.com/openharmony/arkui_ace_engine/issues/80026 **Description**: prevent UAF via LifeCycleObservable/Observer pattern **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 - [ ] 需求/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!87912 | 1 天前 | |
feature: support resource string for pixelmap drawable descriptor Signed-off-by: liyujie43 <liyujie43@huawei.com> Change-Id: I36455b7269a4ee0a193403b319bcebd5dc40dd7b | 2 个月前 | |
add animated drawable descriptor test to drawable descriptor test Signed-off-by: liyujie43@huawei.com <liyujie43@huawei.com> Change-Id: If2ff3c3336f9f3d596b41d091ea8d3eaf0ca98ef | 1 个月前 | |
fix: use forceVsync mechanism instead of frame count threshold for form vsync gating When form is hidden (onShow_=false), vsync was blocked by PR#86971 which caused issues during initial load and configuration changes (e.g. screen rotation triggering updateFormSize). The frame count threshold approach was unreliable for不定时的配置变更事件. Replace with Window base class forceVsync_ mechanism (same as RosenWindow): a one-shot flag that allows vsync through when set, then auto-resets. Add SetForceVsyncRequests to UIContent interface so FormRenderer can trigger it without directly depending on core lib. Call SetForceVsyncRequests(true) at all form framework entry points that need vsync while hidden: UpdateFormSize, UpdateForm, ReloadForm, UpdateConfiguration, AttachUIContent, RecycleForm, RecoverForm, SetUiContentParams, DispatchSurfaceChangeEvent, SetObscured, SetColorMode. 🤖 AI[100%] 🔧 Human Fixed[0%] 🧑 Human[0%] 👌 AI Adopted[100%] Co-authored-by: opencode (glm-5.1) <ai@local> Change-Id: Iaf533a620076200e9cdd82f3d4a2d20eca7fcec6 Signed-off-by: yzy-15 <yuzhiyong6@h-partners.com> | 10 天前 | |
add: pac apply Signed-off-by: yhpeng_1911 <pengyuhao1@huawei.com> | 4 天前 | |
!87388 merge 0720_fix_pageScene_report_and_errorCode into master 【功能增强】PageScene场景识别能力增强 Created-by: linzuoquan Commit-by: linzuoquan Merged-by: openharmony_ci Description: **IssueNo**: #79543 **Description**: 增强 PageScene TEXT_EDITOR 场景识别能力。首个长期 ArkUI TEXT_EDITOR 规则注册时建立 UIContext 候选节点索引,后续上下树按 instanceId + nodeId 增量维护;稳定点仅匹配候选节点,GetPageScene 独立全量扫描;按节点 ID 列表去重并支持多 UIContext 隔离清理。 **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 - [ ] 通过,请在下方提供截图/Pass. Provide execution details in picture below. - [ ] 失败,请在下方提供基线执行情况截图/Fail. Provide baseline execution details in picture below. - [x] 不涉及/Not Involved ### 检视意见是否都已闭环/Have all review comments been resolved - [x] 是/Yes - [ ] 否/No ### 是否已执行L0用例 - [x] 已验证/Yes - [ ] 不涉及,请在下方说明原因/Not Involved. Please specify the reasons below. ### 自验结果 - Linux x86-64 Host page_scene_rule_manager_test_ng:14/14 通过。 - Linux x86-64 Host content_change_manager_test_ng:45/45 通过。 - ./build.sh --product-name rk3568 --build-target ace_engine --ccache:5888/5888,构建成功。 - ohos-sdd validate . --level all:33 checks,0 broken,0 warn。 - git diff --check:通过。 See merge request: openharmony/arkui_ace_engine!87388 | 11 天前 | |
feat:XComponent小型化 Signed-off-by: yuanlin94 <linyuan25@h-partners.com> | 22 天前 | |
merge 0728 Change-Id: I1bd1e4762af6e3a49fc523afee90676ab9a0cca5 Signed-off-by: huiqiangdev <huiqiangdev@icloud.com> | 10 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 天前 | ||
| 1 天前 | ||
| 2 个月前 | ||
| 1 个月前 | ||
| 10 天前 | ||
| 4 天前 | ||
| 11 天前 | ||
| 22 天前 | ||
| 10 个月前 |