Checkpoint web parity through Chromium input tasks
This commit is contained in:
27
docs/tasks/M14-01D.md
Normal file
27
docs/tasks/M14-01D.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# M14-01D:probe identity and GPU/OS adapter recording
|
||||
|
||||
- `task`: `M14-01D`
|
||||
- `parent`: `M14-01C`
|
||||
- `status`: `in_progress`
|
||||
|
||||
## 目标
|
||||
|
||||
在真实 Chromium 生产构建上记录浏览器、运行时 OS、WebGL renderer/vendor 和 WebGPU adapter
|
||||
身份。身份必须来自实际 API 探测;缺失的 WebGPU adapter 只能记录为 `BLOCKED`,不能按
|
||||
浏览器或 user-agent 推断能力。报告同时绑定当前 production worker/WASM 资源 hash,避免把
|
||||
不同构建的 GPU 结果混在一起。
|
||||
|
||||
## 验收
|
||||
|
||||
```text
|
||||
npm --prefix web run test:probe-identity
|
||||
```
|
||||
|
||||
## 产物和交接
|
||||
|
||||
报告和 manifest 位于 `tests/golden/M14-01D/`。完成后 manifest 的 `nextTask` 指向下一颗
|
||||
最小任务;在本任务通过前不更新浏览器支持声明。
|
||||
|
||||
## 回滚
|
||||
|
||||
移除 probe checker、报告、manifest、package 命令和本状态页;将 `M14-01C` 保持为队列尾。
|
||||
Reference in New Issue
Block a user