Conversation
This was referenced Sep 13, 2026
Owner
Author
|
Closing as superseded: #220 replayed this stacked FastLED foundation onto current main after the #216 merge diverged, and it has landed. Verified against Reopen if something here is still missing from main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #200. Coordinated with FastLED/cli#242. Stacked on #199; merge lifetime support first.
Expose a frozen lexical kernalWindow.initialScaleFactor creation-time native scale snapshot to trusted page bootstrap. Query the private native dispatcher on the existing creation worker, before the UI closure; script-free routes skip the query. Invalid/unavailable native scale falls back to 1.0. This is not browser zoom/DPR, a live monitor-change feed, native IPC, or a privileged world. Reserve and document the binding. Product zoom arithmetic remains in FastLED.
RED missing context -> GREEN fractional/invalid scale formatting and ordering tests. Real Linux bootstrap initial-load/reload, subframe exclusion, absent IPC, origin rejection and cleanup pass with the new context required. Original script-free close/title/size proof passes. Full GUI-support tests, strict all-target Clippy, dependency isolation, formatting and single-reviewer gate pass. Windows x86-64 MSVC and macOS ARM64 crosschecks pass. Native Windows/DPI/media/render/capture parity remains required before release; FastLED adoption is being validated locally. No dependencies or runtime added.