-
Notifications
You must be signed in to change notification settings - Fork 432
feat(paywalls): web_view bridge session with document-reset lifecycle (5/7) #7231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 31 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
5cf1dfd
feat(paywalls): public API surface for web_view messages (1/7)
cursoragent f7f5d16
feat(paywalls): web_view wire envelope + JSON hardening (2/7)
cursoragent d331b34
feat(paywalls): web_view navigation policy + content-rule isolation (…
cursoragent 7664d35
Merge webview/3-isolation-navigation into webview/5-session base
cursoragent b033efa
feat(paywalls): web_view bridge session with document-reset lifecycle…
cursoragent 24f352c
fix: remove extra vertical whitespace for SwiftLint
cursoragent e671378
refactor(paywalls): keep web view bridge internal
cursoragent 41401ac
refactor(paywalls): keep web view bridge internal
cursoragent b5caeda
refactor(paywalls): keep web view bridge internal
cursoragent d941c01
Merge updated internal web view API base
cursoragent c9f7142
Merge updated internal web view API stack
cursoragent 111d7ea
Merge updated internal web view API dependencies
cursoragent ca80c8f
Merge branch 'main' into webview/1-public-api
ajpallares 94982da
fix(paywalls): remove client-side web view payload limits
cursoragent ea6d24b
test(paywalls): address web view envelope review
cursoragent 0612595
refactor(paywalls): remove unused web view handler API
cursoragent d14d63c
fix(paywalls): retain internal bridge dependencies
cursoragent 19cbfe6
refactor(paywalls): remove web view message handler concept
JZDesign c3d27a9
Merge branch 'webview/1-public-api' into webview/2-envelope
JZDesign e3ad994
Merge updated internal web view API stack (handler removal)
JZDesign 4671130
Merge updated internal web view API dependencies (handler removal)
JZDesign eb53f30
Adapt web view bridge to trimmed envelope API
ajpallares 66b3e33
Merge branch 'main' into webview/5-session
ajpallares f984e23
Merge branch 'main' into webview/5-session
ajpallares 86d9c0b
refactor(paywalls): harden web_view session origin gating
ajpallares ab69065
Merge remote-tracking branch 'origin/webview/5-session' into webview/…
ajpallares a48f936
Merge branch 'main' into webview/5-session
ajpallares 7940b96
refactor(paywalls): expose web_view origin as URL/WKSecurityOrigin ex…
ajpallares 7280b5d
refactor(paywalls): consolidate web_view imports under single platfor…
ajpallares 0a866f8
refactor(paywalls): add copyright header to web_view files and fix im…
ajpallares 8ceb7d4
Merge branch 'main' into webview/5-session
ajpallares 07ecb4c
fix(paywalls): treat unresolvable web_view origin as inert bridge
ajpallares 2eb1308
refactor(paywalls): tidy web_view session comments and narrow handleC…
ajpallares 53fde7e
test(paywalls): add missing web_view drop-branch coverage and harden …
ajpallares File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file only contains a simple refactor to have getter |
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved it here to make it equal to Android (+ it makes more sense to me)