Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@luckysmg
Copy link
Contributor

@luckysmg luckysmg commented Jul 7, 2023

List which issues are fixed by this PR. You must list at least one issue.

New test for crash case:

testKeyboardAnimationWillNotCrashWhenEngineDestroyed

The diff with original PR:

Use dispatch_async(dispatch_get_main_queue() to switch to platform thread.

Pre-launch Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] wiki page, which explains my responsibilities.
  • I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides].
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See [testing the engine] for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the [CLA].
  • All existing and new tests are passing.

@luckysmg luckysmg requested a review from cyanglaz July 7, 2023 09:08
@cyanglaz
Copy link
Contributor

This PR relands: #42312

Copy link
Contributor

@cyanglaz cyanglaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cyanglaz cyanglaz added the autosubmit Merge PR when tree becomes green via auto submit App label Jul 10, 2023
@auto-submit auto-submit bot merged commit cf67f83 into flutter:main Jul 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 10, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Jul 10, 2023
…130275)

flutter/engine@7b826a7...1de141c

2023-07-10 [email protected] Roll Skia from 1c9e2588b577 to 320f01ac1de7 (6 revisions) (flutter/engine#43514)
2023-07-10 [email protected] [iOS][Keyboard] Reland wait vsync on UI thread and update viewport inset to avoid jitter (flutter/engine#43463)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
cyanglaz pushed a commit to cyanglaz/engine that referenced this pull request Jul 10, 2023
…set to avoid jitter (flutter#43463)

*List which issues are fixed by this PR. You must list at least one issue.*
- flutter/flutter#120555
- flutter/flutter#130028

`testKeyboardAnimationWillNotCrashWhenEngineDestroyed`

Use `dispatch_async(dispatch_get_main_queue()` to switch to platform thread.
kjlubick pushed a commit to kjlubick/engine that referenced this pull request Jul 14, 2023
…set to avoid jitter (flutter#43463)

*List which issues are fixed by this PR. You must list at least one issue.*
- flutter/flutter#120555
- flutter/flutter#130028

### New test for crash case: 
`testKeyboardAnimationWillNotCrashWhenEngineDestroyed`

### The diff with original PR:

Use `dispatch_async(dispatch_get_main_queue()` to switch to platform thread.
gbtb16 pushed a commit to gbtb16/flutter that referenced this pull request Nov 6, 2023
…lutter#130275)

flutter/engine@7b826a7...1de141c

2023-07-10 [email protected] Roll Skia from 1c9e2588b577 to 320f01ac1de7 (6 revisions) (flutter/engine#43514)
2023-07-10 [email protected] [iOS][Keyboard] Reland wait vsync on UI thread and update viewport inset to avoid jitter (flutter/engine#43463)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
@delfme
Copy link

delfme commented Nov 18, 2023

Hello @cyanglaz and @luckysmg .
It seems that we have a regression with latest master. See vid below.

IMG_3514.MOV

@delfme
Copy link

delfme commented Nov 18, 2023

I upgraded just yesterday after a few months, so I cant say when regression occurred. It was pretty smooth before.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App platform-ios

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants