)]}'
{
  "commit": "ad9c17b6780585d7f80c431ac158e9e888cd5cce",
  "tree": "c96fbb9ea97d2b8176a5bedbb60b82ae1f6119cd",
  "parents": [
    "4422542fc798560588407858cb9d6a7a427a2991"
  ],
  "author": {
    "name": "Tommi",
    "email": "tommi@webrtc.org",
    "time": "Thu Apr 09 12:38:32 2026"
  },
  "committer": {
    "name": "WebRTC LUCI CQ",
    "email": "webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Thu Apr 09 13:24:21 2026"
  },
  "message": "Add queue_name() to the TaskQueueBase interface\n\nAdd a queue_name() getter to the TaskQueueBase interface to allow\nretrieval of the name assigned to a task queue. The getter returns an\nabsl::string_view and by default will return value of \"unnamed\".\n\nUpdate the platform-specific TaskQueue implementations, refactor\nSimulatedTaskQueue to use std::string, update MockTaskQueueBase and\nvarious other test implementations.\n\nBug: webrtc:500769400\nChange-Id: I93d4cb3b48ba47f340fee1b2cec2c02767e3fcf0\nReviewed-on: https://webrtc-review.googlesource.com/c/src/+/462523\nCommit-Queue: Tomas Gunnarsson \u003ctommi@webrtc.org\u003e\nReviewed-by: Danil Chapovalov \u003cdanilchap@webrtc.org\u003e\nCr-Commit-Position: refs/heads/main@{#47372}\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8b7bb1b903c21bd27e140ed0edfc7bb318a170ed",
      "old_mode": 33188,
      "old_path": "api/task_queue/task_queue_base.h",
      "new_id": "2a0b33a906d9913ddd65950762a6dc5febb5de33",
      "new_mode": 33188,
      "new_path": "api/task_queue/task_queue_base.h"
    },
    {
      "type": "modify",
      "old_id": "b98a31470d0827c0103807e54cc93abf14a8869b",
      "old_mode": 33188,
      "old_path": "api/task_queue/test/BUILD.gn",
      "new_id": "8fab27eed5d9bb242ba1eba40d6823a57c26b4d7",
      "new_mode": 33188,
      "new_path": "api/task_queue/test/BUILD.gn"
    },
    {
      "type": "modify",
      "old_id": "c70884a79764d9e04fc684032db3fc072554ff93",
      "old_mode": 33188,
      "old_path": "api/task_queue/test/mock_task_queue_base.h",
      "new_id": "1be0deade5f44cd85780344fc00fb1dae91911ab",
      "new_mode": 33188,
      "new_path": "api/task_queue/test/mock_task_queue_base.h"
    },
    {
      "type": "modify",
      "old_id": "887db42672e87a4cce42eceb9e9fd35b82cbe1a6",
      "old_mode": 33188,
      "old_path": "rtc_base/task_queue_gcd.cc",
      "new_id": "339a160376a464e4d7bd224d040049cf7521b86c",
      "new_mode": 33188,
      "new_path": "rtc_base/task_queue_gcd.cc"
    },
    {
      "type": "modify",
      "old_id": "5595ff0fd936ea0f0fb03d0b7233ec7ca9cb1c1b",
      "old_mode": 33188,
      "old_path": "rtc_base/task_queue_stdlib.cc",
      "new_id": "60997938e5cae7658f033a7b0f1a80c0d7ad9937",
      "new_mode": 33188,
      "new_path": "rtc_base/task_queue_stdlib.cc"
    },
    {
      "type": "modify",
      "old_id": "a453149d2d190fce7d9a948db97d2ba48ca37421",
      "old_mode": 33188,
      "old_path": "rtc_base/task_queue_win.cc",
      "new_id": "99daf8e814e9539097b8327ae15f09778699ed32",
      "new_mode": 33188,
      "new_path": "rtc_base/task_queue_win.cc"
    },
    {
      "type": "modify",
      "old_id": "006e715f4bd2844320cbc84dc510411000c4d910",
      "old_mode": 33188,
      "old_path": "rtc_base/task_utils/BUILD.gn",
      "new_id": "3e8e433730d53c26b2b7de7cfb1093f8f778617c",
      "new_mode": 33188,
      "new_path": "rtc_base/task_utils/BUILD.gn"
    },
    {
      "type": "modify",
      "old_id": "c169c3eab0949a96fe5d8cf7a10f9e74d709432b",
      "old_mode": 33188,
      "old_path": "rtc_base/task_utils/repeating_task_unittest.cc",
      "new_id": "02f2b22425cb648599701a2bba380c8c71720cd1",
      "new_mode": 33188,
      "new_path": "rtc_base/task_utils/repeating_task_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "790989c7f7a62b03f272e9b77ffe8de35384a708",
      "old_mode": 33188,
      "old_path": "rtc_base/thread.h",
      "new_id": "558255e0fbf80af6ae5e4dd878206f1a1adb9e49",
      "new_mode": 33188,
      "new_path": "rtc_base/thread.h"
    },
    {
      "type": "modify",
      "old_id": "3406b6863cd35bafedfb3352bb93be387c34effb",
      "old_mode": 33188,
      "old_path": "rtc_base/unique_id_generator_unittest.cc",
      "new_id": "59d222940abd9044793d733a39e6e3653160f9ae",
      "new_mode": 33188,
      "new_path": "rtc_base/unique_id_generator_unittest.cc"
    },
    {
      "type": "modify",
      "old_id": "1b763c2a0fdb9bda75acf6f2c7d2fcd8215a86ec",
      "old_mode": 33188,
      "old_path": "test/time_controller/simulated_task_queue.cc",
      "new_id": "68e1b92b2696159d0a814df1e13f860c449c5e09",
      "new_mode": 33188,
      "new_path": "test/time_controller/simulated_task_queue.cc"
    },
    {
      "type": "modify",
      "old_id": "26ba095b16a43b4ca3277e4f76a90b420a03a69b",
      "old_mode": 33188,
      "old_path": "test/time_controller/simulated_task_queue.h",
      "new_id": "e8cec820085ad0a0df1138165797deaa3ef31735",
      "new_mode": 33188,
      "new_path": "test/time_controller/simulated_task_queue.h"
    },
    {
      "type": "modify",
      "old_id": "21db3bf4b965ec7f272daec0d959f4cfebe20ca3",
      "old_mode": 33188,
      "old_path": "test/time_controller/simulated_time_controller_impl.h",
      "new_id": "ef50c75d645dbf3cfbadecd162e7db589d63d0a7",
      "new_mode": 33188,
      "new_path": "test/time_controller/simulated_time_controller_impl.h"
    },
    {
      "type": "modify",
      "old_id": "64468c344891bc2a1f2fb59929ac62a73ccff6b5",
      "old_mode": 33188,
      "old_path": "video/video_stream_encoder_unittest.cc",
      "new_id": "eccd3569a01e11eed08396a21375d47106a87101",
      "new_mode": 33188,
      "new_path": "video/video_stream_encoder_unittest.cc"
    }
  ]
}
