文件最后提交记录最后更新时间
header opt:xnode Signed-off-by: l00916518 <liuhuayi3@huawei.com> Change-Id: I9277c07cd2bd03032dc26d89af37168a44e51735 29 天前
Clean up Refresh transitive includes and fix stale unit tests Co-Authored-By: Agent Signed-off-by: fuhanfeng <fuhanfeng1@h-partners.com> 1 个月前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
内源审视:命名空间注释问题修改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ic325f66957cc3a80441dc84f96e4f50c758789ce Signed-off-by: kangchongtao <kangchongtao@huawei.com> 4 年前
component dynamic loader source Signed-off-by: sunfei <sunfei.sun@huawei.com> Change-Id: I1f1fdebc01e0028d2c1924fa9b14222d85c9d5c1 1 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
zhongjianfei@huawei.com Signed-off-by: zhongjianfei <zhongjianfei@huawei.com> Change-Id: I9b8fb68aac65e450cc408aa579f22bc446ea81ec 4 年前
!84067 merge 0922 into master ComponentException打点清理 Created-by: hanjiajie2000 Commit-by: hanjiajie2000 Merged-by: openharmony_ci Description: **IssueNo**: #75856 **Description**: ComponentException打点清理 **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!840678 天前
类web范式布局类组件拆分 Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com> Change-Id: Ieeb406215444293bbf066b3a65ff20a56e9ee1c7 5 个月前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
update OpenHarmony 2.0 Canary 4 年前
ComponentException打点清理 Signed-off-by: hanjiajie2000 <hanjiajie1@h-partners.com> Co-Authored-By:Agent 1 个月前
export symbols for cj frontend Change-Id: I1a7704a19b605ff838d75db31ecaa96ea77f0974 1 年前
fix wrong usages of cJSON::Create/cJSON::CreateArray which cause memleak When we create a JSONValue with flag false, which means a non-root JSONValue. When the JSONValue destructes, it will not free the opaque cJSON object. So when this JSONValue is put into another JSONValue, the opaque cJSON object is deep copied, and the origin cJSON object will not be freed, which finally causes the memleak. Signed-off-by: Far <yesiyuan2@huawei.com> Change-Id: I6ffdc3a80d6b1551e733e92b6329af0496048973 2 年前
类web拆分input、TextArea、Search组件 Signed-off-by: wangxiuxiu <wangxiuxiu9@huawei-partners.com> Change-Id: I420ece11877c9aeb61630ba65bd03f3be285f257 4 个月前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
fix: format Signed-off-by: yangziyong <nsyangziyong@huawei.com> 1 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
License头日期修改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ic0fc40d272c7986dec2463680b7b0fe7f5ee72d2 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 4 年前
feat(tab): 类Web范式Tab类组件拆分 【架构优化-新老框架拆分】类Web范式Tab类组件拆分 Signed-off-by: yuanlin94 <linyuan25@h-partners.com> 4 个月前
内源审视:命名空间注释问题修改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ic325f66957cc3a80441dc84f96e4f50c758789ce Signed-off-by: kangchongtao <kangchongtao@huawei.com> 4 年前
refactor(bridge): collapse JS callback wrappers stripped libace_compatible.z.so size before baseline/master: 57688036 bytes stripped libace_compatible.z.so size after: 57622344 bytes stripped libace_compatible.z.so delta vs baseline/master: -65692 bytes Scope: - legacy js bridge task and callback forwarders - declarative JSView callback wrappers - repeat JS function callbacks - JSI animation callback tasks - plugin/frontend delegate task callbacks Implementation: - replace repeated lambda/std::function bodies with narrow callback/task carriers - add declarative JS callback state helpers - preserve concrete callback execution paths in accepted helper replacements Change-Id: I71b2760eb3cda7ec23dc62a7567b042381c716c0 Signed-off-by: Mikhail V. Lobakh <lobah.mikhail@huawei-partners.com> 4 天前
消减border_image头文件引用次数 Issue: https://gitcode.com/openharmony/arkui_ace_engine/issues/76367 Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: chenjiafeng <chenjiafeng10@h-partners.com> Co-Authored-By: Agent 8 天前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
Linux Preview Signed-off-by: limeng1210 <limeng208@huawei.com> 3 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
update OpenHarmony 2.0 Canary 4 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
update OpenHarmony 2.0 Canary 4 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
bubble progress. Signed-off-by: sunfei <sunfei.sun@huawei.com> Change-Id: I7a060948386ba7748b2ae7d6af094e2660846a2c 4 年前
zhongjianfei@huawei.com Signed-off-by: zhongjianfei <zhongjianfei@huawei.com> Change-Id: I9b8fb68aac65e450cc408aa579f22bc446ea81ec 4 年前
update OpenHarmony 2.0 Canary 4 年前
类web范式布局类组件拆分 Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com> Change-Id: Ieeb406215444293bbf066b3a65ff20a56e9ee1c7 5 个月前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
License头日期修改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: Ic0fc40d272c7986dec2463680b7b0fe7f5ee72d2 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 4 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
support calc var Signed-off-by: yaoyuchi <yaoyuchi@huawei.com> 4 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
update OpenHarmony 2.0 Canary 4 年前
header opt:xnode Signed-off-by: l00916518 <liuhuayi3@huawei.com> Change-Id: I9277c07cd2bd03032dc26d89af37168a44e51735 29 天前
Add TextDecorationStyle. Signed-off-by: wuwenlu <wuwenlu@kaihong.com> 2 年前
header opt:xnode Signed-off-by: l00916518 <liuhuayi3@huawei.com> Change-Id: I9277c07cd2bd03032dc26d89af37168a44e51735 29 天前
update OpenHarmony 2.0 Canary 4 年前
improve text header file include Co-Authored-By: Agent Signed-off-by: royce-ls <lusong11@huawei.com> Change-Id: I1f406bd4a6b1adfcc0fe0847e99eabd49acea105 21 天前
add:类Web范式文本类label组件拆分 Signed-off-by: wangxiuxiu96 <wangxiuxiu9@huawei-partners.com> 4 个月前
【架构解耦】拆分chart组件 Signed-off-by: chendongqi <chendongqi3@h-partners.com> Change-Id: Ia6f9cbf950208cf2206830ca5f200f1e9b91067b 4 个月前
canvas Signed-off-by: yuxiaofei9 <yuxiaofei9@huawei-partners.com> Change-Id: I4766d93700b518915ef8f798efc4c152e7df8d1c 4 个月前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
zhongjianfei@huawei.com Signed-off-by: zhongjianfei <zhongjianfei@huawei.com> Change-Id: I9b8fb68aac65e450cc408aa579f22bc446ea81ec 4 年前
frameworks_bridge_common删除冗余头文件 Signed-off-by: kangchongtao <kangchongtao@huawei.com> 1 年前
[xcomponent] api8 sync to qjs and v8 Signed-off-by: zhangbingce <zhangbingce@huawei.com> Change-Id: I09313bf9266eb9169a06562b9101bab037941882 4 年前
sync: sync the code Signed-off-by: yhpeng1911 <pengyuhao1@huawei.com> 9 个月前