-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Comparing changes
Open a pull request
base repository: flutter/flutter
base: 557fbf5
head repository: flutter/flutter
compare: 53cba24
- 11 commits
- 23 files changed
- 6 contributors
Commits on Apr 11, 2024
-
Roll Packages from 2c15d86 to e98839a (3 revisions) (#146638)
flutter/packages@2c15d86...e98839a 2024-04-10 [email protected] [tool] Check for `test` and `flutter_test` in non-dev dependencies (flutter/packages#6472) 2024-04-10 [email protected] [camerax] Shorten interval for releasing weak references to Dart-wrapped native objects (flutter/packages#6493) 2024-04-10 [email protected] Roll Flutter from 4967a94 to 97cd47a (11 revisions) (flutter/packages#6497) 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://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
Configuration menu - View commit details
-
Copy full SHA for 9ffc261 - Browse repository at this point
Copy the full SHA 9ffc261View commit details -
Roll Flutter Engine from d8560d495d9f to 98a8ad144597 (9 revisions) (#…
…146645) flutter/engine@d8560d4...98a8ad1 2024-04-11 [email protected] [et] Correctly plumb usage line length limit (flutter/engine#52039) 2024-04-11 [email protected] Revert "Roll Dart SDK from 3d13dbfb3284 to 764bdb7d0344 (1 revision) (#52051)" (flutter/engine#52060) 2024-04-11 [email protected] Composite multiple layers in Windows software rendering (flutter/engine#51759) 2024-04-11 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Roll Dart SDK from 764bdb7d0344 to 0219e897c6ac (1 revision) (#52053)" (flutter/engine#52058) 2024-04-11 [email protected] Roll Skia from 2a2fe4303507 to 1dc3c2c1b550 (1 revision) (flutter/engine#52055) 2024-04-11 [email protected] Roll Skia from aa30d76a345f to 2a2fe4303507 (1 revision) (flutter/engine#52054) 2024-04-11 [email protected] Roll Dart SDK from 764bdb7d0344 to 0219e897c6ac (1 revision) (flutter/engine#52053) 2024-04-11 [email protected] Roll Skia from 29f0c9d84e70 to aa30d76a345f (1 revision) (flutter/engine#52052) 2024-04-11 [email protected] Roll Dart SDK from 3d13dbfb3284 to 764bdb7d0344 (1 revision) (flutter/engine#52051) 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://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
Configuration menu - View commit details
-
Copy full SHA for 416c4ce - Browse repository at this point
Copy the full SHA 416c4ceView commit details -
Refactor verify codesigned (#146450)
Refactor verify codesigned tests in order to reduce testing logic in test.dart and allow for later implementing package:test onto the existing verify codesigned tests Part of #145482
Configuration menu - View commit details
-
Copy full SHA for 000101a - Browse repository at this point
Copy the full SHA 000101aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ebc940 - Browse repository at this point
Copy the full SHA 5ebc940View commit details -
Roll Flutter Engine from 98a8ad144597 to 0d36479e1d55 (2 revisions) (#…
…146653) flutter/engine@98a8ad1...0d36479 2024-04-11 [email protected] Roll Skia from 1dc3c2c1b550 to 112fff965f8b (2 revisions) (flutter/engine#52063) 2024-04-11 [email protected] [Windows] Allow adding/removing views (flutter/engine#51923) 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://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
Configuration menu - View commit details
-
Copy full SHA for 5bc3de9 - Browse repository at this point
Copy the full SHA 5bc3de9View commit details -
Update the gradle task to add fallback scheme and host if needed when…
… retrieving deep links. (#146470) This is to support feature: flutter/devtools#7541 before behavior: do not show this link in the dev tool if there's no scheme or host target behavior: show the link in the dev tool with a error text : ( missing scheme/ missing domain) ## 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], including [Features we expect every widget to implement]. - [ ] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat [Data Driven Fixes]: https://github.com/flutter/flutter/wiki/Data-driven-Fixes
Configuration menu - View commit details
-
Copy full SHA for 07f3103 - Browse repository at this point
Copy the full SHA 07f3103View commit details -
Roll Flutter Engine from 0d36479e1d55 to 16b0cfd85617 (1 revision) (#…
…146662) flutter/engine@0d36479...16b0cfd 2024-04-11 [email protected] Roll Skia from 112fff965f8b to 08940c2e0c44 (1 revision) (flutter/engine#52064) 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://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
Configuration menu - View commit details
-
Copy full SHA for 4b18045 - Browse repository at this point
Copy the full SHA 4b18045View commit details -
Roll Flutter Engine from 16b0cfd85617 to 2d85d1225d18 (4 revisions) (#…
…146663) flutter/engine@16b0cfd...2d85d12 2024-04-11 [email protected] Roll Skia from 08940c2e0c44 to 5101cbe5a6bb (1 revision) (flutter/engine#52066) 2024-04-11 [email protected] Move `Shell::Add/RemoveView` to `PlatformView` and refine embedder API doc (flutter/engine#52003) 2024-04-11 [email protected] [Fuchsia] Support per app present latency tracing (flutter/engine#51503) 2024-04-11 [email protected] Save and restore OpenGL bindings that are changed by fl_renderer_render (flutter/engine#51887) 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://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
Configuration menu - View commit details
-
Copy full SHA for a557f04 - Browse repository at this point
Copy the full SHA a557f04View commit details
Commits on Apr 12, 2024
-
Roll Flutter Engine from 2d85d1225d18 to 6b37b170998e (1 revision) (#…
…146666) flutter/engine@2d85d12...6b37b17 2024-04-11 [email protected] Clear the surface to transparent black when creating a PlatformViewWrapper (flutter/engine#52047) 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://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
Configuration menu - View commit details
-
Copy full SHA for 67bdf93 - Browse repository at this point
Copy the full SHA 67bdf93View commit details -
[Windows] Drop support for Windows 7/8 apps in template (#146668)
Since Flutter no longer supports Windows 7.x or 8.x, this eliminates support from the Windows app template. No tests to eliminate, since Windows 7 and 8 were "best-efforts" tier and untested. Fixes: #140830 RFC: http://flutter.dev/go/flutter-drop-win7-2024
Configuration menu - View commit details
-
Copy full SHA for a34086a - Browse repository at this point
Copy the full SHA a34086aView commit details -
Allow A/B tests to run as just aggregator of local engine benchmarks (#…
…146479) Add `--ab-local-engine-only` flag to change A/B benchmark aggregate behavior to instead run the number of tasks specified with the local engine only, not the default engine. This is useful when you are trying to get average and noise results for a particular engine branch, without needing the default engine every time you change the engine. Fixes #143770
Configuration menu - View commit details
-
Copy full SHA for 53cba24 - Browse repository at this point
Copy the full SHA 53cba24View 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 557fbf5...53cba24