)]}'
{
  "log": [
    {
      "commit": "fc44da254faeedb7b6e4347f53cb0239fe6fbc2c",
      "tree": "e164fa2d39aeb5145b7fcb9d981c0e06323f00b4",
      "parents": [
        "388ee137a5268b517e11cd9b280339c65387ffce"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Thu Feb 26 23:19:23 2015"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Thu Feb 26 23:19:23 2015"
      },
      "message": "[VS Addin] Disable PPAPI linking test except on VS2012\n\nThe pre-compiled libraries (specifically ppapi_cpp.lib)\nthat we ship are only compiled with VS2012 so this test\nwill fail on 2010 due to library incompatability.  These\ntests used to pass with pepper_36 since at that point\nthe SDK builders were still using 2010.\n\nBUG\u003d\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/860173003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1581 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "388ee137a5268b517e11cd9b280339c65387ffce",
      "tree": "c65fa0eeaf5326184820da2eec0b4647349533ff",
      "parents": [
        "72170bf25731c5d6ecc9f8988b9c3c166c7063b0"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Tue Feb 24 00:25:58 2015"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Tue Feb 24 00:25:58 2015"
      },
      "message": "[VS Addin] Fix error handling on webserver startup error\n\nWe were previously clearing the output page after the error\nmessage was printed meaning that the error was not showing\nup in Visual Studio.  This error occurs if python.exe is not\nfound in PATH.\n\nTEST\u003dlocal testing\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/955443003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1580 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "72170bf25731c5d6ecc9f8988b9c3c166c7063b0",
      "tree": "ef50ef9362af1f9f55606c8e6bf2bdf2332d1cca",
      "parents": [
        "427967fcd93cff1f88376e200f0497b65178d778"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Tue Feb 24 00:20:26 2015"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Tue Feb 24 00:20:26 2015"
      },
      "message": "Update DEPS to point to git mirror of gtest and gmock\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/952723002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1579 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "427967fcd93cff1f88376e200f0497b65178d778",
      "tree": "d4738c64fa927733ff418dab70ae00a0562eb471",
      "parents": [
        "784e148639390a16efd51ebd1b7a8d149e352b3c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Wed Sep 24 18:54:39 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Wed Sep 24 18:54:39 2014"
      },
      "message": "[VS Addin] Add default compiler include paths to visual studio\n\nThis allows intelisense to find the NaCl compiler\nheaders and prevents the red underline on standard\ninclude files.\n\nStill not perfect as it doesn\u0027t dectect use of\nlibc++ vs libstdc++ in PNaCl, but a huge improvement.\n\nI ended up forking the default.props files (previously\nthese were derived from the x86_64 version at package\ncreate time).\n\nTEST\u003d manual local testing.\nBUG\u003d https://code.google.com/p/chromium/issues/detail?id\u003d179121\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/594733002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1578 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "784e148639390a16efd51ebd1b7a8d149e352b3c",
      "tree": "756c043fab16659e5389ae1b36ad176dc9f7446f",
      "parents": [
        "6db869e8c037a12ac051981d354bfc340d7e6c9c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Wed Sep 24 17:52:09 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Wed Sep 24 17:52:09 2014"
      },
      "message": "[VS Addin]  Cleanup create_package.py\n\nSeperate staging of resource from creating archive.\nThis makes it far clearer what exactly ends up on the\nfinal archive (i.e. the exact contents of the staging\nfolder).\n\nTEST\u003dverify resulting archive has same contents.\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/588423002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1577 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "6db869e8c037a12ac051981d354bfc340d7e6c9c",
      "tree": "99a2982d410cdcf15fd39653f2d7130c3d7f209e",
      "parents": [
        "662e9c5663658da52937cba2af63b8a4b3556550"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Mon Sep 15 19:18:21 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Mon Sep 15 19:18:21 2014"
      },
      "message": "[VS Addin] Fix several issues with debugging PPAPI plugins\n\nAdd --ppapi-in-process so that the pepper plugins run\nin the renderer process.  At some point in the past\nthe default must have changed which was causing the\nVS addin code not to attach to the correct processes.\n\nPass http://localhost:5103 to chrome process that\nwe launch.  It seems that passing just \u0027localhost:5103\u0027\nno longer works.\n\nDon\u0027t use the x-nacl mimetype for PPAPI plugins.  Instead\nuse x-ppapi.  The plugin is not permitted if x-nacl is\nused.  Also, seems to be something that recently\nbroke.\n\nPass --no-first-run so that chrome doesn\u0027t try to log you\nin each time you start with a new data dir.\n\nTEST\u003dtest.sh\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/573823002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1576 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "662e9c5663658da52937cba2af63b8a4b3556550",
      "tree": "168beb34dc5986dd7e7c8fe5e07cda031d9424fd",
      "parents": [
        "0c26254db34b6b7b5c589d7de0f9683fc2f7ae08"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Wed Sep 10 22:04:16 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org",
        "time": "Wed Sep 10 22:04:16 2014"
      },
      "message": "[VS Addin] Update versions used for testing the addin\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/562773002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1575 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "0c26254db34b6b7b5c589d7de0f9683fc2f7ae08",
      "tree": "b5e8049d62e14f4279f204a8aafc623f23bd68c8",
      "parents": [
        "e364af34bbd29d114c061370afeb33112b4ba236"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jun 17 21:23:56 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jun 17 21:23:56 2014"
      },
      "message": "Only skip uploading of addin if the file already exists on google storage.\n\nThe means the periodic builder can upload a revision if the\nmain builder happened flake and not upload first.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/288983005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1574 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "e364af34bbd29d114c061370afeb33112b4ba236",
      "tree": "548dad1ca545821041f42d3589a6c3dfeaf32d26",
      "parents": [
        "2d50a0b318169222f0aa1a60393bf834a87b682f"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu May 15 21:21:35 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu May 15 21:21:35 2014"
      },
      "message": "[VS Addin] Fix several issues with install script.\n\nFix the --vsuser-path flag.  It was attempted to append\nto a tuble.\n\nDon\u0027t depend on any one of the vsuser-paths existing, only\nthat at least one of them exists.  This allows installation\nto succeed on platforms that only have one version of VS\ninstalled.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/282153003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1573 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2d50a0b318169222f0aa1a60393bf834a87b682f",
      "tree": "457ea169e70bf118945c235dcb5a219bf0c312db",
      "parents": [
        "24e868f8bca30911764494655399081e2c5d2017"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed May 14 22:57:03 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed May 14 22:57:03 2014"
      },
      "message": "[VS Addin] Add more information when compile tests fail.\n\nThese tests can fail when the build verbosity in VS is set\ntoo low (which was happening on the bots).  This change\ndoesn\u0027t fix it but at least gives more information about\nwhat might be going wrong.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/286943002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1572 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "24e868f8bca30911764494655399081e2c5d2017",
      "tree": "91edb3cc0a7aa47bf213eb6c5e48346d9d309fa2",
      "parents": [
        "796fc0ea4762b881c9cc2bc977c85f36c1827cc0"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed May 14 21:33:39 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed May 14 21:33:39 2014"
      },
      "message": "Update pepper versions that the addin is tested against\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/278653004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1571 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "796fc0ea4762b881c9cc2bc977c85f36c1827cc0",
      "tree": "ce0dfe8593bfe384026d737cfc0b1ed2340c122c",
      "parents": [
        "f7f7b98ce9d788b6eaa39241f98f5e85fa6631e1"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 04 18:30:21 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 04 18:30:21 2014"
      },
      "message": "[VSAddin] Don\u0027t require both 2010 and 2012 to be installed.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/153163002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1570 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f7f7b98ce9d788b6eaa39241f98f5e85fa6631e1",
      "tree": "9143368db22265ace7ddd8930cdba5a65cc6d836",
      "parents": [
        "8b3dd7f99be00fbfc4812674958983e87dd1f84c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Jan 03 22:56:25 2014"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Jan 03 22:56:25 2014"
      },
      "message": "Fix buildbot upload of vs_addin archive.\n\nThis change adddresses a couple of issues with the upload\nof the vs_addin archive to google storage.\n\nFirstly is disables the upload step for periodic builders\nso that they don\u0027t clobber existing uploads.\n\nSecondly we check for the existence of a file on google\nstorage before uploading and error out if one is already\nfound.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/124123002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1569 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "8b3dd7f99be00fbfc4812674958983e87dd1f84c",
      "tree": "c8c4bdca844763b0b9fa6a5ec3e887135e6e5bd3",
      "parents": [
        "b1822f502cc1dfe6697a6ecc2f3324c97c75da4c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 21 00:26:47 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 21 00:26:47 2013"
      },
      "message": "[VS Addin] Set the \u0027NonCoreWin\u0027 property to \u0027true\u0027\n\nWithout this the MS build files for 2012 were adding the\ncore windows libraries to the list of dependencies.\n\nThis fixes the 2012 tests which are currently failing on\nthe bots.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/79873002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1568 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "b1822f502cc1dfe6697a6ecc2f3324c97c75da4c",
      "tree": "265d506d748a33d95dfa1649d02d877ad803ecf9",
      "parents": [
        "95ac095a1c44460532af38a54b9f92c40b3b2172"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Nov 19 23:21:12 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Nov 19 23:21:12 2013"
      },
      "message": "[VS AddIn] Fix default library paths.\n\nAlso, add pnacl-finalize step to PNaCl build.\n\nThe default library path for all platforms was wrong and\ndid not include the location of the SDK libraries such\nas ppapi_cpp.  There was a bug in the test code that meant\nthat we didn\u0027t catch this since we where not actually linking\nany of the test projects to .nexe or .pexe files.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/69343013\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1567 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "95ac095a1c44460532af38a54b9f92c40b3b2172",
      "tree": "b9fb01a3739a3744b345c4b13f8a7e52b69f525e",
      "parents": [
        "ac3c8b291f5eaa87e05e45879d4f76d6e00fa0a0"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 13 02:46:10 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 13 02:46:10 2013"
      },
      "message": "Fix typo in buildbot script.\n\nTBR\u003dbinji\n\nReview URL: https://codereview.chromium.org/71103002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1566 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "ac3c8b291f5eaa87e05e45879d4f76d6e00fa0a0",
      "tree": "f9fc5612ec472a34d49d75ed4a4f7f4a727c2911",
      "parents": [
        "59d17189aa41fd5df2c00189110ba48e1ca140e1"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 13 01:25:11 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 13 01:25:11 2013"
      },
      "message": "[NaCl AddIn] Update location of PNaCl executables.\n\nThis changed with pepper_30 but the addin was not updated.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/66333012\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1565 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "59d17189aa41fd5df2c00189110ba48e1ca140e1",
      "tree": "406a432fe0e34353e3981e67c4d14eec541715ad",
      "parents": [
        "34d2fcde4733ead71ec2f02043fd626a37e1c8de"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 30 21:52:04 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 30 21:52:04 2013"
      },
      "message": "[VS Addin] Don\u0027t fail installation if win32 platform is missing.\n\nIt seems that it is possible to install VS with only\nx86 and not win32 platforms.  In this case we can\u0027t\ninstall the PPAPI platform (as it is a clone of win32)\nbut we should probably not fail the installation\ncompletely.\n\nAlso, handle errors from create_ppapi_platform more gracefully.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/19990004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1564 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "34d2fcde4733ead71ec2f02043fd626a37e1c8de",
      "tree": "215914d9b97e53000f0f5520f42054d53183ac16",
      "parents": [
        "6000b0491cc09ae92436747cd6db1d647d571418"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 09 21:52:27 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 09 21:52:27 2013"
      },
      "message": "Fix buildbot upload to commondatastorage.\n\nThe buildbot masters now set BOTO_CONFIG and\nAWS_CREDENTIAL_FILE which was breaking the upload\nto nacl commondatastorage.\n\nBUG\u003d\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/18947002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1563 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "6000b0491cc09ae92436747cd6db1d647d571418",
      "tree": "10addba5f5c1a2cdf3fec50a12f3925380199c88",
      "parents": [
        "c9a2fd5e023d495f64d86d8c323b32bb49405e83"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Jun 26 00:01:32 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Jun 26 00:01:32 2013"
      },
      "message": "[nacltoons] Roll cocos2dx + two bug fixes\n\nRoll cocos2dx to the latest version.\n\nAlso fix two bugs relating conversion from design\nspace to screen space.\n\nBUG\u003d\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/17743003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1562 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c9a2fd5e023d495f64d86d8c323b32bb49405e83",
      "tree": "94b9b7874ff70d817c98b7ddf35627c8d453fdf6",
      "parents": [
        "fcf3335127e5144922f30aec77563bbd958690e1"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jun 18 18:06:56 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jun 18 18:06:56 2013"
      },
      "message": "Remove naclports from DEPS\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1561 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "fcf3335127e5144922f30aec77563bbd958690e1",
      "tree": "9dd7878c683b527b5b11540e09f6cb8be1f2ec07",
      "parents": [
        "0e234687aaac0e8b9540ea56a42c92fb03695ace"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Jun 14 19:02:34 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Jun 14 19:02:34 2013"
      },
      "message": "Test VS addin against pepper 27 and 28.\n\nPreviously we were testing against 23 and 24 which are now\nvery old.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/16875003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1555 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "0e234687aaac0e8b9540ea56a42c92fb03695ace",
      "tree": "b23cfa78456afaa7feaebf9b13e991b4bc3220ce",
      "parents": [
        "c872fcda874787368d60233a393ea60d2162de48"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jun 11 19:04:39 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jun 11 19:04:39 2013"
      },
      "message": "[VS Addin] Add visual studio 2012 support\n\nBasic support for running and debugging of nacl and ppapi\nmodule is working.  The two major problem are the lack\nof unit tests and the fact that nacl targets are always\nseen as dirty by VS2012 and will always completely rebuild.\n\nBUG\u003d156648\nTEST\u003dtest.bat (+ manual testing for 2012)\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/14122017\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1554 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c872fcda874787368d60233a393ea60d2162de48",
      "tree": "d646f02100910c769764dea3ae5c9733cb475563",
      "parents": [
        "aed7fda216b2c24d669728f87cb3056f2f76a140"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri May 31 00:48:41 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri May 31 00:48:41 2013"
      },
      "message": "[NaCl Addin] Fix dependencies in visual studio\n\nThis fixes a long standing issue where visual studio\nwould always attempt to re-build, and in particular\nrelink NaCl project.\n\nThe primary fix here is to make filenames in the .tlog\nfiles always uppercase and always absolute.\n\nThe secondary fix is to make the linker step also honour\ntlog dependencies so that MSBuild knows when it can skip\nthe link step.\n\nBUG\u003d155157\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/16096014\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1553 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "aed7fda216b2c24d669728f87cb3056f2f76a140",
      "tree": "9e3b2da9ab6ecb5f2a9484fb8b0d2c201ef059ad",
      "parents": [
        "2393f0b87f38ea5de5d796ebe7d5195f5d6511b3"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue May 21 23:15:50 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue May 21 23:15:50 2013"
      },
      "message": "[nacltoons] Add compound shapes.\n\nThis change is suprisingly large as it involves switching\nfrom CCPhysicsSprite (where each physics object must have\na visisble sprite) to CCPhysicsNode (where the physics\nnode itself is not visible, but can have zero or more\nvisible children).\n\nThis means that a single phyiscs node (corresponding to a\nsingle box2d body) can be constructed from many shapes and\nsprites, each adding its own fixtures to the overall body.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/15070003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1552 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2393f0b87f38ea5de5d796ebe7d5195f5d6511b3",
      "tree": "9d455a5ee3b0c561ab832738a91a9a5449086b73",
      "parents": [
        "02fb7238dcebb22d473265878841dc86f882f1e9"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat May 18 01:49:00 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat May 18 01:49:00 2013"
      },
      "message": "[nacltoons] Build third_party libraries into single libdir.\n\nAlso, make sure this libdir comes before the naclports\none as we want to use liblua from the cocos build rather\nthan the one that ships with ports.\n\nTBR\u003dbinji\n\nReview URL: https://codereview.chromium.org/15268005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1551 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "02fb7238dcebb22d473265878841dc86f882f1e9",
      "tree": "7d234febc2fd347feb59a6228d668d7efe92b9d6",
      "parents": [
        "05546a619c0f05ed2ac787bb86c8af072d08f380"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat May 18 00:51:42 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat May 18 00:51:42 2013"
      },
      "message": "[nacltoons] Fix one more bad path to make lua unittests pass.\n\nTBR\u003dbinji\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/15393002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1550 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "05546a619c0f05ed2ac787bb86c8af072d08f380",
      "tree": "1ba4757ea993580f4a1d31964430af193051963d",
      "parents": [
        "98e1539cf00f1eaeae3850421bdb20dc4ba7f673"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat May 18 00:10:40 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat May 18 00:10:40 2013"
      },
      "message": "[nacltoons] Fix location of lua-yaml in Makefile.\n\nTBR\u003dbinji\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/15386002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1549 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "98e1539cf00f1eaeae3850421bdb20dc4ba7f673",
      "tree": "4d7d322397ddafef35f34e1c3eea11acbb362757",
      "parents": [
        "3a467b5ce62540ba67f693133ca02e9e4e110fc9"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri May 17 22:55:56 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri May 17 22:55:56 2013"
      },
      "message": "[nacltoons] Use YAML for for data files and add lua unittests\n\nThis clearly differentiates code form data as well as\nmaking data files a lot shorter and easier to read.\n\nAdd initial support for serializing levels.\n\nAnd lunit (lua unit testing) to DEPS so we can do some\ntesting in pure lua, and add lua.sh script for launching\nlua to run tests.\n\nMove nacltoons third party deps to nacltoons/third_party.\n\nBUG\u003d\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/14820005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1548 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "3a467b5ce62540ba67f693133ca02e9e4e110fc9",
      "tree": "7aaef3f9f7557e23f8935d787bd086b8aad43720",
      "parents": [
        "92e3e89002b3f283bba318eebc994fd5f1434b3e"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue May 07 21:23:40 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue May 07 21:23:40 2013"
      },
      "message": "[nacltoons] Move nacl-specific build to proj.nacl\n\nAlso, move win32 specific code to proj.win32.\n\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/14851014\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1547 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "92e3e89002b3f283bba318eebc994fd5f1434b3e",
      "tree": "ab3e9934be6f4a78c1db600c8a360d6f95534d57",
      "parents": [
        "966ae039033bbb2683f3a6a287011bc4fa49fa60"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue May 07 20:47:22 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue May 07 20:47:22 2013"
      },
      "message": "[nacltoons] Fixes for glibc build\n\nBUG\u003d\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/14931005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1546 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "966ae039033bbb2683f3a6a287011bc4fa49fa60",
      "tree": "2bf46fa7f7216ed5c12f8a9e45c03f2dc72c8448",
      "parents": [
        "55daa613d230f4936f9efdd81484748876966eba"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Apr 30 00:15:15 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Apr 30 00:15:15 2013"
      },
      "message": "[nacltoons] Initial editor support.\n\nIncludes basic drawing and moving operations, undo/redo\nstack, and level serialization to .def file.\n\nMove physics update call from C++ to lua.\n\nBUG\u003d\nR\u003dbinji@chromium.org\n\nReview URL: https://codereview.chromium.org/14367024\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1545 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "55daa613d230f4936f9efdd81484748876966eba",
      "tree": "00ba5f582b46035720c875caa0c76a60f00b8ab6",
      "parents": [
        "6c10cd7e52bac8ecc88116a738a9a9b264430161"
      ],
      "author": {
        "name": "noelallen@chromium.org",
        "email": "noelallen@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Apr 18 16:42:53 2013"
      },
      "committer": {
        "name": "noelallen@chromium.org",
        "email": "noelallen@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Apr 18 16:42:53 2013"
      },
      "message": "Add visual studio project files so that we can build and\nrun under visual studio.\n\nR\u003dsbc@chromium.org\nReview URL: https://codereview.chromium.org/14245002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1544 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "6c10cd7e52bac8ecc88116a738a9a9b264430161",
      "tree": "db8b6306d9283a52881216e6b37a7f3318ab5bce",
      "parents": [
        "acfafd807e3c5190e2c3c6df01adb6cb9ffd3ffb"
      ],
      "author": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Apr 12 00:26:25 2013"
      },
      "committer": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Apr 12 00:26:25 2013"
      },
      "message": "Create a seperate GUI library in LUA and Fix editor Bugs\n\nMove Menu and MenuItem creation to a seperate library that can handle\ndefaults.  This makes it easier and faster for game editors to build\nmenus.\n\nThis CL also fixes the bad formating and extra line for the asset list.\n\nTBR\u003dsbc@chromium.org\nNOTRY\u003dtrue\nBUG\u003d171141\nReview URL: https://codereview.chromium.org/14102004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1543 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "acfafd807e3c5190e2c3c6df01adb6cb9ffd3ffb",
      "tree": "76f295161f92a56820ad132cdefbd817c7705ba0",
      "parents": [
        "7ee8e67dfe4daec8aef72b89f5ff358ac6de142d"
      ],
      "author": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Apr 01 18:41:24 2013"
      },
      "committer": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Apr 01 18:41:24 2013"
      },
      "message": "Add editting of LUA files\n\nUpdate Makefile to use local common.mk (to turn off incognito which causes TEMPFS to fail).\n\nAdds one TextArea which is used to edit files listed in assets.def\nAdded a LoadResource and SaveResource routine which will first try and fetch a file from\nthe TEMPFS, and if not found, load it via URL.\n\nR\u003dsbc@chromium.org\nBUG\u003d171141\nReview URL: https://codereview.chromium.org/13302004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1542 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "7ee8e67dfe4daec8aef72b89f5ff358ac6de142d",
      "tree": "dd114e3fbc2f5aa2c14e99f8d18f0b2498c6d451",
      "parents": [
        "c9ed6d39b471d2cb520da61c7f914a04f1275fb6"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 29 17:50:49 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 29 17:50:49 2013"
      },
      "message": "[nacltoons] Add multi-body touch events\n\nHandle touch events that occur over more than once body.\n\nAlso, Roll cocos2dx deps to get CCLusStack::pushUserType.\n\nReview URL: https://codereview.chromium.org/12925006\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1541 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c9ed6d39b471d2cb520da61c7f914a04f1275fb6",
      "tree": "00c36111dab64770363ba3e4782d2fd6b4cf864f",
      "parents": [
        "c5bdde42208cf5412a5fde301246781f1b484e48"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 29 17:46:17 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 29 17:46:17 2013"
      },
      "message": "[nacltoons] Add support for lua update handlers\n\nAdd support for script events on drawn objects.  Since\nscripts can be shared between multiple objects pass \u0027self\u0027\nto all touch and contact events.\n\nAdd tapcount (double click) detection.\n\nReview URL: https://codereview.chromium.org/13004013\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1540 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c5bdde42208cf5412a5fde301246781f1b484e48",
      "tree": "46a4a7b10a7eb38301e5b3b3febab17b845cbcc0",
      "parents": [
        "526f5a2711a4382ffb48742d9dd372245364d3fd"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 26 19:59:53 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 26 19:59:53 2013"
      },
      "message": "[nacltoons] Use more consistent lua module system.\n\nThis system is based on the recomendations here:\nhttp://lua-users.org/wiki/LuaModuleFunctionCritiqued\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/12567016\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1539 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "526f5a2711a4382ffb48742d9dd372245364d3fd",
      "tree": "efafa62e128736e8f13cced907d1189133cb6c20",
      "parents": [
        "8e6ca99648fd800135915e27ea8ed82cec5786af"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 26 00:32:01 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 26 00:32:01 2013"
      },
      "message": "[nacltoons] Do touch detections using box2d.\n\nBox2D is can very quickly tell is which bodies a touch\neven occurs on.  Use this rather than doing it ourselves\nin lua.\n\nAlso, move object registration out of validate.lua.\n\nReview URL: https://codereview.chromium.org/13071010\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1538 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "8e6ca99648fd800135915e27ea8ed82cec5786af",
      "tree": "0384a415c53628566eeb79649401f343aef871ad",
      "parents": [
        "50e9d23eacfacad1efbe89a5e95b4834dafab9ff"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 25 23:38:07 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 25 23:38:07 2013"
      },
      "message": "[nacltoons] Add custom level scripts\n\nAlso, the level.def is now parsed directly into the level_obj\nglobal rather then being a member of it.\n\nReview URL: https://codereview.chromium.org/12702013\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1537 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "50e9d23eacfacad1efbe89a5e95b4834dafab9ff",
      "tree": "90f2f4582868eeb596a501c339814ebdf02732a9",
      "parents": [
        "f70671cfc2c30c2e59834f14d641dc84e15d90a6"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 25 20:51:30 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 25 20:51:30 2013"
      },
      "message": "[nacltoons] Add touch handling and drawing in lua.\n\nLua objects can now receive touch events.\n\nMove all drawing code to drawing.lua.  Game is now in\ncharge of the drawing, and currently uses the default\ntouch handlers provided by drawing.lua.  The drawing\ncode no longer relies on render to texture or full\nscreen polys.\n\nAdd background music and background image support.\n\nAdd ability to set sprite color in def files.\n\nReview URL: https://codereview.chromium.org/12681007\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1536 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f70671cfc2c30c2e59834f14d641dc84e15d90a6",
      "tree": "2b3b6396ed62ef87296d15de79162f47648708da",
      "parents": [
        "d15765f559f865548d3254012fa8a04d076a529a"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Mar 20 19:38:11 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Mar 20 19:38:11 2013"
      },
      "message": "[nacltoons] Roll cocos2dx version\n\nThis brings in fixes we\u0027ve made to CCPhysicsNode as well as\nrecent upstream history.\n\nTBR\u003dbinji\n\nReview URL: https://codereview.chromium.org/12545054\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1535 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "d15765f559f865548d3254012fa8a04d076a529a",
      "tree": "d46f3d9fdcbef9e7f02a4d562fc81d5a0468d3a9",
      "parents": [
        "c01a99babfb76349881692e0d2a38b32f0f0920f"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 19 19:32:38 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 19 19:32:38 2013"
      },
      "message": "[nacltoons] Add linux host build.\n\nAlso, add some easing actions to level selection menu as an example\nof how to so node animations.\n\nReview URL: https://codereview.chromium.org/12700018\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1534 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c01a99babfb76349881692e0d2a38b32f0f0920f",
      "tree": "cbdc7a7feb191d5bb0b7ad4b8aa9891794089fef",
      "parents": [
        "f480ae1caba06c5d05f113cc750a7f15dead7ee8"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 14 21:53:38 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 14 21:53:38 2013"
      },
      "message": "[nacltoons] Move scene and menu management to lua\n\nThis change does not effect the behaviour of the sample game\nbut moves more of the game logic into lua code.\n\nIt is now up to the game (game.lua) to add any menus, layers,\nor flow needed to start, stop and move between levels.\nTo keep the sample games simple a default game behavior\nscript contains a standard level selection code.  The idea\nis that this can be cloned an modified.\n\nReview URL: https://codereview.chromium.org/12603004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1533 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f480ae1caba06c5d05f113cc750a7f15dead7ee8",
      "tree": "f6803dbc3c4628ab5df4b509365698a063de3da9",
      "parents": [
        "32cf4bab3ea6cebf118d36be5704a99eae0348d8"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Mar 13 00:48:43 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Mar 13 00:48:43 2013"
      },
      "message": "[nacltoons] Reference resources directly from checkout location\n\nThis allows editing of files in-place to take effect\nwithout re-publishing.\n\nReview URL: https://codereview.chromium.org/12413017\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1532 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "32cf4bab3ea6cebf118d36be5704a99eae0348d8",
      "tree": "ce86f0c270edd597fb720977181c8ed078c4080e",
      "parents": [
        "04b346d443e7e82a3cb921cf183bd67a9b2aabae"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 12 23:01:03 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 12 23:01:03 2013"
      },
      "message": "[nacltoons] Add new \u0027edge\u0027 shape for defining ground/walls in data files.\n\nRemove hard-coded ground definition from C++ code.\n\nReview URL: https://codereview.chromium.org/12798003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1531 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "04b346d443e7e82a3cb921cf183bd67a9b2aabae",
      "tree": "c452937a885e26f22745ac514bff8c41fe9ca771",
      "parents": [
        "d9400645c6474610129fc87e468da7c2006b0aa3"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 12 18:58:27 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 12 18:58:27 2013"
      },
      "message": "[nacltoons] Roll cocos2dx version.\n\nThis brings in the latest upstream changes from cocos2dx,\nincluding some CLs that were upstreamed from us.\n\nReview URL: https://codereview.chromium.org/12781010\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1530 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "d9400645c6474610129fc87e468da7c2006b0aa3",
      "tree": "7586af6461430949d85f99f47333676c8de80a6a",
      "parents": [
        "969bba6b3fae1229e43616e06f1a192be3c3f29f"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 12 17:35:11 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 12 17:35:11 2013"
      },
      "message": "[nacltoons] Refactor game data description files.\n\nPure data files now use the .def extension.\n\ngame.def now describes the game and pointers to\nthe .lua logic for the game.  This is now much\ncloser to the game design document.\n\nAdd validator.lua that checks .def files as they are\nread in.\n\nThis change is a refactor only and should not effect\nthe game in any visible way.\n\nReview URL: https://codereview.chromium.org/12742003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1529 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "969bba6b3fae1229e43616e06f1a192be3c3f29f",
      "tree": "cfd06fd0c86af4c5aa67fd4630eb8d80a0403e5e",
      "parents": [
        "bd87a28073defd5745204cdf561f4a66ca7e9a3e"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Mar 09 02:06:27 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Mar 09 02:06:27 2013"
      },
      "message": "[nacltoons] Add Makefile for building lua bindings.\n\nInclude basic.lua helper script which performs some\nmodifications on the generated code.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12634010\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1528 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "bd87a28073defd5745204cdf561f4a66ca7e9a3e",
      "tree": "2f72abba3307699875576531a466857dd1b036b2",
      "parents": [
        "bda1ef0017701950f526261a1ea0e65239280027"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Mar 09 01:35:31 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Mar 09 01:35:31 2013"
      },
      "message": "[nacltoons] Rename core classes in accordance with doc.\n\ngame_manager is now in charge of creating scenes, and\nmoving between them.  gameplay_scene used to do this but\nnow we no longer subclass scene at all.\n\nphysics_layer -\u003e level_layer\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/12579005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1527 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "bda1ef0017701950f526261a1ea0e65239280027",
      "tree": "60eae844ac0df7fe22225f906dbbf1dcf060469d",
      "parents": [
        "9420a9b7f1f91b3d4548481e7860c4e569d914a2"
      ],
      "author": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 08 01:04:18 2013"
      },
      "committer": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 08 01:04:18 2013"
      },
      "message": "Added HTML editor\n\nUse common.js and add edit.js to enable editing via HTML.  This change\naddes some menu items and text fields which can then be used to reset\nthe game engine to reload the whole game or just a level.\n\nPlumbing in NaCl is a seperate CL.\n\nR\u003dsbc@chromium.org\nReview URL: https://codereview.chromium.org/12640005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1526 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "9420a9b7f1f91b3d4548481e7860c4e569d914a2",
      "tree": "9ca3d96f5afb2a2b8b464480e4a7de33329c3560",
      "parents": [
        "576ee982c57d739742b83e64df52e6d2cc9bb2cc"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 08 00:32:56 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 08 00:32:56 2013"
      },
      "message": "[nacltoons] Move game logic (behavior) to lua.\n\nThe game can now optionally include behaviour.lua file\nwhich can define a \u0027ContactBegan\u0027 function.  This function\nis called whenever new box2d collisions occur.  The arguments\npassed are the integer tags assigned to the box2d bodies.\n\nThe lua code can then call LevelComplete on the layer to\nsignal that the goal has been reached.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12642005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1525 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "576ee982c57d739742b83e64df52e6d2cc9bb2cc",
      "tree": "ef80e6767ecaff1c4649cfff688b88e3a24c09db",
      "parents": [
        "71ead238b5d41b38bdd066cd13f6c8b402aef83e"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 23:34:35 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 23:34:35 2013"
      },
      "message": "[nacltoons] Add level selection screen.\n\nAlso, remove -lnosys to fix linker warnings.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12634007\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1524 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "71ead238b5d41b38bdd066cd13f6c8b402aef83e",
      "tree": "f6711a7d9526442c4ade866f120e24485fafae3d",
      "parents": [
        "412a457af5d022dbd5a956c854a5ae37701e1d1c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:32:55 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:32:55 2013"
      },
      "message": "[nacltoons] Improve lua integration.\n\nloader.lua is now loaded just once on startup and its global\n\u0027main()\u0027 function is used to load levels on demand.\n\nmain() takes argument so there is no more need for\nPhysicsLayer::GetCurrent().\n\nReview URL: https://codereview.chromium.org/12550005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1523 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "412a457af5d022dbd5a956c854a5ae37701e1d1c",
      "tree": "757f50ef6a840afaa6bb0a898ac44c3a8025b04d",
      "parents": [
        "c8784d11105588e5ed61d1dd5e330da44bbfba08"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:30:08 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:30:08 2013"
      },
      "message": "[nacltoons] Roll cocos2dx deps\n\nThe revision currently in DEPS is no longer referenced by\nany remote branch.\n\nTBR\u003dbinji\n\nReview URL: https://codereview.chromium.org/12630004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1522 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c8784d11105588e5ed61d1dd5e330da44bbfba08",
      "tree": "7e48ae79db315066e18a0a54d268543ef4e95059",
      "parents": [
        "be7d9e6444be1f729617d81893102bf2bba08523"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:11:42 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:11:42 2013"
      },
      "message": "[nacltoons] Apply google style\n\nReview URL: https://codereview.chromium.org/12550004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1521 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "be7d9e6444be1f729617d81893102bf2bba08523",
      "tree": "47bd689f9c5e15b8194939006ec42b05a0de270a",
      "parents": [
        "de1191020b2637320951fd49f072a26573640938"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:10:29 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Mar 07 18:10:29 2013"
      },
      "message": "[nacltoons] Remove legacy nacl_mounts support.\n\nRoll cocos2dx to a version that also has nacl_mounts\nremoved.\n\nR\u003dbinji\n\nReview URL: https://codereview.chromium.org/12472014\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1520 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "de1191020b2637320951fd49f072a26573640938",
      "tree": "488c36d95b2948d62e7718feb3b6cfe5a51b0eba",
      "parents": [
        "9c0e38ec0145cd3fba61a7922e88780ad4475f95"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 05 01:06:00 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Mar 05 01:06:00 2013"
      },
      "message": "[nacltoons] Add dependencies between main nexe and cocos libs.\n\nPreviously changes to cocos (or box2d or lua) would not\nresult in the game re-linking.\n\nReview URL: https://codereview.chromium.org/12390078\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1519 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "9c0e38ec0145cd3fba61a7922e88780ad4475f95",
      "tree": "553d473e1e6783add263efd34c881a386b03d9f8",
      "parents": [
        "2ae59708702954ce378c17e8fbb8e97fa5ea8ade"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 04 23:47:25 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 04 23:47:25 2013"
      },
      "message": "[nacltoon] Roll cocos2dx again to bring in another Box2D fix.\n\nThis version should be for all three architectures with\nzero warnings.\n\nTBR\u003dbinji\n\nReview URL: https://codereview.chromium.org/12377096\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1518 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2ae59708702954ce378c17e8fbb8e97fa5ea8ade",
      "tree": "1ff8ab2659afe2d27859336fa6386adaf04ed324",
      "parents": [
        "8d424544c22007cf26d2ee66e57262e065c9b610"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 04 23:07:54 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 04 23:07:54 2013"
      },
      "message": "[nacltoons] Roll cocos2dx to fix ARM build\n\nR\u003dbinji\n\nReview URL: https://codereview.chromium.org/12374096\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1517 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "8d424544c22007cf26d2ee66e57262e065c9b610",
      "tree": "151d3a650b81152b04f380d5fc775add2278a6c8",
      "parents": [
        "0f25e86aeb48687d8aa77e72dad20f141ac5fd89"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 04 21:14:02 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Mar 04 21:14:02 2013"
      },
      "message": "[nacltoons] Use box2d sensors to detect collisions.\n\nAlso, roll cocos2dx version, now that our port has been upstreamed.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12387095\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1516 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "0f25e86aeb48687d8aa77e72dad20f141ac5fd89",
      "tree": "35a5399fb652847332d3b801405776c72cccf1a7",
      "parents": [
        "69f54740b35668898463aa79e5c01527877ebfd2"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 01 22:17:41 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Mar 01 22:17:41 2013"
      },
      "message": "[nacltoons] Allow fixtures (static and dynamic) to be defined in game data.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12391040\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1515 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "69f54740b35668898463aa79e5c01527877ebfd2",
      "tree": "6f244d5a24dc8fe32760b31b2614515e2af70909",
      "parents": [
        "58314809c8cac8304dbcd32e0ef552f42533b3fb"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Feb 28 23:26:16 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Feb 28 23:26:16 2013"
      },
      "message": "[nacltoons] Add design resolution.\n\nAdding a design resoltuion allows the game to be designed at\none resolution and run at another.\n\nAlso add brush clamping.\n\nReview URL: https://codereview.chromium.org/12380036\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1514 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "58314809c8cac8304dbcd32e0ef552f42533b3fb",
      "tree": "0923569eae5a29076f7746b94d712c517ab8709e",
      "parents": [
        "f128ac2aea7586d153e92bf5a6b9359f7f613bc3"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 27 22:05:06 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 27 22:05:06 2013"
      },
      "message": "[nacltoons] And some game logic and level loading from lua.\n\n- Add lua bindings for CCPhysicsSprite and Box2D.\n- Add level loading in lua\n- Add a sample level set (currently programmer art only)\n\nBUG\u003d171141\n\nReview URL: https://codereview.chromium.org/12330158\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1513 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f128ac2aea7586d153e92bf5a6b9359f7f613bc3",
      "tree": "d3336cc2f445faa868f6a34e83dbf2752f00a495",
      "parents": [
        "6db35a194691c09cf0a61df364d8cc56fbbcb6d3"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 26 20:28:39 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 26 20:28:39 2013"
      },
      "message": "[nacltoons] Don\u0027t built with nacl-mounts by default\n\nThe bots don\u0027t have nacl-mounts installed, nor to they\nbuild it as part of the game build anymore.\n\nTEST\u003dmake all\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12316137\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1512 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "6db35a194691c09cf0a61df364d8cc56fbbcb6d3",
      "tree": "b98fd8c5689231d74f422826547f227f47ab2f40",
      "parents": [
        "cfa555b38fbf835089bfd37159342acd998b3546"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 26 20:04:42 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 26 20:04:42 2013"
      },
      "message": "[nacltoons] Roll cocos2dx version.\n\nUse naclports from the SDK proper rather than\nbuilding it locally, but roll the naclports DEPS\nso that the new webp port can be built locally if\nneeded.\n\nCheck for min SDK version.\n\nHonor NACL_ARCH when building cocos2dx to that we\ncan be (by default) build for just a single arch.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12315044\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1511 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "cfa555b38fbf835089bfd37159342acd998b3546",
      "tree": "24bf8fb213dc53658099a4e4881855bccd68f6da",
      "parents": [
        "ee994262365f85b63777582217e915c48ff4f1bb"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Feb 25 22:54:14 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Feb 25 22:54:14 2013"
      },
      "message": "[nacltoons] Switch to SDK build system (common.mk)\n\nRemove forked .mk files from \u0027build\u0027.\n\nDon\u0027t copy cocos headers unless they are newer that the\nones in the target folder.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12319004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1510 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "ee994262365f85b63777582217e915c48ff4f1bb",
      "tree": "255458bc60741e778a0c24db751bef71c907d88d",
      "parents": [
        "9f3d274efa6998fa7a620556673e31e8de23faf9"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 19 23:26:41 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 19 23:26:41 2013"
      },
      "message": "[nacltoons] roll cocos2dx revision\n\nThis removes the fontconfig dependency.\n\nAlso, roll back to using nacl_mounts until nacl_io http\nmount is fast enough and make it easy to switch between\nthe two.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12303043\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1509 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "9f3d274efa6998fa7a620556673e31e8de23faf9",
      "tree": "e4933bbc4ad35d7b0984420e55d1ea69171419ef",
      "parents": [
        "f000763db68c299de7e204eb65346d283b21fb35"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 15 18:02:24 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 15 18:02:24 2013"
      },
      "message": "[nacltoons] Add physics drawing code\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12212172\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1508 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f000763db68c299de7e204eb65346d283b21fb35",
      "tree": "66a03983be55589eb6d03b18f66a1d39a5606b83",
      "parents": [
        "ffd58755c84cba7e6584ebebbcb29171c9c5c628"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Feb 14 01:51:22 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Feb 14 01:51:22 2013"
      },
      "message": "[VS Addin] Bump SDK version required for pnacl builds.\n\nTurns out a working pnacl toolchain didn\u0027t make it into 24.\nThis change should fix the failing test on the waterfall.\n\nTBR\u003dbinji\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12255022\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1507 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "ffd58755c84cba7e6584ebebbcb29171c9c5c628",
      "tree": "2ae6c8f634e7223decfda20d6b5eb6bd0775b472",
      "parents": [
        "c2049f8bdb28bc234a22847170cda6963b669f44"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Feb 14 00:07:11 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Feb 14 00:07:11 2013"
      },
      "message": "[VS Addin] Fix typo in test code for parallel builds.\n\nBUG\u003dhttps://code.google.com/p/chromium/issues/detail?id\u003d174685\n\nReview URL: https://codereview.chromium.org/12207169\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1506 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c2049f8bdb28bc234a22847170cda6963b669f44",
      "tree": "50fc99b7312ac257453c10ec401929dd135f1f67",
      "parents": [
        "23fb76654042035e19a626a0a59fe96544df274d"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 13 00:42:07 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 13 00:42:07 2013"
      },
      "message": "[nacltoons] Cleanup initial game code.\n\nChanges based on feedback from https://codereview.chromium.org/12226130/\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12220140\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1505 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "23fb76654042035e19a626a0a59fe96544df274d",
      "tree": "516a4d928b6cf62300a39c890631e4026c61673f",
      "parents": [
        "aaf74d2c479b5cdd4a3f654024d6af2af609a1a2"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 23:31:25 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 23:31:25 2013"
      },
      "message": "[nacltoons] Add initial frontend and physics game scenes.\n\nThe only resource we are now using from the cococs sample\nis the blocks.png image file.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12226130\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1504 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "aaf74d2c479b5cdd4a3f654024d6af2af609a1a2",
      "tree": "9e1e8b4f7522be52691a749daf1578c9b3930dac",
      "parents": [
        "20f38a0deeccbf5cf7aaf7a1f0d9da19fbf59f60"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 22:51:21 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 22:51:21 2013"
      },
      "message": "[NaCl Addin] Fix parsing of dependency file.\n\nParsing of dependency files that contain spaces in filenames\nwas broken.\n\nBUG\u003dhttps://code.google.com/p/chromium/issues/detail?id\u003d174685\nTEST\u003drun unittests\n\nReview URL: https://codereview.chromium.org/12207047\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1503 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "20f38a0deeccbf5cf7aaf7a1f0d9da19fbf59f60",
      "tree": "d12d77a4e1b2f9b8e0e714fad4b6f1a3a128a671",
      "parents": [
        "728c843a7fb4d4554e02c0a288a767982cd756ef"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 01:40:32 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 01:40:32 2013"
      },
      "message": "[VS Addin] Fix parallel building.\n\nThere was a bug in the calling code for compiler_wrapper.\nNew unit test added to prevent regression.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/12248006\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1502 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "728c843a7fb4d4554e02c0a288a767982cd756ef",
      "tree": "4d728e8314d2c6a907124a57ad945395659246d5",
      "parents": [
        "c18cf717ab4eef7dc2f080ea654039dea7e6a805"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 01:31:01 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 12 01:31:01 2013"
      },
      "message": "Clear out all sample code.\n\nThis enables us to start from a blank canvas for creating\nour game.\n\nBUG\u003d171141\n\nReview URL: https://codereview.chromium.org/12217123\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1501 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c18cf717ab4eef7dc2f080ea654039dea7e6a805",
      "tree": "75615b545ed2b9885d13337be0d4b38a5fbff1f1",
      "parents": [
        "3fe8a3e9acd49415dabe7701d3760fae2a0840d6"
      ],
      "author": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 06 23:49:09 2013"
      },
      "committer": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 06 23:49:09 2013"
      },
      "message": "Update nacltoon Makefile\n\nUpdate Makefile to remove cocos stamp so we alwasy try to rebuild.\nDelete out/publish to fix SVN issue\n\nTBR\u003dbinji@chromium.org\nReview URL: https://codereview.chromium.org/12209048\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1500 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "3fe8a3e9acd49415dabe7701d3760fae2a0840d6",
      "tree": "43e314d8d67b9d1fd8c891a899474d15a3d83504",
      "parents": [
        "198ce6f43edc2af1a11105235e010061cc02afcc"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 06 22:10:09 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 06 22:10:09 2013"
      },
      "message": "Roll cocos2dx version.\n\nThis change allows us to re-target the object file locations\nwhen building cocos which means we no longer need to clean\nto between configuration.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/12208036\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1499 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "198ce6f43edc2af1a11105235e010061cc02afcc",
      "tree": "acf261ea9817198f170c9d60a3bbf29af3978c18",
      "parents": [
        "91d552e70ed35d5d072a1aa3aaf6a40fe107a620"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 06 02:11:27 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Feb 06 02:11:27 2013"
      },
      "message": "Teach common.mk how to be quiet.\n\nThese changes only effect nacltoons for now but I hope they\nwill get merged back into out primary common.mk file.\n\nAlso, use sensible default CHROME_PATH.\n\nAlso, don\u0027t use oshelpers except on win32 (just adds noise\nto make output).\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/12210022\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1498 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "91d552e70ed35d5d072a1aa3aaf6a40fe107a620",
      "tree": "7e8f7270359b383eb6df650ba272b29abdbd8cd5",
      "parents": [
        "573bcac91a85c1ef897d76de09d818b08a76cbd0"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 05 22:50:29 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 05 22:50:29 2013"
      },
      "message": "Start initial work on game example.\n\nRename main class to GameplayScene.cpp.\n\nAdd \u0027all\u0027 dependancy to publish target so it doesn\u0027t start\npublishing before its built anything.\n\nMake background color non-white so FPS counter shows up.\n\nAdd physics.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12208005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1497 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "573bcac91a85c1ef897d76de09d818b08a76cbd0",
      "tree": "b39dc1426a8a87ab06c998eabb92b17d8f34b9ee",
      "parents": [
        "7f57e4c2402f198ef0813c3da2b4acbcb6ae8617"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 05 21:20:11 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 05 21:20:11 2013"
      },
      "message": "[NaCl Addin] Add testing against pepper_24.\n\nAlso, add/cleanup annotator output for the addin.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12197018\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1496 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "7f57e4c2402f198ef0813c3da2b4acbcb6ae8617",
      "tree": "1460726e56208e0af4908d8a9d241170d48dbea6",
      "parents": [
        "9a71b483ee2f29c98271eb6825b49c6221916af8"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 05 21:06:50 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Feb 05 21:06:50 2013"
      },
      "message": "Roll cocos version and build cocos lua support.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/12185030\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1495 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "9a71b483ee2f29c98271eb6825b49c6221916af8",
      "tree": "b5b184d33f6cb1bf831fd49ff6c7ac604680b02f",
      "parents": [
        "5e9382d60616b3d63abd1d78c20861c27d6e9022"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Feb 04 20:16:36 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Feb 04 20:16:36 2013"
      },
      "message": "Cleanup annotator output\n\nDon\u0027t report game build phase until we actually start\nbuilding the game.\n\nUse \"make foo\" rather than \"Making foo\".\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12178020\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1494 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "5e9382d60616b3d63abd1d78c20861c27d6e9022",
      "tree": "f79668c1f35d88f1e9c860b99295b91ad227c96d",
      "parents": [
        "2e2f46d3e16c5dccbec0f5f85ed54edb591f2e38"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Feb 02 00:50:39 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Feb 02 00:50:39 2013"
      },
      "message": "Roll cocos2dx deps\n\nThis brings in the fix for Box2D build so that it\nwill honour LIB_DIR.\n\nR\u003dbinji\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12175002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1493 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2e2f46d3e16c5dccbec0f5f85ed54edb591f2e38",
      "tree": "0d92565e74fb6b4a19c492a7994ee1c6fe4a349e",
      "parents": [
        "244a6324a333becc5a474010c39a88bcb166b800"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 23:36:15 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 23:36:15 2013"
      },
      "message": "Remove legacy docs and gallery\n\nAlso, update NOTICE, removing references to things\nno longer in the checkout.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12088091\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1492 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "244a6324a333becc5a474010c39a88bcb166b800",
      "tree": "2aafa2408b269f7d6a52531e463b6edad221c0eb",
      "parents": [
        "8f96c1333c3df9fecda80da2f81a11deee638457"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 23:34:29 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 23:34:29 2013"
      },
      "message": "Cleanup nacltoons annotator output\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12114055\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1491 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "8f96c1333c3df9fecda80da2f81a11deee638457",
      "tree": "223357a1cb2463e358fe6ccd25d10b866b03f4b6",
      "parents": [
        "e383adb0e1bb968a14f4492905c30efa70f09f5d"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 23:19:26 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 23:19:26 2013"
      },
      "message": "Build/run game as packaged app.\n\nBUG\u003dnone\nR\u003dsbc@chromium.org\n\nReview URL: https://codereview.chromium.org/12089118\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1490 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "e383adb0e1bb968a14f4492905c30efa70f09f5d",
      "tree": "7dc17bd1102048f4bcbb91e0570cd69a55b14ad7",
      "parents": [
        "e4b8ed17cf4b6886c84283daaefc8e57ce3baf9d"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 22:11:02 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 22:11:02 2013"
      },
      "message": "Fix \"make run\" after last change.\n\nAlso added \"make publish\"\n\nBUG\u003dnone\nR\u003dsbc@chromium.org\n\nReview URL: https://codereview.chromium.org/12163007\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1489 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "e4b8ed17cf4b6886c84283daaefc8e57ce3baf9d",
      "tree": "940c55a9b34e9fb4d70204108f90933975a528a5",
      "parents": [
        "a40225b3a1bdbbedf1cfa0cc11cfc1d5103914ae"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 21:41:03 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 21:41:03 2013"
      },
      "message": "Move sources to src, data to data.\n\nBUG\u003dnone\nTBR\u003dsbc@chromium.org\n\nReview URL: https://codereview.chromium.org/12091114\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1488 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "a40225b3a1bdbbedf1cfa0cc11cfc1d5103914ae",
      "tree": "6a06c65d5ad69bf3e6195d06f357121d964e166b",
      "parents": [
        "3eff8a196bca6f10fff4e9a5bc2f1c2da142b5bb"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 20:32:42 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 20:32:42 2013"
      },
      "message": "Cocos2dx build depends on naclports build.\n\nBUG\u003dnone\nTBR\u003dsbc@chromium.org\n\nReview URL: https://codereview.chromium.org/12086111\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1487 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "3eff8a196bca6f10fff4e9a5bc2f1c2da142b5bb",
      "tree": "53fc241d2e351a63c84a1299da605695b78a0607",
      "parents": [
        "ba50ee17cb586775cc14c5c395cf03a87cfbca75"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 20:23:11 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 20:23:11 2013"
      },
      "message": "Use SDK Makefile for game.\n\nBUG\u003dnone\nR\u003dsbc@chromium.org\n\nReview URL: https://codereview.chromium.org/12147003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1486 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "ba50ee17cb586775cc14c5c395cf03a87cfbca75",
      "tree": "96407b99cafff75c2fc4811703005e72beca6b8c",
      "parents": [
        "b755d831f27a1bffc99cf7837f82c34ecd83704e"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 01:32:44 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 01:32:44 2013"
      },
      "message": "nacltoons starting point is now the SimpleGame from cocos2dx\n\nR\u003dbinji\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12156003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1485 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "b755d831f27a1bffc99cf7837f82c34ecd83704e",
      "tree": "c6319fbb87c6398c4759edb37ad17fad7cc00201",
      "parents": [
        "0aa5695d2a5cd9468f8ea552e1f9babdbbcd2e2a"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 00:59:49 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Feb 01 00:59:49 2013"
      },
      "message": "Build CocosDenshion sound library.\n\nRoll naclports and cocos2dx version.\n\nBuild sound-related naclports.\n\nBuild game target by default.\n\nBUG\u003dNone\n\nReview URL: https://codereview.chromium.org/12155002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1484 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "0aa5695d2a5cd9468f8ea552e1f9babdbbcd2e2a",
      "tree": "55756e6dca1f70032a4adcddab1accef65e14911",
      "parents": [
        "71698feec604adffa6eaa54b9308544f13d6c90b"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 23:59:44 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 23:59:44 2013"
      },
      "message": "Fix buildbot script.\n\n* Download naclsdk, build w/ NACL_SDK_ROOT\n\nBUG\u003dnone\nR\u003dsbc@chromium.org\n\nReview URL: https://codereview.chromium.org/12092097\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1483 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "71698feec604adffa6eaa54b9308544f13d6c90b",
      "tree": "b1871efed34cb5c73a99ac32c196946d3ef253f6",
      "parents": [
        "2a39acd985f6526e61eafa3fb72d2878db2df88c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 23:53:15 2013"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 23:53:15 2013"
      },
      "message": "Don\u0027t ignore failures in build-cocos2dx.sh.\n\nAlso have make clean clean the naclports and cocos stamps.\n\nR\u003dbinji\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/12094088\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1482 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2a39acd985f6526e61eafa3fb72d2878db2df88c",
      "tree": "a21f8bf43f7b4ac3121a8e276006e4329f2d1754",
      "parents": [
        "4b58dfdec5e904209cb5cc09aa1b64a8751a4180"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 22:58:55 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 22:58:55 2013"
      },
      "message": "Roll DEPS for cocos2dx\n\nR\u003dsbc@chromium.org\nBUG\u003dnone\n\nReview URL: https://codereview.chromium.org/12149002\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1481 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "4b58dfdec5e904209cb5cc09aa1b64a8751a4180",
      "tree": "ef92de4a94f1c0a61d969c2db4645a2a681688fb",
      "parents": [
        "1d5ba3723fea106904141db975afd17ba82efa39"
      ],
      "author": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 19:15:44 2013"
      },
      "committer": {
        "name": "binji@chromium.org",
        "email": "binji@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Jan 31 19:15:44 2013"
      },
      "message": "Initial build setup for nacltoons using Cocos2dx.\n\nBUG\u003dcrbug.com/171141\nR\u003dnoelallen@chromium.org, sbc@chromium.org\n\nReview URL: https://codereview.chromium.org/12100005\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1480 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "1d5ba3723fea106904141db975afd17ba82efa39",
      "tree": "c3d3dc9fbaa13a9b035582d247ec0052dcaf2b52",
      "parents": [
        "67549e91690198b86810335c4d82394895f4e12f"
      ],
      "author": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Jan 30 20:06:48 2013"
      },
      "committer": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Jan 30 20:06:48 2013"
      },
      "message": "Add buildbot script and disable tree status\n\nAdd a builtbot script to start building the example game.\nDisable tree status until it is ready.\n\nTBR\u003dbinji@chromium.org\nReview URL: https://codereview.chromium.org/12083007\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1479 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "67549e91690198b86810335c4d82394895f4e12f",
      "tree": "942f2b61139d68e0dc909b7783178b8598815715",
      "parents": [
        "90d337224f7545f952c9178ad774c619f05126bb"
      ],
      "author": {
        "name": "noelallen@chromium.org",
        "email": "noelallen@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Jan 21 07:58:22 2013"
      },
      "committer": {
        "name": "noelallen@chromium.org",
        "email": "noelallen@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Jan 21 07:58:22 2013"
      },
      "message": "Update Font\n\n\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1478 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "90d337224f7545f952c9178ad774c619f05126bb",
      "tree": "628a51a79953d6025d820978d9f7b3f61dbd2001",
      "parents": [
        "acb0257e7b52e815d3faf9ad8828045d77294746"
      ],
      "author": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sun Jan 20 01:10:14 2013"
      },
      "committer": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sun Jan 20 01:10:14 2013"
      },
      "message": "font files\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1477 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    }
  ],
  "next": "acb0257e7b52e815d3faf9ad8828045d77294746"
}
