)]}'
{
  "commit": "afac98f52deb850dd164468ff0ffa0fdbfefed35",
  "tree": "312e49b2ed6400f37b3de0429d0654dc204574ee",
  "parents": [
    "9d4e4df0599c00043c661b951b5674d25df37bac"
  ],
  "author": {
    "name": "Fabien PERIE",
    "email": "fabien.perie@gmail.com",
    "time": "Sat Nov 29 22:50:40 2014 +0100"
  },
  "committer": {
    "name": "Gerrit Code Review",
    "email": "noreply-gerritcodereview@google.com",
    "time": "Wed Dec 10 23:15:02 2014 +0000"
  },
  "message": "Drop effect on DataTransfer object.\n\nThis patch updates the data transfer object to implements the\ndrop effect.\n\nFor the dragenter and dragover events, the dropEffect will be\ninitialized based on what action the user is requesting. How this\nis determined is platform specific, but typically the user can press\nmodifier keys to adjust which action is desired. Within an event\nhandler for the dragenter and dragover events, the dropEffect should\nbe modified if the action the user is requesting is not the one\nthat is desired.\n\nFor dragstart, drag, and dragleave events, the dropEffect is\ninitialized to \"none\". Any value assigned to the dropEffect will be\nset, but the value isn\u0027t used for anything.\n\nFor the drop and dragend events, the dropEffect will be initialized\nto the action that was desired, which will be the value that the\ndropEffect had after the last dragenter or dragover event.\n\nChange-Id: I09e75c35357d081c40f2827dd7b2e995b08f1a93\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b7414a303361748492ba8583388213ea37c48e09",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/dom/client/DataTransfer.java",
      "new_id": "d9228b49873bee134e342b5cb8c4955e8950f0f4",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/dom/client/DataTransfer.java"
    }
  ]
}
