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

Conversation

chaopeng
Copy link
Contributor

@chaopeng chaopeng commented Jun 27, 2022

Fuchsia has landed precision scroll related field at https://fuchsia-review.googlesource.com/c/fuchsia/+/673071/2/sdk/fidl/fuchsia.ui.pointer/mouse.fidl

We support scroll_*_physical_pixel fields in this PR.

Fixes: flutter/flutter#106670

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.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard
Copy link

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 (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@chaopeng chaopeng changed the title [WIP][Fuchsia] Support scroll_*_physical_pixel fields [Fuchsia] Support scroll_*_physical_pixel fields Jul 11, 2022
@chaopeng chaopeng marked this pull request as draft July 13, 2022 04:59
@chaopeng chaopeng marked this pull request as ready for review July 13, 2022 04:59
@chaopeng
Copy link
Contributor Author

@dkwingsmt @moffatman PTAL thank you.

@chaopeng chaopeng requested a review from moffatman July 13, 2022 20:37
@chaopeng chaopeng requested a review from moffatman July 14, 2022 00:16
Copy link
Contributor

@moffatman moffatman left a comment

Choose a reason for hiding this comment

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

Looks good, just a few minor typos

Copy link
Contributor

@dkwingsmt dkwingsmt left a comment

Choose a reason for hiding this comment

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

LGTM except for the documentation suggestion.

@dkwingsmt dkwingsmt merged commit 0627351 into flutter:main Jul 15, 2022
betrevisan pushed a commit to betrevisan/engine that referenced this pull request Jul 15, 2022
* [WIP][Fuchsia] Support scroll_physical_pixel fields

* add test

* update

* update

* update

* update

* update

* update

* update

* update

* use scroll_delta instead of pan

* use kMouse

* use kMouse

* Update shell/platform/fuchsia/flutter/pointer_delegate.cc

Co-authored-by: Tong Mu <[email protected]>

* Update shell/platform/fuchsia/flutter/pointer_delegate.cc

Co-authored-by: Callum Moffat <[email protected]>

* format

Co-authored-by: Tong Mu <[email protected]>
Co-authored-by: Callum Moffat <[email protected]>
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jul 16, 2022
zanderso pushed a commit to flutter/flutter that referenced this pull request Jul 16, 2022
* 92606c2 [fuchsia][scenic] Reland Move pointer injector to embedder. (flutter/engine#34692)

* 0627351 [Fuchsia] Support scroll_*_physical_pixel fields (flutter/engine#34325)

* 9300363 Roll Skia from 7d1636010a55 to 2cf696124c82 (2 revisions) (flutter/engine#34696)

* 59e1595 Roll Skia from 2cf696124c82 to 849628568612 (1 revision) (flutter/engine#34697)

* 92b371f Roll Skia from 849628568612 to ed71b72e0213 (1 revision) (flutter/engine#34703)

* 4991402 Roll Dart SDK from 92c7843b2ece to 54cc31cd98db (1 revision) (flutter/engine#34704)

* e0944a3 Roll Dart SDK from 54cc31cd98db to 1b845f6a8c90 (1 revision) (flutter/engine#34705)
camsim99 pushed a commit to camsim99/flutter that referenced this pull request Aug 10, 2022
…7784)

* 92606c2 [fuchsia][scenic] Reland Move pointer injector to embedder. (flutter/engine#34692)

* 0627351 [Fuchsia] Support scroll_*_physical_pixel fields (flutter/engine#34325)

* 9300363 Roll Skia from 7d1636010a55 to 2cf696124c82 (2 revisions) (flutter/engine#34696)

* 59e1595 Roll Skia from 2cf696124c82 to 849628568612 (1 revision) (flutter/engine#34697)

* 92b371f Roll Skia from 849628568612 to ed71b72e0213 (1 revision) (flutter/engine#34703)

* 4991402 Roll Dart SDK from 92c7843b2ece to 54cc31cd98db (1 revision) (flutter/engine#34704)

* e0944a3 Roll Dart SDK from 54cc31cd98db to 1b845f6a8c90 (1 revision) (flutter/engine#34705)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate touchpad related mouse field for fuchsia
4 participants