)]}'
{
  "commit": "6b63f2e7934256a5160b4fe9a1a2949f3ef113a8",
  "tree": "8fe6b76ffc5831bab4a3f70ee446e66dd0f18f09",
  "parents": [
    "987d8fba5847966ede03d14c40d1dbd0844cbc2a"
  ],
  "author": {
    "name": "jlabanca@google.com",
    "email": "jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Thu Apr 07 12:39:53 2011 +0000"
  },
  "committer": {
    "name": "jlabanca@google.com",
    "email": "jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Thu Apr 07 12:39:53 2011 +0000"
  },
  "message": "Fixing a few Cell Widget bugs. I combined these bugs because they are all quick fixes and fairly straightforward.\n\n(Issue 5971) CompositeCell does not implement isEditing.  I implemented isEditing in CompositeCell.\n\n(Issue 5993) TextInputCell and EditTextCell double escape values before putting them into text boxes. We no longer use the SafeHtmlRenderer to render the content of the input value, as input values are always treat their values as text.  SafeHtml isn\u0027t valid in an attribute context.\n\nSelecting a range in a CellTable only works on the first page. DefaultSelectionEventManager now correctly subtracts the page start index when getting the selected values from the CellTable.\n\nNon-bubbling events (change/load/error/focus/blur) aren\u0027t captured in CellTable in IE9. Switched IE9 to use the StandardBase implementation, which is much simpler and works for IE9.\n\nReview at http://gwt-code-reviews.appspot.com/1408801\n\nReview by: fabiomfv@google.com\n\ngit-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9954 8db76d5a-ed1c-0410-87a9-c151d255dfc7\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b417a48fe6c8c4bfcdc087cd927204cf3d0c46fa",
      "old_mode": 33188,
      "old_path": "tools/api-checker/config/gwt22_23userApi.conf",
      "new_id": "88cb8f5884d42620c048e3572c0f1fbb5b11495d",
      "new_mode": 33188,
      "new_path": "tools/api-checker/config/gwt22_23userApi.conf"
    },
    {
      "type": "modify",
      "old_id": "30727b8e908a6370bdb111066ce7e2739492f989",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/cell/client/CompositeCell.java",
      "new_id": "34d2b09dc60e0935328432620e0ca4467c5c8265",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/cell/client/CompositeCell.java"
    },
    {
      "type": "modify",
      "old_id": "e180a69d3635535edb6a7b6d32b6290978dd2610",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/cell/client/EditTextCell.java",
      "new_id": "a8a8cd99bd87086d2c97eac58ff7f6e325ad42e4",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/cell/client/EditTextCell.java"
    },
    {
      "type": "modify",
      "old_id": "e90d295a2a7787b79e826e533834f764c4d15590",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/cell/client/TextInputCell.java",
      "new_id": "05b5ab066690060311ee1689da4490cf9e52582f",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/cell/client/TextInputCell.java"
    },
    {
      "type": "modify",
      "old_id": "ec6bcf2fe5767aea8b83cc167b2a227ab7a20874",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/user/cellview/CellView.gwt.xml",
      "new_id": "4cb84262e91d46bb66e98134e2706b1b6d4066f8",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/user/cellview/CellView.gwt.xml"
    },
    {
      "type": "rename",
      "old_id": "c24d8751b31b1651c10da43d6cb9a651ee8ea071",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/user/cellview/client/CellBasedWidgetImplSafari.java",
      "new_id": "0e82b60ccd813faf15f56694052a26ce4a6081d4",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/user/cellview/client/CellBasedWidgetImplStandardBase.java",
      "score": 76
    },
    {
      "type": "modify",
      "old_id": "fd752b6d2a9f3825f15caff9c4199ce093b482f5",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/view/client/DefaultSelectionEventManager.java",
      "new_id": "c9e33a61c71ae0ff1bcebadf4b1e5e03a1dbfe19",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/view/client/DefaultSelectionEventManager.java"
    },
    {
      "type": "modify",
      "old_id": "a40461c37f647d03b820d54e32c3546c93efa2e1",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/cell/client/CompositeCellTest.java",
      "new_id": "2dd7d7fc8423af793780c885394713f23b26b5e9",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/cell/client/CompositeCellTest.java"
    },
    {
      "type": "modify",
      "old_id": "c088c71b4e7e02a3fbebdbf01d7304080dc43c5b",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/cell/client/EditTextCellTest.java",
      "new_id": "9abc4f9c2f987193ee2c6e4f35478d7519d69794",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/cell/client/EditTextCellTest.java"
    },
    {
      "type": "modify",
      "old_id": "bcaa2df4c4f513e17ceb0f0f50398259b7c3fc02",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/cell/client/TextInputCellTest.java",
      "new_id": "b6aea9e4b3743926c0974810e6e4f9f7ea427bef",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/cell/client/TextInputCellTest.java"
    },
    {
      "type": "modify",
      "old_id": "9369a01657b1226a15426712b6c14add71df63ee",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/view/client/DefaultSelectionEventManagerTest.java",
      "new_id": "2d729fdcd253f168e5ee412deeba9fa700c0921d",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/view/client/DefaultSelectionEventManagerTest.java"
    }
  ]
}
