)]}'
{
  "commit": "ba97b456d4db19ec43a1e32ca31cd123dfc16f99",
  "tree": "2a6053d62e773ffe57a389a575d6a3e87bd0b798",
  "parents": [
    "0dbbc10a2e180f66e8705e18cbd10e2b86c3c848"
  ],
  "author": {
    "name": "Ben Rohlfs",
    "email": "brohlfs@google.com",
    "time": "Thu Dec 14 09:57:44 2023 +0100"
  },
  "committer": {
    "name": "Ben Rohlfs",
    "email": "brohlfs@google.com",
    "time": "Thu Dec 14 11:03:27 2023 +0100"
  },
  "message": "Fix injecting JS plugins, remove webcomponents-lite.js\n\nLoading `webcomponents-lite.js` as a content script is problematic,\nbecause it does not have proper access to the `window` object of the\npage. It also seemed a bit ugly, because Gerrit would load it again\nitself, only too late.\n\nWe are now taking a different approach. We are moving all the custom\nelements that we want to use into a separate `elements.js` bundle,\nand load that script \"normally\" from a \u003cscript\u003e tag in the header,\nexactly as we do for injected js plugins.\n\nChange-Id: I5662989b115a57e751842f8b19afacb33433e5f1\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "133ea860d4361b28db14274312e212eb2e198c0f",
      "old_mode": 33188,
      "old_path": "package.json",
      "new_id": "44752f18381bf694bf5ae63c2e718a167e22821a",
      "new_mode": 33188,
      "new_path": "package.json"
    },
    {
      "type": "modify",
      "old_id": "4496dc901ee4c093d448f545cc9717750d7fd886",
      "old_mode": 33188,
      "old_path": "release-notes.md",
      "new_id": "61e685275222ad8250de396805b6fab78decc54e",
      "new_mode": 33188,
      "new_path": "release-notes.md"
    },
    {
      "type": "modify",
      "old_id": "a375e53ef26ea5933a391fde1b70765463228c94",
      "old_mode": 33188,
      "old_path": "src/content_script.ts",
      "new_id": "60e6c859346d10bc07a76fba4df42ecdc7eef8d6",
      "new_mode": 33188,
      "new_path": "src/content_script.ts"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "6233bbdd7598b9a8bf2668ca8554ffc7b17c20ef",
      "new_mode": 33188,
      "new_path": "src/elements.ts"
    },
    {
      "type": "modify",
      "old_id": "001556d0805c6eca88e2d367c4d8aee085d80d9a",
      "old_mode": 33188,
      "old_path": "src/manifest.json",
      "new_id": "7c4f816b33363d7dc494293ba507512ee295573c",
      "new_mode": 33188,
      "new_path": "src/manifest.json"
    },
    {
      "type": "delete",
      "old_id": "3a14a4e8ea8e1070013632fa2322c3282674441b",
      "old_mode": 33188,
      "old_path": "src/webcomponents-lite.js",
      "new_id": "0000000000000000000000000000000000000000",
      "new_mode": 0,
      "new_path": "/dev/null"
    },
    {
      "type": "modify",
      "old_id": "4bf36a5eb6ae6f9ebf207e88dac4d23b0f4612f6",
      "old_mode": 33188,
      "old_path": "webpack/webpack.config.js",
      "new_id": "7446e61398aa2be217d39ab0c6c1d07296c46f8d",
      "new_mode": 33188,
      "new_path": "webpack/webpack.config.js"
    }
  ]
}
