Skip to content

Conversation

@gmackall
Copy link
Member

@gmackall gmackall commented Apr 30, 2025

Fixes #164218.

Pre-launch Checklist

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

Gray Mackall added 3 commits April 29, 2025 16:50
@github-actions github-actions bot added platform-android Android applications specifically engine flutter/engine related. See also e: labels. labels Apr 30, 2025
@gmackall gmackall changed the title [WIP] Error when trying to use old HC mode when HCPP is enabled Error when trying to use old HC mode when HCPP is enabled May 2, 2025
// This isn't ideal, but given all the other limitations it's a reasonable tradeoff.
// Related issue: https://github.com/flutter/flutter/issues/103630
private static Class[] VIEW_TYPES_REQUIRE_VIRTUAL_DISPLAY = {SurfaceView.class};
private static Class[] VIEW_TYPES_REQUIRE_NON_TLHC = {SurfaceView.class};
Copy link
Member Author

Choose a reason for hiding this comment

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

Unrelated to the current change, but as I understand this is a more accurate name

@gmackall gmackall marked this pull request as ready for review May 2, 2025 23:54
@gmackall gmackall requested review from a team and johnmccutchan May 2, 2025 23:55
@jesswrd jesswrd requested a review from reidbaker May 6, 2025 18:51
@reidbaker
Copy link
Contributor

I know the point of this pr is to make sure we actually are using hcpp when it can be used. BUT we should acknowledge that choosing to crash is pretty extreme and it means we really need to be confident in our implementations to not crash for our users.

@gmackall
Copy link
Member Author

I know the point of this pr is to make sure we actually are using hcpp when it can be used. BUT we should acknowledge that choosing to crash is pretty extreme and it means we really need to be confident in our implementations to not crash for our users.

I think the point is also that HC mode will not work with HCPP mode. So if you have HCPP enabled, the assumption is that you are also using HCPP, so trying to instantiate an HC mode platform view is doomed.

@gmackall gmackall added the autosubmit Merge PR when tree becomes green via auto submit App label May 12, 2025
@auto-submit auto-submit bot added this pull request to the merge queue May 12, 2025
Merged via the queue into flutter:master with commit 88ce956 May 12, 2025
178 of 179 checks passed
@flutter-dashboard flutter-dashboard bot removed the autosubmit Merge PR when tree becomes green via auto submit App label May 12, 2025
auto-submit bot pushed a commit to flutter/packages that referenced this pull request May 13, 2025
flutter/flutter@54de32d...336a7ec

2025-05-13 [email protected] Add assert for index parameter in IndexedStack. (flutter/flutter#167757)
2025-05-13 [email protected] Fixed Android Lint Errors (flutter/flutter#168613)
2025-05-13 [email protected] Tab bar theme and dialog theme documentation cleanup (flutter/flutter#168724)
2025-05-13 [email protected] Roll Fuchsia Linux SDK from 6vjKe0bfYDVaECqBL... to 6J81agNhuK4q255Jj... (flutter/flutter#168712)
2025-05-12 [email protected] Make the barrier panel on the Material Drawer non-dismissible (flutter/flutter#164810)
2025-05-12 [email protected] Roll ICU from c9fb4b3a6fb5 to b929596baebf (5 revisions) (flutter/flutter#168691)
2025-05-12 [email protected] Fix DropdownButtonFormField icon not vertically centered (flutter/flutter#163205)
2025-05-12 [email protected] Android home/end keyboard shortcut support (flutter/flutter#168184)
2025-05-12 [email protected] Update `TESTOWNERS` for Android PV tests (flutter/flutter#168694)
2025-05-12 [email protected] Roll Dart SDK from 0bea6379f654 to 645d04a7a964 (14 revisions) (flutter/flutter#168679)
2025-05-12 [email protected] [Impeller] libImpeller: Allow setting text decorations. (flutter/flutter#168408)
2025-05-12 [email protected] Error when trying to use old HC mode when HCPP is enabled (flutter/flutter#168027)
2025-05-12 [email protected] Nav bar back label is not clipped mid-transition (flutter/flutter#168194)
2025-05-12 [email protected] Add test for stack trace mapping and test expression eval tests using DDC library bundle format (flutter/flutter#168017)
2025-05-12 [email protected] Remove CupertinoSliverNavigationBar background box when large title is extended (flutter/flutter#168407)
2025-05-12 [email protected] Label platform view modes using the unified naming scheme (flutter/flutter#168670)
2025-05-12 [email protected] Roll Packages from 7814fab to 6a28ad9 (2 revisions) (flutter/flutter#168669)
2025-05-12 [email protected] Update `Engine-artifacts.md` to reflect the new `engine.version` verifier (flutter/flutter#168413)
2025-05-12 [email protected] Roll Skia from 9f9e1f37917e to c97451da059f (1 revision) (flutter/flutter#168671)

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

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

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
FMorschel pushed a commit to FMorschel/packages that referenced this pull request Jun 9, 2025
…r#9246)

flutter/flutter@54de32d...336a7ec

2025-05-13 [email protected] Add assert for index parameter in IndexedStack. (flutter/flutter#167757)
2025-05-13 [email protected] Fixed Android Lint Errors (flutter/flutter#168613)
2025-05-13 [email protected] Tab bar theme and dialog theme documentation cleanup (flutter/flutter#168724)
2025-05-13 [email protected] Roll Fuchsia Linux SDK from 6vjKe0bfYDVaECqBL... to 6J81agNhuK4q255Jj... (flutter/flutter#168712)
2025-05-12 [email protected] Make the barrier panel on the Material Drawer non-dismissible (flutter/flutter#164810)
2025-05-12 [email protected] Roll ICU from c9fb4b3a6fb5 to b929596baebf (5 revisions) (flutter/flutter#168691)
2025-05-12 [email protected] Fix DropdownButtonFormField icon not vertically centered (flutter/flutter#163205)
2025-05-12 [email protected] Android home/end keyboard shortcut support (flutter/flutter#168184)
2025-05-12 [email protected] Update `TESTOWNERS` for Android PV tests (flutter/flutter#168694)
2025-05-12 [email protected] Roll Dart SDK from 0bea6379f654 to 645d04a7a964 (14 revisions) (flutter/flutter#168679)
2025-05-12 [email protected] [Impeller] libImpeller: Allow setting text decorations. (flutter/flutter#168408)
2025-05-12 [email protected] Error when trying to use old HC mode when HCPP is enabled (flutter/flutter#168027)
2025-05-12 [email protected] Nav bar back label is not clipped mid-transition (flutter/flutter#168194)
2025-05-12 [email protected] Add test for stack trace mapping and test expression eval tests using DDC library bundle format (flutter/flutter#168017)
2025-05-12 [email protected] Remove CupertinoSliverNavigationBar background box when large title is extended (flutter/flutter#168407)
2025-05-12 [email protected] Label platform view modes using the unified naming scheme (flutter/flutter#168670)
2025-05-12 [email protected] Roll Packages from 7814fab to 6a28ad9 (2 revisions) (flutter/flutter#168669)
2025-05-12 [email protected] Update `Engine-artifacts.md` to reflect the new `engine.version` verifier (flutter/flutter#168413)
2025-05-12 [email protected] Roll Skia from 9f9e1f37917e to c97451da059f (1 revision) (flutter/flutter#168671)

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

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

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Ortes pushed a commit to Ortes/packages that referenced this pull request Jun 25, 2025
…r#9246)

flutter/flutter@54de32d...336a7ec

2025-05-13 [email protected] Add assert for index parameter in IndexedStack. (flutter/flutter#167757)
2025-05-13 [email protected] Fixed Android Lint Errors (flutter/flutter#168613)
2025-05-13 [email protected] Tab bar theme and dialog theme documentation cleanup (flutter/flutter#168724)
2025-05-13 [email protected] Roll Fuchsia Linux SDK from 6vjKe0bfYDVaECqBL... to 6J81agNhuK4q255Jj... (flutter/flutter#168712)
2025-05-12 [email protected] Make the barrier panel on the Material Drawer non-dismissible (flutter/flutter#164810)
2025-05-12 [email protected] Roll ICU from c9fb4b3a6fb5 to b929596baebf (5 revisions) (flutter/flutter#168691)
2025-05-12 [email protected] Fix DropdownButtonFormField icon not vertically centered (flutter/flutter#163205)
2025-05-12 [email protected] Android home/end keyboard shortcut support (flutter/flutter#168184)
2025-05-12 [email protected] Update `TESTOWNERS` for Android PV tests (flutter/flutter#168694)
2025-05-12 [email protected] Roll Dart SDK from 0bea6379f654 to 645d04a7a964 (14 revisions) (flutter/flutter#168679)
2025-05-12 [email protected] [Impeller] libImpeller: Allow setting text decorations. (flutter/flutter#168408)
2025-05-12 [email protected] Error when trying to use old HC mode when HCPP is enabled (flutter/flutter#168027)
2025-05-12 [email protected] Nav bar back label is not clipped mid-transition (flutter/flutter#168194)
2025-05-12 [email protected] Add test for stack trace mapping and test expression eval tests using DDC library bundle format (flutter/flutter#168017)
2025-05-12 [email protected] Remove CupertinoSliverNavigationBar background box when large title is extended (flutter/flutter#168407)
2025-05-12 [email protected] Label platform view modes using the unified naming scheme (flutter/flutter#168670)
2025-05-12 [email protected] Roll Packages from 7814fab to 6a28ad9 (2 revisions) (flutter/flutter#168669)
2025-05-12 [email protected] Update `Engine-artifacts.md` to reflect the new `engine.version` verifier (flutter/flutter#168413)
2025-05-12 [email protected] Roll Skia from 9f9e1f37917e to c97451da059f (1 revision) (flutter/flutter#168671)

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

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

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

engine flutter/engine related. See also e: labels. platform-android Android applications specifically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[hcpp] throw an error if old HC mode is used when hcpp is enabled.

3 participants