已合并
add web sig #1638
zhufenghao创建于 2025年2月18日
add web sig #1638
已合并
zhufenghao创建于 2025年2月18日
refs/pull/1638/head合入到master
6 个文件变更+158-0
@@ -0,0 +1,28 @@
1+{
2+ "Leader": [{
3+ "gitee_id": "kurli",
4+ "gitee_email": "liguangzhen2@huawei.com"
5+ }],
6+ "Committers": [
7+ {
8+ "gitee_id": "litao33",
9+ "gitee_email": "litao33@huawei.com"
10+ },
11+ {
12+ "gitee_id": "mark.zhai",
13+ "gitee_email": "yixi.zyf@antgroup.com"
14+ },
15+ {
16+ "gitee_id": "bolide74",
17+ "gitee_email": "haibin.zhb@antgroup.com"
18+ },
19+ {
20+ "gitee_id": "leluyun",
21+ "gitee_email": "leluyun@qq.com"
22+ },
23+ {
24+ "gitee_id": "javayhu",
25+ "gitee_email": "yinger090807@qq.com"
26+ }
27+ ]
28+}
@@ -0,0 +1,60 @@
1+# SIG_SoftBus
2+English | [简体中文](./sig_web_cn.md)
3+ 
4+Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](../../zh/pmc.md).
5+ 
6+## SIG group work objectives and scope
7+ 
8+### Work Objectives
9+ 
10+![figures/Web-architecture.png](figures/Web-architecture.png)
11+- webview: UI component in OpenHarmony.
12+- nweb: native engine of the OpenHarmony web component, which is built based on the Chromium Embedded Framework (CEF).
13+- CEF: short for Chromium Embedded Framework, an open-source project based on Google Chromium.
14+- Chromium: an open-source web browser principally developed by Google and released under the BSD license and other permissive open-source licenses.
15+ 
16+Build the web ecosystem, improve web engine compatibility. Make the web engine capable of working with various device forms of the OpenHarmony OS. Improve service capabilities and compatibility, including API definition and W3C spec
17+Help web engine developers and others co-works to help contribute their code to the codebase.
18+ 
19+### Scope of work
20+- The web engine capability meets various service scenarios of ecosystem partners using the web.
21+Discuss and accept the requirements of the ecosystem for the OpenHarmony web engine, extract general compatibility solutions, meet the requirements of the ecosystem, and flourish the web ecosystem.
22+ 
23+- Transplantation and contribution specifications
24+Assist ecosystem partners and web engine developers in contributing code to the community.
25+ 
26+- Ecosystem expansion
27+Actively negotiate cooperation with ecosystem partners, web engine developers, and W3C standardization organizations.
28+ 
29+## Code Repository
30+- Code repository address:
31+- ArkWeb: https://gitcode.com/openharmony-tpc/chromium_src
32+ 
33+## SIG Members
34+ 
35+### Leader
36+- @kurli(https://gitee.com/kurli)
37+- @mark.zhai(https://gitee.com/mark.zhai)
38+- @litao33(https://gitee.com/litao33)
39+ 
40+### Committers
41+- @litao33(https://gitee.com/litao33)
42+- @mark.zhai(https://gitee.com/mark.zhai)
43+- @bolide74(https://gitee.com/bolide74)
44+- @leluyun(https://gitee.com/leluyun)
45+- @javayhu(https://gitee.com/javayhu)
46+ 
47+ ### Meetings
48+ - Meeting time:Biweekly meeting, 10:30 a.m. Monday
49+ - Meeting link:[Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
50+ 
51+ - Meeting time:Biweekly meeting, 10:30 a.m. Monday
52+ - Meeting application:[OpenHarmony sig_Web Meeting Proposal](https://shimo.im/sheets/5xkGoLr9ewSyLYkX/MODOC/)
53+ - Meeting link: Welink
54+ - Meeting notification: [Subscribe to] (https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link
55+ - Meeting-Minutes: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
56+ 
57+### Contact (optional)
58+ 
59+- Mailing list:dev@openharmony.io
60+- Wechat group:
@@ -0,0 +1,60 @@
1+# SIG_Web
2+简体中文 | [English](./sig_web.md)
3+ 
4+说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](../../zh/pmc.md)中描述的约定。
5+ 
6+## SIG组工作目标和范围
7+ 
8+OpenHarmony Web 引擎架构如下:
9+![figures/Web-architecture_ZH.png](figures/Web-architecture_ZH.png)
10+- webview组件:OpenHarmony的UI组件。
11+- nweb:基于CEF构建的OpenHarmony Web组件的Native引擎,主要构建Web组件浏览器内核的部分能力。
12+- CEF:CEF全称Chromium Embedded Framework,是一个基于Google Chromium 的开源项目。
13+ 
14+### 工作目标
15+为了完善 Web 生态,提升 Web 引擎兼容性,使之能够匹配 OpenHarmony OS 的各种设备形态,Web SIG不仅需要完善 Web 引擎的
16+业务能力以及兼容性,包含 API 的定义、W3C 功能的完善,更为重要的是需要扩展生态,与生态厂商、
17+Web 引擎开发者等进行合作,协助贡献他们的代码上库
18+ 
19+### 工作范围
20+- Web 引擎能力满足生态伙伴使用 Web 的各类业务场景
21+ 
22+讨论及接纳生态对 OpenHarmony Web 引擎的诉求,提炼通用兼容性解决方案,满足生态诉求,繁荣 Web 生态
23+ 
24+- 移植和贡献规范
25+ 
26+协助生态伙伴,Web 引擎开发者贡献代码到社区
27+ 
28+- 生态拓展
29+ 
30+积极与生态伙伴、Web 引擎开发者,W3C 标准化组织进行洽谈合作
31+ 
32+## 代码仓
33+- 代码仓地址:
34+ - ArkWeb:https://gitcode.com/openharmony-tpc/chromium_src
35+ 
36+## SIG组成员
37+ 
38+### Leader
39+- @kurli(https://gitee.com/kurli)
40+- @mark.zhai(https://gitee.com/mark.zhai)
41+- @litao33(https://gitee.com/litao33)
42+ 
43+### Committers列表
44+- @litao33(https://gitee.com/litao33)
45+- @mark.zhai(https://gitee.com/mark.zhai)
46+- @bolide74(https://gitee.com/bolide74)
47+- @leluyun(https://gitee.com/leluyun)
48+- @javayhu(https://gitee.com/javayhu)
49+ 
50+### 会议
51+ - 会议时间:双周例会,上午周一10:30
52+ - 会议申报:[OpenHarmony sig_Web Meeting Proposal](https://shimo.im/sheets/5xkGoLr9ewSyLYkX/MODOC/)
53+ - 会议链接: Welink
54+ - 会议通知: 请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接
55+ - 会议纪要: [归档链接地址](https://gitee.com/openharmony-sig/sig-content)
56+ 
57+### 联系方式(可选)
58+ 
59+- 邮件列表:dev@openharmony.io
60+- 微信群:
@@ -6808,3 +6808,13 @@ projects = []
6808[sig.leader]6808[sig.leader]
6809gitee_id = "https://gitee.com/BDOH"6809gitee_id = "https://gitee.com/BDOH"
6810gitee_email = "bds_oh@163.com"6810gitee_email = "bds_oh@163.com"
6811+ 
6812+[[sig]]
6813+sig_name = "sig_web"
6814+description = "构筑OpenHarmony Web引擎能力、推动W3C行业标准化、加强生态合作、促进OpenHarmony Web类生态繁荣。"
6815+sig_status = "active"
6816+sub_system = ["NONE"]
6817+projects = []
6818+[sig.leader]
6819+gitee_id = "https://gitee.com/kurli"
6820+gitee_email = "liguangzhen2@huawei.com"