Add WebView protected-transaction acceptance harness - #70
Merged
Merged
Conversation
This was referenced Sep 18, 2026
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
Integrate the executable Android acceptance fixture developed for #59.
The fixture stays separate from prepaint and exercises four claims independently:
Physical evidence already obtained
At the original fixture head
a6b00062fdc5bc551946059e0ea5533327edaf27on the physical low-RAM API-34 phone:switch.session=survived form=survived secret-live=present renderer=survived renderer-gone-events=0renderer-gone didCrash=false,priority=2death.session=survived ordinary-form=reconstructed sensitive-form=not-restored heap=recreated reconstruction=observedThe renderer/session implementation files are unchanged by the reconciliation onto current main. Current-head changes after reconciliation only apply the repository-wide Android update-identity rule to this new installable harness.
Current-head gates
Boundary
This merges the acceptance harness, not the final IB live-renderer/product integration. Host-process-death recovery and durable restart recovery remain unclaimed. A follow-up issue will carry the actual live IB integration boundary after this fixture is merged.