Skip to content

feat(windows): add dynamic video wallpapers#1

Merged
CCDawn merged 1 commit into
mainfrom
feat/dynamic-wallpaper-mvp
Jul 17, 2026
Merged

feat(windows): add dynamic video wallpapers#1
CCDawn merged 1 commit into
mainfrom
feat/dynamic-wallpaper-mvp

Conversation

@CCDawn

@CCDawn CCDawn commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • add local MP4/WebM animated wallpapers to the Windows theme store and tray
  • transfer video in bounded CDP chunks and assemble a renderer-owned Blob URL
  • pause playback while hidden and clean up media across theme changes, pause, reload, and restore
  • validate size, managed paths, reparse points, and MP4/WebM container signatures

Verification

  • node --test windows/tests/*.test.mjs
  • powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\windows\tests\run-tests.ps1
  • pwsh.exe -NoLogo -NoProfile -ExecutionPolicy Bypass -File .\windows\tests\run-tests.ps1
  • live Codex verification: media present/ready, readyState=4, unmuted controls disabled, muted loop playback advanced from 2.056s to 3.563s while focused, and paused while hidden

The runtime test used the MDN CC0 flower video locally. No video, screenshot, or private Codex content is included in this PR.

@CCDawn
CCDawn marked this pull request as ready for review July 17, 2026 12:13
@CCDawn
CCDawn merged commit ac03a32 into main Jul 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant