flutter/packages
Andrew Kolos 080928dda3
add HttpException to the list of handled exceptions within ResidentWebRunner::run (#153527)
Resolves https://github.com/flutter/flutter/issues/153298, a major crasher of the flutter tool. I plan on cherry-picking this change.

In `ResidentWebRunner::run`, many connection-related exceptions are caught, logged, and have `ToolExit`s thrown in their place ([code](d23be7a07d/packages/flutter_tools/lib/src/isolated/resident_web_runner.dart (L370-L385)), [PR that introduced this](https://github.com/flutter/flutter/pull/50895)). However, `HttpException` is not included in this list. See https://github.com/flutter/flutter/issues/153298#issuecomment-2290900158 for details if interested.
2024-08-16 16:40:19 +00:00
..
flutter Add TextHeightBehavior argument for DefaultTextStyle.merge (#153178) 2024-08-15 23:00:15 +00:00
flutter_driver Roll pub packages (#153479) 2024-08-15 16:39:28 +00:00
flutter_goldens Roll pub packages (#153479) 2024-08-15 16:39:28 +00:00
flutter_localizations Manual dependency bump (#152881) 2024-08-06 02:40:27 +00:00
flutter_test Manual dependency bump (#152881) 2024-08-06 02:40:27 +00:00
flutter_tools add HttpException to the list of handled exceptions within ResidentWebRunner::run (#153527) 2024-08-16 16:40:19 +00:00
flutter_web_plugins Manual dependency bump (#152881) 2024-08-06 02:40:27 +00:00
fuchsia_remote_debug_protocol Roll pub packages (#153479) 2024-08-15 16:39:28 +00:00
integration_test Roll pub packages (#153479) 2024-08-15 16:39:28 +00:00
analysis_options.yaml Update old wiki links (#149544) 2024-06-17 17:26:08 +00:00