{"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:1715968156.0","currentOid":""},"activityList":{"items":[{"before":"791a782a8f5cc9a25fab08c4652d03a7ad5f0458","after":"adf279f3080fe20ee7dbdddda3c2d96ce0d44e81","ref":"refs/heads/main","pushedAt":"2024-05-18T23:42: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":"Fix template manifest test (#148616)\n\n`'flutter create should tool exit if the template manifest cannot be read'` fails consistently, as shown by #148614.\r\n\r\nThe test expects a `ToolExit` with the message \"Unable to read the template manifest\", but depending on how the test is being run, a different exception (\"Cannot create a project within the Flutter SDK\") is sometimes thrown first.\r\n\r\nThis pull request relocates the test project to `dev/` to prevent the extraneous error.","shortMessageHtmlLink":"Fix template manifest test (#148616)"}},{"before":"791a782a8f5cc9a25fab08c4652d03a7ad5f0458","after":"adf279f3080fe20ee7dbdddda3c2d96ce0d44e81","ref":"refs/heads/master","pushedAt":"2024-05-18T23:42:22.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 template manifest test (#148616)\n\n`'flutter create should tool exit if the template manifest cannot be read'` fails consistently, as shown by #148614.\r\n\r\nThe test expects a `ToolExit` with the message \"Unable to read the template manifest\", but depending on how the test is being run, a different exception (\"Cannot create a project within the Flutter SDK\") is sometimes thrown first.\r\n\r\nThis pull request relocates the test project to `dev/` to prevent the extraneous error.","shortMessageHtmlLink":"Fix template manifest test (#148616)"}},{"before":"f7012db828eacd9b4da062c107ad0e47b74205a1","after":"791a782a8f5cc9a25fab08c4652d03a7ad5f0458","ref":"refs/heads/main","pushedAt":"2024-05-18T23:02: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":"Disable shuffling in the flutter_tools create_test suite (#148619)\n\nThis suite is failing when run with --test-randomize-ordering-seed=20240518\r\n\r\nThis is currently blocking the engine->framework roller","shortMessageHtmlLink":"Disable shuffling in the flutter_tools create_test suite (#148619)"}},{"before":"f7012db828eacd9b4da062c107ad0e47b74205a1","after":"791a782a8f5cc9a25fab08c4652d03a7ad5f0458","ref":"refs/heads/master","pushedAt":"2024-05-18T23:02: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":"Disable shuffling in the flutter_tools create_test suite (#148619)\n\nThis suite is failing when run with --test-randomize-ordering-seed=20240518\r\n\r\nThis is currently blocking the engine->framework roller","shortMessageHtmlLink":"Disable shuffling in the flutter_tools create_test suite (#148619)"}},{"before":"adc9307bc52189c23736651b9ca09a5cf858732e","after":"f7012db828eacd9b4da062c107ad0e47b74205a1","ref":"refs/heads/main","pushedAt":"2024-05-18T17:42:08.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 `Feedback` to widgets layer (#148523)\n\nCurrently, `Feedback` exists in the Material layer. However, not only is\r\n`Feedback` not material-opinionated, but it is an abstract class that\r\ndefines its functionality depending on the user's platform.\r\n\r\nIt makes sense that `Feedback` should exist in the widgets layer\r\ninstead. This makes it easier to incorporate platform specific\r\n`Feedback` updates as they arrive, fixing issues like #148391.\r\n\r\n## Pre-launch Checklist\r\n\r\n- [x] I read the [Contributor Guide] and followed the process outlined\r\nthere for submitting PRs.\r\n- [x] I read the [Tree Hygiene] wiki page, which explains my\r\nresponsibilities.\r\n- [x] I read and followed the [Flutter Style Guide], including [Features\r\nwe expect every widget to implement].\r\n- [x] I signed the [CLA].\r\n- [x] I listed at least one issue that this PR fixes in the description\r\nabove.\r\n- [x] I updated/added relevant documentation (doc comments with `///`).\r\n- [x] I added new tests to check the change I am making, or this PR is\r\n[test-exempt].\r\n- [ ] I followed the [breaking change policy] and added [Data Driven\r\nFixes] where supported.\r\n- [x] All existing and new tests are passing.\r\n\r\nIf you need help, consider asking for advice on the #hackers-new channel\r\non [Discord].\r\n\r\n\r\n[Contributor Guide]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#overview\r\n[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene\r\n[test-exempt]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#tests\r\n[Flutter Style Guide]:\r\nhttps://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo\r\n[Features we expect every widget to implement]:\r\nhttps://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement\r\n[CLA]: https://cla.developers.google.com/\r\n[flutter/tests]: https://github.com/flutter/tests\r\n[breaking change policy]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes\r\n[Discord]: https://github.com/flutter/flutter/wiki/Chat\r\n[Data Driven Fixes]:\r\nhttps://github.com/flutter/flutter/wiki/Data-driven-Fixes","shortMessageHtmlLink":"Move Feedback to widgets layer (#148523)"}},{"before":"adc9307bc52189c23736651b9ca09a5cf858732e","after":"f7012db828eacd9b4da062c107ad0e47b74205a1","ref":"refs/heads/master","pushedAt":"2024-05-18T17:41:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"victorsanni","name":"Victor Sanni","path":"/victorsanni","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77553258?s=80&v=4"},"commit":{"message":"Move `Feedback` to widgets layer (#148523)\n\nCurrently, `Feedback` exists in the Material layer. However, not only is\r\n`Feedback` not material-opinionated, but it is an abstract class that\r\ndefines its functionality depending on the user's platform.\r\n\r\nIt makes sense that `Feedback` should exist in the widgets layer\r\ninstead. This makes it easier to incorporate platform specific\r\n`Feedback` updates as they arrive, fixing issues like #148391.\r\n\r\n## Pre-launch Checklist\r\n\r\n- [x] I read the [Contributor Guide] and followed the process outlined\r\nthere for submitting PRs.\r\n- [x] I read the [Tree Hygiene] wiki page, which explains my\r\nresponsibilities.\r\n- [x] I read and followed the [Flutter Style Guide], including [Features\r\nwe expect every widget to implement].\r\n- [x] I signed the [CLA].\r\n- [x] I listed at least one issue that this PR fixes in the description\r\nabove.\r\n- [x] I updated/added relevant documentation (doc comments with `///`).\r\n- [x] I added new tests to check the change I am making, or this PR is\r\n[test-exempt].\r\n- [ ] I followed the [breaking change policy] and added [Data Driven\r\nFixes] where supported.\r\n- [x] All existing and new tests are passing.\r\n\r\nIf you need help, consider asking for advice on the #hackers-new channel\r\non [Discord].\r\n\r\n\r\n[Contributor Guide]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#overview\r\n[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene\r\n[test-exempt]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#tests\r\n[Flutter Style Guide]:\r\nhttps://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo\r\n[Features we expect every widget to implement]:\r\nhttps://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement\r\n[CLA]: https://cla.developers.google.com/\r\n[flutter/tests]: https://github.com/flutter/tests\r\n[breaking change policy]:\r\nhttps://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes\r\n[Discord]: https://github.com/flutter/flutter/wiki/Chat\r\n[Data Driven Fixes]:\r\nhttps://github.com/flutter/flutter/wiki/Data-driven-Fixes","shortMessageHtmlLink":"Move Feedback to widgets layer (#148523)"}},{"before":"ac6409b3117d91669e3fe9c2a152bd93ef0d0983","after":"adc9307bc52189c23736651b9ca09a5cf858732e","ref":"refs/heads/main","pushedAt":"2024-05-18T05:04:41.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 93f1b5a146ed to 552a965b707b (4 revisions) (#148595)\n\nhttps://github.com/flutter/engine/compare/93f1b5a146ed...552a965b707b\n\n2024-05-18 98614782+auto-submit[bot]@users.noreply.github.com Reverts \"Fixes MatrixFilterContents rendering/coverage (#52880)\" (flutter/engine#52918)\n2024-05-18 30870216+gaaclarke@users.noreply.github.com Fixes MatrixFilterContents rendering/coverage (flutter/engine#52880)\n2024-05-17 98614782+auto-submit[bot]@users.noreply.github.com Reverts \"[macOS] Generate universal gen_snapshots (#52885)\" (flutter/engine#52913)\n2024-05-17 chris@bracken.jp [macOS] Generate universal gen_snapshots (flutter/engine#52885)\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 bdero@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 93f1b5a146ed to 552a965b707b (4 revisions) (#…"}},{"before":"ac6409b3117d91669e3fe9c2a152bd93ef0d0983","after":"adc9307bc52189c23736651b9ca09a5cf858732e","ref":"refs/heads/master","pushedAt":"2024-05-18T05:04:31.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 93f1b5a146ed to 552a965b707b (4 revisions) (#148595)\n\nhttps://github.com/flutter/engine/compare/93f1b5a146ed...552a965b707b\n\n2024-05-18 98614782+auto-submit[bot]@users.noreply.github.com Reverts \"Fixes MatrixFilterContents rendering/coverage (#52880)\" (flutter/engine#52918)\n2024-05-18 30870216+gaaclarke@users.noreply.github.com Fixes MatrixFilterContents rendering/coverage (flutter/engine#52880)\n2024-05-17 98614782+auto-submit[bot]@users.noreply.github.com Reverts \"[macOS] Generate universal gen_snapshots (#52885)\" (flutter/engine#52913)\n2024-05-17 chris@bracken.jp [macOS] Generate universal gen_snapshots (flutter/engine#52885)\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 bdero@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 93f1b5a146ed to 552a965b707b (4 revisions) (#…"}},{"before":"4c35ab5879d4de61d12bec227f9fe5ae2e6a807d","after":"ac6409b3117d91669e3fe9c2a152bd93ef0d0983","ref":"refs/heads/main","pushedAt":"2024-05-18T01:30:25.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":"Swap crash reporting with unified analytics (#148525)\n\nFixes: https://github.com/flutter/flutter/issues/147260\r\n\r\n(this is a remake of https://github.com/flutter/flutter/pull/147296; in hindsight I could have force-pushed there instead but 🤷)","shortMessageHtmlLink":"Swap crash reporting with unified analytics (#148525)"}},{"before":"4c35ab5879d4de61d12bec227f9fe5ae2e6a807d","after":"ac6409b3117d91669e3fe9c2a152bd93ef0d0983","ref":"refs/heads/master","pushedAt":"2024-05-18T01:30:13.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":"Swap crash reporting with unified analytics (#148525)\n\nFixes: https://github.com/flutter/flutter/issues/147260\r\n\r\n(this is a remake of https://github.com/flutter/flutter/pull/147296; in hindsight I could have force-pushed there instead but 🤷)","shortMessageHtmlLink":"Swap crash reporting with unified analytics (#148525)"}},{"before":"ed8eaf1b84d767547cb2c04fb0d7466f0050b2a6","after":"4c35ab5879d4de61d12bec227f9fe5ae2e6a807d","ref":"refs/heads/main","pushedAt":"2024-05-17T22:30:07.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 5b3bf9a950b2 to 93f1b5a146ed (3 revisions) (#148581)\n\nhttps://github.com/flutter/engine/compare/5b3bf9a950b2...93f1b5a146ed\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from ywxGmpIdjxBl2i7s2... to jKdOTTgE2Uq5OmJzT... (flutter/engine#52909)\n2024-05-17 jonahwilliams@google.com [Impeller] fix colr/bitmap font color drawing. (flutter/engine#52871)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 6f7cb3d360b7 to 3f4c5038da37 (1 revision) (flutter/engine#52907)\n\nAlso rolling transitive DEPS:\n fuchsia/sdk/core/linux-amd64 from ywxGmpIdjxBl to jKdOTTgE2Uq5\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 bdero@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 5b3bf9a950b2 to 93f1b5a146ed (3 revisions) (#…"}},{"before":"ed8eaf1b84d767547cb2c04fb0d7466f0050b2a6","after":"4c35ab5879d4de61d12bec227f9fe5ae2e6a807d","ref":"refs/heads/master","pushedAt":"2024-05-17T22:29:55.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 5b3bf9a950b2 to 93f1b5a146ed (3 revisions) (#148581)\n\nhttps://github.com/flutter/engine/compare/5b3bf9a950b2...93f1b5a146ed\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Fuchsia Linux SDK from ywxGmpIdjxBl2i7s2... to jKdOTTgE2Uq5OmJzT... (flutter/engine#52909)\n2024-05-17 jonahwilliams@google.com [Impeller] fix colr/bitmap font color drawing. (flutter/engine#52871)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 6f7cb3d360b7 to 3f4c5038da37 (1 revision) (flutter/engine#52907)\n\nAlso rolling transitive DEPS:\n fuchsia/sdk/core/linux-amd64 from ywxGmpIdjxBl to jKdOTTgE2Uq5\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 bdero@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 5b3bf9a950b2 to 93f1b5a146ed (3 revisions) (#…"}},{"before":"8317bc2b16497217934ba7ab538b602d695d811f","after":"ed8eaf1b84d767547cb2c04fb0d7466f0050b2a6","ref":"refs/heads/main","pushedAt":"2024-05-17T22:12:31.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":"Migrate the flutter/flutter wiki to docs/unsorted_wiki (#148562)\n\nPart of https://github.com/flutter/flutter/issues/145009\r\nThis is part one of the wiki migration.\r\nThis moves all wiki pages wholesale into the new docs directory with no changes.\r\nFollow up PRs will sort them, updating breadcrumbs and links.","shortMessageHtmlLink":"Migrate the flutter/flutter wiki to docs/unsorted_wiki (#148562)"}},{"before":"8317bc2b16497217934ba7ab538b602d695d811f","after":"ed8eaf1b84d767547cb2c04fb0d7466f0050b2a6","ref":"refs/heads/master","pushedAt":"2024-05-17T22:12: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":"Migrate the flutter/flutter wiki to docs/unsorted_wiki (#148562)\n\nPart of https://github.com/flutter/flutter/issues/145009\r\nThis is part one of the wiki migration.\r\nThis moves all wiki pages wholesale into the new docs directory with no changes.\r\nFollow up PRs will sort them, updating breadcrumbs and links.","shortMessageHtmlLink":"Migrate the flutter/flutter wiki to docs/unsorted_wiki (#148562)"}},{"before":"167e65f97e049087ae393271ffe255ca0836f294","after":"8317bc2b16497217934ba7ab538b602d695d811f","ref":"refs/heads/main","pushedAt":"2024-05-17T20:12: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":"Roll Flutter Engine from 17decdf12557 to 5b3bf9a950b2 (3 revisions) (#148567)\n\nhttps://github.com/flutter/engine/compare/17decdf12557...5b3bf9a950b2\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 6165e26f33ac to 6f7cb3d360b7 (1 revision) (flutter/engine#52903)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from bcb24206f9c4 to 6165e26f33ac (1 revision) (flutter/engine#52902)\n2024-05-17 matanlurey@users.noreply.github.com Issue an`ERROR` instead of an `INFO` for a non-working API. (flutter/engine#52892)\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 bdero@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 17decdf12557 to 5b3bf9a950b2 (3 revisions) (#…"}},{"before":"167e65f97e049087ae393271ffe255ca0836f294","after":"8317bc2b16497217934ba7ab538b602d695d811f","ref":"refs/heads/master","pushedAt":"2024-05-17T20:12: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":"Roll Flutter Engine from 17decdf12557 to 5b3bf9a950b2 (3 revisions) (#148567)\n\nhttps://github.com/flutter/engine/compare/17decdf12557...5b3bf9a950b2\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 6165e26f33ac to 6f7cb3d360b7 (1 revision) (flutter/engine#52903)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from bcb24206f9c4 to 6165e26f33ac (1 revision) (flutter/engine#52902)\n2024-05-17 matanlurey@users.noreply.github.com Issue an`ERROR` instead of an `INFO` for a non-working API. (flutter/engine#52892)\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 bdero@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 17decdf12557 to 5b3bf9a950b2 (3 revisions) (#…"}},{"before":"597462a3c4285b6a6569891890f4c9b27df9a2d7","after":"167e65f97e049087ae393271ffe255ca0836f294","ref":"refs/heads/main","pushedAt":"2024-05-17T17: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":"Shift a test on MotoG4 to staging, add it on Mokey (#148552)\n\nThe test on MotoG4 has lots of flaky timeouts, so this PR moves it to\r\nbringup to stop turning the tree red. This PR also adds the test on\r\nMokey in anticipation of removing the MotoG4 devices and to see if it\r\nmight be flaky there as well.","shortMessageHtmlLink":"Shift a test on MotoG4 to staging, add it on Mokey (#148552)"}},{"before":"c2e908ec4c645e478ba8a09e5a3fb9174bb1ad4a","after":null,"ref":"refs/heads/zanderso-patch-2","pushedAt":"2024-05-17T17:49:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zanderso","name":"Zachary Anderson","path":"/zanderso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6343103?s=80&v=4"}},{"before":"597462a3c4285b6a6569891890f4c9b27df9a2d7","after":"167e65f97e049087ae393271ffe255ca0836f294","ref":"refs/heads/master","pushedAt":"2024-05-17T17:49:15.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":"Shift a test on MotoG4 to staging, add it on Mokey (#148552)\n\nThe test on MotoG4 has lots of flaky timeouts, so this PR moves it to\r\nbringup to stop turning the tree red. This PR also adds the test on\r\nMokey in anticipation of removing the MotoG4 devices and to see if it\r\nmight be flaky there as well.","shortMessageHtmlLink":"Shift a test on MotoG4 to staging, add it on Mokey (#148552)"}},{"before":"3695802295777e67af8c5f29c97b68877df29492","after":"597462a3c4285b6a6569891890f4c9b27df9a2d7","ref":"refs/heads/main","pushedAt":"2024-05-17T17:27:14.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":"Revert \"`if` chains → `switch` expressions\" (#148556)\n\nReverts flutter/flutter#147793\r\n\r\nIntroduced https://github.com/flutter/flutter/issues/148548.","shortMessageHtmlLink":"Revert \"if chains → switch expressions\" (#148556)"}},{"before":"a5f224f745b55d6aa1d77da03b6e7b4a15fb8495","after":null,"ref":"refs/heads/revert-147793-if-chains-to-switch-expressions","pushedAt":"2024-05-17T17:27:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zanderso","name":"Zachary Anderson","path":"/zanderso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6343103?s=80&v=4"}},{"before":"3695802295777e67af8c5f29c97b68877df29492","after":"597462a3c4285b6a6569891890f4c9b27df9a2d7","ref":"refs/heads/master","pushedAt":"2024-05-17T17:27:02.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":"Revert \"`if` chains → `switch` expressions\" (#148556)\n\nReverts flutter/flutter#147793\r\n\r\nIntroduced https://github.com/flutter/flutter/issues/148548.","shortMessageHtmlLink":"Revert \"if chains → switch expressions\" (#148556)"}},{"before":"f4c268e19f3c6596df74a97a7d9f8c83aae3f755","after":"3695802295777e67af8c5f29c97b68877df29492","ref":"refs/heads/main","pushedAt":"2024-05-17T16:56:21.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 87a02e393be0 to ae4dd32f4a66 (9 revisions) (#148555)\n\nhttps://github.com/flutter/packages/compare/87a02e393be0...ae4dd32f4a66\n\n2024-05-17 engine-flutter-autoroll@skia.org Roll Flutter from 0d22d9101aac to 00425ef1be26 (14 revisions) (flutter/packages#6753)\n2024-05-16 32538273+ValentinVignal@users.noreply.github.com [go_router_builder] Add test for `onExit` (flutter/packages#6614)\n2024-05-16 32666446+hamdikahloun@users.noreply.github.com [camera_android_camerax] update to latest stable camerax 1.3.3 (flutter/packages#6737)\n2024-05-16 magder@google.com [camera_avfoundation] Revert camera example PRODUCT_BUNDLE_IDENTIFIER (flutter/packages#6735)\n2024-05-16 15619084+vashworth@users.noreply.github.com [file_selector_ios, image_picker_ios] Remove Swift Package Support (flutter/packages#6740)\n2024-05-16 katelovett@google.com [two_dimensional_scrollables] TreeView (flutter/packages#6592)\n2024-05-16 engine-flutter-autoroll@skia.org Roll Flutter from 39651e84ea12 to 0d22d9101aac (23 revisions) (flutter/packages#6748)\n2024-05-16 byoungchan.lee@gmx.com [pigeon][swift] Removes FlutterError in favor of PigeonError (flutter/packages#6611)\n2024-05-16 15619084+vashworth@users.noreply.github.com [webview_flutter] Skip \"Video playback policy\" drive tests (flutter/packages#6747)\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 87a02e393be0 to ae4dd32f4a66 (9 revisions) (#148555)"}},{"before":"f4c268e19f3c6596df74a97a7d9f8c83aae3f755","after":"3695802295777e67af8c5f29c97b68877df29492","ref":"refs/heads/master","pushedAt":"2024-05-17T16:56:08.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 87a02e393be0 to ae4dd32f4a66 (9 revisions) (#148555)\n\nhttps://github.com/flutter/packages/compare/87a02e393be0...ae4dd32f4a66\n\n2024-05-17 engine-flutter-autoroll@skia.org Roll Flutter from 0d22d9101aac to 00425ef1be26 (14 revisions) (flutter/packages#6753)\n2024-05-16 32538273+ValentinVignal@users.noreply.github.com [go_router_builder] Add test for `onExit` (flutter/packages#6614)\n2024-05-16 32666446+hamdikahloun@users.noreply.github.com [camera_android_camerax] update to latest stable camerax 1.3.3 (flutter/packages#6737)\n2024-05-16 magder@google.com [camera_avfoundation] Revert camera example PRODUCT_BUNDLE_IDENTIFIER (flutter/packages#6735)\n2024-05-16 15619084+vashworth@users.noreply.github.com [file_selector_ios, image_picker_ios] Remove Swift Package Support (flutter/packages#6740)\n2024-05-16 katelovett@google.com [two_dimensional_scrollables] TreeView (flutter/packages#6592)\n2024-05-16 engine-flutter-autoroll@skia.org Roll Flutter from 39651e84ea12 to 0d22d9101aac (23 revisions) (flutter/packages#6748)\n2024-05-16 byoungchan.lee@gmx.com [pigeon][swift] Removes FlutterError in favor of PigeonError (flutter/packages#6611)\n2024-05-16 15619084+vashworth@users.noreply.github.com [webview_flutter] Skip \"Video playback policy\" drive tests (flutter/packages#6747)\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 87a02e393be0 to ae4dd32f4a66 (9 revisions) (#148555)"}},{"before":"6a8f44b76d904078d84f5005bf5b48ccad2c668c","after":"f4c268e19f3c6596df74a97a7d9f8c83aae3f755","ref":"refs/heads/main","pushedAt":"2024-05-17T16:47: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":"Roll Flutter Engine from 7d244ab0348a to 17decdf12557 (1 revision) (#148549)\n\nhttps://github.com/flutter/engine/compare/7d244ab0348a...17decdf12557\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Dart SDK from 601c7a96ef5d to 28e8e94f9e10 (1 revision) (flutter/engine#52900)\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 bdero@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 7d244ab0348a to 17decdf12557 (1 revision) (#…"}},{"before":"6a8f44b76d904078d84f5005bf5b48ccad2c668c","after":"f4c268e19f3c6596df74a97a7d9f8c83aae3f755","ref":"refs/heads/master","pushedAt":"2024-05-17T16:47: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":"Roll Flutter Engine from 7d244ab0348a to 17decdf12557 (1 revision) (#148549)\n\nhttps://github.com/flutter/engine/compare/7d244ab0348a...17decdf12557\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Dart SDK from 601c7a96ef5d to 28e8e94f9e10 (1 revision) (flutter/engine#52900)\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 bdero@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 7d244ab0348a to 17decdf12557 (1 revision) (#…"}},{"before":null,"after":"a5f224f745b55d6aa1d77da03b6e7b4a15fb8495","ref":"refs/heads/revert-147793-if-chains-to-switch-expressions","pushedAt":"2024-05-17T16:29:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zanderso","name":"Zachary Anderson","path":"/zanderso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6343103?s=80&v=4"},"commit":{"message":"Revert \"`if` chains → `switch` expressions (#147793)\"\n\nThis reverts commit 4734d80f226e67bfcb48601c16af1ed89e6a6fd4.","shortMessageHtmlLink":"Revert \"if chains → switch expressions (#147793)\""}},{"before":null,"after":"c2e908ec4c645e478ba8a09e5a3fb9174bb1ad4a","ref":"refs/heads/zanderso-patch-2","pushedAt":"2024-05-17T16:04:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zanderso","name":"Zachary Anderson","path":"/zanderso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6343103?s=80&v=4"},"commit":{"message":"Shift a test on MotoG4 to staging, add it on Mokey\n\nThe test on MotoG4 has many flaky timeouts, so shift it to staging to stop blocking the tree. This PR also adds the test on Mokey in staging since we'll need to do that anyway.","shortMessageHtmlLink":"Shift a test on MotoG4 to staging, add it on Mokey"}},{"before":"00425ef1be267826da3a9ada01efd74727a66420","after":"6a8f44b76d904078d84f5005bf5b48ccad2c668c","ref":"refs/heads/main","pushedAt":"2024-05-17T15:55:52.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 a19d3722922d to 7d244ab0348a (4 revisions) (#148546)\n\nhttps://github.com/flutter/engine/compare/a19d3722922d...7d244ab0348a\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from a251e7836a5c to bcb24206f9c4 (1 revision) (flutter/engine#52899)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Dart SDK from c0709fb4a1a3 to 601c7a96ef5d (1 revision) (flutter/engine#52898)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 071cbd93d0a4 to a251e7836a5c (1 revision) (flutter/engine#52897)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 4af5313185d7 to 071cbd93d0a4 (2 revisions) (flutter/engine#52896)\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 bdero@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 a19d3722922d to 7d244ab0348a (4 revisions) (#…"}},{"before":"00425ef1be267826da3a9ada01efd74727a66420","after":"6a8f44b76d904078d84f5005bf5b48ccad2c668c","ref":"refs/heads/master","pushedAt":"2024-05-17T15:55:41.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 a19d3722922d to 7d244ab0348a (4 revisions) (#148546)\n\nhttps://github.com/flutter/engine/compare/a19d3722922d...7d244ab0348a\n\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from a251e7836a5c to bcb24206f9c4 (1 revision) (flutter/engine#52899)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Dart SDK from c0709fb4a1a3 to 601c7a96ef5d (1 revision) (flutter/engine#52898)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 071cbd93d0a4 to a251e7836a5c (1 revision) (flutter/engine#52897)\n2024-05-17 skia-flutter-autoroll@skia.org Roll Skia from 4af5313185d7 to 071cbd93d0a4 (2 revisions) (flutter/engine#52896)\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 bdero@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 a19d3722922d to 7d244ab0348a (4 revisions) (#…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETdR-rgA","startCursor":null,"endCursor":null}},"title":"Activity · flutter/flutter"}