Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
arkui_ace_engine
/
frameworks
/
core
/
components
/
popup
下载当前目录
C
chenjiafeng10
编译优化:级联剪除传播节点(pipeline_base/frame_node/container)死include
5d085aaa
创建于
21 天前
历史提交
文件
最后提交记录
最后更新时间
BUILD.gn
ace_engine、napi 部件名仓名和目录名整改 Change-Id: Id6e7f9669a92e8457492c4675341f981e204b09e Signed-off-by: zhangxiao72 <zhangxiao72@huawei.com>
4 年前
popup_component.cpp
update OpenHarmony 2.0 Canary
4 年前
popup_component.h
编译优化:级联剪除传播节点(pipeline_base/frame_node/container)死include Issue:
https://gitcode.com/openharmony/arkui_ace_engine/issues/74402
Feature or Bugfix: Feature Binary Source:No Signed-off-by: chenjiafeng <chenjiafeng10@h-partners.com> Co-Authored-By: Agent
21 天前
popup_component_v2.cpp
头文件依赖整改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I0c67a194ac41282ac18fc918d3b9ea51d7a9da2f Signed-off-by: kangchongtao <kangchongtao@huawei.com>
1 年前
popup_component_v2.h
[UI组件重构]新增Popup基础框架 Signed-off-by: yangfan229 <yangfan229@huawei.com> Change-Id: I035d27af24885dabe695b247f387cb6c18794a3e
3 年前
popup_element.cpp
[L] fix header in ace Co-Authored-By:Agent Signed-off-by: lisitao <lisitao3@h-partners.com>
1 个月前
popup_element.h
add popup Signed-off-by: shanshurong <shanshurong@huawei.com>
3 年前
popup_element_v2.cpp
头文件依赖整改 Signed-off-by: kangchongtao <kangchongtao@huawei.com> Change-Id: I0c67a194ac41282ac18fc918d3b9ea51d7a9da2f Signed-off-by: kangchongtao <kangchongtao@huawei.com>
1 年前
popup_element_v2.h
#1068
去掉多余分号 Signed-off-by: wangyunfang <wangyunfang3@huawei.com> Change-Id: I876a930423bac29626e1f8aaa93db68b94fecf08
4 年前
popup_theme.h
optimize header includes: reduce cascade dependencies in dialog/menu/select/toast/popup - dialog_theme.h: remove dialog_properties.h, layout_param.h, blur_style_option.h, measure_property.h - dialog_component.h: use forward declaration for PipelineContext, ColumnComponent - popup_theme.h: remove unnecessary decoration.h - menu_element.h: use forward declaration for RenderBox, SelectPopupComponent - select_theme.h: remove NG headers (calc_length.h) - select_element.h: use forward declaration for TextComponent - select_component.h: use forward declaration for BoxComponent, OptionComponent - toast_component.h: use forward declaration for BoxComponent, TextComponent, PipelineContext Estimated reduction: ~5.6 million lines of header expansion Signed-off-by: zhangfanfan21 <zhangfanfan2@huawei.com> Co-Authored-By: Agent
1 个月前