)]}'
{
  "commit": "d56fe7e80d7e85061936bcc0569b1b08bb680a31",
  "tree": "4dedc6eb0e49cc79ae5e34f7d8254e0db50aecf1",
  "parents": [
    "887749a1f6b06d234ee813a84de2afffb09dfa60"
  ],
  "author": {
    "name": "Goktug Gokdogan",
    "email": "goktug@google.com",
    "time": "Fri Sep 05 16:06:09 2014 -0700"
  },
  "committer": {
    "name": "Goktug Gokdogan",
    "email": "goktug@google.com",
    "time": "Fri Sep 05 16:06:09 2014 -0700"
  },
  "message": "Introduces Locale overload for toUpperCase/toLowerCase.\n\nThis patch introduces a simple Locale emulation that defines the constants\nfor common Locale classes used by shared code to avoid locale specific\nString transformations (e.g. String.toLowerCase(Locale.US)).\n\nAlso adds Locale overloads to toUpperCase/toLowerCase so it does the right\nthing when the locale is passed. More specifically calls\n - javascript toXXXCase if Locale is US, ENGLISH and ROOT.\n - javascript toLocaleXXXCase if Locale is Locale#getDefault()\n\nBy this way, shared code can perform both locale specific and non-locale\nspecific String transformations that works cross-platform (given that it\u0027s\nsupported by the underlying browser).\n\nChange-Id: I753c61ccf46f441afeee542f88171bd47e0d973f\nReview-Link: https://gwt-review.googlesource.com/#/c/8991/\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2ed5862fe938299864b6b356e627c8baa0a0f22a",
      "old_mode": 33188,
      "old_path": "user/super/com/google/gwt/emul/java/lang/String.java",
      "new_id": "4f9c2dc910c36191e5d3b4b4a14eb47fd6d10e99",
      "new_mode": 33188,
      "new_path": "user/super/com/google/gwt/emul/java/lang/String.java"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "48606e9a889088e52c45bb8430baac5e9df6e3ec",
      "new_mode": 33188,
      "new_path": "user/super/com/google/gwt/emul/java/util/Locale.java"
    },
    {
      "type": "modify",
      "old_id": "1d8146307065e26d68c80f7ea6c715769325b8ea",
      "old_mode": 33188,
      "old_path": "user/test/com/google/gwt/emultest/java/lang/StringTest.java",
      "new_id": "41af5de4553aea08c3862eca59031d8996ad5eae",
      "new_mode": 33188,
      "new_path": "user/test/com/google/gwt/emultest/java/lang/StringTest.java"
    }
  ]
}
