This repository was 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.7k
[webview_flutter_wkwebview] Implementation of Objective-C WKWebView Host Apis #5341
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
fa84355
implementation of host apis
bparrishMines 7c13474
move comment and fix test
bparrishMines e48695f
add test to verify error
bparrishMines 085e363
add other methods
bparrishMines 8755174
change method name and add documentation
bparrishMines fa5dbeb
an
bparrishMines 16d19e9
PR feedback
bparrishMines dd0bb72
naming conventions
bparrishMines c4f5abb
use nonatomic
bparrishMines 0ae3db5
use nonatomic
bparrishMines ddb8971
format
bparrishMines 5b1245c
implement host api methods
bparrishMines 88e10d0
more tests
bparrishMines 6d7fdfd
misspelling
bparrishMines 196c07b
assets test
bparrishMines 25ce261
rest of tests
bparrishMines 99f043e
Merge branch 'master' of github.com:flutter/plugins into host_api
bparrishMines 5280385
test converter
bparrishMines 11ac0a3
URL
bparrishMines d3fc5e9
Merge branch 'master' of github.com:flutter/plugins into host_api
bparrishMines eba9e4b
fix test
bparrishMines 4bdbb1d
improve objc naming
bparrishMines 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
an
- Loading branch information
commit fa5dbebc612b3196f6e777a63d04204324e8bef7
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,11 +7,11 @@ | |
| NS_ASSUME_NONNULL_BEGIN | ||
|
|
||
| /** | ||
| * Converts a FWFNSUrlRequestData to a NSURLRequest. | ||
| * Converts an FWFNSUrlRequestData to an NSURLRequest. | ||
| * | ||
| * @param data The data object containing information to create an NSURLRequest. | ||
| * | ||
| * @return A NSURLRequest or nil if data could not be converted. | ||
| * @return An NSURLRequest or nil if data could not be converted. | ||
| */ | ||
| id FWFConvertURLRequestData(FWFNSUrlRequestData* data); | ||
|
||
|
|
||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.