{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":31792824,"defaultBranch":"master","name":"flutter","ownerLogin":"flutter","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-03-06T22:54:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14101776?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717446176.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"24f5316547327b8142aa138c5554ea66319e30ba","ref":"refs/heads/plugin-platform-triage","pushedAt":"2024-06-03T20:22:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stuartmorgan","name":null,"path":"/stuartmorgan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/122189?s=80&v=4"},"commit":{"message":"Switch to triage-* labels for platform package triage\n\nCurrently the ecosystem team triages all PRs in the packages repository, but the platform teams also triage all PRs with their platform label. Due to the way PRs in packages work, however, it's relatively common for a PR to not be relevant to all the teams' triages at all times. Common examples:\r\n- One platform team may LGTM a multi-platform PR for their platform's portion, while another platform goes through review for several more weeks.\r\n- A cross-platform PR may not have high-level design approval from the ecosystem owner, at which point platform implementation review is premature.\r\n\r\nTo avoid PRs showing up repeatedly in a platform team's triage when it's not relevant, this adjusts the triage structure:\r\n- Queries for PRs in platform teams query `triage-` rather than `platform-`\r\n- Ecosystem triage will add the `triage-` label during triage when a PR is ready for that platform team's consideration.\r\n- Platform teams can remove the label when it's not relevant to them (e..g, after it's been LGTM'd for that platform).\r\n\r\nThis also adds a desktop PR query, since there wasn't one, covering the separate platforms. They are separated to allow for more triage flexibility in the future.","shortMessageHtmlLink":"Switch to triage-* labels for platform package triage"}},{"before":"691a18df5fd583a63ef726374b2243a8f6b4bb0e","after":"5e448f4ce57723ac0792ae822ebac69df3188ba1","ref":"refs/heads/main","pushedAt":"2024-06-03T19:44:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Support failures-only and silent reporters in `flutter test` (#148739)\n\nFixes #148738.\r\n\r\nAlso add some tests for this part of the `flutter test` CLI.","shortMessageHtmlLink":"Support failures-only and silent reporters in flutter test (#148739)"}},{"before":"691a18df5fd583a63ef726374b2243a8f6b4bb0e","after":"5e448f4ce57723ac0792ae822ebac69df3188ba1","ref":"refs/heads/master","pushedAt":"2024-06-03T19:44:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Support failures-only and silent reporters in `flutter test` (#148739)\n\nFixes #148738.\r\n\r\nAlso add some tests for this part of the `flutter test` CLI.","shortMessageHtmlLink":"Support failures-only and silent reporters in flutter test (#148739)"}},{"before":"e02d29d52ed9412eabf92614ec371ff0bc21eeef","after":"691a18df5fd583a63ef726374b2243a8f6b4bb0e","ref":"refs/heads/main","pushedAt":"2024-06-03T19:12:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"[CupertinoActionSheet] Fix overflow of the overscroll section when the user scrolls far (#149542)\n\nWhen I implemented https://github.com/flutter/flutter/pull/149334, there was a bug that if the actions section is overscrolled for too far (typically due to a fling), the overscroll background might be so long that it overflows the actions section. This PR fixes this bug.","shortMessageHtmlLink":"[CupertinoActionSheet] Fix overflow of the overscroll section when th…"}},{"before":"e02d29d52ed9412eabf92614ec371ff0bc21eeef","after":"691a18df5fd583a63ef726374b2243a8f6b4bb0e","ref":"refs/heads/master","pushedAt":"2024-06-03T19:12:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"[CupertinoActionSheet] Fix overflow of the overscroll section when the user scrolls far (#149542)\n\nWhen I implemented https://github.com/flutter/flutter/pull/149334, there was a bug that if the actions section is overscrolled for too far (typically due to a fling), the overscroll background might be so long that it overflows the actions section. This PR fixes this bug.","shortMessageHtmlLink":"[CupertinoActionSheet] Fix overflow of the overscroll section when th…"}},{"before":"a92318dd9822edbf0e2d4bcffb923fcd54118c8a","after":"e02d29d52ed9412eabf92614ec371ff0bc21eeef","ref":"refs/heads/main","pushedAt":"2024-06-03T18:53:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Fix InputDecorator.prefixIcon color when disabled (#149595)\n\n## Description\r\n\r\nThis PRs makes the `InputDecoration.prefixIcon` color compliant with the M3 spec.\r\n\r\nFrom M3 spec, the color should be `onSurface.withOpacity(0.38)`, see https://m3.material.io/components/text-fields/specs#e4964192-72ad-414f-85b4-4b4357abb83c\r\n\r\n![image](https://github.com/flutter/flutter/assets/840911/298d9aaf-fcda-479a-a8dd-0ee84db98242)\r\n\r\n## Related Issue\r\n\r\nFixes https://github.com/flutter/flutter/issues/149411.\r\n\r\n## Tests\r\n\r\nUpdates 2 tests.","shortMessageHtmlLink":"Fix InputDecorator.prefixIcon color when disabled (#149595)"}},{"before":"a92318dd9822edbf0e2d4bcffb923fcd54118c8a","after":"e02d29d52ed9412eabf92614ec371ff0bc21eeef","ref":"refs/heads/master","pushedAt":"2024-06-03T18:53:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Fix InputDecorator.prefixIcon color when disabled (#149595)\n\n## Description\r\n\r\nThis PRs makes the `InputDecoration.prefixIcon` color compliant with the M3 spec.\r\n\r\nFrom M3 spec, the color should be `onSurface.withOpacity(0.38)`, see https://m3.material.io/components/text-fields/specs#e4964192-72ad-414f-85b4-4b4357abb83c\r\n\r\n![image](https://github.com/flutter/flutter/assets/840911/298d9aaf-fcda-479a-a8dd-0ee84db98242)\r\n\r\n## Related Issue\r\n\r\nFixes https://github.com/flutter/flutter/issues/149411.\r\n\r\n## Tests\r\n\r\nUpdates 2 tests.","shortMessageHtmlLink":"Fix InputDecorator.prefixIcon color when disabled (#149595)"}},{"before":"be724796aac64b2bb1413885d33116d365281aa1","after":"a92318dd9822edbf0e2d4bcffb923fcd54118c8a","ref":"refs/heads/main","pushedAt":"2024-06-03T18:19:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Added filter callback on dropdown menu (#143939)\n\nDropdownMenu can now customize its filter using the new parameter DropdownMenu.filterCallback, similar to DropdownMenu.searchCallback.","shortMessageHtmlLink":"Added filter callback on dropdown menu (#143939)"}},{"before":"be724796aac64b2bb1413885d33116d365281aa1","after":"a92318dd9822edbf0e2d4bcffb923fcd54118c8a","ref":"refs/heads/master","pushedAt":"2024-06-03T18:19:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"justinmc","name":"Justin McCandless","path":"/justinmc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/389558?s=80&v=4"},"commit":{"message":"Added filter callback on dropdown menu (#143939)\n\nDropdownMenu can now customize its filter using the new parameter DropdownMenu.filterCallback, similar to DropdownMenu.searchCallback.","shortMessageHtmlLink":"Added filter callback on dropdown menu (#143939)"}},{"before":"0e7295fd18a4a0cd890d76ff6c92ba509cd1148c","after":"be724796aac64b2bb1413885d33116d365281aa1","ref":"refs/heads/main","pushedAt":"2024-06-03T18:08:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"update generated localized message files in the stocks test app (#148741)\n\nFixes https://github.com/flutter/flutter/issues/149386. Fixes https://github.com/flutter/flutter/issues/106150.\r\n\r\nThe stocks test app includes Dart files containing localized messages generated by `package:flutter_localizations`. However, these files appear to have become out of date. Running `pub get` in the project will regenerate these files and generate a diff, which can be annoying when working on the repo.\r\n\r\nThis PR generates the files. ~~It also updates the templates for these files to be compliant with flutter/flutter repo lint rules, including `noop_primitive_operations` and `use_super_parameters`.~~ It also adds `// ignore_for_file: type=lint` to these files to disable linting for these files. This avoids issues like https://github.com/flutter/flutter/issues/106150 and [this](https://github.com/flutter/flutter/pull/148741#issuecomment-2141161753).","shortMessageHtmlLink":"update generated localized message files in the stocks test app (#148741"}},{"before":"0e7295fd18a4a0cd890d76ff6c92ba509cd1148c","after":"be724796aac64b2bb1413885d33116d365281aa1","ref":"refs/heads/master","pushedAt":"2024-06-03T18:08:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"update generated localized message files in the stocks test app (#148741)\n\nFixes https://github.com/flutter/flutter/issues/149386. Fixes https://github.com/flutter/flutter/issues/106150.\r\n\r\nThe stocks test app includes Dart files containing localized messages generated by `package:flutter_localizations`. However, these files appear to have become out of date. Running `pub get` in the project will regenerate these files and generate a diff, which can be annoying when working on the repo.\r\n\r\nThis PR generates the files. ~~It also updates the templates for these files to be compliant with flutter/flutter repo lint rules, including `noop_primitive_operations` and `use_super_parameters`.~~ It also adds `// ignore_for_file: type=lint` to these files to disable linting for these files. This avoids issues like https://github.com/flutter/flutter/issues/106150 and [this](https://github.com/flutter/flutter/pull/148741#issuecomment-2141161753).","shortMessageHtmlLink":"update generated localized message files in the stocks test app (#148741"}},{"before":"8e15e56c817aacd8f58b266c33b696b49c57d6c1","after":"0e7295fd18a4a0cd890d76ff6c92ba509cd1148c","ref":"refs/heads/main","pushedAt":"2024-06-03T17:11:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Add a simplified SimpleCascadingMenuApp example (#149147)\n\nThe current MenuAnchor example in the API Docs is comprehensive and complicated for beginners. I have added a simple bare bone example without shortcuts, enums, etc in examples/api/lib/material/menu_anchor/ as `menu_anchor.3.dart`. The example is contributed by @mafreud\r\n\r\nFixes https://github.com/flutter/flutter/issues/148104","shortMessageHtmlLink":"Add a simplified SimpleCascadingMenuApp example (#149147)"}},{"before":"8e15e56c817aacd8f58b266c33b696b49c57d6c1","after":"0e7295fd18a4a0cd890d76ff6c92ba509cd1148c","ref":"refs/heads/master","pushedAt":"2024-06-03T17:11:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Add a simplified SimpleCascadingMenuApp example (#149147)\n\nThe current MenuAnchor example in the API Docs is comprehensive and complicated for beginners. I have added a simple bare bone example without shortcuts, enums, etc in examples/api/lib/material/menu_anchor/ as `menu_anchor.3.dart`. The example is contributed by @mafreud\r\n\r\nFixes https://github.com/flutter/flutter/issues/148104","shortMessageHtmlLink":"Add a simplified SimpleCascadingMenuApp example (#149147)"}},{"before":"31c8222eedb7f357176b3645a9cc4da562c6a117","after":"8e15e56c817aacd8f58b266c33b696b49c57d6c1","ref":"refs/heads/main","pushedAt":"2024-06-03T16:45:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Reland \"Prevent LayoutBuilder from rebuilding more than once (#147856)\" (#149303)\n\nDiff commit: https://github.com/flutter/flutter/commit/a3f7acab0c324cb6517322280150e21bd13e362d\r\n\r\nIn the failing tests the debugger treated the exception thrown by `Element.rebuild` as a caught exception in the absence of the vm pragma.","shortMessageHtmlLink":"Reland \"Prevent LayoutBuilder from rebuilding more than once (#147856)…"}},{"before":"31c8222eedb7f357176b3645a9cc4da562c6a117","after":"8e15e56c817aacd8f58b266c33b696b49c57d6c1","ref":"refs/heads/master","pushedAt":"2024-06-03T16:45:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Reland \"Prevent LayoutBuilder from rebuilding more than once (#147856)\" (#149303)\n\nDiff commit: https://github.com/flutter/flutter/commit/a3f7acab0c324cb6517322280150e21bd13e362d\r\n\r\nIn the failing tests the debugger treated the exception thrown by `Element.rebuild` as a caught exception in the absence of the vm pragma.","shortMessageHtmlLink":"Reland \"Prevent LayoutBuilder from rebuilding more than once (#147856)…"}},{"before":"0b7396824f8339b67b62840e4d79c8507a66c18b","after":"31c8222eedb7f357176b3645a9cc4da562c6a117","ref":"refs/heads/main","pushedAt":"2024-06-03T15:52:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Move some benchmarks from MotoG4 to Mokey (#149567)\n\nOn Linux hosts, there are currently 5 mokey's in staging and 7 in prod.\r\nOn Linux hosts, there is currently 1 MotoG4 in staging and 11 in prod.\r\n\r\nThis PR shifts the ~5 tests that have been running on mokey's for awhile\r\nnow from staging to prod, and shifts about half of the MotoG4 benchmarks\r\nfrom MotoG4's in prod to mokey's in staging.\r\n\r\nFollowing this change, we can disconnect half of the Linux/MotoG4's in\r\nthe prod pool and replace them with mokey's in the prod pool.\r\n\r\nPart of https://github.com/flutter/flutter/issues/148085","shortMessageHtmlLink":"Move some benchmarks from MotoG4 to Mokey (#149567)"}},{"before":"0b7396824f8339b67b62840e4d79c8507a66c18b","after":"31c8222eedb7f357176b3645a9cc4da562c6a117","ref":"refs/heads/master","pushedAt":"2024-06-03T15:51:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"zanderso","name":"Zachary Anderson","path":"/zanderso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6343103?s=80&v=4"},"commit":{"message":"Move some benchmarks from MotoG4 to Mokey (#149567)\n\nOn Linux hosts, there are currently 5 mokey's in staging and 7 in prod.\r\nOn Linux hosts, there is currently 1 MotoG4 in staging and 11 in prod.\r\n\r\nThis PR shifts the ~5 tests that have been running on mokey's for awhile\r\nnow from staging to prod, and shifts about half of the MotoG4 benchmarks\r\nfrom MotoG4's in prod to mokey's in staging.\r\n\r\nFollowing this change, we can disconnect half of the Linux/MotoG4's in\r\nthe prod pool and replace them with mokey's in the prod pool.\r\n\r\nPart of https://github.com/flutter/flutter/issues/148085","shortMessageHtmlLink":"Move some benchmarks from MotoG4 to Mokey (#149567)"}},{"before":"a6ff7123e5baad6b6f9994e0a11d33aeadf22918","after":"0b7396824f8339b67b62840e4d79c8507a66c18b","ref":"refs/heads/main","pushedAt":"2024-06-03T15:50:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Roll Packages from d8e8e8cee712 to 11e192a86db3 (2 revisions) (#149596)\n\nhttps://github.com/flutter/packages/compare/d8e8e8cee712...11e192a86db3\n\n2024-06-01 engine-flutter-autoroll@skia.org Roll Flutter from c85fa6abf4ff to 7eebe2992aba (26 revisions) (flutter/packages#6836)\n2024-05-31 737941+loic-sharma@users.noreply.github.com [image_picker_ios] Re-adds Swift Package Manager compatibility (flutter/packages#6833)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-packages-flutter-autoroll\nPlease CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Packages from d8e8e8cee712 to 11e192a86db3 (2 revisions) (#149596)"}},{"before":"a6ff7123e5baad6b6f9994e0a11d33aeadf22918","after":"0b7396824f8339b67b62840e4d79c8507a66c18b","ref":"refs/heads/master","pushedAt":"2024-06-03T15:50:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Roll Packages from d8e8e8cee712 to 11e192a86db3 (2 revisions) (#149596)\n\nhttps://github.com/flutter/packages/compare/d8e8e8cee712...11e192a86db3\n\n2024-06-01 engine-flutter-autoroll@skia.org Roll Flutter from c85fa6abf4ff to 7eebe2992aba (26 revisions) (flutter/packages#6836)\n2024-05-31 737941+loic-sharma@users.noreply.github.com [image_picker_ios] Re-adds Swift Package Manager compatibility (flutter/packages#6833)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-packages-flutter-autoroll\nPlease CC flutter-ecosystem@google.com,rmistry@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Packages from d8e8e8cee712 to 11e192a86db3 (2 revisions) (#149596)"}},{"before":"1be51f8c6199c198aabd4b8bff1febe6bde2f421","after":"a6ff7123e5baad6b6f9994e0a11d33aeadf22918","ref":"refs/heads/main","pushedAt":"2024-06-03T15:16:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Cleanup triage reports from docs/ (#149545)\n\nPart of https://github.com/flutter/flutter/issues/145009\r\n\r\nMeeting notes are some thing that will continue in the wiki, so they do not need to be checked in here.","shortMessageHtmlLink":"Cleanup triage reports from docs/ (#149545)"}},{"before":"1be51f8c6199c198aabd4b8bff1febe6bde2f421","after":"a6ff7123e5baad6b6f9994e0a11d33aeadf22918","ref":"refs/heads/master","pushedAt":"2024-06-03T15:16:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Cleanup triage reports from docs/ (#149545)\n\nPart of https://github.com/flutter/flutter/issues/145009\r\n\r\nMeeting notes are some thing that will continue in the wiki, so they do not need to be checked in here.","shortMessageHtmlLink":"Cleanup triage reports from docs/ (#149545)"}},{"before":"124aacbaef3ff0476f3a02c2ab05271e152224db","after":"1be51f8c6199c198aabd4b8bff1febe6bde2f421","ref":"refs/heads/main","pushedAt":"2024-06-03T13:32:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from d81edf635a9f to ea72558be758 (1 revision) (#149590)\n\nhttps://github.com/flutter/engine/compare/d81edf635a9f...ea72558be758\n\n2024-06-03 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from c-Sm5-fy8c2YM7Myk... to lKBLxel8iBaHpT5q6... (flutter/engine#53167)\n\nAlso rolling transitive DEPS:\n fuchsia/sdk/core/linux-amd64 from c-Sm5-fy8c2Y to lKBLxel8iBaH\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from d81edf635a9f to ea72558be758 (1 revision) (#…"}},{"before":"124aacbaef3ff0476f3a02c2ab05271e152224db","after":"1be51f8c6199c198aabd4b8bff1febe6bde2f421","ref":"refs/heads/master","pushedAt":"2024-06-03T13:32:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from d81edf635a9f to ea72558be758 (1 revision) (#149590)\n\nhttps://github.com/flutter/engine/compare/d81edf635a9f...ea72558be758\n\n2024-06-03 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from c-Sm5-fy8c2YM7Myk... to lKBLxel8iBaHpT5q6... (flutter/engine#53167)\n\nAlso rolling transitive DEPS:\n fuchsia/sdk/core/linux-amd64 from c-Sm5-fy8c2Y to lKBLxel8iBaH\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from d81edf635a9f to ea72558be758 (1 revision) (#…"}},{"before":"1dbf953a5ae29ed114e58686bf109ee11a2fcb42","after":"124aacbaef3ff0476f3a02c2ab05271e152224db","ref":"refs/heads/main","pushedAt":"2024-06-01T02:32:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from b0f4d7459708 to d81edf635a9f (1 revision) (#149468)\n\nhttps://github.com/flutter/engine/compare/b0f4d7459708...d81edf635a9f\n\n2024-06-01 chinmaygarde@google.com [Impeller] Revert support for multi-arch shader archives. (flutter/engine#53158)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from b0f4d7459708 to d81edf635a9f (1 revision) (#…"}},{"before":"1dbf953a5ae29ed114e58686bf109ee11a2fcb42","after":"124aacbaef3ff0476f3a02c2ab05271e152224db","ref":"refs/heads/master","pushedAt":"2024-06-01T02:32:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from b0f4d7459708 to d81edf635a9f (1 revision) (#149468)\n\nhttps://github.com/flutter/engine/compare/b0f4d7459708...d81edf635a9f\n\n2024-06-01 chinmaygarde@google.com [Impeller] Revert support for multi-arch shader archives. (flutter/engine#53158)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from b0f4d7459708 to d81edf635a9f (1 revision) (#…"}},{"before":"ec6714427edf13ab03b164a596ee122170824ac6","after":"1dbf953a5ae29ed114e58686bf109ee11a2fcb42","ref":"refs/heads/main","pushedAt":"2024-06-01T01:45:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from 40b868efcc46 to b0f4d7459708 (1 revision) (#149467)\n\nhttps://github.com/flutter/engine/compare/40b868efcc46...b0f4d7459708\n\n2024-05-31 skia-flutter-autoroll@skia.org Roll Dart SDK from 2976c1694eed to 53c41325c29f (5 revisions) (flutter/engine#53159)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from 40b868efcc46 to b0f4d7459708 (1 revision) (#…"}},{"before":"ec6714427edf13ab03b164a596ee122170824ac6","after":"1dbf953a5ae29ed114e58686bf109ee11a2fcb42","ref":"refs/heads/master","pushedAt":"2024-06-01T01:45:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from 40b868efcc46 to b0f4d7459708 (1 revision) (#149467)\n\nhttps://github.com/flutter/engine/compare/40b868efcc46...b0f4d7459708\n\n2024-05-31 skia-flutter-autoroll@skia.org Roll Dart SDK from 2976c1694eed to 53c41325c29f (5 revisions) (flutter/engine#53159)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from 40b868efcc46 to b0f4d7459708 (1 revision) (#…"}},{"before":"ae549d054c4f41cd4a79c482d336bd62ad53ae67","after":"ec6714427edf13ab03b164a596ee122170824ac6","ref":"refs/heads/main","pushedAt":"2024-06-01T00:49:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from 990f1ceac5d5 to 40b868efcc46 (2 revisions) (#149462)\n\nhttps://github.com/flutter/engine/compare/990f1ceac5d5...40b868efcc46\n\n2024-05-31 jonahwilliams@google.com [Impeller] make strokes < 0.5 physical pixels visually thinner. (flutter/engine#53154)\n2024-05-31 jonahwilliams@google.com [Impeller] Replace Impeller opacity peephole delegate with DL variant. (flutter/engine#52707)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from 990f1ceac5d5 to 40b868efcc46 (2 revisions) (#…"}},{"before":"ae549d054c4f41cd4a79c482d336bd62ad53ae67","after":"ec6714427edf13ab03b164a596ee122170824ac6","ref":"refs/heads/master","pushedAt":"2024-06-01T00:49:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"auto-submit[bot]","name":null,"path":"/apps/auto-submit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14101776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from 990f1ceac5d5 to 40b868efcc46 (2 revisions) (#149462)\n\nhttps://github.com/flutter/engine/compare/990f1ceac5d5...40b868efcc46\n\n2024-05-31 jonahwilliams@google.com [Impeller] make strokes < 0.5 physical pixels visually thinner. (flutter/engine#53154)\n2024-05-31 jonahwilliams@google.com [Impeller] Replace Impeller opacity peephole delegate with DL variant. (flutter/engine#52707)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from 990f1ceac5d5 to 40b868efcc46 (2 revisions) (#…"}},{"before":"3bc1f517c0365ab1dcdbfb6378dfa7481148b8da","after":"ae549d054c4f41cd4a79c482d336bd62ad53ae67","ref":"refs/heads/main","pushedAt":"2024-05-31T23:49:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fluttermirroringbot","name":null,"path":"/fluttermirroringbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/95001776?s=80&v=4"},"commit":{"message":"Roll Flutter Engine from 181403102dc2 to 990f1ceac5d5 (3 revisions) (#149457)\n\nhttps://github.com/flutter/engine/compare/181403102dc2...990f1ceac5d5\n\n2024-05-31 skia-flutter-autoroll@skia.org Roll Skia from 7193eec6a492 to 337c3c4d1f1b (4 revisions) (flutter/engine#53157)\n2024-05-31 codefu@google.com Remove RBE crud compile_commands.json (flutter/engine#53135)\n2024-05-31 skia-flutter-autoroll@skia.org Roll Skia from f1f13534b0c2 to 7193eec6a492 (3 revisions) (flutter/engine#53153)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/flutter-engine-flutter-autoroll\nPlease CC jacksongardner@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md","shortMessageHtmlLink":"Roll Flutter Engine from 181403102dc2 to 990f1ceac5d5 (3 revisions) (#…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEW1hAUgA","startCursor":null,"endCursor":null}},"title":"Activity · flutter/flutter"}