Files
workinf_Blender_Wasm/docs/tasks/M14-01D.md
mes123456 380cbed4ff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

28 lines
889 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# M14-01Dprobe 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` 保持为队列尾。