Kevin Moore
d062bfa057
flutter tool: make FlutterOptions abstract final ( #124178 )
...
flutter tool: make FlutterOptions abstract final
2023-04-06 05:34:20 +00:00
Kevin Moore
929a5bd08c
flutter tool: log dart2wasm vs dart2js as appropriate during build ( #124165 )
...
flutter tool: log dart2wasm vs dart2js as appropriate during build
2023-04-06 05:34:18 +00:00
Kevin Moore
1045c3d081
flutter_tool: add and use WebCompilerConfig ( #124183 )
...
flutter_tool: add and use WebCompilerConfig
2023-04-06 05:30:23 +00:00
Michael Goderbauer
98f35be7d9
Fix error about missing MediaQuery ( #124243 )
2023-04-05 22:19:30 -07:00
engine-flutter-autoroll
2861c57a42
Manual roll Flutter Engine from 610cdf0ae117 to 1ec74c62fd3f (4 revisions) ( #124300 )
...
Manual roll requested by zra@google.com
610cdf0ae1...1ec74c62fd
2023-04-06 110993981+htoor3@users.noreply.github.com Revert "[web] Move
text editing nodes outside of shadowDOM - reopened"
(flutter/engine#40960 )
2023-04-05 110993981+htoor3@users.noreply.github.com [web] Move text
editing nodes outside of shadowDOM - reopened (flutter/engine#40904 )
2023-04-05 30870216+gaaclarke@users.noreply.github.com [Impeller]
adjusted the rotated text test to have an opaque background and account
for screen scale (flutter/engine#40954 )
2023-04-05 jacksongardner@google.com Copy canvaskit files directly into
`flutter_web_sdk` (flutter/engine#40951 )
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 jonahwilliams@google.com ,rmistry@google.com,zra@google.com 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
2023-04-05 21:13:17 -07:00
Kevin Moore
f3e8ae7d51
flutter tool: add experimental output during wasm build ( #124166 )
2023-04-05 18:48:03 -07:00
engine-flutter-autoroll
667220c9fc
Roll Flutter Engine from 2d0f65f1fbdf to 610cdf0ae117 (4 revisions) ( #124284 )
...
Roll Flutter Engine from 2d0f65f1fbdf to 610cdf0ae117 (4 revisions)
2023-04-06 00:33:09 +00:00
Jenn Magder
851327ef24
Update iOS TESTOWNERS ( #124263 )
...
Update iOS TESTOWNERS
2023-04-06 00:28:32 +00:00
Qun Cheng
3a4fb9df4f
Fix search view position ( #124169 )
2023-04-05 16:27:45 -07:00
Renzo Olivares
90f8ac5b41
TapAndDragGestureRecognizer should declare victory immediately when drag is detected ( #123055 )
...
TapAndDragGestureRecognizer should declare victory immediately when drag is detected
2023-04-05 23:00:52 +00:00
engine-flutter-autoroll
a690c0485f
Manual roll Flutter Engine from 67467127295d to 2d0f65f1fbdf (7 revisions) ( #124275 )
...
Manual roll Flutter Engine from 67467127295d to 2d0f65f1fbdf (7 revisions)
2023-04-05 22:58:59 +00:00
htoor3
68ed603bf2
[web] Skip temporarily broken test ( #124160 )
...
[web] Skip temporarily broken test
2023-04-05 22:58:56 +00:00
Jenn Magder
385728e7fd
Add tools test for buildWeb compilation ( #124179 )
...
Add tools test for buildWeb compilation
2023-04-05 22:57:07 +00:00
Loïc Sharma
6058e95919
Add CallbackShortcuts example ( #123944 )
...
Add CallbackShortcuts example
2023-04-05 22:17:59 +00:00
Camille Simon
bc0cbc15d6
Add spell check TextSpan creation logic that doesn't rely on composing region ( #123481 )
...
Fixes https://github.com/flutter/flutter/issues/119534 by adding extra
logic to allow the proper `TextSpan` trees to be build with spell check
results that does not rely on the composing region.
Also, refreshes the algorithm used to correct spell check results to
improve cases where spell check results are out of date, but the
composing region line does not help smooth over this fact by giving the
framework extra time to update while a word is being composed (because a
composing region line would cover up any flashing red underlines).
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] 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].
- [ ] All existing and new tests are passing.
<!-- 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
2023-04-05 14:43:56 -07:00
Camille Simon
87392c214b
[Android] Catch and rethrow Java/Gradle incompatibility error ( #124084 )
...
Catches and re-throws Gradle error indicating that the Gradle version is
incompatible with the Java version that Flutter is using to tell users
how to fix the issue.
Related issue: https://github.com/flutter/flutter/issues/122376
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.
<!-- 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
---------
Co-authored-by: Reid Baker <hamilton.reid.baker@gmail.com>
Co-authored-by: Christopher Fujino <fujino@google.com>
Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
2023-04-05 14:39:55 -07:00
Andrew Kolos
ec13058a1e
Normalize Java SDK (JDK) location logic across the tool ( #124233 )
...
Normalize Java SDK (JDK) location logic across the tool
2023-04-05 20:36:50 +00:00
Brian Quinlan
855b180e12
Remove FakeProcessResult for Dart 3 compatibility ( #124240 )
...
Removes code that `implements ProcessResult` since it will be `final` in
Dart 3.
Fixes https://github.com/flutter/flutter/issues/124237
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.
2023-04-05 12:00:33 -07:00
engine-flutter-autoroll
ff6be43b7e
Roll Packages from 3df3ba528e29 to f224eea858f2 (8 revisions) ( #124242 )
...
Roll Packages from 3df3ba528e29 to f224eea858f2 (8 revisions)
2023-04-05 18:51:11 +00:00
Reid Baker
2383400fe0
Add Java-Gradle-AGP validation to flutter analyze ( #123916 )
...
https://github.com/flutter/flutter/issues/123917
Doc covering a broad set of issues related to android studio updating.
https://docs.google.com/document/d/1hTXkjbUrBnXgu8NQsth1c3aEqo77rWoEj8CcsQ39wwQ/edit?pli=1#
Specifically this pr:
- Adds new functions to find a projects AGP, Gradle and java versions,
and tests.
- Adds new functions that take versions and parse if the versions are
compatible with each other, and tests.
- Adds validator for `flutter analyze --suggestions` that evaluates the
java/gradle/agp versions and checks if they are compatible, and
integration test.
- Updates the version of gradle used by
dev/integration_tests/flutter_gallery/ to the minimum supported by java
18 so that the integration tests pass (It is unknown why the java
version is 18.9 instead of 11)
- Moves `isWithinVersionRange` to version.dart, and tests.
- Adds FakeAndroidStudio to fakes to be used in multiple tests but does
not remove existing copies.
Metrics will be included as part of the definition of done for this bug
but not as part of this cl. It is already too big.
Known work still left in this pr:
* Understand why analyze integration tests are failing.
Example output if Java and gradle are not compatible:
```
┌───────────────────────────────────────────────────────────────────┐
│ General Info │
│ [✓] App Name: espresso_example │
│ [✓] Supported Platforms: android │
│ [✓] Is Flutter Package: yes │
│ [✓] Uses Material Design: yes │
│ [✓] Is Plugin: no │
│ [✗] Java/Gradle/Android Gradle Plugin: │
│ │
│ Incompatible Java/Gradle versions. │
│ │
│ Java Version: 17.0.6, Gradle Version: 7.0.2 │
│ │
│ See the link below for more information. │
│ https://docs.gradle.org/current/userguide/compatibility.html#java │
│ │
└───────────────────────────────────────────────────────────────────┘
```
Example output if Gradle and AGP are not compatible
```
┌─────────────────────────────────────────────────────────────────────────────┐
│ General Info │
│ [✓] App Name: espresso_example │
│ [✓] Supported Platforms: android │
│ [✓] Is Flutter Package: yes │
│ [✓] Uses Material Design: yes │
│ [✓] Is Plugin: no │
│ [✗] Java/Gradle/Android Gradle Plugin: Incompatible Gradle/AGP versions. │
│ │
│ Gradle Version: 7.0.2, AGP Version: 7.4.2 │
│ │
│ Update gradle to at least "7.5". │
│ See the link below for more information: │
│ https://developer.android.com/studio/releases/gradle-plugin#updating-gradle │
│ │
│ Incompatible Java/Gradle versions. │
│ │
│ Java Version: 17.0.6, Gradle Version: 7.0.2 │
│ │
│ See the link below for more information: │
│ https://docs.gradle.org/current/userguide/compatibility.html#java │
│ │
└─────────────────────────────────────────────────────────────────────────────┘
```
Example output if Java/Gradle/Agp are not compatible.
```
┌─────────────────────────────────────────────────────────────────────────────┐
│ General Info │
│ [✓] App Name: espresso_example │
│ [✓] Supported Platforms: android │
│ [✓] Is Flutter Package: yes │
│ [✓] Uses Material Design: yes │
│ [✓] Is Plugin: no │
│ [✗] Java/Gradle/Android Gradle Plugin: Incompatible Gradle/AGP versions. │
│ │
│ Gradle Version: 7.0.2, AGP Version: 7.4.2 │
│ │
│ Update gradle to at least "7.5". │
│ See the link below for more information: │
│ https://developer.android.com/studio/releases/gradle-plugin#updating-gradle │
│ │
│ Incompatible Java/Gradle versions. │
│ │
│ Java Version: 17.0.6, Gradle Version: 7.0.2 │
│ │
│ See the link below for more information: │
│ https://docs.gradle.org/current/userguide/compatibility.html#java │
│ │
└─────────────────────────────────────────────────────────────────────────────┘
```
Commit messages
- Add function to gradle_utils.dart that gets the gradle version from
wrapper or system and add a test for each situation
- Add method to get agp version, add method to validate agp against
gradle version, update documentation, add tests for agp validation.
- Update dart doc for validateGradleAndAgp to describe where the info
came from and corner case behavior, create function to validate java and
gradle and hardcode return to false
- Fill out and test java gradle compatibility function in gradle_utils
- Hook up java gradle evaluateion to hasValidJavaGradleAgpVersions with
hardcoded java version
- Add java --version output parsing and tests
- Add getJavaBinary test
- Update comment in android_sdk for mac behavior with java_home -v
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.
2023-04-05 14:36:05 -04:00
Elias Yishak
a32f0bb7a0
Add analytics package + setTelemetry method attached ( #124015 )
...
The first of many PRs for transitioning to `package:unified_analytics`.
This PR is only focused on disabling and enabling telemetry via the
`flutter config --[no-]analytics` flag
Fixes: https://github.com/flutter/flutter/issues/121617
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] 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
---------
Co-authored-by: Christopher Fujino <fujino@google.com>
Co-authored-by: Christopher Fujino <christopherfujino@gmail.com>
2023-04-05 14:08:56 -04:00
engine-flutter-autoroll
eca86e8c62
Roll Flutter Engine from db23c3fbe0b0 to 67467127295d (1 revision) ( #124227 )
...
Roll Flutter Engine from db23c3fbe0b0 to 67467127295d (1 revision)
2023-04-05 17:11:34 +00:00
Michael Goderbauer
daaa32bc06
Add CustomDimensions.commandRunIsTest ( #124135 )
2023-04-05 09:30:36 -07:00
Kate Lovett
0cfcdeec89
Revert "Fix scrolling in the Drawer and NavigationDrawer triggers AppBar's scrolledUnderElevation" ( #124226 )
...
Revert "Fix scrolling in the `Drawer` and `NavigationDrawer` triggers AppBar's scrolledUnderElevation"
2023-04-05 16:10:32 +00:00
Chris Bracken
e5fc6f65b9
[macOS] Remigrate principal class to NSApplication ( #124173 )
...
In #122336 we migrated the principal class from NSApplication to
FlutterApplication in the app Info.plist. We removed the need for
FlutterApplication in https://github.com/flutter/engine/pull/40929 . This
reverses the migration for anyone who previously upgraded on the Flutter
master branch.
Issue: https://github.com/flutter/flutter/issues/30735
## Pre-launch Checklist
- [X] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [X] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [X] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [X] I signed the [CLA].
- [X] I listed at least one issue that this PR fixes in the description
above.
- [X] I updated/added relevant documentation (doc comments with `///`).
- [X] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [X] 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
2023-04-05 09:05:37 -07:00
engine-flutter-autoroll
a8354ff165
Roll Flutter Engine from 4219c72ac8f0 to db23c3fbe0b0 (4 revisions) ( #124200 )
...
4219c72ac8...db23c3fbe0
2023-04-05 bdero@google.com [Impeller] Snap glyph positions to screen
space pixels and map UVs correctly (flutter/engine#40912 )
2023-04-05 chris@bracken.jp [macOS] Handle termination in
FlutterAppDelegate (flutter/engine#40929 )
2023-04-05 skia-flutter-autoroll@skia.org Manual roll Dart SDK from
f97b9d9b2f64 to beff36793081 (1 revision) (flutter/engine#40934 )
2023-04-05 chillers@google.com Revert "[web] remove obsolete object
caches; simplify native object management" (flutter/engine#40937 )
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 jonahwilliams@google.com ,rmistry@google.com,zra@google.com 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
2023-04-05 06:27:25 -07:00
Danny Tuppeny
1a6a20cdc6
[flutter_tools] Include mode in app.start event, and forward app.start to DAP clients ( #121239 )
...
[flutter_tools] Include mode in app.start event, and forward app.start to DAP clients
2023-04-05 05:39:09 +00:00
engine-flutter-autoroll
9235eb64e2
Roll Flutter Engine from 65515adfb5eb to 4219c72ac8f0 (1 revision) ( #124182 )
...
Roll Flutter Engine from 65515adfb5eb to 4219c72ac8f0 (1 revision)
2023-04-05 05:30:11 +00:00
hellohuanlin
d1b8527f6b
[platform_view]fix iOS platform view's focus node leakage ( #124066 )
...
[platform_view]fix iOS platform view's focus node leakage
2023-04-05 03:56:51 +00:00
engine-flutter-autoroll
85624dd06d
Roll Flutter Engine from 3e5f27d4812e to 65515adfb5eb (5 revisions) ( #124170 )
...
Roll Flutter Engine from 3e5f27d4812e to 65515adfb5eb (5 revisions)
2023-04-05 01:27:41 +00:00
engine-flutter-autoroll
303d0d3e2b
Roll Flutter Engine from 8edd3c000a39 to 3e5f27d4812e (3 revisions) ( #124158 )
...
Roll Flutter Engine from 8edd3c000a39 to 3e5f27d4812e (3 revisions)
2023-04-04 23:48:54 +00:00
Ben Konyi
d83c510de9
Reland "Serve DevTools when running flutter test ( #123607 )" ( #124058 )
...
Originally reverted due to a misattributed hot reload benchmark
regression.
This reverts commit f5bce716e1fc67abe762f3396627b7e74daa8492.
2023-04-04 19:44:14 -04:00
Taha Tesser
38805a4392
Fix clipBehavior for Drawer with shape and add clipBehavior property. ( #124104 )
2023-04-04 16:23:32 -07:00
chunhtai
9e4b5fb7d9
Adds i18n to widget layer ( #123620 )
...
Adds i18n to widget layer
2023-04-04 22:57:35 +00:00
keyonghan
c7bab2973e
Move analyzer_benchmark_vm to vm ( #124147 )
...
Move analyzer_benchmark_vm to vm
2023-04-04 22:41:34 +00:00
Rydmike
be5a84295d
FIX: SegmentedButton segments background cannot be made transparent ( #123293 )
2023-04-04 15:38:20 -07:00
Jackson Gardner
37d4e7d60e
Always use the canvaskit path from the web sdk. ( #123915 )
...
Always use the canvaskit path from the web sdk.
2023-04-04 22:36:43 +00:00
Victoria Ashworth
842873c2fc
Allow --ipv6 flag for flutter attach on iOS devices ( #123822 )
...
Allow --ipv6 flag for flutter attach on iOS devices
2023-04-04 22:33:28 +00:00
Victoria Ashworth
dbc18bbdb8
Add flag to filter by device connection interface ( #124034 )
...
Add flag to filter by device connection interface
2023-04-04 22:33:26 +00:00
Christopher Fujino
b2c65acd5a
[flutter_tools] Remove --no-sound-null-safety #4 ( #124039 )
...
Re-land of https://github.com/flutter/flutter/pull/123297 without any of
the commits at the end attempting to fix customer-testing.
Fixes https://github.com/flutter/flutter/issues/118810
2023-04-04 15:25:27 -07:00
Victoria Ashworth
34d2c8d030
Better support for wireless devices in IDEs ( #123716 )
...
Better support for wireless devices in IDEs
2023-04-04 20:39:38 +00:00
Greg Spencer
e3bc8efd39
Rename Sample classes ( #124080 )
...
Rename Sample classes
2023-04-04 20:34:29 +00:00
Mitchell Goodwin
c8a3dbaf06
Add adaptive constructor to Radio and RadioListTile ( #123816 )
...
Add adaptive constructor to Radio and RadioListTile
2023-04-04 20:33:02 +00:00
Victoria Ashworth
d6593dee96
Make flutter_adapter_test more resilient to pub output ( #124139 )
...
Make flutter_adapter_test more resilient to pub output
2023-04-04 19:36:39 +00:00
engine-flutter-autoroll
a68b424790
Roll Flutter Engine from e860fa87d21c to 8edd3c000a39 (1 revision) ( #124136 )
...
e860fa87d2...8edd3c000a
2023-04-04 joshualitt@google.com [web] Migrate EventListener's to JS
types. (flutter/engine#40566 )
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 jonahwilliams@google.com ,rmistry@google.com,zra@google.com 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
2023-04-04 12:35:49 -07:00
Elliott Brooks
840993be38
[flutter_tools] Pass app entrypoint to DWDS version 19.0.0 ( #124138 )
2023-04-04 12:34:07 -07:00
godofredoc
50f7910e80
Do not use colors in output if running from CI. ( #122645 )
...
Do not use colors in output if running from CI.
2023-04-04 18:41:47 +00:00
Michael Goderbauer
25a2dfb302
Rename RenderView.window to RenderView.view ( #124060 )
2023-04-04 11:22:22 -07:00
engine-flutter-autoroll
f9857df6b3
Roll Flutter Engine from f2a547b088f6 to e860fa87d21c (2 revisions) ( #124127 )
...
Roll Flutter Engine from f2a547b088f6 to e860fa87d21c (2 revisions)
2023-04-04 16:57:24 +00:00
godofredoc
89caeebd10
Update localizations. ( #124099 )
2023-04-04 09:00:17 -07:00