This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[webview_flutter] Add iOS implementations for new cookie manager, to allow setting cookies directly and on webview creation. #4556
Merged
fluttergithubbot
merged 27 commits into
flutter:master
from
Baseflow:webview_flutter/set_cookies_ios
Dec 7, 2021
Merged
[webview_flutter] Add iOS implementations for new cookie manager, to allow setting cookies directly and on webview creation. #4556
fluttergithubbot
merged 27 commits into
flutter:master
from
Baseflow:webview_flutter/set_cookies_ios
Dec 7, 2021
Conversation
This file contains 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
…ter/set_cookies_ios
github-actions
bot
added
p: webview_flutter
Edits files for a webview_flutter plugin
platform-ios
labels
Nov 29, 2021
…ter/set_cookies_ios
…ter/set_cookies_ios
…ter/set_cookies_ios
11 tasks
mvanbeusekom
suggested changes
Dec 6, 2021
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.
Looks good, just have some small comments
packages/webview_flutter/webview_flutter_wkwebview/CHANGELOG.md
Outdated
Show resolved
Hide resolved
packages/webview_flutter/webview_flutter_wkwebview/lib/src/webview_cupertino.dart
Outdated
Show resolved
Hide resolved
mvanbeusekom
approved these changes
Dec 7, 2021
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.
LGTM
BeMacized
added
the
waiting for tree to go green
(Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land.
label
Dec 7, 2021
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Dec 7, 2021
…ger, to allow setting cookies directly and on webview creation. (flutter/plugins#4556)
amantoux
pushed a commit
to amantoux/plugins
that referenced
this pull request
Dec 11, 2021
…allow setting cookies directly and on webview creation. (flutter#4556)
KyleFin
pushed a commit
to KyleFin/plugins
that referenced
this pull request
Dec 21, 2021
…allow setting cookies directly and on webview creation. (flutter#4556)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla: yes
p: webview_flutter
Edits files for a webview_flutter plugin
platform-ios
waiting for tree to go green
(Use "autosubmit") This PR is approved and tested, but waiting for the tree to be green to land.
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.
This PR adds implementations for the new cookie manager to the iOS package. Unlike the PR for the Android implementations, this PR still makes use of the old MethodChannel structure, not the newer pigeon one.
As this PR depends on, and contains the changes of, updates made to the platform interface in #4555, this PR will remain in draft mode until those changes have been merged and published.Relevant issue:
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.