Files
workinf_Blender_Wasm/docs/tasks/M14-01B.md
mes123456 380cbed4ff
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

26 lines
712 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-01BFirefox capability probe
- `task`: `M14-01B`
- `parent`: `M14-01A`
- `status`: `done`
## 目标
在真实 Firefox 上探测 WASM、Worker、OPFS、IndexedDB、WebGL2、WebGPU、OffscreenCanvas 和
COOP/COEP isolation。每项都记录实际浏览器、平台和 GPU/adapter 信息;缺失能力只能为
`BLOCKED``UNAVAILABLE`,不能按 user-agent 推断支持。
## 验收
```text
npm --prefix web run test:firefox-capability
```
## 产物和交接
报告和 manifest 位于 `tests/golden/M14-01B/`;下一任务由 manifest 的 `nextTask` 指向 `M14-01C`
## 回滚
移除 Firefox probe、报告、manifest、package 命令和本状态页;将 `M14-01A` 恢复为队列尾。