Commit graph

40444 commits

Author SHA1 Message Date
Polina Cherkasova 1d7c680e25
Re-land fix for not disposed TabController (#146745)
Fixes https://github.com/flutter/flutter/issues/144910
2024-04-22 20:28:50 +00:00
engine-flutter-autoroll d261a908d4
Roll Flutter Engine from 75ca2195c936 to a4b71f02a1c7 (1 revision) (#147175)
75ca2195c9...a4b71f02a1

2024-04-21 skia-flutter-autoroll@skia.org Roll Dart SDK from d4c5d9c92e4d to 0a83dd7e61b1 (1 revision) (flutter/engine#52291)

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 jsimmons@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://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
2024-04-22 20:19:07 +00:00
Lam Thanh Nhan bd651347e1
Update examples/api for android platform (#147102)
In the `examples/api`, the Android platform missed this step while migrating to the declarative plugins {} block described in [flutter-gradle-plugin-apply](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply), so all examples of `examples/api` cannot run.

Fixes #147100

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
2024-04-22 20:14:13 +00:00
Anis Alibegić 140edb9883
Fixed few typos (#147087)
Here's another PR with a couple of typos fixed. As you can see there was a typo in _fileReferenceI**n**dentifiers_, in class _ParsedProjectInfo._ Maybe we should do some check on that since I'm not sure if that property is used somewhere outside Flutter?
2024-04-22 16:49:19 +00:00
Amir Panahandeh d737b7bae0
Add Amir Panahandeh to AUTHORS (#147052)
Reference: [author:amir-p](https://github.com/flutter/flutter/issues?q=author%3Aamir-p+)
2024-04-22 16:47:22 +00:00
Andrew Kolos 4c46030927
print traces when transforming an asset (#146374)
From https://github.com/flutter/flutter/issues/143348#issuecomment-2016047148:

> before we ship, we should add a printTrace to the tool about each asset transformer we're invoking and the path/arguments we called it with

I think this is a good idea since asset transformers can be arbitrary Dart programs—meaning that a lot can go wrong when running them. For example, they can hang indefinitely or perform some sort of I/O that later results in a tool crash. Knowing that asset transformation was involved when debugging a crash (or a slow/stuck `flutter build`) could be useful, so I think adding a `printTrace` or two is a good idea (or at least not a bad one).
2024-04-22 16:37:24 +00:00
engine-flutter-autoroll af439ac374
Roll Packages from 88a3a561f16c to 01a32c4a464f (5 revisions) (#147164)
88a3a561f1...01a32c4a46

2024-04-22 49699333+dependabot[bot]@users.noreply.github.com Bump actions/checkout from 4.1.2 to 4.1.3 (flutter/packages#6587)
2024-04-21 engine-flutter-autoroll@skia.org Roll Flutter from 98685a099f to 1a905d508d (30 revisions) (flutter/packages#6583)
2024-04-19 dawidope@gmail.com [flutter_markdown] Custom fontfeature superscript (flutter/packages#5874)
2024-04-19 engine-flutter-autoroll@skia.org Roll Flutter from fb110b98da to 98685a099f (28 revisions) (flutter/packages#6577)
2024-04-19 engine-flutter-autoroll@skia.org Roll Flutter (stable) from 300451adae to 54e66469a9 (1 revision) (flutter/packages#6575)

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 flutter-ecosystem@google.com,rmistry@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://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
2024-04-22 15:46:15 +00:00
Andrew Kolos 0fc08abe5b
Reland "Expose build mode in environment of asset transformer processes" (#144958)
Relands https://github.com/flutter/flutter/pull/144752, which had to be reverted because the branch was stale. The original branch branched off `master` before https://github.com/flutter/flutter/pull/144734 landed. That PR introduced a new `AssetTransformer` call site.

This PR branch is identical to the original but with a new commit that addresses the new call site, [update new call sites](6bb5296a61).
2024-04-22 15:46:13 +00:00
engine-flutter-autoroll 1a905d508d
Roll Flutter Engine from 1c3f0f1f6500 to 75ca2195c936 (1 revision) (#147136)
1c3f0f1f65...75ca2195c9

2024-04-21 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from 3cyVJn1037SXTT5qT... to Rr9lFiKCPhMXDGa89... (flutter/engine#52289)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from 3cyVJn1037SX to Rr9lFiKCPhMX

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 jsimmons@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://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
2024-04-21 10:44:23 +00:00
engine-flutter-autoroll 5291344acc
Roll Flutter Engine from 1e247ccaa911 to 1c3f0f1f6500 (1 revision) (#147134)
1e247ccaa9...1c3f0f1f65

2024-04-21 skia-flutter-autoroll@skia.org Roll Skia from dec629b762ec to 975859a96f8f (1 revision) (flutter/engine#52288)

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 jsimmons@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://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
2024-04-21 09:54:25 +00:00
engine-flutter-autoroll d6a818d540
Roll Flutter Engine from 1ac3ce3b4729 to 1e247ccaa911 (1 revision) (#147128)
1ac3ce3b47...1e247ccaa9

2024-04-21 skia-flutter-autoroll@skia.org Roll Dart SDK from 95e0894dc8e6 to d4c5d9c92e4d (1 revision) (flutter/engine#52287)

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 jsimmons@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://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
2024-04-21 05:07:36 +00:00
engine-flutter-autoroll eab7c0ad36
Roll Flutter Engine from 40110ec82d4b to 1ac3ce3b4729 (1 revision) (#147125)
40110ec82d...1ac3ce3b47

2024-04-20 jonahwilliams@google.com [Impeller] compute UVs in vertex stage. (flutter/engine#52106)

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 jsimmons@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://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
2024-04-21 00:05:40 +00:00
Dimil Kalathiya 158a9a8177
fixes some gesture not getting disposed (#147112) 2024-04-20 10:20:37 -07:00
engine-flutter-autoroll 28675753ff
Roll Flutter Engine from d8a8f29612b6 to 40110ec82d4b (1 revision) (#147114)
d8a8f29612...40110ec82d

2024-04-20 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from RruZA4WorQDkGpz25... to 3cyVJn1037SXTT5qT... (flutter/engine#52283)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from RruZA4WorQDk to 3cyVJn1037SX

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 jsimmons@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://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
2024-04-20 12:25:25 +00:00
engine-flutter-autoroll 731cee39b9
Roll Flutter Engine from 499eddab8451 to d8a8f29612b6 (2 revisions) (#147108)
499eddab84...d8a8f29612

2024-04-20 skia-flutter-autoroll@skia.org Roll Skia from 9735c573e7e9 to dec629b762ec (1 revision) (flutter/engine#52282)
2024-04-20 skia-flutter-autoroll@skia.org Roll Skia from 7be6fe3150fc to 9735c573e7e9 (2 revisions) (flutter/engine#52281)

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 jsimmons@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://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
2024-04-20 07:46:21 +00:00
engine-flutter-autoroll f0b0e773c4
Roll Flutter Engine from 4d34b6d3da7d to 499eddab8451 (3 revisions) (#147105)
4d34b6d3da...499eddab84

2024-04-20 chris@bracken.jp [et] Fix concurrent modification exception (flutter/engine#52247)
2024-04-20 johnstiles@google.com Remove SkScalarIsFinite from Flutter Engine. (flutter/engine#52270)
2024-04-20 skia-flutter-autoroll@skia.org Roll Skia from 514d7fc627b3 to 7be6fe3150fc (1 revision) (flutter/engine#52280)

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 jsimmons@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://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
2024-04-20 06:03:27 +00:00
engine-flutter-autoroll 55b48036ed
Roll Flutter Engine from f22fb591870f to 4d34b6d3da7d (1 revision) (#147104)
f22fb59187...4d34b6d3da

2024-04-20 chris@bracken.jp [et] Simplify path canonicalisation logic (flutter/engine#52275)

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 jsimmons@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://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
2024-04-20 05:19:22 +00:00
engine-flutter-autoroll 41e08714b1
Roll Flutter Engine from 6f4d753ffddc to f22fb591870f (1 revision) (#147101)
6f4d753ffd...f22fb59187

2024-04-20 skia-flutter-autoroll@skia.org Roll Dart SDK from d882ce089110 to 95e0894dc8e6 (1 revision) (flutter/engine#52279)

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 jsimmons@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://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
2024-04-20 04:03:06 +00:00
engine-flutter-autoroll 2c473b33f3
Roll Flutter Engine from 3db86b3cabec to 6f4d753ffddc (2 revisions) (#147099)
3db86b3cab...6f4d753ffd

2024-04-20 skia-flutter-autoroll@skia.org Roll Skia from 1910252ea26a to 514d7fc627b3 (6 revisions) (flutter/engine#52277)
2024-04-20 chris@bracken.jp [et] Fix path canonicalization (flutter/engine#52274)

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 jsimmons@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://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
2024-04-20 02:32:24 +00:00
engine-flutter-autoroll babc722438
Roll Flutter Engine from 55670b71eb00 to 3db86b3cabec (4 revisions) (#147095)
55670b71eb...3db86b3cab

2024-04-19 skia-flutter-autoroll@skia.org Roll Dart SDK from 2ff00e4eb759 to d882ce089110 (1 revision) (flutter/engine#52272)
2024-04-19 dkwingsmt@users.noreply.github.com [macOS] Consolidate view management (flutter/engine#52254)
2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from f4a214ecf197 to 1910252ea26a (3 revisions) (flutter/engine#52269)
2024-04-19 jonahwilliams@google.com [Impeller] add non-emulated advanced blend support to experimental canvas (flutter/engine#52245)

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 jsimmons@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://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
2024-04-20 00:34:25 +00:00
Kostia Sokolovskyi a5fa351c89
Add Kostiantyn Sokolovskyi to the AUTHORS. (#147065)
This PR adds my name to AUTHORS.

Reference: [author:ksokolovskyi](https://github.com/flutter/flutter/issues?q=author%3Aksokolovskyi)
2024-04-19 23:33:06 +00:00
engine-flutter-autoroll a11438f51b
Roll Flutter Engine from a9a6f598f007 to 55670b71eb00 (1 revision) (#147091)
a9a6f598f0...55670b71eb

2024-04-19 jonahwilliams@google.com [Impeller] organize texture shaders / delete blend.frag + external_texture_fill (flutter/engine#52137)

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 jsimmons@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://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
2024-04-19 23:23:03 +00:00
flutter-pub-roller-bot 16a2fe88d3
Roll pub packages (#147030)
This PR was generated by `flutter update-packages --force-upgrade`.
2024-04-19 23:15:37 +00:00
Kostia Sokolovskyi 142e247fab
Add tests for gesture_detector.0.dart and gesture_detector.1.dart API examples. (#146724)
This PR contributes to https://github.com/flutter/flutter/issues/130459

### Description
- Adds `examples/api/test/widgets/gesture_detector/gesture_detector.0_test.dart` test
- Adds `examples/api/test/widgets/gesture_detector/gesture_detector.1_test.dart` test
2024-04-19 23:08:04 +00:00
dependabot[bot] 24def4d417
Bump actions/checkout from 4.1.2 to 4.1.3 (#147090)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v4.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
<li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
<li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.2...v4.1.3">https://github.com/actions/checkout/compare/v4.1.2...v4.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="1d96c772d1"><code>1d96c77</code></a> Add SSH user parameter (<a href="https://redirect.github.com/actions/checkout/issues/1685">#1685</a>)</li>
<li><a href="cd7d8d697e"><code>cd7d8d6</code></a> Check git version before attempting to disable <code>sparse-checkout</code> (<a href="https://redirect.github.com/actions/checkout/issues/1656">#1656</a>)</li>
<li><a href="8410ad0602"><code>8410ad0</code></a> Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> (<a href="https://redirect.github.com/actions/checkout/issues/1650">#1650</a>)</li>
<li>See full diff in <a href="9bb56186c3...1d96c772d1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.2&new-version=4.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
2024-04-19 23:03:04 +00:00
Jago 5c5e64722e
[material] Fix info text (#147040)
Fixes intro info text for `IconButton.outlined` constructor.

No fixing issue required as this is a text fix.
2024-04-19 22:55:05 +00:00
engine-flutter-autoroll 5931b7b1ce
Roll Flutter Engine from 0902c4117ed9 to a9a6f598f007 (1 revision) (#147088)
0902c4117e...a9a6f598f0

2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from 0689969ffaee to f4a214ecf197 (1 revision) (flutter/engine#52265)

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 jsimmons@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://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
2024-04-19 22:22:11 +00:00
engine-flutter-autoroll 6b2122bfa6
Roll Flutter Engine from 5083af669cee to 0902c4117ed9 (1 revision) (#147085)
5083af669c...0902c4117e

2024-04-19 flar@google.com [Impeller] Use the new DisplayList depth info in the experimental canvas prototype (flutter/engine#52214)

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 jsimmons@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://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
2024-04-19 21:22:26 +00:00
Kostia Sokolovskyi a4e9026589
Add test for animated_padding.0.dart API example. (#146718)
This PR contributes to https://github.com/flutter/flutter/issues/130459

### Description
- Adds `examples/api/test/widgets/implicit_animations/animated_padding.0_test.dart` test
2024-04-19 20:16:56 +00:00
Jesse 3b21c27c08
Refactor android preview tool integration tests (#146518)
Android preview tool integration test refactoring

Part of https://github.com/flutter/flutter/issues/145482
2024-04-19 20:05:33 +00:00
engine-flutter-autoroll ca170341c3
Roll Flutter Engine from 1363b52813e3 to 5083af669cee (1 revision) (#147083)
1363b52813...5083af669c

2024-04-19 skia-flutter-autoroll@skia.org Roll Dart SDK from 1c49f17b5437 to 2ff00e4eb759 (1 revision) (flutter/engine#52264)

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 jsimmons@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://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
2024-04-19 20:00:20 +00:00
Kostia Sokolovskyi cb3e689167
Add test for dismissible.0.dart API example. (#146723)
This PR contributes to https://github.com/flutter/flutter/issues/130459

### Description
- Adds `examples/api/test/widgets/dismissible/dismissible.0_test.dart` test
2024-04-19 19:21:08 +00:00
engine-flutter-autoroll c1689166c6
Roll Flutter Engine from 908f619d9e1c to 1363b52813e3 (4 revisions) (#147079)
908f619d9e...1363b52813

2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from fa31a916cbb8 to 0689969ffaee (1 revision) (flutter/engine#52263)
2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from d01e53b8beb7 to fa31a916cbb8 (1 revision) (flutter/engine#52261)
2024-04-19 jonahwilliams@google.com [Impeller] remove absorb opacity limit. (flutter/engine#52160)
2024-04-19 30870216+gaaclarke@users.noreply.github.com [Impeller] cleaned up semantics for RenderPipelineT and added docstrings (flutter/engine#52237)

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 jsimmons@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://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
2024-04-19 19:19:11 +00:00
Elias Yishak be0eb721d5
Update docs around ga3 ga4 mismatch (#147075)
Fixing nit in code doc
2024-04-19 19:15:09 +00:00
Kostia Sokolovskyi e09ee6be9b
Add test for preferred_size.0.dart API example. (#146725)
This PR contributes to https://github.com/flutter/flutter/issues/130459

### Description
- Adds `examples/api/test/widgets/preferred_size/preferred_size.0_test.dart` test
2024-04-19 19:08:07 +00:00
engine-flutter-autoroll c1c661cb93
Roll Flutter Engine from 9cc1cc3de1a7 to 908f619d9e1c (1 revision) (#147068)
9cc1cc3de1...908f619d9e

2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from 0bdd0daaa3fc to d01e53b8beb7 (2 revisions) (flutter/engine#52260)

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 jsimmons@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://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
2024-04-19 17:36:25 +00:00
engine-flutter-autoroll b5589e42db
Roll Flutter Engine from 7fafbbf17c02 to 9cc1cc3de1a7 (1 revision) (#147061)
7fafbbf17c...9cc1cc3de1

2024-04-19 skia-flutter-autoroll@skia.org Roll Dart SDK from 3e139f5d0720 to 1c49f17b5437 (1 revision) (flutter/engine#52259)

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 jsimmons@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://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
2024-04-19 16:12:56 +00:00
engine-flutter-autoroll 66cdf117f7
Roll Packages from 0e3809d995b6 to 88a3a561f16c (4 revisions) (#147059)
0e3809d995...88a3a561f1

2024-04-19 stuartmorgan@google.com [camera] Convert iOS Obj-C->Dart calls to Pigeon (flutter/packages#6568)
2024-04-19 highdro0479@gmail.com [flutter_markdown] Ensure customize nested bullet list style. (flutter/packages#6384)
2024-04-18 stuartmorgan@google.com [ci] Add more dev dependency checks, and fix errors (flutter/packages#6563)
2024-04-18 engine-flutter-autoroll@skia.org Roll Flutter from 3882afbfa9 to fb110b98da (56 revisions) (flutter/packages#6565)

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 flutter-ecosystem@google.com,rmistry@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://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
2024-04-19 15:58:04 +00:00
Victoria Ashworth 98685a099f
Replace CocoaPods deprecated exists? with exist? (#147056)
Fixes https://github.com/flutter/flutter/issues/147041.
2024-04-19 15:21:04 +00:00
engine-flutter-autoroll 4f7b7c93ff
Roll Flutter Engine from 4ed7a2d6aed9 to 7fafbbf17c02 (2 revisions) (#147046)
4ed7a2d6ae...7fafbbf17c

2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from 7ad507eca0bd to 0bdd0daaa3fc (1 revision) (flutter/engine#52257)
2024-04-19 skia-flutter-autoroll@skia.org Roll Dart SDK from 12e49f395fd9 to 3e139f5d0720 (1 revision) (flutter/engine#52256)

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 jsimmons@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://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
2024-04-19 13:06:28 +00:00
engine-flutter-autoroll 9feccd5f3b
Roll Flutter Engine from 25d773ea90c4 to 4ed7a2d6aed9 (3 revisions) (#147038)
25d773ea90...4ed7a2d6ae

2024-04-19 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from peYcbx9eguHcbhMP0... to RruZA4WorQDkGpz25... (flutter/engine#52252)
2024-04-19 skia-flutter-autoroll@skia.org Roll Dart SDK from a46161eec56d to 12e49f395fd9 (1 revision) (flutter/engine#52251)
2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from ca5481ebd0fb to 7ad507eca0bd (2 revisions) (flutter/engine#52249)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from peYcbx9eguHc to RruZA4WorQDk

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 jsimmons@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://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
2024-04-19 09:08:40 +00:00
Pierre-Louis 4deff2dd9c
Update link branches to main (continued) (#146985)
I generalized the analysis to match all `googlesource.com` repos. I also
added a test and fixed more cases.

Part of https://github.com/flutter/flutter/issues/121564

## 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] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [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
[Data Driven Fixes]:
https://github.com/flutter/flutter/wiki/Data-driven-Fixes
2024-04-19 10:46:24 +02:00
engine-flutter-autoroll 12d54de962
Roll Flutter Engine from b6234dd1984e to 25d773ea90c4 (1 revision) (#147035)
b6234dd198...25d773ea90

2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from fef9f270935c to ca5481ebd0fb (1 revision) (flutter/engine#52246)

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 jsimmons@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://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
2024-04-19 07:10:34 +00:00
engine-flutter-autoroll d4b42780ba
Roll Flutter Engine from ff471881e90a to b6234dd1984e (2 revisions) (#147029)
ff471881e9...b6234dd198

2024-04-19 skia-flutter-autoroll@skia.org Roll Dart SDK from 62b85ea79bce to a46161eec56d (1 revision) (flutter/engine#52243)
2024-04-19 bquinlan@google.com Add a dependency on `package:web_socket` in pkg_demo_test (flutter/engine#52239)

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 jsimmons@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://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
2024-04-19 04:21:25 +00:00
engine-flutter-autoroll 20034ce0a2
Roll Flutter Engine from 442d14a7e840 to ff471881e90a (1 revision) (#147025)
442d14a7e8...ff471881e9

2024-04-19 skia-flutter-autoroll@skia.org Roll Skia from 8fd4d8eaadc2 to fef9f270935c (7 revisions) (flutter/engine#52240)

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 jsimmons@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://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
2024-04-19 02:33:19 +00:00
engine-flutter-autoroll c59e2e3b77
Roll Flutter Engine from 6e4a15d31769 to 442d14a7e840 (2 revisions) (#147023)
6e4a15d317...442d14a7e8

2024-04-18 jonahwilliams@google.com [Impeller] dont use half precision constants / Fixes for SPIRV tools roll (flutter/engine#52213)
2024-04-18 skia-flutter-autoroll@skia.org Roll Skia from edece87ce734 to 8fd4d8eaadc2 (1 revision) (flutter/engine#52238)

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 jsimmons@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://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
2024-04-19 01:23:06 +00:00
Elias Yishak 1c3372fa38
Opt out users from GA3 if opted out of GA4 (#146453)
This PR will opt out users from legacy analytics if they have already been opted out from package:unified_analytics.

After successfully merging into main, this will be CP'd into beta and stable channels
2024-04-19 01:03:15 +00:00
engine-flutter-autoroll 8c891ba5ba
Roll Flutter Engine from 61bf47d129bb to 6e4a15d31769 (1 revision) (#147022)
61bf47d129...6e4a15d317

2024-04-18 dkwingsmt@users.noreply.github.com [macOS] Rename viewId to viewIdentifier (flutter/engine#52202)

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 jsimmons@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://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
2024-04-19 00:39:36 +00:00
engine-flutter-autoroll 4464360d86
Roll Flutter Engine from 13a6ce419664 to 61bf47d129bb (4 revisions) (#147017)
13a6ce4196...61bf47d129

2024-04-18 skia-flutter-autoroll@skia.org Roll Dart SDK from 8d834bbb2163 to 62b85ea79bce (1 revision) (flutter/engine#52236)
2024-04-18 skia-flutter-autoroll@skia.org Roll Skia from 1af1e478ef85 to edece87ce734 (5 revisions) (flutter/engine#52233)
2024-04-18 chinmaygarde@google.com Suppress in-actionable warnings in the iOS profiler. (flutter/engine#52227)
2024-04-18 30870216+gaaclarke@users.noreply.github.com [Impeller] sorted commonly used default pipelines first (flutter/engine#52231)

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 jsimmons@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://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
2024-04-18 23:43:48 +00:00
Ian Hickson 3e22598a14
Add a breadcrumb for the pub autoroller (#146786)
Adds some breadcrumbs to update-packages so that people can easily figure out how to tell what's going on with the pub autoroller.
2024-04-18 23:34:31 +00:00