Checkpoint web parity through Chromium input tasks
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-19 10:39:03 -04:00
parent 5a11045ca5
commit 380cbed4ff
634 changed files with 41862 additions and 212 deletions

View File

@@ -0,0 +1,40 @@
{
"schemaVersion": 1,
"task": "M13-02D",
"parentTask": "M13-02C",
"enablingTask": false,
"parityStateChange": false,
"runtime": "PRODUCTION_PROTOCOL_AND_CHROMIUM_WORKER",
"operation": "SCRIPT_SIGNATURE_VERIFICATION",
"artifacts": {
"parentManifest": {
"path": "tests/golden/M13-02C/manifest.json",
"sha256": "89745daca88371335f4bd56982791266461082066c6c1345056fbc697bb7e6a2"
},
"protocol": {
"path": "web/protocol/scripting-platform.ts",
"sha256": "6699fc0a19e0736823f164e707a420655803e36019cf0071f7ff9c760d25e9f2"
},
"worker": {
"path": "web/app/src/workers/script-signature-test.worker.ts",
"sha256": "f4e8ff45d06efcfa9e634ef28e654241d70554ed05dfe9c3fecd9f6eef166ce0"
},
"checker": {
"path": "tools/web/check-script-signature.mjs",
"sha256": "2d6e7b403dd6d401eb1a41978016b40bd1fb86120464e09f185de4445c177fa4"
},
"unit": {
"path": "web/tests/unit/script-trust-policy.test.mjs",
"sha256": "aac3ff0a1c7ae27e35112614bedabc02bb248882ec9b0b52d65f9794d06830d8"
},
"e2e": {
"path": "web/tests/e2e/script-signature.spec.ts",
"sha256": "8a882fc8fa2c0c4e2eab3660810cec0f60d2f7475f62a1bb406fc3b2bdf60882"
},
"report": {
"path": "tests/golden/M13-02D/signature-report.json",
"sha256": "957daf8e5899714cc5ce253b1f0fb2b258f1cc966238fff31e2626f8f56feb3a"
}
},
"nextTask": "M13-02E"
}

View File

@@ -0,0 +1,24 @@
{
"schemaVersion": 1,
"task": "M13-02D",
"operation": "SCRIPT_SIGNATURE_VERIFICATION",
"signer": {
"algorithm": "ED25519",
"keyId": "key:new",
"publisher": "Team",
"cryptographicVerification": "REQUIRED"
},
"decisions": {
"verified": "SCRIPT_SIGNATURE_VERIFIED",
"sourceHashChanged": "SCRIPT_SIGNATURE_INVALID",
"signatureChanged": "SCRIPT_SIGNATURE_INVALID",
"revoked": "SCRIPT_POLICY_DENIED"
},
"input": {
"verifiedSha256": "978efe254fc421028bc1c62e7fee809f7b08b60ea2928501d0b2cfb71bf59cd2",
"changedSha256": "5e7aed5aea6b3dcc635f8d1ba99099e7e27ddb3110f12afc7d40995986ba8cfb",
"sourceHashMutationChangesInput": true,
"signatureExcludedFromInput": true
},
"nextTask": "M13-02E"
}