)]}'
{
  "log": [
    {
      "commit": "bb02b6704d0b16eaa2dab22d30ff2c8dbafa40e2",
      "tree": "378261cf2d49f1f4db6173fb0b224ff5160f2d16",
      "parents": [
        "e69a31d75081676260f05b3dd1b549849f775767"
      ],
      "author": {
        "name": "Przemyslaw Szczepaniak",
        "email": "pszczepaniak@google.com",
        "time": "Wed Nov 18 15:03:13 2015 +0000"
      },
      "committer": {
        "name": "Narayan Kamath",
        "email": "narayan@google.com",
        "time": "Tue Dec 22 13:10:55 2015 +0000"
      },
      "message": "Stop preloading fortress classes\n\n(cherry picked from commit f1e520169309f1303d4383298dd5644df59efe4b)\n\nChange-Id: I4fd13c4dc373482c1235b54746fdf7f029a80dc2\n"
    },
    {
      "commit": "61e7b66bc230c27a1d6ed2520dcafd118b4d8401",
      "tree": "6285dc5fce9f8cc3db74d79430601c1b94ef388d",
      "parents": [
        "fe67c1ec6d0f08542fad2fc1a3fb858d99d40341"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Wed Jun 17 23:57:04 2015 -0700"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Thu Jun 18 20:35:10 2015 -0700"
      },
      "message": "Frameworks/base: Update preloaded-classes\n\nUpdate for Android M release.\n\nBug: 21760614\nChange-Id: Ib1b1ac60da894ad4a4b6b7db37d8930b0d2b9046\n"
    },
    {
      "commit": "dcdaf87ed0aa99073638bcfe645949f130f0c7ad",
      "tree": "a377474c30c5da15f447653dacbe12e25699bf0b",
      "parents": [
        "4ee67bc7a7bb84da1c92dc08427f9737ff8252d6"
      ],
      "author": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Wed May 13 15:57:09 2015 -0700"
      },
      "committer": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Wed May 13 16:17:40 2015 -0700"
      },
      "message": "Move Android Keystore impl to android.security.keystore.\n\nThis moves the non-public API classes backing Android Keystore from\nandroid.security to android.security.keystore, a package specially\ncreated for Android Keystore.\n\nBug: 18088752\nChange-Id: Ibf04d6a26c54d310b0501fc5e34f37b1176324ad\n"
    },
    {
      "commit": "4812563f68c87278af68309662433279d10f573e",
      "tree": "64c1a78e3339bf04acd427c9a8da78653b71720c",
      "parents": [
        "47ea8b3d6bcef193a2d0ec9f0141525c83a0bcda"
      ],
      "author": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Wed Apr 29 13:16:30 2015 -0700"
      },
      "committer": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Wed Apr 29 13:28:56 2015 -0700"
      },
      "message": "AndroidKeyStore keys should not be handled by Bouncy Castle.\n\nBouncy Castle JCA provider incorrectly declares that its Cipher, Mac,\nSignature, and KeyAgreement implementations accept arbitrary keys (\nincluding AndroidKeyStore keys). As a result, when a Cipher, Mac,\nSignature, or KeyAgreement instance is requested from JCA without\nexplicitly specifying the provider (which follows best practices)\nand then initialied with an AndroidKeyStore key, JCA chooses the\nBouncyCastle\u0027s implementation, which in turn blows up because it\ncan\u0027t handle such keys.\n\nThe workaround is to install Cipher, Mac, Signature, and\nKeyAgreement implementations backed by AndroidKeyStore as a\nhigher-priority JCA provider than the Bouncy Castle one. This is\nachieved by splitting out the above implementations from\nAndroidKeyStoreProvider into AndroidKeyStoreBCWorkaroundProvider\nand installing the AndroidKeyStoreProvider at the usual priority\n(below Bouncy Castle) and the AndroidKeyStoreBCWorkaroundProvider\nat above Bouncy Castle priority.\n\nBug: 20691708\nChange-Id: I336464f4a49bc30c6845ddc4e84b07f4105424dd\n"
    },
    {
      "commit": "946646e4b95713a6e2eab0a55ca75230d668acff",
      "tree": "bb4fda92e109a1af45a3695d0ebe2fc01935d170",
      "parents": [
        "7defaef1bfc05757652d3a5d00d35090397e7f3e"
      ],
      "author": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Fri Apr 24 13:34:00 2015 -0700"
      },
      "committer": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Fri Apr 24 13:34:00 2015 -0700"
      },
      "message": "Added SystemServiceRegistry to preloaded-classes\n\nSystemServiceRegistry class should be preloaded in the zygote.\n\nBug: 20559324\nChange-Id: I3120c7e42b50c54213513a04d7135d745c8abd7c\n"
    },
    {
      "commit": "dad03bf1852b46b78d4f780bae61cbbfe2ebbb81",
      "tree": "3555b783a88e5359d9873d4645fdb5e20a30213e",
      "parents": [
        "f2953dadbb99431a7d97854f6f21dbc8c761f4d3",
        "a921fa0fc354fed48d29822109c573a124a95dfd"
      ],
      "author": {
        "name": "Neil Fuller",
        "email": "nfuller@google.com",
        "time": "Fri Apr 24 11:11:14 2015 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Apr 24 11:11:14 2015 +0000"
      },
      "message": "am a921fa0f: am ff1e7e01: am 0e29681f: Merge \"Load ICU4J data on boot\"\n\n* commit \u0027a921fa0fc354fed48d29822109c573a124a95dfd\u0027:\n  Load ICU4J data on boot\n"
    },
    {
      "commit": "9f7cd10134c881363bd1b891c6298f8f900ed46d",
      "tree": "3b286ff8fd776dc1fa2eb72be959b3218c203f81",
      "parents": [
        "31fb202e6f6687f86ec4fc33b18aafacbf67c797"
      ],
      "author": {
        "name": "Neil Fuller",
        "email": "nfuller@google.com",
        "time": "Thu Apr 23 14:50:34 2015 +0100"
      },
      "committer": {
        "name": "Neil Fuller",
        "email": "nfuller@google.com",
        "time": "Thu Apr 23 14:50:34 2015 +0100"
      },
      "message": "Load ICU4J data on boot\n\nBug: 20252074\nBug: 20396452\nChange-Id: I17de761e0d81caa2fc280b5cc368ee6113a5d655\n"
    },
    {
      "commit": "575217fc3da38357f1d5e322bf1c7a07b909ef2a",
      "tree": "6571b525c6d1e936493a5e63838ade128647a917",
      "parents": [
        "de77be631184ff1204017c3d8996d7c71aa5cf02"
      ],
      "author": {
        "name": "Chet Haase",
        "email": "chet@google.com",
        "time": "Thu Apr 09 14:31:25 2015 -0700"
      },
      "committer": {
        "name": "Chet Haase",
        "email": "chet@google.com",
        "time": "Tue Apr 14 14:09:26 2015 +0000"
      },
      "message": "Make ActionBar animations work correctly\n\nPrevious ActionBar animations didn\u0027t handle configuration changes\nor other situations in which the view would get detached. listeners\nwould stay on the view and would attempt to do something nonsensical\nin the new window. This new approach removes listeners on window\ndetach to avoid this problem.\n\nIssue #20125407 Settings Crashes when changing orientation of device\n\nChange-Id: I0b3bbd0f6fc23cdb4cbd646b0d2772d72d3d795d\n"
    },
    {
      "commit": "6def5afcbc835d101aff6b070e22526320b7e83e",
      "tree": "90b448587e9cab27a7fa0e6976566a4b4ad3cfec",
      "parents": [
        "08963653fc9434d2f50d3c8e64c757138efd102e"
      ],
      "author": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Fri Apr 03 12:32:39 2015 -0700"
      },
      "committer": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Fri Apr 03 12:45:16 2015 -0700"
      },
      "message": "Load fewer classes when AndroidKeyStore provider is installed.\n\nThis avoids loading all AndroidKeyStore crypto SPI classes when the\nAndroidKeyStore provider is instantiated and installed. This provider\nis installed early on during the initialization of each app. Most apps\ndon\u0027t need these classes loaded.\n\nBug: 18088752\nChange-Id: Ib43c9dd6a7d434b128916e0f9c8652ba61df0d47\n"
    },
    {
      "commit": "0b36620014938e698edea0d703179e3e71b04cc2",
      "tree": "b80a22335f7e485e2fe1252c72ca92f6e459c789",
      "parents": [
        "56fde9e70ef850ca7e3f076e52567f5c75b5e7da"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Mar 04 21:56:26 2015 -0800"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Mar 04 21:56:26 2015 -0800"
      },
      "message": "Manually add SignalStrength to preloaded-classes\n\nBug: 19323020\nChange-Id: I61e9d2dd5d06fe2353da17e5646f259122e5ea98\n"
    },
    {
      "commit": "f162066db53dc998c0f420ef432a2d1b26aff586",
      "tree": "630e590b3149e9113394f96c32bf8ab2a05f4f6c",
      "parents": [
        "71c5d62d9680207c4d3d25ac3f590f3667b250eb"
      ],
      "author": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Thu Dec 04 09:40:37 2014 -0800"
      },
      "committer": {
        "name": "Alex Klyubin",
        "email": "klyubin@google.com",
        "time": "Thu Dec 04 09:41:46 2014 -0800"
      },
      "message": "Remove DefaultHostnameVerifier from preloaded-classes.\n\nlibcore\u0027s DefaultHostnameVerifier no longer exists. See\nhttps://android-review.googlesource.com/#/c/117453/.\n\nBug: 18481199\nChange-Id: I5c07e058aaaf8531d420058cfd104c4e751757a3\n"
    },
    {
      "commit": "dcad4caa84ef35927b955a4c6b4882b60a3384fc",
      "tree": "c95344376ea8b2a8450495b63c35734314b6c0b6",
      "parents": [
        "3de09018a9611b1791cc29ed5200b7d9694189a9"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Fri Oct 03 02:00:29 2014 +0000"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Thu Oct 02 19:05:44 2014 -0700"
      },
      "message": "Revert \"Revert \"Frameworks/base: Update to preloaded-classes\"\"\n\nThis reverts commit 16626a7ee9f18c70b2f6437b4ab85753dbbb2263.\n\nRemove three classes that break Shamu booting.\n\nBug: 17480683\nBug: 17791590\nChange-Id: Ic487c5344d4186ea5205f117f07ca3ab7d945fb7\n"
    },
    {
      "commit": "16626a7ee9f18c70b2f6437b4ab85753dbbb2263",
      "tree": "a429ab2ea140281bb1c6d170cf3bfcc3c0d9106f",
      "parents": [
        "da3050614fc9dc31d39ff87ae5df0261fb76f93c"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Thu Oct 02 08:42:00 2014 +0000"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Thu Oct 02 08:45:09 2014 +0000"
      },
      "message": "Revert \"Frameworks/base: Update to preloaded-classes\"\n\nBreaks shamu for unknown reason.\n\nThis reverts commit da3050614fc9dc31d39ff87ae5df0261fb76f93c.\n\nBug: 17480683\nChange-Id: Id10ff18ef6e3acb5eb84196f7e5608add7edeb66"
    },
    {
      "commit": "da3050614fc9dc31d39ff87ae5df0261fb76f93c",
      "tree": "d65f51f3cfb02c5d4c2f326005c8867b52ba6333",
      "parents": [
        "51a400eb440c89fb06a47371bb7b026f00edb09c"
      ],
      "author": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Tue Sep 23 00:16:17 2014 -0700"
      },
      "committer": {
        "name": "Andreas Gampe",
        "email": "agampe@google.com",
        "time": "Mon Sep 29 08:14:54 2014 -0700"
      },
      "message": "Frameworks/base: Update to preloaded-classes\n\nBug: 17480683\nChange-Id: I06d2a64d2f9544cac0f5940cb9129cd5668740ba\n"
    },
    {
      "commit": "b5de924fad4f9dcd4d8137c0e6a17a41c32bc22a",
      "tree": "caa67fa0c760a70e2934979d0713a693d7667625",
      "parents": [
        "969265af3131f7213cab50c08e09700ed6af4a88"
      ],
      "author": {
        "name": "Torne (Richard Coles)",
        "email": "torne@google.com",
        "time": "Fri May 02 15:21:54 2014 +0100"
      },
      "committer": {
        "name": "Torne (Richard Coles)",
        "email": "torne@google.com",
        "time": "Thu Jul 17 09:18:43 2014 -0700"
      },
      "message": "Remove WebView library preloading mechanism.\n\nWe don\u0027t want to preload the WebView library in the zygote process any\nmore, as loading an updatable WebView in the zygote is a stability risk.\nThe memory benefits of preloading will be obtained in other ways.\n\nBug: 13005501\nChange-Id: Ic89f2a1d057dc92b01fb775bf326b47ac2d4caa2\n"
    },
    {
      "commit": "e0e77cb5bb2885aea3da6823daebf40e06b073bd",
      "tree": "d344d6c8b00c9e371d7bf83321d06eac6efff7f3",
      "parents": [
        "3fafb4ebf2572578c6d7df742593ee5ed17748a8"
      ],
      "author": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Mon Apr 21 15:34:02 2014 -0700"
      },
      "committer": {
        "name": "Lajos Molnar",
        "email": "lajos@google.com",
        "time": "Mon Apr 21 16:11:51 2014 -0700"
      },
      "message": "Remove VideoEditor\n\nremove android.media.videoeditor.*\n\nNo longer supported and should not be used.\n\nBug: 13542518\nChange-Id: I12de122443f0289ab1dfdd8b553e572a830cf412\n"
    },
    {
      "commit": "54d3bcfdf573e7e2c1a5faba6c637b9190b5892e",
      "tree": "a448f78946204d52b7940692e1a6fd037906d521",
      "parents": [
        "7531aa22355cf03f51def61ba67f1636bf85f408"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@google.com",
        "time": "Thu Feb 27 13:51:00 2014 -0800"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@google.com",
        "time": "Thu Feb 27 13:51:00 2014 -0800"
      },
      "message": "Remove non-existent classes from preloaded-classes\n\nChange-Id: I0f86f7ab2ef132fbd12f85ff96e448d189af7177\n"
    },
    {
      "commit": "faa1057d4c6cc3941e42d93399fa9cf511c09370",
      "tree": "374319f4134f2dadb388d4d41ecd33ee697d3f81",
      "parents": [
        "c8577b384a0e0e04eed6d05660e013b5db47b7f2",
        "aa6ff54ef57936024e98d9f565afe9fff24df2e4"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Jan 31 23:07:24 2014 +0000"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Jan 31 23:07:24 2014 +0000"
      },
      "message": "am aa6ff54e: am 85ee57d1: am c064a1b5: Merge \"Remove DRLCertFactory\"\n\n* commit \u0027aa6ff54ef57936024e98d9f565afe9fff24df2e4\u0027:\n  Remove DRLCertFactory\n"
    },
    {
      "commit": "4f2323106bcc00e4cd1a14c1b43117c0567f799b",
      "tree": "4a3cbafd25900fb2074a561b10885bf508f99633",
      "parents": [
        "49b7ba4dbc0b4984fc466bb98e9cfa40650db85b"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Jan 31 14:10:01 2014 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Jan 31 14:10:15 2014 -0800"
      },
      "message": "Remove DRLCertFactory\n\nNo longer needed since Conscrypt is the main provider.\n\nChange-Id: Iee741ef376af2de52db79df07e96057438778bc6\n"
    },
    {
      "commit": "5438979e498750b6a28ada7974d4e9fe17fd8394",
      "tree": "7625e9c81f911b2134f1e2d369de20a61e6512d1",
      "parents": [
        "638fcf0df696fc582e5dd06b2e020972e286cc6e"
      ],
      "author": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Fri Dec 20 13:28:11 2013 -0800"
      },
      "committer": {
        "name": "Chris Craik",
        "email": "ccraik@google.com",
        "time": "Fri Dec 20 13:53:50 2013 -0800"
      },
      "message": "Move GLES20DisplayList functionality into DisplayList\n\nRemoves unneeded indirection layer\n\nChange-Id: I75d3e369eda2788cbc52a3575c4e1c521e842f59\n"
    },
    {
      "commit": "e6585b32ea586743258a5457e2184ffc087f2d2f",
      "tree": "409f3c83c78e878a5efe2a0cc500659a27c77f38",
      "parents": [
        "584ace0d3f79ff43db9298798065dd5beaa66a45"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Dec 13 12:00:26 2013 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Dec 13 13:40:30 2013 -0800"
      },
      "message": "Use java.util.Objects instead on internal API\n\nNot needed since java.util.Objects implements all the needed\nfunctionality.\n\nChange-Id: Icd31d49a9801d1705427f028e9ac927d58e7d34c\n"
    },
    {
      "commit": "e1263de8354e558809374e21b8367b1a125a3f26",
      "tree": "dae77ad47ce55ff43cf45441d5c64c86eaf38d6a",
      "parents": [
        "efa5c88f37165d02e3e11882026c7660c879ff61"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Thu Dec 12 16:37:45 2013 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@android.com",
        "time": "Fri Dec 13 00:40:00 2013 +0000"
      },
      "message": "Add GCMParameterSpec to preloaded-classes\n\nNeeded for Bouncycastle 1.50 upgrade with art.\n\nChange-Id: I901122c1ce21abba437a7537e70331724c3cbc9c"
    },
    {
      "commit": "53bcf2264cb8064bf7318d2cdc31155ae41b11f4",
      "tree": "8dd53e4a33d384fc17eda0f3b4a134f4fe0f2202",
      "parents": [
        "744f562c4d31bd8e1d7680cb38b9d01302ab67b1"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Dec 09 14:01:54 2013 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Dec 09 14:03:02 2013 -0800"
      },
      "message": "preloaded-classes: remove some OpenSSLCipher modes\n\nSome cipher modes were removed from OpenSSLCipher. This change removes\nthose classes from the preloaded classes list.\n\nChange-Id: Ib4450c392513973836684b4d5df7fffb200b6260\n"
    },
    {
      "commit": "744f562c4d31bd8e1d7680cb38b9d01302ab67b1",
      "tree": "7c27548f01477643d61c1ffa2aa142f764514ef5",
      "parents": [
        "2daa0c93c4a0a9d18f4ef4486369fb8c90cd1ea2"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Dec 09 13:49:27 2013 -0800"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Dec 09 13:49:29 2013 -0800"
      },
      "message": "Add CertStoreParameters to preloaded-classes\n\nFor image creating, art needs this in the preloaded-classes list.\nOtherwise it complains loudly about not being able to load it from a\nclass initializer in Provider.java.\n\nChange-Id: Ie7ed5655cba038b504767c3de9f70b47a8965cce\n"
    },
    {
      "commit": "6067d1a3c7033f6714a60ac02a6b08d6568fe217",
      "tree": "85745c32e61d480b8ada308a87f7db2ac3e92ae0",
      "parents": [
        "bf9b087be081ff04df569c03c55e2daab47913cd"
      ],
      "author": {
        "name": "Torne (Richard Coles)",
        "email": "torne@google.com",
        "time": "Tue Oct 15 10:45:18 2013 +0100"
      },
      "committer": {
        "name": "Torne (Richard Coles)",
        "email": "torne@google.com",
        "time": "Tue Oct 15 10:45:18 2013 +0100"
      },
      "message": "Remove old WebView classes from zygote preload list.\n\nDon\u0027t preload java classes used only by the old WebView implementation.\n\nBug: 10427705\nChange-Id: I1378ab564ef2d173e08806c30d1deb6020d65ba8\n"
    },
    {
      "commit": "d6b964c16b632821e85152fe8d4e54b21dd55c0f",
      "tree": "5c8d93d2e98efa2a369842a25f54a98eb43c42e4",
      "parents": [
        "e6d419de77344300e342c8a0f6c013afeec87a72"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Oct 09 20:45:30 2013 -0700"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Oct 09 20:45:30 2013 -0700"
      },
      "message": "Update preloaded-classes for KLP\n\nBug: 9189353\nChange-Id: I9136692d7f23a513553981eca398351f28b5ddc6\n"
    },
    {
      "commit": "caee47f096403068f02c41a91f8dad1aa5d13169",
      "tree": "b2a773520fe5eb6691033bf50be9c9c44e51af89",
      "parents": [
        "b7e5692b62cf0f3f1b02d8dc1008f3faf12df584",
        "22e90cf2b0e1629a82f9627886092b7a4cff9c42"
      ],
      "author": {
        "name": "Jonathan Dixon",
        "email": "joth@google.com",
        "time": "Wed Sep 11 17:59:42 2013 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Sep 11 17:59:42 2013 +0000"
      },
      "message": "Merge \"Preparation for deleting WebViewClassic\" into klp-dev"
    },
    {
      "commit": "aae67e11bc711edf338c564d30af9ab1ea6bb240",
      "tree": "81a2615ace6b2572c4e6c8a7b014de5918b41820",
      "parents": [
        "ecf612a15c6201d7a4c55f0fcceb077f3e9ad84e"
      ],
      "author": {
        "name": "Adam Skory",
        "email": "skory@google.com",
        "time": "Wed Sep 11 18:06:25 2013 +0100"
      },
      "committer": {
        "name": "Adam Skory",
        "email": "skory@google.com",
        "time": "Wed Sep 11 18:35:33 2013 +0100"
      },
      "message": "Fix bad references in preloaded-classes\n\nhttp://ag/352924 renamed INdefPushCallback\nto IAppCallback. Update preloaded-classes\nto reflect this.\n\nThis is a cherry-pick of Id552e94e3a01cdd61593480f3c0aedb32d185f80\n\nChange-Id: I0901f14fb41f94e3c7572c09e090ec5903a878d1\n"
    },
    {
      "commit": "22e90cf2b0e1629a82f9627886092b7a4cff9c42",
      "tree": "fd0aac400742c666b1e3cc88ebe8db5aeda9f6c3",
      "parents": [
        "ada3dbe7c98e44ed350e83cad62eb9f410bbc0f2"
      ],
      "author": {
        "name": "Jonathan Dixon",
        "email": "joth@google.com",
        "time": "Sun Aug 25 22:52:54 2013 -0700"
      },
      "committer": {
        "name": "Jonathan Dixon",
        "email": "joth@google.com",
        "time": "Sun Aug 25 23:02:37 2013 -0700"
      },
      "message": "Preparation for deleting WebViewClassic\n\nBug: 10427705\n\n- layoutlib has references to classes that no longer build into the host\n  core JAR when WebViewClassic is removed.\n- preloaded-classes should not reference WebViewClassic classes.\n\nChange-Id: I4d6773a88ea2932982278127a3c96d38be54ddf5\n"
    },
    {
      "commit": "58b5057c6e36fecb4a3ea16fe6eedcf84cda97ee",
      "tree": "f82842ad52b5cb660bbfa454a847ea7f7c6e229e",
      "parents": [
        "f2c89b9ed65116888f1d4a863b7c10c007a49c5d",
        "c40e46e8413c112186eadc8526d20306d81c9008"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jul 30 14:10:43 2013 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Jul 30 14:10:43 2013 -0700"
      },
      "message": "am c40e46e8: am bfe1b801: Merge \"Update preloaded-classes\"\n\n* commit \u0027c40e46e8413c112186eadc8526d20306d81c9008\u0027:\n  Update preloaded-classes\n"
    },
    {
      "commit": "66fe96aa65b077ea2ddb5b6ce98f754d2ef0e1b2",
      "tree": "983559bfb6a26bcd6fcdc663f7d757dce19e0f5a",
      "parents": [
        "cfc23ac688be9de1ecd2e659455ea1ebcceb63dc"
      ],
      "author": {
        "name": "Sungmin Choi",
        "email": "sungmin.choi@lge.com",
        "time": "Tue Jul 30 12:09:28 2013 -0700"
      },
      "committer": {
        "name": "Sungmin Choi",
        "email": "sungmin.choi@lge.com",
        "time": "Tue Jul 30 13:50:27 2013 -0700"
      },
      "message": "Update preloaded-classes\n\nChange-Id: I42247e498ad532e3f4699bc87c0d314cde74e3f6\n"
    },
    {
      "commit": "03ce9b3e69f1eec85e7e7cbfd65bb9093e74cea8",
      "tree": "5ab5fa849c46fbb9fb773b303d9e136906fac8bc",
      "parents": [
        "4b77dbb2068b357a09db86102a391d27ffd84a19"
      ],
      "author": {
        "name": "Torne (Richard Coles)",
        "email": "torne@google.com",
        "time": "Wed Jun 12 16:02:03 2013 +0100"
      },
      "committer": {
        "name": "Torne (Richard Coles)",
        "email": "torne@google.com",
        "time": "Wed Jun 19 15:03:08 2013 +0100"
      },
      "message": "Enable preloading of the appropriate WebView.\n\nAllow the appropriate WebView to be preloaded in the zygote by\nconstructing the currently selected WebViewFactoryProvider when the\nWebViewFactory is preloaded. At runtime, if the preloaded provider is\nstill the current selection, the preloaded instance is used, otherwise\nthe provider is loaded at that time.\n\nThis change also removes \"graceful\" fallback from the experimental\nWebView to the classic implementation: if the option to use the\nexperimental WebView is selected and it could not be loaded\nsuccessfully at the time a WebView is created, an exception will be\nthrown, rather than allowing execution to continue with the classic\nimplementation, as the fallback may mislead developers who do not\nexamine logcat output in detail.\n\nChange-Id: I0cd01c784d7048abeac55ab5863ca16b8fd9ecf2\n"
    },
    {
      "commit": "e9ae6822a80cb1f3bd13c785f1727c03d35da52e",
      "tree": "b1458872d38a68b06c277276a3062bac0247509d",
      "parents": [
        "be53f1806cf9f0ec69f785a0063227e0ed795eb8",
        "1f6e789b7ee9698ab8c528a393c28cce500ace04"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Apr 29 23:09:03 2013 -0700"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Apr 29 23:09:03 2013 -0700"
      },
      "message": "resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aosp\n\nChange-Id: I06c05d637613215b6d83df3e29cd495f6a5a0176\n"
    },
    {
      "commit": "12e752225aa96888358294be0d725d499a1c9f03",
      "tree": "d716c7eedc50ccdf146aaca9b55fae969cf753ec",
      "parents": [
        "28b1f0ee02e14241ffb81f431fc54053771c1c90"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Tue Apr 23 22:34:24 2013 -0700"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Mon Apr 29 15:15:27 2013 -0700"
      },
      "message": "Track change to JSSE provider\n\nChange-Id: I35e824e47ad758ab6408e91e2ba5dcda053a82f5\n"
    },
    {
      "commit": "9787b80ea8331bce9be4c72b3dfb48c3e82f76a4",
      "tree": "985ad7388167fcbf69853e338738ce55f96e84a5",
      "parents": [
        "22f6a60e62253436a4f7da1a5d59adc0f17534cc"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Apr 26 12:53:57 2013 -0700"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Apr 26 13:38:07 2013 -0700"
      },
      "message": "Update preloaded classes\n\nBug: 5213043\nChange-Id: I272500ce7f6ea6bfbc624c9705f8c8b8ef1aa0ad\n"
    },
    {
      "commit": "42bb0307f8d9031e0656824532f51a7199be790e",
      "tree": "9b849e71a8aef2803c3dda548f9a69a3ea5b8a48",
      "parents": [
        "e0cd3c19546a00db3db706c6a993fb0e3bd00b3a"
      ],
      "author": {
        "name": "Sungmin Choi",
        "email": "sungmin.choi@lge.com",
        "time": "Sat Mar 09 15:19:47 2013 +0900"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Mon Mar 11 09:59:13 2013 -0700"
      },
      "message": "update preloaded-classes\n\nRemove some preloaded-classes and fix typo for deleting log messages\nas the followings during booting.\n\nW/Zygote  (  163): Class not found for preloading: android.bluetooth.\nBluetoothAudioGateway\nW/Zygote  (  163): Class not found for preloading: android.bluetooth.\nHeadsetBase\nW/Zygote  (  163): Class not found for preloading: undroid.content.Ab\nstractThreadedSyncAdapter$SyncThread\n\nChange-Id: Id02e0cccaeb150f48e12d67b2d691df828842e4c\n"
    },
    {
      "commit": "c0373dfdc1dadde7f616b5037e5639f6db7826eb",
      "tree": "d647bb052cf9127ee4ba968f86b51fbaa4468b0c",
      "parents": [
        "d5111f252b731396293caedbee929856acd6b276"
      ],
      "author": {
        "name": "Siva Velusamy",
        "email": "vsiva@google.com",
        "time": "Mon Sep 24 10:34:42 2012 -0700"
      },
      "committer": {
        "name": "Siva Velusamy",
        "email": "vsiva@google.com",
        "time": "Mon Sep 24 10:34:42 2012 -0700"
      },
      "message": "Do not preload videoeditor_jni since it breaks the emulator\n\nVideo editing is not supported on the emulator, so preloading\nthis causes the emulator to crash while booting up.\n\nBug 7200384\n\nChange-Id: I1915d888be328c20aa66ca2318722d5b6e6342b0\n"
    },
    {
      "commit": "dbf30edf7647939966747c27a65d00cd52d32fda",
      "tree": "217eae51740ea5d42d60f8f66709c22dcaa0ff38",
      "parents": [
        "7b6ec1f6fd4f2858063d2d441b6118ac22da5569"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Wed Sep 19 13:08:12 2012 -0700"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Wed Sep 19 13:32:21 2012 -0700"
      },
      "message": "Update preloaded-classes for JB-MR1\n\nBug: 5213043\nChange-Id: I13fa58fded8e47d2f11d1fbe6724bd81ce35276a\n"
    },
    {
      "commit": "fd9cb499e5e3157d2036fd1023fe1e54ac4a186b",
      "tree": "cf8cc25c4abb5afc3ceb1bb80fae897f55d759df",
      "parents": [
        "37548994e69292932e9e2fafb7cba6c53e3a2bcd"
      ],
      "author": {
        "name": "SangWook Han",
        "email": "sangwook.han@gmail.com",
        "time": "Sun Aug 12 19:46:51 2012 +0900"
      },
      "committer": {
        "name": "SangWook Han",
        "email": "sangwook.han@gmail.com",
        "time": "Sun Aug 12 19:46:51 2012 +0900"
      },
      "message": "Update preloaded-classes for JB\n\nChange-Id: Id127308529d581c94bd2e911b637931156ce82c1\n"
    },
    {
      "commit": "6b57b7e4d568bfa6273f87ef4c9af2fdc0ca1a06",
      "tree": "aa258e36a6f7e1484de46d4c8e677f23a2fa9dc8",
      "parents": [
        "19c86cacb2f0ba04cc93084ba474662afb17d88f"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 07 14:45:49 2011 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon Nov 07 14:45:49 2011 -0800"
      },
      "message": "Update perf tests to always run each test in a fresh process.\n\nAlso some new classes to preload.\n\nChange-Id: Ia2b5f856eaee533b9603b533ebaf8cb55e2ac193\n"
    },
    {
      "commit": "62c670fad7c6b75ee8c38b663eb39c3b16a32689",
      "tree": "41e90f073284cbe8a962b8796c7db933f5395d92",
      "parents": [
        "3efc794f8563558b9792cc8ffa1ab9e81a0129ea"
      ],
      "author": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Thu Aug 25 23:50:20 2011 -0400"
      },
      "committer": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Thu Aug 25 23:51:56 2011 -0400"
      },
      "message": "Fix preloaded classes for the emulator.\n\nBug: http://b/5216395\n\nChange-Id: I36f406e97d45bc4d50a4fd1ebeb880cf0eead7f2\n"
    },
    {
      "commit": "0d8eeb446e106bc216f9274c909ab5f864a751c4",
      "tree": "25fbc19f8924b5cf8812c5377e24836496b4f580",
      "parents": [
        "cfc0f2c206af24350245f83b36e0032a7d4de49a"
      ],
      "author": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Wed Aug 24 09:33:06 2011 -0400"
      },
      "committer": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Wed Aug 24 09:33:06 2011 -0400"
      },
      "message": "New preloaded classes for ICS.\n\nBug: http://b/3379487\nChange-Id: I0d6d637211cfba523ee3963e112a8a4c63320f39\n"
    },
    {
      "commit": "e713576292fc72086de47066981b86ad2f27ab0f",
      "tree": "b74a4e09582cff0f8861dae571fb02b01163de49",
      "parents": [
        "ba86443e8b8b83934a04c1c381d1c937d9f0093f"
      ],
      "author": {
        "name": "Shaopeng Jia",
        "email": "shaopengjia@google.com",
        "time": "Fri Aug 12 13:25:41 2011 +0200"
      },
      "committer": {
        "name": "Shaopeng Jia",
        "email": "shaopengjia@google.com",
        "time": "Fri Aug 12 13:25:41 2011 +0200"
      },
      "message": "Renaming com.google.i18n.phonenumbers to com.android.i18n.phonenumbers\nto avoid name collision.\n\nBug: 5157607\nChange-Id: Ic397f371e381a71f17b0b70b955e89d08f7a9867\n"
    },
    {
      "commit": "08645eb0f4a8d73b2b2f26d3232f45cf459a27bc",
      "tree": "941a7b03cab050d9327281ec62d630ef64660cbc",
      "parents": [
        "821e24336b3ab1f902fc3ee8da423226f50b540c"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Tue Jul 12 19:09:03 2011 -0700"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Tue Jul 12 19:09:03 2011 -0700"
      },
      "message": "Revert \"Don\u0027t preload HardwareRenderer, its static initialization is process dependant.\"\n\nThis reverts commit 821e24336b3ab1f902fc3ee8da423226f50b540c.\n"
    },
    {
      "commit": "821e24336b3ab1f902fc3ee8da423226f50b540c",
      "tree": "9222d95b19b601df29bf1d0dc271348e8bc4e4b9",
      "parents": [
        "067b873f7cc3d1b3e83604b78f8c0dc769f870b1"
      ],
      "author": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Tue Jul 12 18:16:35 2011 -0700"
      },
      "committer": {
        "name": "Romain Guy",
        "email": "romainguy@google.com",
        "time": "Tue Jul 12 18:16:35 2011 -0700"
      },
      "message": "Don\u0027t preload HardwareRenderer, its static initialization is process dependant.\n\nChange-Id: I229357aaaa10b19209983c122f98dd3c07e01d7f\n"
    },
    {
      "commit": "929a1c219248b62778807cac8ea256c7ac0fda6a",
      "tree": "827313f320bbbd767f720537e49e3dc87c8ef46e",
      "parents": [
        "4e96efe2edb73a8fbe4b89e85e03327da9796d80"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Tue Feb 01 21:54:09 2011 -0800"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Tue Feb 01 22:25:47 2011 -0800"
      },
      "message": "Removing android.security.MessageDigest\n\nBug: 3392028\nChange-Id: I6b9732da17d086ba00c846c3ad1c7fb39baf9502\n"
    },
    {
      "commit": "4140faeebbfa23d56068c1862b2913fb62145f4f",
      "tree": "35b073fcf402b3b06a1d0eb74a23eaf3c7fc93e6",
      "parents": [
        "9c91b3f9d679a22560141e6388e125879fb9f96a"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Mon Jan 24 16:17:43 2011 -0800"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Mon Jan 24 18:17:21 2011 -0800"
      },
      "message": "Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle\n\nBug: 3086427\nChange-Id: I7af99fe4c36d9a519777f0499ccab65646313879\n"
    },
    {
      "commit": "8068618ebed021c445db0919843cdb6b9b9e35b5",
      "tree": "8673dab9f76e20405a50fbbcfa0834258ca3d947",
      "parents": [
        "7633540cf0d1cfa1f893dc827cddaca3ea272af7"
      ],
      "author": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Fri Jan 21 17:12:43 2011 -0800"
      },
      "committer": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Fri Jan 21 17:25:55 2011 -0800"
      },
      "message": "Update preloaded-classes for Honeycomb.\n\nWe preload classes for two reasons. Classes that are popular can be\nshared and can increase the number of apps that can be run concurrently.\nClasses that initialize slowly can be initialized at system boot time\nby the zygote, decreasing the time to launch a specific app.\n\nTo select which classes to preload, I exercised Android\u0027s built-in apps\nas well as these apps from Market: ESPN score center, Amazon, Flixster,\nTwitter, Adobe Reader, Ebay Mobile, Facebook, Solitare (Ken Magic),\nBarcode Reader, Google Earth and Square.\n\nA cycle of launching ~460 (non unique) activities in sequence took 9m35s\nwith the previous preloaded-classes list. The update improves the launch\ntime of the same sequence to 9m27s: the marginal improvement over the\nprevious set of preloaded classes is negligible.\n\nhttp://b/3004763\n\nChange-Id: Ida511ae31eeff6d95d9cb6aacae68b9bb9dd2ebe\n"
    },
    {
      "commit": "ffdf487b6f6b7d75ba7d30d62275395c68f6b0a0",
      "tree": "d49e6e83df31a0684dc075aa492ca972055d18da",
      "parents": [
        "04e0c49092aebcbbe22e8dc3571f26faf4d02dc5",
        "73cd0c39bb1289704df3f3266ecedd3ed561d48c"
      ],
      "author": {
        "name": "Dan Bornstein",
        "email": "danfuzz@android.com",
        "time": "Fri Nov 05 13:12:48 2010 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Nov 05 13:12:48 2010 -0700"
      },
      "message": "am 73cd0c39: am 7dbeb24a: This class no longer exists.\n\n* commit \u002773cd0c39bb1289704df3f3266ecedd3ed561d48c\u0027:\n  This class no longer exists.\n"
    },
    {
      "commit": "7dbeb24a9fa950ec99fbcd8cbfcfdd8199de3d86",
      "tree": "57ac7428d729cde31a1018b4f1d5e4c298877e38",
      "parents": [
        "82fc12af416e351cb0a9d978734d585ab66d3f27"
      ],
      "author": {
        "name": "Dan Bornstein",
        "email": "danfuzz@android.com",
        "time": "Thu Nov 04 16:17:52 2010 -0700"
      },
      "committer": {
        "name": "Dan Bornstein",
        "email": "danfuzz@android.com",
        "time": "Thu Nov 04 16:17:52 2010 -0700"
      },
      "message": "This class no longer exists.\n\nChange-Id: I2ec8a1687aa699a236fd83afba89066d07a0bcc2\n"
    },
    {
      "commit": "f25d24b2c772195898db622598b267fc0e04b048",
      "tree": "3c453af7f7205587dbab1ff2fb79392378471ab4",
      "parents": [
        "db3694d03068aca596feee7326d3c14eb71d8dc9",
        "8b1082bba91c085baf523212d85f3bfbb6ee9cea"
      ],
      "author": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Oct 15 13:10:01 2010 -0700"
      },
      "committer": {
        "name": "Kenny Root",
        "email": "kroot@google.com",
        "time": "Fri Oct 15 13:10:01 2010 -0700"
      },
      "message": "resolved conflicts for merge of 8b1082bb to master\n\nChange-Id: If9d898123894c53bf83ac28cc7c03cd849c8ef17\n"
    },
    {
      "commit": "c9332fa3e9e9e0897482a9c26cf9d997e57376b7",
      "tree": "fb17ed06dd901359b93bbd5853bde34761ed0aeb",
      "parents": [
        "d3a8f33be11aac17bda8c7c0c7cb968a542a0396"
      ],
      "author": {
        "name": "Bjorn Bringert",
        "email": "bringert@android.com",
        "time": "Wed Oct 13 17:24:27 2010 +0100"
      },
      "committer": {
        "name": "Bjorn Bringert",
        "email": "bringert@android.com",
        "time": "Thu Oct 14 09:39:25 2010 +0100"
      },
      "message": "Delete unused WebView drag tracking code\n\nThis also removes android.graphics.utils.BoundaryPatch\nwhich was only used by the Browser for the unused drag\ntracking (and by a demo app that I\u0027m also removing).\n\nChange-Id: I48253ae005ab11cb4c70d132bc1ea4f2692e2bd2\n"
    },
    {
      "commit": "eaca10e2d0a61c482b6a1799ca9f51d8f67482cb",
      "tree": "0a8d7c05494fe42eacff02ead4a0275909763634",
      "parents": [
        "844a6b3ccaff1ad1443ad985e4527b733ce97c0e"
      ],
      "author": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Tue Oct 12 21:35:56 2010 -0700"
      },
      "committer": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Wed Oct 13 16:55:26 2010 -0700"
      },
      "message": "Regenerate preloaded classes for Gingerbread.\n\nUnlike previous releases where the set of classes-to-be-preloaded\nwas generated on a first-generation device (G1 and MyTouch 3G), this\nround I used a second-generation device, a Nexus One. As a consequence,\nclass loading is faster (win) and fewer classes hit the 1250ms threshold.\nInstead of sharing classes based on load time alone, classes are now shared\nbased on the number of applications loading them.\n\nChange-Id: I18f7aa3e7e6258818871b3968b515c06314371b3\nhttp://b/2546002\n"
    },
    {
      "commit": "888edab661995e05e751098ed393d5b0c50ab499",
      "tree": "02907641fcbcfb5eb29095b44763db15d7310864",
      "parents": [
        "e06be941185e33392dde3dcaba85c67ce5423578"
      ],
      "author": {
        "name": "Bjorn Bringert",
        "email": "bringert@android.com",
        "time": "Fri Oct 08 16:31:36 2010 +0100"
      },
      "committer": {
        "name": "Bjorn Bringert",
        "email": "bringert@android.com",
        "time": "Mon Oct 11 07:53:30 2010 +0100"
      },
      "message": "Move SyncStateContentProviderHelper to frameworks/ex\n\nChange-Id: I26cdb3e72a0075e4df3854b526bdf6bb08d671a2\n"
    },
    {
      "commit": "a006b47298539d89dc7a06b54c070cb3e986352a",
      "tree": "73596cd05521ac6506f5811bc36f1c8ebeeb4315",
      "parents": [
        "7eb84256e57ce85bece610e6a01e20fa12e0f3fe"
      ],
      "author": {
        "name": "Bjorn Bringert",
        "email": "bringert@android.com",
        "time": "Wed Apr 14 14:43:26 2010 +0100"
      },
      "committer": {
        "name": "Bjorn Bringert",
        "email": "bringert@android.com",
        "time": "Wed Aug 18 15:39:52 2010 +0100"
      },
      "message": "New API and implementation of DB and memory-backed FDs\n\nThis depends on a kernel patch that implements read(2)\nin the ashmem driver.\n\nBug http://b/issue?id\u003d2595601\n\nChange-Id: Ie3b10aa471aada21812b35e63954c1b2f0a7b042\n"
    },
    {
      "commit": "92d249c57ffb8331860494f4ff403c805fdbc0dc",
      "tree": "15a38fa6c68a53ef6f35d4d6675d7f39f1e57b76",
      "parents": [
        "507a4ea34038daa521036d4c820288b3166a0ed5",
        "1b7e4d5adcc2737bc11bfbf42a88a02d6df984e0"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Thu Aug 05 14:02:36 2010 -0700"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Thu Aug 05 14:02:36 2010 -0700"
      },
      "message": "resolved conflicts for merge of 1b7e4d5a to master\n\nChange-Id: Ib3f8e1bffb759dbe5ef5e681ac872e9a9b70c24e\n"
    },
    {
      "commit": "3c7c351a6217ac48b741740167c201a679a0ca65",
      "tree": "f539d70e0a46249f01dd6fb45563f1ebc4bed706",
      "parents": [
        "cde66df44240cfe5a7bec12ac52464c3bf26c14f"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Aug 04 15:44:39 2010 -0700"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Aug 04 23:47:38 2010 -0700"
      },
      "message": "Tracking merge of dalvik-dev to gingerbread\n\ngit cherry-pick --no-commit f77cf7f0\ngit cherry-pick --no-commit c8f503b5285e30c1a881d0ba860ba9021f57d113\ngit cherry-pick --no-commit 570bb561\ngit cherry-pick --no-commit e2417541\ngit cherry-pick --no-commit e4d81f25bd4dc1a5c909b56ab56a56406290da30\ngit cherry-pick --no-commit 5e8a587d\n\nChange-Id: I101a385d43f3e0f4ce5352217f92ef67a3908c88\n"
    },
    {
      "commit": "570bb5618a015c105e44eb1447dae5e0a34f3849",
      "tree": "4042bc44078912b19abc62822ed1a0e6e814a979",
      "parents": [
        "0e94b5151d817e600a888448a662208b29b5ef46"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Jun 30 00:54:29 2010 -0700"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Wed Jun 30 00:54:29 2010 -0700"
      },
      "message": "frameworks/base updates to track merge from dalvik-dev\n- frameworks and CoreTests modules now depend on bouncycastle\n- update preloades classes for NativeBN package change\n- moved CryptoTest to libcore\n- updated api\n\nChange-Id: I47363a463f074af205b5bd128cd98faab70ac849\n"
    },
    {
      "commit": "2c63fe44f48cde663c3f9d5373ec93f7dd96f6f8",
      "tree": "5ed219b1d4145d1e699fad0be64afcc2ff369f11",
      "parents": [
        "8a380d1bd01f105e3250cd985954677f53a90329"
      ],
      "author": {
        "name": "Daniel Lehmann",
        "email": "lehmannd@google.com",
        "time": "Thu Jun 03 10:43:01 2010 -0700"
      },
      "committer": {
        "name": "Daniel Lehmann",
        "email": "lehmannd@google.com",
        "time": "Mon Jun 21 16:27:49 2010 -0700"
      },
      "message": "Remove ContactHeaderWidget, because it lives directly in the Contacts App from now on\n\nChange-Id: I1d3646f2744e01a1e64db8787b4cd7dd746d540e\n"
    },
    {
      "commit": "c3fa6304c997ccecf8ed15a4cbb7bd245128f3c3",
      "tree": "661df0a7630c77abb85158fe596488b3e70e5da7",
      "parents": [
        "b0ccc7ca7512410739f260be0777d7161971c081"
      ],
      "author": {
        "name": "Adam Powell",
        "email": "adamp@google.com",
        "time": "Tue May 18 11:36:27 2010 -0700"
      },
      "committer": {
        "name": "Adam Powell",
        "email": "adamp@google.com",
        "time": "Fri Jun 04 12:18:16 2010 -0700"
      },
      "message": "Added ListPopupWindow. Refactored AutoCompleteTextView and Spinner\n(optionally) to use it. Added associated styles.\n\nListPopupWindow allows apps to present a popup window of options to\nthe user that will correctly dodge the IME if needed.\n\nChange-Id: I509c6c45036856daab686a6edeb7a9de1e72eb0a\n"
    },
    {
      "commit": "26ae7875ad41c79d595a137c2f4a55c8d8e16f4c",
      "tree": "54895c01cab95fc4afeaad662557274df2b24310",
      "parents": [
        "55bd466d783384db74969881a3a1dfbcf56b3179"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Jun 03 12:10:28 2010 -0700"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Thu Jun 03 12:10:28 2010 -0700"
      },
      "message": "Remove dead classes from the preload list.\n\nChange-Id: I90799fe258ea23db764193fc5fab1a25c13b5563\n"
    },
    {
      "commit": "e635a6bcc12ddafdf921f564fd3ff374a6ad3ffd",
      "tree": "d70ed850c767d13e5713bb1c8091cec304be6504",
      "parents": [
        "4cd06e25286fc6a8749333e24c96c420aa2fd72f",
        "12cd606d70f30ab9bd0923255185135e06b4f84f"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jun 02 22:37:04 2010 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Jun 02 22:37:04 2010 -0700"
      },
      "message": "am 12cd606d: am 0cbda99f: The status bar draws its icons now.\n"
    },
    {
      "commit": "0cbda99f8721ad9b03ada04d2637fb75a2a0feca",
      "tree": "99b716653b139e560223dfc764bfc9a746df7bb5",
      "parents": [
        "503007dd023668b1e45de948d3673e594d7f5a82"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Sun May 02 16:28:15 2010 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Wed Jun 02 14:48:41 2010 -0700"
      },
      "message": "The status bar draws its icons now.\n"
    },
    {
      "commit": "f77cf7f0f0ea2533d1aef2d098b74d7870bca69e",
      "tree": "d622e4674c0d751096bc1dca8f298758839bec40",
      "parents": [
        "a15dcfaf2bc7cbd13b30db6766afe3bbaa01db97"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Thu May 27 23:11:20 2010 -0700"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Thu May 27 23:11:20 2010 -0700"
      },
      "message": "Merge remote branch \u0027goog/dalvik-dev\u0027 into dalvik-dev-to-master\n\nNote that the api/9.xml change is removing APIs that were removed going from RI 5 to RI 6\n\nChange-Id: I665a30c4fdc2ca73c3ade0ad7487aa85cebf272f\n"
    },
    {
      "commit": "a0a126a060b6b9ba51bc99f82ff4d322f779325e",
      "tree": "2187fd23bd5fa69fcc8f9176e9f90851fe4456be",
      "parents": [
        "4405a0fefb63ebe4fe54ce54a64d3f37848c1285",
        "e34d31e690cdfc529fe8e1e8f70e50c3719a4ccc"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri May 07 10:25:41 2010 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri May 07 10:25:41 2010 -0700"
      },
      "message": "am e34d31e6: am e616553e: Updaing preloaded classes with removal of OpenSSLSocketImpl\n\nMerge commit \u0027e34d31e690cdfc529fe8e1e8f70e50c3719a4ccc\u0027 into kraken\n\n* commit \u0027e34d31e690cdfc529fe8e1e8f70e50c3719a4ccc\u0027:\n  Updaing preloaded classes with removal of OpenSSLSocketImpl$Finalizer\n"
    },
    {
      "commit": "e616553ebc895bef22b7e9e1d1d4b6cffdbe82fe",
      "tree": "42e8e871dc15af05441fe1095fa46c14d94ce1fc",
      "parents": [
        "e50b940f153070a631a6c0d426cb7f3207042659"
      ],
      "author": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri May 07 10:12:01 2010 -0700"
      },
      "committer": {
        "name": "Brian Carlstrom",
        "email": "bdc@google.com",
        "time": "Fri May 07 10:13:36 2010 -0700"
      },
      "message": "Updaing preloaded classes with removal of OpenSSLSocketImpl$Finalizer\n\nPart of fixing b/2663512: \"java.io.IOException: SSL shutdown failed.: Ok\" shouldn\u0027t dump a stacktrace\n\nChange-Id: Ic6070ab9abb58c08eb7c5d8648424f582bb48e1c\n"
    },
    {
      "commit": "86b0276a39d1ca1472e09d4c3787f5ff8f49a1d9",
      "tree": "02f751df2343dfcddc108cf512d0ad974d0d0e87",
      "parents": [
        "1064a13181c8bfca2e7ab0a3b255a0e88499e0d7",
        "f9e90378d50210298d1cec2b913653597cd62be4"
      ],
      "author": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Sat Apr 10 11:47:45 2010 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Sat Apr 10 11:47:45 2010 -0700"
      },
      "message": "am f9e90378: am bc284a5f: Merge \"Move the public method HttpDateTime.parse() into AndroidHttpClient.\" into froyo\n\nMerge commit \u0027f9e90378d50210298d1cec2b913653597cd62be4\u0027 into kraken\n\n* commit \u0027f9e90378d50210298d1cec2b913653597cd62be4\u0027:\n  Move the public method HttpDateTime.parse() into AndroidHttpClient.\n"
    },
    {
      "commit": "7cfa90fee54f44831ac492891d1c123601c2a262",
      "tree": "64aa2167e720f396f42b2ae008742cad17282713",
      "parents": [
        "34959e3fe87012d554af07fd6ad294b2ce3daea7"
      ],
      "author": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Thu Apr 08 14:20:57 2010 -0700"
      },
      "committer": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Fri Apr 09 13:34:15 2010 -0700"
      },
      "message": "Move the public method HttpDateTime.parse() into AndroidHttpClient.\n\nSee bug http://b/2553589\n\nChange-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876\n"
    },
    {
      "commit": "00b74270c9f136a8727c5f6cda0997a3a905f385",
      "tree": "57e8b7aa5d09ef5909326e952e04367d24c291e7",
      "parents": [
        "5b53244a4e6c81b5346cde22fabbbefe5b472cf7"
      ],
      "author": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Fri Mar 26 10:41:48 2010 -0400"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@android.com",
        "time": "Sun Apr 04 18:44:05 2010 -0400"
      },
      "message": "Move files internal to LocationManagerService from framework.jar to services.jar\n\nChange-Id: Iebbfc49b8300ab59730733efdf489ec87ea45a25\nSigned-off-by: Mike Lockwood \u003clockwood@android.com\u003e\n"
    },
    {
      "commit": "59fc58dc3f164e33a96aee09505fac5818747cb6",
      "tree": "c2c3eb244cc030c336ba52c4d904c7eb66aed028",
      "parents": [
        "691b806ff8b4a6428588e8495cb1a5819a0aee99"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Mon Mar 29 18:06:11 2010 -0700"
      },
      "committer": {
        "name": "Joe Onorato",
        "email": "joeo@android.com",
        "time": "Mon Mar 29 18:06:11 2010 -0700"
      },
      "message": "fix the build\n\nChange-Id: I39e1bdfbea1c9dfa6a4a09f94f6eb75095290427\n"
    },
    {
      "commit": "ab69e29c1927bdc6143324eba5ccd78f7c43128d",
      "tree": "390f7884601bcacc41fa75698f6d02b9a2b19e3d",
      "parents": [
        "272b504ee6aaf2515572520cd642f9a4fbf81a44"
      ],
      "author": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Mon Mar 29 13:23:15 2010 -0700"
      },
      "committer": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Mon Mar 29 13:46:47 2010 -0700"
      },
      "message": "relocate android.util.base64.* -\u003e android.util.*\n\nb/2553469 - API REVIEW: android.util.base64\n\nChange-Id: I6a514032152a8b1899db52d020aca8e8b19e74e9\n"
    },
    {
      "commit": "7adc274abd9c0c361b798c2348251358d7adeb18",
      "tree": "58f55c79363e5810ffc99fdcdde86dab8d77e6af",
      "parents": [
        "0a9355bc72152b3f5d7910e8f59ce3f0c007219f"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Mar 05 18:03:22 2010 -0800"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Fri Mar 05 18:26:41 2010 -0800"
      },
      "message": "Fix up missed refactoring in JNI reg and preloaded-classes\n\nChange-Id: I079bdf4edfb9083eba3e15d8e4dbf3b2bad9190c\n"
    },
    {
      "commit": "87bba1ee14279bb14a28d42e27c4ef66d9967bf8",
      "tree": "915eb0be9f5fac21d24bacf76438cafb9f14bae0",
      "parents": [
        "8c49df4f36bee2878ab0ff7dc99dff60dc7354fb"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Feb 26 17:25:54 2010 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri Feb 26 23:32:48 2010 -0800"
      },
      "message": "Move DeviceAdmin APIs to android.app.admin.\n\nAlso add ability for admins to hide themselves when not in use,\na facility for admins to not allow other admins to reset\ntheir password, and debug dumping.\n"
    },
    {
      "commit": "2269d1572e5fcfb725ea55f5764d8c3280d69f6d",
      "tree": "7ce0788be6d85972d42ee7135cdce82aa323fcc7",
      "parents": [
        "e46145f7c114b9ac6d19c6a7886e9239463f91e1"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Wed Feb 24 19:54:22 2010 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Feb 25 11:39:33 2010 -0800"
      },
      "message": "Re-arrange android-common so framework no longer links with it.\n\nThis is the framework part, moving classes around so the framework\nno longer needs to link to android-common.  Makes some APIs public,\nothers that didn\u0027t need to be public are private in the framework,\nsome small things are copied.\n"
    },
    {
      "commit": "e9fcaa0697dcb257d0288118347f721ce8806b55",
      "tree": "f454ddf387fc3a299d9e06ae40fa01af3e0eb6af",
      "parents": [
        "4bd222f1072513b21cd66d6f983ebdccb6d9b0c8"
      ],
      "author": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Tue Feb 23 17:06:58 2010 -0800"
      },
      "committer": {
        "name": "Jesse Wilson",
        "email": "jessewilson@google.com",
        "time": "Wed Feb 24 15:50:05 2010 -0800"
      },
      "message": "New update of preloaded classes for Froyo.\n"
    },
    {
      "commit": "f575403e31b5fa583a6f7c1b33c575a69b78b895",
      "tree": "e2079149f91e98c33f7c0814f1cb2b5b7719efc5",
      "parents": [
        "760dcecd9d0aad300c7af1e232156a9ad1399a71"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Feb 04 18:10:33 2010 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Feb 04 18:10:33 2010 -0800"
      },
      "message": "Whoops I am an idiot.\n"
    },
    {
      "commit": "8fca8ab6849d83861b86c6a3af189adf86c51d07",
      "tree": "56fcc94ce7d5d5932fe0007a24b6477abc489b42",
      "parents": [
        "50929f089b04b84f432d94438c34252e753d8042"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Feb 04 17:39:50 2010 -0800"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu Feb 04 17:39:50 2010 -0800"
      },
      "message": "Whoops, update preloaded classes.\n"
    },
    {
      "commit": "45a9a14006214e6478311ffcb980e766702d5a76",
      "tree": "a1809c02f983ffb88b215fd4a177008dcf053f26",
      "parents": [
        "3c4a1ebc19abba06af565071c243e55ba6eef585"
      ],
      "author": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Wed Feb 03 13:52:18 2010 -0800"
      },
      "committer": {
        "name": "Doug Zongker",
        "email": "dougz@android.com",
        "time": "Wed Feb 03 13:52:18 2010 -0800"
      },
      "message": "remove android.webkit.HttpDateTime, again\n\nRemove this class, again, and change the webkit uses of it to use the\none in android-common.  Remove class from preloaded-classes as well.\n\nChange-Id: Ic0d4835e77180d299bc2c22b7c8780861b4781ee\n"
    },
    {
      "commit": "5e342fa3260044353705c946d3ae62c89df52ee6",
      "tree": "5a84e9baf175c6cbba2553ebaf45387e6bbdf06b",
      "parents": [
        "1f40f174e7590d9e19042b418427b8efa72f2454"
      ],
      "author": {
        "name": "Tom Taylor",
        "email": "tomtaylor@google.com",
        "time": "Thu Jan 28 15:54:15 2010 -0800"
      },
      "committer": {
        "name": "Tom Taylor",
        "email": "tomtaylor@google.com",
        "time": "Thu Jan 28 16:59:27 2010 -0800"
      },
      "message": "Remove MMS from the framework\n\nThe MMS code has been moved into the mms-common library.\nMove SqliteWrapper (and make it hidden) into the database\ndirectory because Telephony.java depends on it. Create a mmscommon\nlibrary similar to androidcommon for a number of files used both\nby the telephony layer, by mms, and by myfaves.\n\nChange-Id: I2e23e87c4961b87c42a4c8a63f812fa9e0e44dec\n"
    },
    {
      "commit": "9688d1e9d88ccae8f447e715cb1b498293474f0a",
      "tree": "9963027144e3021aadc67a99cdbad13aff39af04",
      "parents": [
        "946e007283d76d6855824ed00910fb1470d369c2"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Jan 27 12:22:16 2010 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Jan 27 12:22:54 2010 -0800"
      },
      "message": "Remove about-to-be-renamed class from preload list.\n\n(Safer than tracking the rename here, since the class is in the dalvik/libcore\nrepo.)\n"
    },
    {
      "commit": "946e007283d76d6855824ed00910fb1470d369c2",
      "tree": "1b0b870a0deb889c2f5f5eb80b2ce148f9fdbe05",
      "parents": [
        "e5651d670103e08c04d19f0aef742900e45d1dba"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Jan 27 11:17:19 2010 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Jan 27 11:17:19 2010 -0800"
      },
      "message": "Remove another scheduled-for-deletion class from the preload list.\n"
    },
    {
      "commit": "f41539e17e80fd188784f3969ad36e0bf9704e2a",
      "tree": "e7aae668f4acd3ed000f228dd2e7a0342fa0d0d4",
      "parents": [
        "85fd374eabe610ab8213109ae87e2862a4da8985"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jan 26 17:17:26 2010 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jan 26 17:17:26 2010 -0800"
      },
      "message": "Track removal of a class.\n"
    },
    {
      "commit": "fc35343cfe29e32301df941c3a3dfd5458e32395",
      "tree": "40ca2546f543299472ea67ae14a0806054d71a59",
      "parents": [
        "cb6ffa28244e491b2ae8e3b1c68ba7c93a08e560"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Fri Jan 15 22:02:45 2010 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jan 19 11:48:22 2010 -0800"
      },
      "message": "Remove old InetAddress DNS cache from preloaded-classes.\n\nFor https://android-git.corp.google.com/g/37614 .\n"
    },
    {
      "commit": "8f028a94fc533e75077485a7d11a04e4de820335",
      "tree": "318a2faf102a12a01aaaae4e25567fe7a841c936",
      "parents": [
        "aee3c6394a367abf283936cb8b8bd85ed028c050"
      ],
      "author": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Fri Jan 08 13:34:57 2010 -0800"
      },
      "committer": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Tue Jan 12 10:27:13 2010 -0800"
      },
      "message": "Moved DomainNameChecker to android common.\n\n- Moved DomainNameChecker from android.net.http to android common, and renamed to DomainNameValidator.\n- Added a simplified version of DNParser, which DomainNameValidator uses instead of X509Name in order to extract Subject Name from a certificate.\n- Added unit tests for DomainNameChecker and DNParser.\n\nThere\u0027s a suspicious comment in DomainNameChecker saying something like \"X509Certificate fails to parse a certificate when a subject alt name begins with \u0027*\u0027\".  I think we should fix it if it\u0027s really the case -- otherwise certificates with the wildcard wouldn\u0027t work.  I\u0027ll see if it\u0027s true after submitting this patch.\n"
    },
    {
      "commit": "fe4357c67f205a8ad5d6d85797f0c883f26a6d5f",
      "tree": "ec8ac150a7004fa687ba74a2040d7fe07f9f0932",
      "parents": [
        "f2c68d64ee418f5e042b7d61ac406492b436b395"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jan 05 13:56:38 2010 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Tue Jan 05 13:56:38 2010 -0800"
      },
      "message": "Stop preloading a class I\u0027m about to remove.\n"
    },
    {
      "commit": "e38d58bf890c03eb034afd18c62c730c7d735f1c",
      "tree": "f8b42d11fc37826b1afd7a7242f94eee83299458",
      "parents": [
        "2c3058a88f035398fee4321a15347ca51af31cc7"
      ],
      "author": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Wed Dec 30 19:29:03 2009 -0800"
      },
      "committer": {
        "name": "Dan Egnor",
        "email": "egnor@google.com",
        "time": "Mon Jan 04 10:14:21 2010 -0800"
      },
      "message": "Remove Google-specific (or only-used-by-Google-code) classes.\n\nFix a small typo in Context javadoc.\n"
    },
    {
      "commit": "f0108cda21bec61418b24aa6217406072780b5d5",
      "tree": "8866dfdec50a4bff63f188784779f7e1a9aa0216",
      "parents": [
        "fddd8f96f34b622cbdd0d891f8a7f5b7e18fdbf8",
        "ad2fa35d888e0763bfef0fc060775bec5d169479"
      ],
      "author": {
        "name": "Tom Taylor",
        "email": "tomtaylor@google.com",
        "time": "Tue Dec 22 10:11:55 2009 -0800"
      },
      "committer": {
        "name": "Tom Taylor",
        "email": "tomtaylor@google.com",
        "time": "Tue Dec 22 10:11:55 2009 -0800"
      },
      "message": "resolved conflicts for merge of ad2fa35d to master\n\nChange-Id: Ia4362cd48ac0689b91003943a4cd9660da72ff90\n"
    },
    {
      "commit": "ad2fa35d888e0763bfef0fc060775bec5d169479",
      "tree": "ac2dc1f03392f34e08c69bc8c0272f3da20e5992",
      "parents": [
        "497cf2b9bf2a67d8e5492c3139624e6363ec59c1",
        "d4a4729c0cac582a2dcec7c8cfb316b81885a0f0"
      ],
      "author": {
        "name": "Tom Taylor",
        "email": "tomtaylor@google.com",
        "time": "Mon Dec 21 15:44:34 2009 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Dec 21 15:44:34 2009 -0800"
      },
      "message": "am d4a4729c: Update imports to android-common\n\nMerge commit \u0027d4a4729c0cac582a2dcec7c8cfb316b81885a0f0\u0027 into eclair-mr2-plus-aosp\n\n* commit \u0027d4a4729c0cac582a2dcec7c8cfb316b81885a0f0\u0027:\n  Update imports to android-common\n"
    },
    {
      "commit": "d4a4729c0cac582a2dcec7c8cfb316b81885a0f0",
      "tree": "900252de39b7edd2409c6fff0d0609da759b2d6f",
      "parents": [
        "6a18871355f22bd0f91192e91345f48dff91f71a"
      ],
      "author": {
        "name": "Tom Taylor",
        "email": "tomtaylor@google.com",
        "time": "Mon Dec 21 13:59:18 2009 -0800"
      },
      "committer": {
        "name": "Tom Taylor",
        "email": "tomtaylor@google.com",
        "time": "Mon Dec 21 13:59:18 2009 -0800"
      },
      "message": "Update imports to android-common\n\nSeveral files were moved to android-common. Update all the references\nto import those files from the new location.\n"
    },
    {
      "commit": "08ace2e0f5bc83848c723e9cf533c55fd55745e0",
      "tree": "c735d041f581be09ff0f578a5a702c0135b86666",
      "parents": [
        "b5c6be6db25d9e9405ea4cf20bbedd46a62dc0bb",
        "4986934e189032dba43676973038879b5f90a406"
      ],
      "author": {
        "name": "Jeff Hamilton",
        "email": "jham@android.com",
        "time": "Thu Dec 17 11:53:25 2009 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Dec 17 11:53:25 2009 -0800"
      },
      "message": "am 4986934e: Merge change Ia6446890 into eclair-mr2\n\nMerge commit \u00274986934e189032dba43676973038879b5f90a406\u0027 into eclair-mr2-plus-aosp\n\n* commit \u00274986934e189032dba43676973038879b5f90a406\u0027:\n  Remove the IM provider contract class.\n"
    },
    {
      "commit": "f3960b1271c65d64f9836894af600948bd804e7c",
      "tree": "648ae3cc7993da4681ea6eec4c724402199dc2d9",
      "parents": [
        "492604e95239c1427dd5acb9109eb8acaaafc50d"
      ],
      "author": {
        "name": "Jeff Hamilton",
        "email": "jham@android.com",
        "time": "Fri Nov 20 20:04:03 2009 -0800"
      },
      "committer": {
        "name": "Jeff Hamilton",
        "email": "jham@android.com",
        "time": "Thu Dec 17 13:47:36 2009 -0600"
      },
      "message": "Remove the IM provider contract class.\n\nChange-Id: Ia644689021aca3e429d42727dfd6262b6986dfd2\n"
    },
    {
      "commit": "7fa1f88b48894d03b9182d0db0e53e78f302d484",
      "tree": "e179634aa044ecfc331dccde6de2770f4b0156c7",
      "parents": [
        "170dcbcad42f78ed308493c4a8f06e2518561606"
      ],
      "author": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Dec 16 14:13:17 2009 -0800"
      },
      "committer": {
        "name": "Elliott Hughes",
        "email": "enh@google.com",
        "time": "Wed Dec 16 14:13:17 2009 -0800"
      },
      "message": "Fix preloading after https://android-git.corp.google.com/g/35674.\n\nJosh removed the useless valueOfCache classes from the library, but not from\nthe preload list.\n"
    },
    {
      "commit": "2c5634198a4438e0d6be3e8cc3ae5fc6b0fdf588",
      "tree": "06ec42e1a77f438bad81867cf22200d59d582471",
      "parents": [
        "c333133107fb492de481a96ed1277e71daf2dd8c",
        "5a374f94f8be9604e0485e07943637783522c0b7"
      ],
      "author": {
        "name": "Fred Quintana",
        "email": "fredq@google.com",
        "time": "Tue Dec 15 15:57:33 2009 -0800"
      },
      "committer": {
        "name": "Fred Quintana",
        "email": "fredq@google.com",
        "time": "Tue Dec 15 15:57:33 2009 -0800"
      },
      "message": "resolved conflicts for merge of 5a374f94 to master\n"
    },
    {
      "commit": "01dde47ea9dda6f869557931db5f64573b9ce73d",
      "tree": "c584d1a66d46957e409b5426b43ddeba08aaca6e",
      "parents": [
        "d6542507e73e1d7f3380cb4657a0745772818002"
      ],
      "author": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Tue Dec 15 13:10:06 2009 -0800"
      },
      "committer": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Tue Dec 15 14:26:13 2009 -0800"
      },
      "message": "Bug 2326468\n\nDeleted old copy of the GoogleHttpClient, and the unit tests.\n"
    },
    {
      "commit": "5a374f94f8be9604e0485e07943637783522c0b7",
      "tree": "2c8eeb0886e7156c8785c8c0bbb40f01747ec1ea",
      "parents": [
        "451c850fd60aca5372810a5413636fda25d93438",
        "274dc9d35fdf5d0464f74071a9a8f14e497d4d5f"
      ],
      "author": {
        "name": "Fred Quintana",
        "email": "fredq@google.com",
        "time": "Tue Dec 15 05:56:03 2009 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Dec 15 05:56:03 2009 -0800"
      },
      "message": "am 274dc9d3: moved the hidden sync helpers out of the framework\n\nMerge commit \u0027274dc9d35fdf5d0464f74071a9a8f14e497d4d5f\u0027 into eclair-mr2-plus-aosp\n\n* commit \u0027274dc9d35fdf5d0464f74071a9a8f14e497d4d5f\u0027:\n  moved the hidden sync helpers out of the framework\n"
    },
    {
      "commit": "3f6f6807e57ba25846b0e1a9166ca964771d4b4e",
      "tree": "40d6d887544ccd2d76af7c877d9dd6b50f83b4cd",
      "parents": [
        "781d10991ff67c9c564e20bc0fdd7a1b15d413ce"
      ],
      "author": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Mon Dec 14 16:54:34 2009 -0800"
      },
      "committer": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Mon Dec 14 16:54:34 2009 -0800"
      },
      "message": "Fixed bad merge in preloaded-classes\n"
    },
    {
      "commit": "274dc9d35fdf5d0464f74071a9a8f14e497d4d5f",
      "tree": "ecc71d179dd35751170f6a8138f220eb1c95e1cd",
      "parents": [
        "15f1bfb0d29915ed1790b22a00fd7032f035ddb0"
      ],
      "author": {
        "name": "Fred Quintana",
        "email": "fredq@google.com",
        "time": "Fri Dec 11 13:17:08 2009 -0800"
      },
      "committer": {
        "name": "Fred Quintana",
        "email": "fredq@google.com",
        "time": "Mon Dec 14 16:33:13 2009 -0800"
      },
      "message": "moved the hidden sync helpers out of the framework\n"
    },
    {
      "commit": "e143bc92b2dfa205ea6af80855132bf52e018688",
      "tree": "46933356cfa47695992d68e3336788d50ad8f7f5",
      "parents": [
        "1a500c46ef3be3316616f7bb3eaf8ade05262359",
        "15d3bb2ce6b3e48608148d56b2ba1555ad63dff8"
      ],
      "author": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Mon Dec 14 10:56:45 2009 -0800"
      },
      "committer": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Mon Dec 14 10:56:45 2009 -0800"
      },
      "message": "resolved conflicts for merge of 15d3bb2c to master\n"
    },
    {
      "commit": "15d3bb2ce6b3e48608148d56b2ba1555ad63dff8",
      "tree": "9b59c763ce07e3888794bbbc9378559326779cdd",
      "parents": [
        "80a1335049bd6653a558bd9a2c625c091900caff",
        "7762d93621f508f4410fd37b5bbdfec0071b0420"
      ],
      "author": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Mon Dec 14 10:10:20 2009 -0800"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Mon Dec 14 10:10:20 2009 -0800"
      },
      "message": "am 7762d936: Unbundling work\n\nMerge commit \u00277762d93621f508f4410fd37b5bbdfec0071b0420\u0027 into eclair-mr2-plus-aosp\n\n* commit \u00277762d93621f508f4410fd37b5bbdfec0071b0420\u0027:\n  Unbundling work\n"
    },
    {
      "commit": "7762d93621f508f4410fd37b5bbdfec0071b0420",
      "tree": "1429bfabf0ebbc77c5bd2e924d46530e96db981b",
      "parents": [
        "b6ddc7ae3507f0e1ea9a76c76f829bc8b26a292c"
      ],
      "author": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Fri Dec 11 14:13:48 2009 -0800"
      },
      "committer": {
        "name": "Paul Westbrook",
        "email": "pwestbro@google.com",
        "time": "Mon Dec 14 09:24:09 2009 -0800"
      },
      "message": "Unbundling work\n\nMoved AndroidHttpClient, Rfc822InputFilter, Rfc822Validator\nNumberPicker, NumberPickerButton to android-common\n---\n"
    }
  ],
  "next": "f6bb01b0d81943a00a42e56f2e65549ca03c386d"
}
