feat(classmap): add verified Spotify 1.3.1 support - #12
Open
ragtimelab wants to merge 1 commit into
Open
ragtimelab wants to merge 1 commit into
ragtimelab wants to merge 1 commit into
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Summary
Add the exact
1030001classmap key for Spotify Desktop1.3.1.234.The target retains the
1030000classmap and CSS overlay byte-for-byte. This release was generated throughscripts/promote_inherited.py, so clients no longer need to fall back from1030001to1030000while retaining the existing verified mappings.Verification
1.3.1.234DMG SHA-256:a8b1382f4aca38399ec10eeee6efaeacbb084a83f8ac0dd0c4935cc00ab690aexpui.spaSHA-256:a8f144610fad71e3bd4072dc0abc506e62d9eb61866f00dd16f5eb34c74e8ee2Spotify/1.3.1.234, Chrome146.0.7680.179settings.header.container(x-settings-outputSectionHeader) was absent from both the stock SPA and the live Settings surface, so it is explicitly markedunverifiedrather than replaced speculativelyThe public
mainbranches currently reference, but do not contain,scripts/classmap_capture.pyandscripts/classmap_cdp_verify.mjs. I generated contract-compatible static and CDP reports and passed them through the repository's strictpromote_inherited.pyvalidation instead of bypassing its gates.Checks
python3 -m unittest discover -s scripts— 22 tests passedpython3 scripts/build_index.py --checkpython3 scripts/validate_expose.py— 11 patches validgit diff --check