-
Notifications
You must be signed in to change notification settings - Fork 6k
[iOS] Called platform view only once #19206
[iOS] Called platform view only once #19206
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Can you please rebase to head? I added a recipe change to the Web Engine but it needs the most recent code to run. Sorry for the inconvenience. |
…calculate the final bounding rect for platform view (flutter#19170)" (flutter#19204) This reverts commit f5c315f.
* firefox integration tests enable * addressing reviewer comments
…19109) The Fuchsia artifact builder didn't allow the end user to add more packages to build for Fuchsia. The current default is building only the platform-specific packages; but packages like `flutter/shell/common:shell_tests` are also defined for Fuchsia but not compiled by default. This change makes it less of a hassle to compile such packages.
…calculate the final bounding rect for platform view flutter#19170" (flutter#19212)
…er#19226)" (flutter#19228) This reverts commit 2bf51b3.
* change the version of simulator. luci bots only has 13.0 * skip failing pointer binding tests * skip path_metrics (canvaskit) and a method from surface_test * fix analyzer errors * remove extra added touch event context test * removing left overs for screenshot debugging * apply reviewers suggestion for skipping tests
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
1 similar comment
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
Description
Related Prs: #17336
cc. @blasten
Users may return a newly created embedded view when call
viewmethod ofFlutterPlatformViewprotocol. After #17336, we callviewmethod ofFlutterPlatformViewprotocol multiple times, causesGetPlatformViewRectreturn incorrect rect.Related Issues
flutter/flutter#59751
Tests
I added the following tests:
N/A.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.Breaking Change
Did any tests fail when you ran them? Please read handling breaking changes.