Checkpoint web parity through Chromium input tasks
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

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

27
docs/tasks/M14-01D.md Normal file
View File

@@ -0,0 +1,27 @@
# 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` 保持为队列尾。