)]}'
{
  "commit": "c12a552532baedf53d9cbd267816e9b01ffd7ae9",
  "tree": "412630f664b8403b62abb8f2aea3c2ce0d8e7b66",
  "parents": [
    "25339374e824fff59a301c3f0397790051c62e98"
  ],
  "author": {
    "name": "auto-submit[bot]",
    "email": "98614782+auto-submit[bot]@users.noreply.github.com",
    "time": "Mon Jun 15 08:38:30 2026 +0000"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Mon Jun 15 08:38:30 2026 +0000"
  },
  "message": "Reverts \"[a11y] Map some framework semantics roles to android classes.  (#185217)\" (#188008)\n\n\u003c!-- start_original_pr_link --\u003e\nReverts: flutter/flutter#185217\n\u003c!-- end_original_pr_link --\u003e\n\u003c!-- start_initiating_author --\u003e\nInitiated by: cbracken\n\u003c!-- end_initiating_author --\u003e\n\u003c!-- start_revert_reason --\u003e\nReason for reverting: triggers test failures in\nandroid_semantics_integration_test\n\nSpeifically\n`dev/integration_tests/android_semantics_testing/integration_test/main_test.dart`\n\nTo be clear, it looks like the fix itself is good but the tests have not\nbeen updated to test the corrected behaviour. Reverting to get the tree\ngreen but I think all that needs doing is updating the tests.\n\n`AccessibilityBridge TextFiel\n\u003c!-- end_revert_reason --\u003e\n\u003c!-- start_original_pr_author --\u003e\nOriginal PR Author: hannah-hyj\n\u003c!-- end_original_pr_author --\u003e\n\n\u003c!-- start_reviewers --\u003e\nReviewed By: {chunhtai, reidbaker}\n\u003c!-- end_reviewers --\u003e\n\n\u003c!-- start_revert_body --\u003e\nThis change reverts the following previous change:\nIn https://github.com/flutter/flutter/pull/183897 I added semantics\nroles in [AccessibilityBridge.java], I found some other current\nsemantics roles can be mapped to android classes.\n\nThere are some other android classes in AccessibilityBridge.java are\ncurrently set by flags instead of by roles. example: we use \"isSlider\"\ninstead of slider role. we will need to add a slider role for it :\nhttps://github.com/flutter/flutter/pull/184029.\n\n\n\n## Pre-launch Checklist\n\n- [ ] I read the [Contributor Guide] and followed the process outlined\nthere for submitting PRs.\n- [ ] I read the [AI contribution guidelines] and understand my\nresponsibilities, or I am not using AI tools.\n- [ ] I read the [Tree Hygiene] wiki page, which explains my\nresponsibilities.\n- [ ] I read and followed the [Flutter Style Guide], including [Features\nwe expect every widget to implement].\n- [ ] I signed the [CLA].\n- [ ] I listed at least one issue that this PR fixes in the description\nabove.\n- [ ] I updated/added relevant documentation (doc comments with `///`).\n- [ ] I added new tests to check the change I am making, or this PR is\n[test-exempt].\n- [ ] I followed the [breaking change policy] and added [Data Driven\nFixes] where supported.\n- [ ] All existing and new tests are passing.\n\nIf you need help, consider asking for advice on the #hackers-new channel\non [Discord].\n\nIf this change needs to override an active code freeze, provide a\ncomment explaining why. The code freeze workflow can be overridden by\ncode reviewers. See pinned issues for any active code freezes with\nguidance.\n\n**Note**: The Flutter team is currently trialing the use of [Gemini Code\nAssist for\nGitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).\nComments from the `gemini-code-assist` bot should not be taken as\nauthoritative feedback from the Flutter team. If you find its comments\nuseful you can update your code accordingly, but if you are unsure or\ndisagree with the feedback, please feel free to wait for a Flutter team\nmember\u0027s review for guidance on which automated comments should be\naddressed.\n\n\u003c!-- Links --\u003e\n[Contributor Guide]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview\n[AI contribution guidelines]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#ai-contribution-guidelines\n[Tree Hygiene]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md\n[test-exempt]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests\n[Flutter Style Guide]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md\n[Features we expect every widget to implement]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement\n[CLA]: https://cla.developers.google.com/\n[flutter/tests]: https://github.com/flutter/tests\n[breaking change policy]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes\n[Discord]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md\n[Data Driven Fixes]:\nhttps://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md\n\n\u003c!-- end_revert_body --\u003e\n\nCo-authored-by: auto-submit[bot] \u003cflutter-engprod-team@google.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "56462a46d505e5f1da669de50dd3ebe981267722",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/BUILD.gn",
      "new_id": "d8389feef3a02524bca789e770c2ea45e74ce414",
      "new_mode": 33188,
      "new_path": "engine/src/flutter/shell/platform/android/BUILD.gn"
    },
    {
      "type": "modify",
      "old_id": "494481eb65df9c6015f93b7b6efed826e7af4082",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/AccessibilityBridge.java",
      "new_id": "c6ca9df4d938805663fcfe4b33522370c52c488b",
      "new_mode": 33188,
      "new_path": "engine/src/flutter/shell/platform/android/io/flutter/view/AccessibilityBridge.java"
    },
    {
      "type": "delete",
      "old_id": "d484ef35f0d8f884e0715dd98806aa2cf6c9d01d",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/AccessibilityNodeConfigurator.java",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "4dc4ea3d782e24fdef27694c6efbaf86c33029e3",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/BaseRoleConfigurator.java",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "8e63928d03fe708120bb2121d1aa3cef793a7f39",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/ClassNameRoleConfigurator.java",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "4fce4b91866b1bef78ee628a77c6e4ae0af0f1e0",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/ComboBoxRoleConfigurator.java",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "3d09c784a059008193d23e666bcd52098c69300f",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/MenuRoleConfigurator.java",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "d02c774875f2acdb7316efc7badff890c9c36ff9",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/ProgressBarRoleConfigurator.java",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "delete",
      "old_id": "97cccc1f8654f3f4204b276bcb0b4a6600b23a00",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/io/flutter/view/RoleConfiguratorFactory.java",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "d94cd1af4bad6b326df59db8489b72ed72dafed4",
      "old_mode": 33188,
      "old_path": "engine/src/flutter/shell/platform/android/test/io/flutter/view/AccessibilityBridgeTest.java",
      "new_id": "cbc989cf91dc77745097a1dcd6a68ad10c3195b0",
      "new_mode": 33188,
      "new_path": "engine/src/flutter/shell/platform/android/test/io/flutter/view/AccessibilityBridgeTest.java"
    }
  ]
}
