)]}'
{
  "log": [
    {
      "commit": "798ef698733dda44d35432c9587634059a3d920c",
      "tree": "f95e67ebce20bcc7d3ec3ba91bb4c669efd0a02e",
      "parents": [
        "e09a6558f35f0fa8f3153ce7427ba4100d5207ea"
      ],
      "author": {
        "name": "Sam Clegg",
        "email": "sbc@chromium.org",
        "time": "Tue Mar 24 00:09:04 2015"
      },
      "committer": {
        "name": "Sam Clegg",
        "email": "sbc@chromium.org",
        "time": "Tue Mar 24 00:09:04 2015"
      },
      "message": "Initial commit of COPYING and .gitignore.\n\nThis commit was generated when the addin was split out\nof the nativeclient-sdk repository.  Its old home was\non: https://code.google.com/p/nativeclient-sdk/.\n\nThe repo we use today was generated with \u0027git subtree split\u0027,\nand this commit was grafted onto the beginning.\n"
    },
    {
      "commit": "e09a6558f35f0fa8f3153ce7427ba4100d5207ea",
      "tree": "05593c4761da0d2a59f283816d6a5460b16eaab4",
      "parents": [
        "3b8cc034e6bedf41e71adbcb5ce1d527d21cbabc"
      ],
      "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": "3b8cc034e6bedf41e71adbcb5ce1d527d21cbabc",
      "tree": "7d333659c6e8e02ae4821c20ecf0fb4bb3481e52",
      "parents": [
        "87f11a45c9feace16356c0aa421aa60f1547bd7a"
      ],
      "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": "87f11a45c9feace16356c0aa421aa60f1547bd7a",
      "tree": "8efc26dec0574801a5fe6d790def6371f0910ecd",
      "parents": [
        "fe7a6c32a3d1840b686f9037f356f4b2dcdc9bb8"
      ],
      "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": "fe7a6c32a3d1840b686f9037f356f4b2dcdc9bb8",
      "tree": "0a2a5d9d92721939b5f2583796b194d586e187c7",
      "parents": [
        "d4873ad4a632545124a88bcd427dc35631d5a644"
      ],
      "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": "d4873ad4a632545124a88bcd427dc35631d5a644",
      "tree": "bba0fdff1cea3f71500fea569728528b591c82b4",
      "parents": [
        "cde6756d26696c3e7f41a76d1dd0f899eacd9885"
      ],
      "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": "cde6756d26696c3e7f41a76d1dd0f899eacd9885",
      "tree": "59c27504517b407dc7049f30d74e4cb8490a6229",
      "parents": [
        "7c0f4f8a9bc5716e9862f6218719d1a9c5cd2abe"
      ],
      "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": "7c0f4f8a9bc5716e9862f6218719d1a9c5cd2abe",
      "tree": "4f8da193e2877d9cf71c5c0c956d487738d3142e",
      "parents": [
        "ef10d0a6cc6e6766e8aaabda6e68ddf2e5de092b"
      ],
      "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": "ef10d0a6cc6e6766e8aaabda6e68ddf2e5de092b",
      "tree": "ccc8bc416ee5e4750ef3874381cbf0a3c3f6d0b3",
      "parents": [
        "7cb804ec9d53978343f6adcd9dcda92b6345984c"
      ],
      "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": "7cb804ec9d53978343f6adcd9dcda92b6345984c",
      "tree": "b428710c66c0f3c68dd43c5c4b1cd756d311ba52",
      "parents": [
        "c80ded2decf3d6730bc3f0d87d62f5411c918640"
      ],
      "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": "c80ded2decf3d6730bc3f0d87d62f5411c918640",
      "tree": "648f9c8526c7ada1867ffd555193fc5fcfe2f778",
      "parents": [
        "16c533006275fd15a9c791b52a756a8dc336fda9"
      ],
      "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": "16c533006275fd15a9c791b52a756a8dc336fda9",
      "tree": "71c153d9a09d9882bac8344ea9516b15f54914e4",
      "parents": [
        "35b4512fe5c0b12f7be5cdb958485266995eb8a1"
      ],
      "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": "35b4512fe5c0b12f7be5cdb958485266995eb8a1",
      "tree": "980f4f4295d0260b9226f86b6f4d027c2beb48d2",
      "parents": [
        "932c9a30118f107f3f895cf857a1f2b732285b14"
      ],
      "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": "932c9a30118f107f3f895cf857a1f2b732285b14",
      "tree": "67323d7cc5120d3cf486e115ab378b4b7dc4711b",
      "parents": [
        "93787c56093a92028615d3841fa0985242f51394"
      ],
      "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": "93787c56093a92028615d3841fa0985242f51394",
      "tree": "93b67b4f34e43d2fe3b0010d481d5d3e5a033143",
      "parents": [
        "1b39a1b0df15fca338b00e6e33cf44002360ae8d"
      ],
      "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": "1b39a1b0df15fca338b00e6e33cf44002360ae8d",
      "tree": "3b528a4abb970e94b76b348851389f7bca6e6554",
      "parents": [
        "24f5d896a89004615e84b82b747d4fd3c51fdf37"
      ],
      "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": "24f5d896a89004615e84b82b747d4fd3c51fdf37",
      "tree": "f6e8c1200ee6ea5492b13283f465a2b850c4702e",
      "parents": [
        "a5fe467831e3025e601b6209288dce22d417aee1"
      ],
      "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": "a5fe467831e3025e601b6209288dce22d417aee1",
      "tree": "74587fbb790de8b86d9f1e4ea5d556f25315e430",
      "parents": [
        "e0c14b10f77cb24e13c2834a863815698fdbcb70"
      ],
      "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": "e0c14b10f77cb24e13c2834a863815698fdbcb70",
      "tree": "00a8f8107a274c07639c0f9d6625896132e7f316",
      "parents": [
        "9b13d0ed77eafa24f77dfcc8e1f70f39807f8888"
      ],
      "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": "9b13d0ed77eafa24f77dfcc8e1f70f39807f8888",
      "tree": "85921bc158ed985aa511baca95521bc2cf72e614",
      "parents": [
        "9e97499ebfad936bb5b33169fa2dc555a06ff1ec"
      ],
      "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": "9e97499ebfad936bb5b33169fa2dc555a06ff1ec",
      "tree": "cd6b82f34f215add9efcb0433473803b334100aa",
      "parents": [
        "90567997d58459ce7d30042e62e7feae641fc977"
      ],
      "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": "90567997d58459ce7d30042e62e7feae641fc977",
      "tree": "4085005559c6b54a77b6821ef6192ff23142634a",
      "parents": [
        "d4f7c66aa31159a0e36353dc9ef7a4252a947b89"
      ],
      "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": "d4f7c66aa31159a0e36353dc9ef7a4252a947b89",
      "tree": "904c4a9c16d2f0f69ca3c24e6ba7af1605f03c67",
      "parents": [
        "619d04711fbde6977d281d26f61702d2ca25c89d"
      ],
      "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": "619d04711fbde6977d281d26f61702d2ca25c89d",
      "tree": "ce51a8f481198cc6c8009bf8190c37435c1a00ab",
      "parents": [
        "d28643a208472c208bce1daaff8f303b4eadfd50"
      ],
      "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": "d28643a208472c208bce1daaff8f303b4eadfd50",
      "tree": "fe1810815ac2974eee95942d6da01bb632a5f9e3",
      "parents": [
        "0d8823da906a98dfb8f34aeaa2dcc3ca515fc0aa"
      ],
      "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": "0d8823da906a98dfb8f34aeaa2dcc3ca515fc0aa",
      "tree": "04e3a926b1fc5f4704a3fd917a978a81959c6fbb",
      "parents": [
        "6a2a14d8240378afd593d85a9c649ae6461c87e1"
      ],
      "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": "6a2a14d8240378afd593d85a9c649ae6461c87e1",
      "tree": "1ce7b8773f48f9b2bd882ae329f68c9bfc721a84",
      "parents": [
        "d74b19042525a88ed79a07b56452e63ef9831374"
      ],
      "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": "d74b19042525a88ed79a07b56452e63ef9831374",
      "tree": "c08c37de8d013b4ec7513de421e67167921bc563",
      "parents": [
        "e5e63ea9d044096c0d2b6de2d1514157440899f9"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Dec 12 18:46:38 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Dec 12 18:46:38 2012"
      },
      "message": "[NaCl SDK Addin] Add arm support in visual studio\n\nAlso, don\u0027t pass -t to create_nmf on newer versions of the SDK.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11547004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1473 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "e5e63ea9d044096c0d2b6de2d1514157440899f9",
      "tree": "fc99de0c65d0f0694f60994f8308046b50a32dfb",
      "parents": [
        "779707b3ba0c9cc5b5e33aa676d82e6bb665a2d2"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Dec 08 01:20:09 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Dec 08 01:20:09 2012"
      },
      "message": "[NaCl SDK Addin] Fix detection of PNaCl toolchain.\n\nThe check was incorrectly looking at the revsion alone which\ncan be higher for older version (e.g it can be higher on 23\nthan it is on 24).\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11475048\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1472 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "779707b3ba0c9cc5b5e33aa676d82e6bb665a2d2",
      "tree": "91e6e4fad70278429bf807f2dbc1d4d9e9f0af20",
      "parents": [
        "729cdcce7a9baceab8b325edf679e338b9b7bef3"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 29 01:16:10 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 29 01:16:10 2012"
      },
      "message": "oops\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11421140\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1471 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "729cdcce7a9baceab8b325edf679e338b9b7bef3",
      "tree": "ebbc4ed7dda3726328e29129da242ae6747364c8",
      "parents": [
        "67189ab6c7417bddb8e7def6dc7784a7f4557b91"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 28 23:44:45 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 28 23:44:45 2012"
      },
      "message": "[NaCl Addin] Fix for broken pnacl debugging\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11414210\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1470 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "67189ab6c7417bddb8e7def6dc7784a7f4557b91",
      "tree": "f962c6089483dc5849dbda61bd5dfe05f8fbcbb2",
      "parents": [
        "f1c1e93181e2e0c8c4ee3209d10655fd3acbfb4c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 21 00:32:45 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Nov 21 00:32:45 2012"
      },
      "message": "[NaCl Add] Define WIN32 by default for PPAPI host builds\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11421016\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1469 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f1c1e93181e2e0c8c4ee3209d10655fd3acbfb4c",
      "tree": "a8756f5b10d462a84d903f258e3cef60247c61f1",
      "parents": [
        "170542670a9634db094e7cd9bc1a44e7e322b5a9"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Nov 19 18:31:03 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Nov 19 18:31:03 2012"
      },
      "message": "[NaCl Addin] Remove .so target from pnacl platform.\n\nAlso fix name of target nexe -\u003e pexe.  This change\nis actually tiny, but involves forking two existing\nfiles.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11414040\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1468 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "170542670a9634db094e7cd9bc1a44e7e322b5a9",
      "tree": "2d01cfe859caa0bdebb301b2c017aacd99bf625b",
      "parents": [
        "112cf42ebbad3521a74342c54e571c6378f467f3"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 15 20:26:14 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 15 20:26:14 2012"
      },
      "message": "[NaCl Addin] Add new property for setting name of index page.\n\nAs a result of this change we no longer need to ship the\n.user file for the hello_world_gles example, which is good.\n\nAlso, add missing index_pnacl.html.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11359218\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1467 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "112cf42ebbad3521a74342c54e571c6378f467f3",
      "tree": "48ddf0563dd783243869f8e22fb1f473f3e14d78",
      "parents": [
        "c058c39826c8f9e103307b23d56721f259cc58ea"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Nov 12 21:57:38 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Nov 12 21:57:38 2012"
      },
      "message": "[NaCl Addin] Fix to PNaCl lib creation from MSVS\n\nEnable PNaCl in the addin for recent pepper builds.\n\nFix path to httpd.py (it was moved in pepper_canary).\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11375004\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1466 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c058c39826c8f9e103307b23d56721f259cc58ea",
      "tree": "18d37c255dd7e2e5f1ba069f47f7c6830645122e",
      "parents": [
        "f0433f9a9250f03b3482cf3b907910f71018f5b6"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 08 19:44:18 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 08 19:44:18 2012"
      },
      "message": "[NaCl Addin] Fix building of libraries in MSVS.\n\nThis also adds unit tests that build static and shared\nlibraries so this cannot happen again.\n\nI\u0027ve also added copyright header to all C# files.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11360111\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1465 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f0433f9a9250f03b3482cf3b907910f71018f5b6",
      "tree": "d4a5b9b787196fd5d1679da4e113ca823bcc76a6",
      "parents": [
        "31404af7a425e92266c842f338dfa02278948ca7"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Nov 06 22:59:58 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Nov 06 22:59:58 2012"
      },
      "message": "Honor toolchain name in output folder.\n\nWithout this change glibc targets would always end up on the\nnewlib build folder.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11358127\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1464 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "31404af7a425e92266c842f338dfa02278948ca7",
      "tree": "c1365ce301554b2b7a6be2e38eba27b0b873d10b",
      "parents": [
        "9b75f44f93eeb80e0fe4f7f7263e295da050977a"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 01 18:33:16 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Nov 01 18:33:16 2012"
      },
      "message": "[VS Addin] Add PNaCl configs to examples.\n\nAlso, cleanup link messages, and add missing arguments\nto PNaCl linker plugin.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11367026\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1463 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "9b75f44f93eeb80e0fe4f7f7263e295da050977a",
      "tree": "dc67f8e5fc1a1010223a6a457b194d743f378f99",
      "parents": [
        "c19f36e770978323c31e036722bda194baaf77f7"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 21:20:15 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 21:20:15 2012"
      },
      "message": "[VS Addin] Add automatic nmf creation\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11348050\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1462 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c19f36e770978323c31e036722bda194baaf77f7",
      "tree": "fced04ee51ce321c74c491e1ddaab2bf51640181",
      "parents": [
        "fe8368b6019614f5758a7cf9ba20ff3cb583812f"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 20:15:18 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 20:15:18 2012"
      },
      "message": "[VS Addin] Test result parser now handles inconclusive results.\n\nInconclusive results are the MS unit tests way of signalling\nthat a test was skipped.  We don\u0027t want to treat these tests\nas failures on the bots.\n\nThis change also cleans up the output of check_test_results.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11366011\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1461 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "fe8368b6019614f5758a7cf9ba20ff3cb583812f",
      "tree": "7c590350e74db1689dc4d97696e402560b75e9e5",
      "parents": [
        "d2689b5f1038e592c0edd65f512b25370c0a7374"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 17:35:48 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 17:35:48 2012"
      },
      "message": "[VS Addin] Disable PNaCl adding tests until newer SDK is available.\n\nThis should fix the current test failures on the bot.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11340059\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1460 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "d2689b5f1038e592c0edd65f512b25370c0a7374",
      "tree": "dc7fa4748e07a9a9c0680abfad8c7b156fd26b24",
      "parents": [
        "ac2587ad0bfbdcdc24d4350537e3ab016f47f5e1"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 00:13:35 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 31 00:13:35 2012"
      },
      "message": "Add PNaCl support for VS addin.\n\nThe primary changes here are due to the fact that the\nlink phase for PNaCl differs significantly from from\nNaCl one.   Also, since PNaCl toolchains is a bat file\nthat calls python script, we need to ensure that python\nis in the path for all PNaCl builds.\n\nThe link phase was using automatic depenedacy tracking\npreviously but this process fails to launch the python\nprocess successfully, so we now write the .tlog manually\nin the same way we do for the compiler phase.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11266051\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1459 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "ac2587ad0bfbdcdc24d4350537e3ab016f47f5e1",
      "tree": "ad3126ddccc94286d2988c109178d17a092726fd",
      "parents": [
        "e07a75223d50213bee18dbabee46e50bfb64ef21"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 30 21:17:52 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 30 21:17:52 2012"
      },
      "message": "Add more properties to the VS property sheets file\nfor the NaCl target.\n\nIt was reported by one of our users that property\nsheets could not be used with the NaCl platform.\n\nBUG\u003d153805\n\nReview URL: https://codereview.chromium.org/10983016\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1458 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "e07a75223d50213bee18dbabee46e50bfb64ef21",
      "tree": "1ab01b0eb0d0bfea3ee7b6af6c008d7239506022",
      "parents": [
        "1f5ee6531169922cbfea3547e791ce2e982b16cc"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 23 01:02:59 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 23 01:02:59 2012"
      },
      "message": "[NaCl SDK] move VSNaClSDKRoot into ConfigurationGeneral section\n\nThis change removes a lot of the hacking we were previously\ndoing to make sure that the value of VSNaClSDKRoot was\navailable in all the right place.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11225037\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1457 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "1f5ee6531169922cbfea3547e791ce2e982b16cc",
      "tree": "c47ad9c45a5c6cd243dfbaffcf8161c6c0911790",
      "parents": [
        "d22aa572e7a43d4fbf6e6c439fbc3139321483b2"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 19 20:27:56 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 19 20:27:56 2012"
      },
      "message": "Remove unneeded command line args from VS addin examples.\n\nRemove --enable-nacl and --no-sandbox from PPAPI plugin runs.\n\nRemove unneeded/harmful .user file.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11223003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1456 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "d22aa572e7a43d4fbf6e6c439fbc3139321483b2",
      "tree": "db8fb39e8ee27e6822eb4df331f49440b1d3f04b",
      "parents": [
        "2384b1fd68465fbdfc423654ba65beb8cc88d5bb"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 17 19:16:01 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 17 19:16:01 2012"
      },
      "message": "Fix for Visual Studio prompting for $(CHROME_PATH).\n\nWe need to make sure that the expanded version of\n$(CHROME_PATH) is always used, otherwise Visual Studio will\ncomplain, so we expand this variable on within the\n\"LocalDebuggerCommand\" as part of the project modifications\nthat we do when NaCl/PPAPI are first added to the project.\n\nThe problem is that the \"LocalDebuggerCommand\" is stored not\nin the project itself but in the .user file.  This change\nmeans that even if the user deletes that .user file (or more\nlikely receives a project files without an accompanying\n.user file) we detect that $(CHROME_PATH) is within\n\"LocalDebuggerCommand\" and force an update to the settings\nat that time.\n\nBUG\u003d155094\n\nReview URL: https://codereview.chromium.org/11192036\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1455 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2384b1fd68465fbdfc423654ba65beb8cc88d5bb",
      "tree": "010ee141a8df38e1253ed29cacf74a88a900d995",
      "parents": [
        "5802417165c85d2e82ae6792f9381b981da68f68"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 16 22:01:19 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 16 22:01:19 2012"
      },
      "message": "fix hello_nacl compile error\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11191014\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1454 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "5802417165c85d2e82ae6792f9381b981da68f68",
      "tree": "acca9671a68341116695cb3c30ae85993c7efd09",
      "parents": [
        "c46e3668b58d08451643a2a5feeb4db0e6785252"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 16 20:00:16 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 16 20:00:16 2012"
      },
      "message": "Update example comments based on feedback form Mark\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11187006\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1453 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "c46e3668b58d08451643a2a5feeb4db0e6785252",
      "tree": "c46736be09cecd51609fcde36f53fa3ef88fc05e",
      "parents": [
        "4d548912527b11a2297e10b8d1faaf434c740158"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 16 19:00:03 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 16 19:00:03 2012"
      },
      "message": "Add new VS AddIn examples.\n\nThe previous commit done via \u0027git cl dcommit\u0027 failed\nto include these changes that were made as part of this\nreview:\n\nhttp://codereview.chromium.org/11150028/\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11191009\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1452 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "4d548912527b11a2297e10b8d1faaf434c740158",
      "tree": "6e8578f56b82a3762ac4751122fa6ee42699314c",
      "parents": [
        "65414a725c0b09b399cd83078ea38f928b3995ea"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 15 21:45:09 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 15 21:45:09 2012"
      },
      "message": "cleanup whitespace\n\nfix sln\n\nlong lines\n\nfix sln\n\nupdate nmf\n\nadd cpp example\n\napply style guide\n\nadd comments\n\nupdate ignore\n\nupdate ignore\n\ncleanup whitespace\n\nadd new example\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1451 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "65414a725c0b09b399cd83078ea38f928b3995ea",
      "tree": "2277701b46f83017afa63b741c9703425500abbc",
      "parents": [
        "48806ef0c0ba45184883cb377f4495145fc37bcf"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 15 20:08:54 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 15 20:08:54 2012"
      },
      "message": "Only store major version of AddIn in VS project file.\n\nThis avoids vcproj file churn.\n\nAlso, get the version number directly from the assembly\nrather than parsing the .AddIn file.\n\nAlso, fix for default debugger args. Without this change\nthe PPAPI default debugger args  don\u0027t work since\nTargetPath ends up being empty.  The side effect would\nbe that the PPAPI project would fail to run if the\nuser deleted their .user file.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11145025\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1450 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "48806ef0c0ba45184883cb377f4495145fc37bcf",
      "tree": "71b00649dcbbf321a6bdeb32b37b57777966886e",
      "parents": [
        "8dcf4a652e8dc34da2709e51496e6b0834d8fefe"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 12 23:16:56 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 12 23:16:56 2012"
      },
      "message": "Add execute bit to .bat files\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11048042\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1449 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "8dcf4a652e8dc34da2709e51496e6b0834d8fefe",
      "tree": "1d24d48a7a04eac34a133166c99a528d66b01c80",
      "parents": [
        "63206c73a7645d7352b0a6cb78ccf143247c40d4"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 12 18:58:44 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 12 18:58:44 2012"
      },
      "message": "Better handling of permission errors during install.\n\nError messages are now more accurate and descriptive.\n\nBUG\u003d155411,151684\n\nReview URL: https://codereview.chromium.org/11115018\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1448 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "63206c73a7645d7352b0a6cb78ccf143247c40d4",
      "tree": "04adb0f9ba7bd22def48f5636a01cea2418cb02c",
      "parents": [
        "1f12da15815380173167d0f4e97c78c2fee59996"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 12 00:36:47 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 12 00:36:47 2012"
      },
      "message": "Add \u0027include/win\u0027 to include path for PPAPI projects\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11112007\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1447 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "1f12da15815380173167d0f4e97c78c2fee59996",
      "tree": "147b7379c616dc1e67912b2925d57b04e82c4f0b",
      "parents": [
        "8597ad0e7ec816f26e1bf99ee504fb51b1910f34"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 23:47:17 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 23:47:17 2012"
      },
      "message": "Remove windows lines endings.  This is a whitespace\nonly change\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11085093\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1446 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "8597ad0e7ec816f26e1bf99ee504fb51b1910f34",
      "tree": "ec4c7746203eaf1faed295e6b4e2846c72bc59ae",
      "parents": [
        "45cc24d708326fc142b8647562428490a6b8969a"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 20:28:30 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 20:28:30 2012"
      },
      "message": "This allows the user to easily see which revision of the\nAddIn he/she is using.\n\nThis is done in a slightly unpleasant way in that it\nmodifies the AssemblyInfo.cs in place before the build\nbut this seems to be what all the recommended techniques\nalso do in MS land.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11090079\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1445 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "45cc24d708326fc142b8647562428490a6b8969a",
      "tree": "3867dd4e3fad2f92c8b120b3c98bfe58affebf5d",
      "parents": [
        "a3456ddad8988c8835216f8bb45f91a748c91864"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 19:03:52 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 19:03:52 2012"
      },
      "message": "Output nexes should live under project folder.\n\nSo they can be accessed from the webserver which is rooted in\nthe project dir.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11087085\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1444 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "a3456ddad8988c8835216f8bb45f91a748c91864",
      "tree": "4d2916b3d0acfbf97b6a3e3272d09bd5c012501d",
      "parents": [
        "01691c90b6743bf1fb8a60bf35155da097298838"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 00:33:50 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 00:33:50 2012"
      },
      "message": "Fix name of 32-bit nexes to make create_nmf happy.\nUnfortunetely the current version of create_nmf requires\nthat 32-bit and 64-bit newlib nexes end with _32 and _64\nrespectively.  Prior to this change the VS addin was\ncalling the 32-bit ones _i686.nexe.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11017068\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1443 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "01691c90b6743bf1fb8a60bf35155da097298838",
      "tree": "4e8208d5ad78e52d795f6487252013a4798a1d7f",
      "parents": [
        "63b8578b39cc941897ccac6fbcd10a3d1d70c69c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 00:12:01 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 11 00:12:01 2012"
      },
      "message": "Group libraries when linking with gcc.\n\nIn order to make the gcc nacl build behave more like\nVS we group all libraries within a --start-group/--end-group\n\nBUG\u003d155093\n\nReview URL: https://codereview.chromium.org/11086056\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1442 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "63b8578b39cc941897ccac6fbcd10a3d1d70c69c",
      "tree": "fddc85d152e2cc6fc8c81db3539f16094e9fd6df",
      "parents": [
        "0d07611939624309a9348932339c503be197a05d"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 23:08:33 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 23:08:33 2012"
      },
      "message": "Put output files in different folders as VS users\nwould expect.\n\nAlso, add more quotes to create_nmf args.\n\nBUG\u003d155087\n\nReview URL: https://codereview.chromium.org/11099046\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1441 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "0d07611939624309a9348932339c503be197a05d",
      "tree": "99180c332f7429b2af3e688b75dda017eaf26d57",
      "parents": [
        "2194dbedbbd7cb9d54c233159c407a05128a26f2"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 23:07:30 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 23:07:30 2012"
      },
      "message": "Don\u0027t show command lines by default in VS AddIn.\n\nThis is in accordance with why MS do got normal builds.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11092062\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1440 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2194dbedbbd7cb9d54c233159c407a05128a26f2",
      "tree": "c5261911ab39c041f9b1418cbd8ca48fcf90792b",
      "parents": [
        "d09c6256840d27c9f7accf1414ee2c4078b05c8c"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 18:20:05 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 18:20:05 2012"
      },
      "message": "Fix name of nexe in create_nmf post link step.\n\nAlso, allow for spaces in project name or SDK location.\n\nBUG\u003d153435\n\nReview URL: https://codereview.chromium.org/11085045\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1439 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "d09c6256840d27c9f7accf1414ee2c4078b05c8c",
      "tree": "c1291c5ffc65d91e2d937738dc8a5e9ce62b0eed",
      "parents": [
        "b98172d9af7a264fa1f039b3bdc7c6998a5636b0"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 17:59:04 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 17:59:04 2012"
      },
      "message": "Remove Win32 platform from hello_world_gles example\n\nAlso, add NaCl32 platform as per christian\u0027s request.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11087056\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1438 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "b98172d9af7a264fa1f039b3bdc7c6998a5636b0",
      "tree": "9f015b82f9b9177b963fb866a0709523a23c07e1",
      "parents": [
        "62f142a21dc47372b55c4d85111c9bc95c49150f"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 00:50:46 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 00:50:46 2012"
      },
      "message": "Don\u0027t try to open() folders.  This fixes a build issue\non the bots which use svn.  This doesn\u0027t effect git\nusers which is why it didn\u0027t catch it earlier.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11099027\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1437 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "62f142a21dc47372b55c4d85111c9bc95c49150f",
      "tree": "7023e1f7a62a82ee6082f84c98e47f0819e39ed8",
      "parents": [
        "45fbf07923647a5677bf441555fcf4beb670cc36"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 00:31:57 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Oct 10 00:31:57 2012"
      },
      "message": "Split NaCl VS platform into NaCl64 and NaCl32\n\nMost of the files now get installed to MSBuild folder\nbut not under \"Platforms\".  The platform specific stuff is\nnow in NaCl64, which gets duplicated  (with replacements)\nto NaCl32 during create_package.\n\nThe result is two platforms which are almost identical\nexcept for TargetArchitecture (which is no longer settable\nin the GUI).\n\nBUG\u003d151687\n\nReview URL: https://codereview.chromium.org/11091007\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1436 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "45fbf07923647a5677bf441555fcf4beb670cc36",
      "tree": "65d4a08eea9ee110c8c724e630380563f39e3d50",
      "parents": [
        "0ce6a74cf4db7004cb3bf2d263f3553c48f68db8"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 23:04:09 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 23:04:09 2012"
      },
      "message": "Don\u0027t require environment variables during install if\n--force is specified.\n\nOn the buildbot we set these environment variables after install.\n\nAlso remove check for write access tousers addin folder.\nFor one thing it might not exist at this point in code.\nWhats more I think its a fair assumption that the use\ncan write to his own \"My Documents\" folder.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11096031\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1435 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "0ce6a74cf4db7004cb3bf2d263f3553c48f68db8",
      "tree": "27035f84409f45a8d8fc9a13cf6bdc91ce56ba9f",
      "parents": [
        "2e00f3a751f7e4646e01650e0f545d9ed741d2a5"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 19:30:07 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 19:30:07 2012"
      },
      "message": "Fix for running buildbot script with 32-bit python under WOW64.  This is how the productions bots are configured.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11092028\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1434 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2e00f3a751f7e4646e01650e0f545d9ed741d2a5",
      "tree": "1849841bf0dfa686c5a135dfa14844e2578189c4",
      "parents": [
        "183c971070258d2e25c9579b162875879afe398b"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 18:09:19 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 18:09:19 2012"
      },
      "message": "Fix reporting or errors addin building and testing\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11098022\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1433 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "183c971070258d2e25c9579b162875879afe398b",
      "tree": "c8b8dea5183d90fd14d2f5b112ff0457ee6b982a",
      "parents": [
        "73e3e55c568c440e3a7178693a47e6433e9fd164"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 17:07:25 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 09 17:07:25 2012"
      },
      "message": "Run tests on buildbot.\n\nAlso fix a couple of failing tests.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11088016\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1432 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "73e3e55c568c440e3a7178693a47e6433e9fd164",
      "tree": "73328d2bc31f5aa0d5a660bd4f6027a4e77f74b1",
      "parents": [
        "5aac894b8a511657cce3414ba552b5583102a837"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 08 21:28:59 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 08 21:28:59 2012"
      },
      "message": "Fix NaCl compile tests by setting the default project.\n\nThis is achieved by listing the NaCl project first in\nthe sln file.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11017019\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1431 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "5aac894b8a511657cce3414ba552b5583102a837",
      "tree": "e62b17fdf44b759868e2355d72d7b392ab86ac23",
      "parents": [
        "3c3da98ea61f2e627860c8a13d6d2975050110cf"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 05 22:51:08 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Oct 05 22:51:08 2012"
      },
      "message": "Implement multi-core builds.\n\nThis is done using a cl.exe compatability wrapper around\ngcc that supports multiple sources files and builds them\nin parallel.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11044024\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1430 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "3c3da98ea61f2e627860c8a13d6d2975050110cf",
      "tree": "7bf3656fab1b8f11305bb878a4de55710b37302b",
      "parents": [
        "60c7178ccc1a5bac99efb1385c2c3e18424d4966"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 04 23:28:29 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 04 23:28:29 2012"
      },
      "message": "remove double \u0027/\u0027 in download link\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11030038\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1428 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "60c7178ccc1a5bac99efb1385c2c3e18424d4966",
      "tree": "3f7a0aa5354f0bd99c0cf89a0d20da186ce42bbc",
      "parents": [
        "51107235b6d1b200452b76ca711a403e59e92a25"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 04 19:36:42 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Oct 04 19:36:42 2012"
      },
      "message": "install script now knows how to kill MSBuild and devenv\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/11051027\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1427 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "51107235b6d1b200452b76ca711a403e59e92a25",
      "tree": "1b1aba2e0d1c9a03b375d57fcddcb038edc7976f",
      "parents": [
        "445ad61ffb61e007563e7d1ed46e6906d07dbfd5"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 02 23:49:53 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 02 23:49:53 2012"
      },
      "message": "fix processing of non-switch arguments\n\nWithout this fix AdditionalArguments were showing\nwith with a \u0027-\u0027 at the beginning.\n\nBUG\u003d153682\n\nReview URL: https://codereview.chromium.org/11046011\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1426 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "445ad61ffb61e007563e7d1ed46e6906d07dbfd5",
      "tree": "3caa47d360f87e1a2fdad590503873449fe615ef",
      "parents": [
        "04b6ab4d0131098214bdc4307ab4b926099b2a21"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 02 20:58:33 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 02 20:58:33 2012"
      },
      "message": "fix minor typo in buildbot script.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/10982100\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1425 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "04b6ab4d0131098214bdc4307ab4b926099b2a21",
      "tree": "ed16fb30003e4fe9483ecaed0f7afcec8e8ad30e",
      "parents": [
        "fd2ab075dc27a94dd4091023533e360183075fad"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 02 20:57:49 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Oct 02 20:57:49 2012"
      },
      "message": "Compile code within Visual Studio using gcc rather than g++\n\nThis way the file extension will determine the file type\nrather than assuming C++ even for .c files.\n\nBUG\u003dhttp://code.google.com/p/chromium/issues/detail?id\u003d152085\n\nReview URL: https://codereview.chromium.org/11040003\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1424 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "fd2ab075dc27a94dd4091023533e360183075fad",
      "tree": "71a1017dcc77828e54e7adc2d46117daaa6da85a",
      "parents": [
        "ca477aac4412c07c4f0ee35198856cb339b7c9b4"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 01 20:07:02 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Oct 01 20:07:02 2012"
      },
      "message": "Allow spaces in filenames\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1423 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "ca477aac4412c07c4f0ee35198856cb339b7c9b4",
      "tree": "cd3319878828b9bf77421c7937392d5f96b27d92",
      "parents": [
        "dd3d8e59d7df000155eb54ad9187631486dfc23f"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Sep 28 22:37:19 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Sep 28 22:37:19 2012"
      },
      "message": "add buildbot run script\nbuild .tgz file rather than .zip file\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/10982058\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1422 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "dd3d8e59d7df000155eb54ad9187631486dfc23f",
      "tree": "6892cc82e6a7d303e84e2ca705c70d4fd71cab6c",
      "parents": [
        "68ef5b8de425cf28893bb01009463332f50b67bc"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Sep 28 17:58:00 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Sep 28 17:58:00 2012"
      },
      "message": "Rename Properties -\u003e Props\n\nThis is for consitency with the PPAPI platform.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/10977007\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1421 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "68ef5b8de425cf28893bb01009463332f50b67bc",
      "tree": "56d36582f88fc42ed34f00e94ff0dffa5037254c",
      "parents": [
        "7cbef9c649d60fcaf8a8c5a9fbd3034e4663c8ef"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Sep 19 22:43:49 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Sep 19 22:43:49 2012"
      },
      "message": "Remove windows line ending from repo files.\n\nSomehow these files got submitted with win32 line\nendings.  Maybe its not worth fixing?\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/10908249\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1419 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "7cbef9c649d60fcaf8a8c5a9fbd3034e4663c8ef",
      "tree": "b9b575947d5e117534a3984a4c93ba4dee84c1e6",
      "parents": [
        "576b39b5ba55f030c73c4bf3f2695d9c3fa06d46"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Sep 19 00:12:03 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Sep 19 00:12:03 2012"
      },
      "message": "Use utf8 encoding for .AddIn.\n\nUTF16 doesn\u0027t play will with git and other unix tools.\n\nBUG\u003d\n\nReview URL: https://codereview.chromium.org/10948016\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1417 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "576b39b5ba55f030c73c4bf3f2695d9c3fa06d46",
      "tree": "b6f68cb3f3373a174a26f86d98c9b940e378f1a6",
      "parents": [
        "03cd38907a48de77a3740f31941566e04bcd28f7"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Sep 17 23:41:42 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Sep 17 23:41:42 2012"
      },
      "message": "Cleanup whitespace in MSVS property files.\n\nBUG\u003d\n\nReview URL: https://chromiumcodereview.appspot.com/10933131\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1415 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "03cd38907a48de77a3740f31941566e04bcd28f7",
      "tree": "ee9f8b2fda1094962f35bc468dfb976b40b9b4b6",
      "parents": [
        "8e9819a3658c5d2607a00fd75c1a912aba09ba24"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Sep 17 23:25:05 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Sep 17 23:25:05 2012"
      },
      "message": "Explicitly set VSNaClSDKRoot in vcxproj rather than\nrelying on defaults.  VSNaClSDKRoot must be set\nbefore any other properties that depend on it.\n\nIn order to make sure the ordering is correct we\nunset certain properties and then re-set them back\nto their original values following the setting\nof VSNaClSDKRoot.\n\nBUG\u003dhttp://code.google.com/p/chromium/issues/detail?id\u003d148794\n\nReview URL: https://chromiumcodereview.appspot.com/10928194\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1414 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "8e9819a3658c5d2607a00fd75c1a912aba09ba24",
      "tree": "29d711c8b568d60d08124e5fbc903a27be7e5034",
      "parents": [
        "122c143139d947ca9174fbf32231fdc5101dc9d5"
      ],
      "author": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Sep 17 22:06:35 2012"
      },
      "committer": {
        "name": "sbc@chromium.org",
        "email": "sbc@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Sep 17 22:06:35 2012"
      },
      "message": "Use irt from within chrome install\n\nBUG\u003dhttp://code.google.com/p/chromium/issues/detail?id\u003d140091\n\nReview URL: https://chromiumcodereview.appspot.com/10915292\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1413 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "122c143139d947ca9174fbf32231fdc5101dc9d5",
      "tree": "1b0652d195fd9e613b9ac0d6c50c96ff612aca90",
      "parents": [
        "f667cb8ca61de1c745344b96eb28801186859cd7"
      ],
      "author": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Aug 20 19:01:18 2012"
      },
      "committer": {
        "name": "noelallen@google.com",
        "email": "noelallen@google.com@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Aug 20 19:01:18 2012"
      },
      "message": "Add missing NMF files.\n\nNaCl configurations fail to run because the NMF files are missing.\nThis CL adds a post link step to invoke create_nmf.py\nReview URL: https://chromiumcodereview.appspot.com/10860016\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1412 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f667cb8ca61de1c745344b96eb28801186859cd7",
      "tree": "53bf56bf4b588c167a7c9d4cc64be11722f0dbee",
      "parents": [
        "07f9fefe6f5d8340c35fc7b633abd37a5d881237"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Aug 10 21:05:32 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Fri Aug 10 21:05:32 2012"
      },
      "message": "NaCl VS Add-in hello_world_gles example\n\nAdded an example project using the code from the hello_world_gles SDK example.\n\nBUG\u003d\n\nReview URL: https://chromiumcodereview.appspot.com/10825290\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1411 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "07f9fefe6f5d8340c35fc7b633abd37a5d881237",
      "tree": "7a77b5e7a1c93d8adcbb59b0915efa5a0fa27698",
      "parents": [
        "6d353f153ccb0d9be6358c574cb700c3b2871641"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Aug 09 22:22:35 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Aug 09 22:22:35 2012"
      },
      "message": "NaCl VS Addin Crash Fix\n\nFixed a crash caused by main Chrome process shutting down, and removed PlatformToolset property from NaCl platform.\n\nBUG\u003d136414\n\nReview URL: https://chromiumcodereview.appspot.com/10823267\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1410 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "6d353f153ccb0d9be6358c574cb700c3b2871641",
      "tree": "1a238e86d93328d6a51360e30558f5ab3f2632c3",
      "parents": [
        "971d1e2d72e7d9b5ef93e5efa84dd937126eab6a"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Aug 09 18:24:59 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Thu Aug 09 18:24:59 2012"
      },
      "message": "NaCl VS Add-in User Changed Properties Fix\n\nFixed the NaCl compiler not reading user changed properties. Fixed several other properties not being respected if user changed.\nThe non-compiler properties fix is a workaround for issue  140162. The compiler property issue is resolved.\n\nAdded feature to convert libs between NaCl and Pepper names (.lib or no extension)\n\nBUG\u003d136414\n\nReview URL: https://chromiumcodereview.appspot.com/10826232\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1409 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "971d1e2d72e7d9b5ef93e5efa84dd937126eab6a",
      "tree": "6efb19e8ea359c16805bf914d0edb7ae23a66d7f",
      "parents": [
        "bcea8e6bcda347ec9fd600def20d8f19f7933bb5"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Aug 08 20:54:10 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Aug 08 20:54:10 2012"
      },
      "message": "Refactored the VS add-in\n\nOverall we\u0027ve split the old PluginDebuggerHelper into the Web server, and Debugger components and the debugger component is now a class hierarchy, where a new debugger type can be derived from PluginDebuggerBase.\n\nWe\u0027ve also added PropertyManager to standardize reading properties from the property pages.\n\nFixed a bug where having spaces in paths broke things for install script.\n\nFixed unit tests and style for refactoring.\n\nRefactored the add-in.  Split PluginDebuggerHelper into the WebServer, PropertyManager, PluginDebugger(Base, GDB, VS). Unit tests do not match yet.\n\nBUG\u003d136414\n\nReview URL: https://chromiumcodereview.appspot.com/10836143\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1408 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "bcea8e6bcda347ec9fd600def20d8f19f7933bb5",
      "tree": "681d3c19a0d9e846e808997d2b99eaa07f21b708",
      "parents": [
        "498dd563784f88fd1646672d70be39beaf789921"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Aug 04 02:11:01 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Sat Aug 04 02:11:01 2012"
      },
      "message": "VS Add-in more properties and improvements\n\nChanged pepper libs to use Debug and Release versions.\n\nAdded hidden property containing the add-in version.  Property is set on the project when project loads.\n\nAdded wait-for-debugger-children flag to PPAPI and no-sandbox for debugging.\n\nAdded add-in version number to the .addin file.\n\nFixed cygwin dos path warning.  Minor code improvements.\n\nMade message in install script better and catch all expected errors to make them pretty.\n\nFixed create_package including svn directories.\n\nAdded web server port number as an option to change in property pages.\n\nBUG\u003d136414\n\nReview URL: https://chromiumcodereview.appspot.com/10830151\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1407 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "498dd563784f88fd1646672d70be39beaf789921",
      "tree": "46e429d54126666170891071453d75b3468f10ff",
      "parents": [
        "2042cf53f3b84287b9d1bd60d8447b41c330eace"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Aug 01 06:16:32 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Aug 01 06:16:32 2012"
      },
      "message": "Changed VS add-in to use nacl-gdb\n\nSwitched from the Custom GDB hack to the real nacl-gdb.\n\nBUG\u003d136414\n\nReview URL: https://chromiumcodereview.appspot.com/10830104\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1406 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "2042cf53f3b84287b9d1bd60d8447b41c330eace",
      "tree": "666c37f5bb9e27308c03dd1993873eea117409e8",
      "parents": [
        "9b9357198ee7d0095d46dde4a9f7334af974682c"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 31 21:30:38 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 31 21:30:38 2012"
      },
      "message": "NaCl settings and completed install scripts.\n\nI\u0027m sorry this looks monstrously large, I touched many files.  Only .bat .py and .cs files need reviewing. Also note that the NaCl.Build.CPPTasks project is unchanged from what blueshift handed us. Noel and I have decided to ignore the different style for now.\n\nAdded script to download custom GDB and place in nacl-sdk folder.  Fixed resource error with NaCl template project.\n\nFixed OutDir macro issue with OutputFile, changed it to TargetDir instead. Changed the test projects to be copied from the same project during test setup, and have them add the templates so they are fresh. Fixed settings in PPAPI and NaCl templates.\n\nFixed developer_deploy script and other scripts to allow execution from any directory.\n\nChanged the NaCl platform settings to be good defaults. Added VSNaClSDKRoot.  Added developer_deploy script.\n\nAdded the NaCl template XML and corresponding project.\n\nCompleted the install scripts. Now asks user permission to do everything.\n\nChanged the create_package script to include anything and everything under the InstallerResources directory instead of listing all files individually.\n\nBUG\u003d136414\nTEST\u003d\n\nReview URL: https://chromiumcodereview.appspot.com/10831030\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1405 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "9b9357198ee7d0095d46dde4a9f7334af974682c",
      "tree": "0687644d5c4561bc596313cf3281dfa139621539",
      "parents": [
        "d334db28d3a26593bbf991768dd883a23bb9b68a"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 24 23:18:25 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 24 23:18:25 2012"
      },
      "message": "There are two things in this review: Unit Tests to verify that project settings default to the correct values, and a patching system to copy Win32 settings to create the PPAPI template.\n\nNote the only code that needs reviewing is the .py and .cs files.\n\nThe other files are patch xml files that create the PPAPI template.\n\nAdded the patching system to copy the Win32 settings to create the PPAPI settings.\n\nRemoved the vsmdi file since it is better as a developer dependent file.\n\nAdded unit tests to verify the default settings for PPAPI and NaCl platforms.\n\nAdded ProjectSettingsTest project\n\nBUG\u003d136414\nTEST\u003d\n\nReview URL: https://chromiumcodereview.appspot.com/10797040\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1404 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "d334db28d3a26593bbf991768dd883a23bb9b68a",
      "tree": "9bc1511c542df042d660c747049f065c376bf02a",
      "parents": [
        "97b21e9901558e7f877f075ae983c353192e7892"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Jul 18 17:34:08 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Wed Jul 18 17:34:08 2012"
      },
      "message": "Additional improvements to install scripts\nContinued from issue 10790023\n\nChanged os.path.expandvars to os.getenv where possible, removed unused imports.\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nFile visual_studio/NativeClientVSAddIn/InstallerResources/install.py (right):\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nvisual_studio/NativeClientVSAddIn/InstallerResources/install.py:22:\nnacl_sdk_root \u003d os.path.expandvars(\u0027%NACL_SDK_ROOT%\u0027, None)\nI still like os.getenv better here (it doesn\u0027t require the platform specific\n%VAR%), but OK\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nvisual_studio/NativeClientVSAddIn/InstallerResources/install.py:24: if\nnacl_sdk_root \u003d\u003d None:\nTests against None are usually written\n\nif nacl_sdk_root is None:\n\nor\n\nif nacl_sdk_root:\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nvisual_studio/NativeClientVSAddIn/InstallerResources/install.py:30: addInDir \u003d\nos.path.expandvars(\nnit: should be add_in_dir\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nFile visual_studio/NativeClientVSAddIn/create_package.py (right):\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nvisual_studio/NativeClientVSAddIn/create_package.py:13: import glob\nnit: can remove, not used anymore\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nvisual_studio/NativeClientVSAddIn/create_package.py:15: import shutil\nsame here\n\nhttp://codereview.chromium.org/10790023/diff/12/visual_studio/NativeClientVSA...\nvisual_studio/NativeClientVSAddIn/create_package.py:31: FILE_LIST \u003d [\nNice, a lot easier to read now\n\nBUG\u003d136414\nTEST\u003d\n\nReview URL: https://chromiumcodereview.appspot.com/10790039\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1403 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "97b21e9901558e7f877f075ae983c353192e7892",
      "tree": "1fb8b3c2d6c41a8fe58957d59bff7f59dd487430",
      "parents": [
        "f251f8d6280b53804a4bc90b33414e28e14ca002"
      ],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 17 01:45:56 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Tue Jul 17 01:45:56 2012"
      },
      "message": "Adding scripts to build and test the add-in, as well as installer script.\n\nOnly the .bat and .py files need reviewing.  Other changes were just from moving files around.\n\nCleaned up python scripts.\n\nWill now parse the output.\n\nFixed test script to delete the results file to allow rerunning tests.\n\nPackaged zip file now created\n\nAdded build and test scripts\n\nBUG\u003d136414\nTEST\u003d\n\nReview URL: https://chromiumcodereview.appspot.com/10790023\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1402 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    },
    {
      "commit": "f251f8d6280b53804a4bc90b33414e28e14ca002",
      "tree": "6520bb927f415262e31e8195b1a539580bf98cfe",
      "parents": [],
      "author": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Jul 16 23:00:53 2012"
      },
      "committer": {
        "name": "tysand@chromium.org",
        "email": "tysand@chromium.org@050acbb0-2703-11df-ab0a-9f3f633ae91d",
        "time": "Mon Jul 16 23:00:53 2012"
      },
      "message": "Native Client Visual Studio Add-in\n\nNote there are many auto-generated files here from Visual Studio.  All files that need reviewing have the .cs extension.\n\nSpecifically, the most important files are:\nPluginDebuggerHelper.cs\nUtility.cs\nProcessSearcher.cs\n\nPluginDebuggerHelperTest.cs\nTestUtilities.cs\nMockProcessSearcher.cs\n\nBUG\u003d136414\nTEST\u003d\n\nReview URL: https://chromiumcodereview.appspot.com/10758009\n\ngit-svn-id: https://nativeclient-sdk.googlecode.com/svn/trunk/src@1401 050acbb0-2703-11df-ab0a-9f3f633ae91d\n"
    }
  ]
}
