Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

13
docs/status/W-043.md Normal file
View File

@@ -0,0 +1,13 @@
# W-043 Status
status: done
task: 自动保存和快照策略
`AutosaveScheduler` debounces a dirty project and submits the current engine
buffer through StorageWorker after 1.5 seconds without triggering a download.
The React Save button reuses the same persistence path before exporting a
download. A browser regression confirms the dirty marker returns to saved.
Every ten commands and every explicit save now retain a SHA-256 verified blend snapshot. The
StorageWorker enforces count and total-byte limits and can list/read retained revisions. Large-file
writes remain Worker-isolated and never block the renderer thread.