)]}'
{
  "commit": "6883fe709050375cfc124b5777315e0518f266a2",
  "tree": "4a80d723383f1a75b0ab8a9f6c589b527e8af19c",
  "parents": [
    "72a3b69ddb5a5f0d226ece34eeae265dea786a8e"
  ],
  "author": {
    "name": "isoos@google.com",
    "email": "isoos@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Thu Feb 02 17:39:36 2012 +0000"
  },
  "committer": {
    "name": "isoos@google.com",
    "email": "isoos@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7",
    "time": "Thu Feb 02 17:39:36 2012 +0000"
  },
  "message": "CellTable performance is very slow on IE8. Internally, AbstractCellTable detects\nrow hover events, and part of that code will access absolute coordinates of the\nrow (to safeguard the case where we have items with fixed positions over the\ntable). Unfortunately, IE 8 is really slow to access these coordinates, because\nevery DOM modification (including style updates, non-visible or any other DOM\nchanges) will trigger a full reflow/recalculation.\n\nThis fix introduces three flags that can be used to skip parts or all of\nCellTable\u0027s internal row hover detection and/or style updates. For\nbackward-compatibility, the new flags shall be set by the user of the\ntable, otherwise the old behavior remains in effect.\n\nUsers are suggested to use these flags at least on IE6/IE7/IE8 and adjust the\nrelated functionality based on their needs. The three flags address the\ndifferent use cases outlined in the issue 6167.\n\nFixes issues: 6167\n\nReview at http://gwt-code-reviews.appspot.com/1635803\n\nReview by: jlabanca@google.com\n\ngit-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10865 8db76d5a-ed1c-0410-87a9-c151d255dfc7\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "fade895a9951ad1080596ca6820fb6fc685f97c8",
      "old_mode": 33188,
      "old_path": "user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java",
      "new_id": "90f163eb7a28c44aa5240561d375fff9cb8b425d",
      "new_mode": 33188,
      "new_path": "user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java"
    }
  ]
}
