-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Comparing changes
Open a pull request
base repository: flutter/flutter
base: 8c5a1ea7281a
head repository: flutter/flutter
compare: a76dbe44b99e
- 12 commits
- 24 files changed
- 9 contributors
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b87e4f - Browse repository at this point
Copy the full SHA 5b87e4fView commit details -
Dead code was flagged by `unreachable_from_main` lint, which is still experimental and not ready to be enabled yet.
Configuration menu - View commit details
-
Copy full SHA for 58454e9 - Browse repository at this point
Copy the full SHA 58454e9View commit details -
Update FocusNode documentation (#126331)
## Description This PR adds some details in FocusNode documentation to explain more precisely when listeners are notified. ## Related Issue Fixes #126149 ## Tests Documentation only.
Configuration menu - View commit details
-
Copy full SHA for a800edf - Browse repository at this point
Copy the full SHA a800edfView commit details -
Roll Flutter Engine from 8d3a8162b3ab to 824cd09b8c62 (10 revisions) (#…
…126309) flutter/engine@8d3a816...824cd09 2023-05-09 [email protected] Increase timeout of orchestrator. (flutter/engine#41839) 2023-05-09 [email protected] [fuchsia] Stop calling FIDL from Dart in Flutter integration tests (flutter/engine#41669) 2023-05-09 [email protected] [tests] Remove unused fuchsia.sys protocol reference (flutter/engine#41826) 2023-05-09 [email protected] Roll Skia from 7736fbaf84f0 to 485cd3d0f9ca (6 revisions) (flutter/engine#41840) 2023-05-09 [email protected] [Impeller] introduces DeviceHolder to avoid accessing a dead Device (flutter/engine#41748) 2023-05-08 [email protected] Get rid of "outrageous" default text styles for HTML renderer. (flutter/engine#41822) 2023-05-08 [email protected] Adjust DL filter bounds tests to not rely on exact Skia results (flutter/engine#41792) 2023-05-08 [email protected] Roll Dart SDK from a8b6687327d6 to 498cfa57165b (1 revision) (flutter/engine#41823) 2023-05-08 [email protected] [Android] Fix incorrect viewInsets during keyboard animation with EdgeToEdge (flutter/engine#39391) 2023-05-08 [email protected] Roll Skia from 951eb9653163 to 7736fbaf84f0 (1 revision) (flutter/engine#41821) 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
Configuration menu - View commit details
-
Copy full SHA for 8a7ded7 - Browse repository at this point
Copy the full SHA 8a7ded7View commit details -
Fix platformLocation path and search dropping (#126232)
This PR fixes the dropping of both the `path` and `search` fields from the platform location in the URL when using Flutter Web and brings it in par with similar technologies (e.g. React Router). It allows developers to keep the original path and/or search parameters in the URL, which are perfectly valid even while fragment routing is present. **Example use case:** Call a Flutter Web app with initial config parameters in the URL: `http://my-flutter.app/?skipIntro=true` **Example:** Before initial routing: `http://localhost:45389/?foo=bar` After routing: `http://localhost:45389/#/menu` After routing (with fix): `http://localhost:45389/?foo=bar#menu` Fixes #116415
Configuration menu - View commit details
-
Copy full SHA for cab29b2 - Browse repository at this point
Copy the full SHA cab29b2View commit details -
[github] Add labeler action (#126012)
Part of #126002 Migrate the [Cocoon logic for labelling](https://cs.opensource.google/flutter/cocoon/+/main:app_dart/lib/src/request_handlers/github/webhook_subscription.dart;l=352) directly into the repo under test
Casey Hillers authoredMay 9, 2023 Configuration menu - View commit details
-
Copy full SHA for bf88f60 - Browse repository at this point
Copy the full SHA bf88f60View commit details -
Roll Packages from 4800d65 to 1f91710 (8 revisions) (#126352)
flutter/packages@4800d65...1f91710 2023-05-09 [email protected] [camerax] Update README with plugin overview (flutter/packages#3891) 2023-05-09 [email protected] Fix nullability in docs (flutter/packages#3876) 2023-05-08 [email protected] [tools] Check version ranges when pathifying deps (flutter/packages#3943) 2023-05-08 [email protected] [quick_actions] Update minimum iOS version to 11 (flutter/packages#3946) 2023-05-08 [email protected] [shared_preferences] Update minimum iOS version to 11 (flutter/packages#3945) 2023-05-08 [email protected] [path_provider] Update minimum iOS version to 11 (flutter/packages#3944) 2023-05-08 [email protected] Adding setup for TestInstanceManagerHostApi in zoom and exposure tests (flutter/packages#3947) 2023-05-08 [email protected] Roll Flutter from 43ac23b to 4ed1c92 (16 revisions) (flutter/packages#3942) 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-flutter-autoroll Please CC [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
Configuration menu - View commit details
-
Copy full SHA for ce57932 - Browse repository at this point
Copy the full SHA ce57932View commit details -
Revert "Provide default constraints for M3 dialogs" (#126355)
Reverts #120082 Causing breakages: b/281181985
Configuration menu - View commit details
-
Copy full SHA for a153d6d - Browse repository at this point
Copy the full SHA a153d6dView commit details -
Roll Flutter Engine from 824cd09b8c62 to 8ca16cba8c38 (5 revisions) (#…
…126360) flutter/engine@824cd09...8ca16cb 2023-05-09 [email protected] [Impeller] track path convexity and use it to simplify fill tessellation. (flutter/engine#41834) 2023-05-09 [email protected] Roll Skia from 9ba374e0b0f0 to 8c936fb9ba8e (7 revisions) (flutter/engine#41854) 2023-05-09 [email protected] Roll Skia from 485cd3d0f9ca to 9ba374e0b0f0 (3 revisions) (flutter/engine#41849) 2023-05-09 [email protected] Roll Fuchsia Mac SDK from oGF4h14qc40l5ANL3... to c4JvQUEOBHgtRdNPc... (flutter/engine#41848) 2023-05-09 [email protected] Roll Dart SDK from 498cfa57165b to 4b4c0325fd5b (2 revisions) (flutter/engine#41847) Also rolling transitive DEPS: fuchsia/sdk/core/mac-amd64 from oGF4h14qc40l to c4JvQUEOBHgt 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
Configuration menu - View commit details
-
Copy full SHA for b269eb5 - Browse repository at this point
Copy the full SHA b269eb5View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ab782d - Browse repository at this point
Copy the full SHA 8ab782dView commit details -
Configuration menu - View commit details
-
Copy full SHA for df789c9 - Browse repository at this point
Copy the full SHA df789c9View commit details -
Manual roll Flutter Engine from 8ca16cba8c38 to 78f41a8f2f06 (2 revis…
…ions) (#126392) Manual roll requested by [email protected] flutter/engine@8ca16cb...78f41a8 2023-05-09 [email protected] Roll Dart SDK from 4b4c0325fd5b to 2cf089614e1c (3 revisions) (flutter/engine#41866) 2023-05-09 [email protected] Remove staging flag (flutter/engine#41843) 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
Configuration menu - View commit details
-
Copy full SHA for a76dbe4 - Browse repository at this point
Copy the full SHA a76dbe4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8c5a1ea7281a...a76dbe44b99e