)]}'
{
  "log": [
    {
      "commit": "8c0a1cad37fa36bdcf6db864eafae7c9fe04d668",
      "tree": "86ed630c5191f9fffcb703f0d43a27e5f71c044b",
      "parents": [
        "d28c9f3efd4f88a4bd3a0f9eeb9e6340fd5ae946"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Jan 28 14:24:29 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 19:54:26 2019 +0000"
      },
      "message": "Switch nanobench to SkJSONWriter\n\nBug: skia:\nChange-Id: I3b014b71695b598c72c569f1466ad3dd7c85cd98\nReviewed-on: https://skia-review.googlesource.com/c/187386\nReviewed-by: Florin Malita \u003cfmalita@chromium.org\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "d28c9f3efd4f88a4bd3a0f9eeb9e6340fd5ae946",
      "tree": "ff62a148de2c56710849fa7bcec5f3f5b1448411",
      "parents": [
        "50191ad9724a630468a4c7c987482bed651c6021"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-roller@chromium.org",
        "time": "Mon Jan 28 11:23:36 2019 -0800"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 19:49:56 2019 +0000"
      },
      "message": "Roll recipe dependencies (trivial).\n\nThis is an automated CL created by the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g. depot_tools) into downstream projects\n(e.g. tools/build).\n\n\nMore info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.\ndepot_tools:\n  https://crrev.com/b19e8dff155d6bb50ddbb8b7ddd12b4b28fec7b4 Add a --nodownload option to get_toolchain_if_necessary.py (brucedawson@chromium.org)\n\n\nTBR\u003dborenet@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nBugdroid-Send-Email: False\nChange-Id: I2ddf374dc7415c0b58ab6b86ef1c76050b2ffffd\nReviewed-on: https://skia-review.googlesource.com/c/187385\nReviewed-by: Recipe Roller \u003crecipe-roller@chromium.org\u003e\nCommit-Queue: Recipe Roller \u003crecipe-roller@chromium.org\u003e\n"
    },
    {
      "commit": "50191ad9724a630468a4c7c987482bed651c6021",
      "tree": "8c3c25977637520fcc5efa8963361fefd6ef8184",
      "parents": [
        "d8a90f9be1f068dd8231cc6c9e9d490d17e7ece6"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Mon Jan 28 18:55:24 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 19:47:26 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 314ad8112fb9..bfdb95a639b9 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/314ad8112fb9..bfdb95a639b9\n\n\ngit log 314ad8112fb9..bfdb95a639b9 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-01-28 sugoi@google.com Framebuffer clear assert fix\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@bfdb95a639b9\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dborenet@google.com\n\nChange-Id: I51eef36a7f137eb6f6bbd9815c19c86ecb10382f\nReviewed-on: https://skia-review.googlesource.com/c/187422\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: Eric Boren \u003cborenet@google.com\u003e\n"
    },
    {
      "commit": "d8a90f9be1f068dd8231cc6c9e9d490d17e7ece6",
      "tree": "50e719471da0dfd97378a7dcf888e4860bf1b193",
      "parents": [
        "41f0e28fd5bd11a7ebf5400f1f046d882de1e4a7"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Jan 28 13:41:19 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 19:06:06 2019 +0000"
      },
      "message": "Converting more debug code to SkJSONWriter\n\nAll of SkDrawCommand / SkDebugCanvas now uses SkJSONWriter.\nAlso removed the bespoke json generator and pretty-printer\nin GrAuditTrail. This was the largest volume of code still\nusing JsonCPP. (There are other stragglers).\n\nBug: skia:\nChange-Id: I3aee554764689ce50c8e707caf26c76093b9bb8f\nReviewed-on: https://skia-review.googlesource.com/c/187040\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    },
    {
      "commit": "41f0e28fd5bd11a7ebf5400f1f046d882de1e4a7",
      "tree": "941e796c355df24a57ff5a916f2670c893bf826d",
      "parents": [
        "9850fd23a0f2313c5101d7a28c553588dc343286"
      ],
      "author": {
        "name": "Greg Daniel",
        "email": "egdaniel@google.com",
        "time": "Mon Jan 28 13:15:05 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 19:01:46 2019 +0000"
      },
      "message": "Add MaxAPIVersion to GrVkBackendContext.\n\nThis moves us to the correct way of handling the correct version of\nVulkan that the client wants us to use.\n\nBug: skia:\nChange-Id: I6c7962b5d2d48ae142c6a701c30f5af3801ac99b\nReviewed-on: https://skia-review.googlesource.com/c/187382\nReviewed-by: Sergey Ulanov \u003csergeyu@chromium.org\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\n"
    },
    {
      "commit": "9850fd23a0f2313c5101d7a28c553588dc343286",
      "tree": "5b531f412e54032a57b340359b9c36932e827027",
      "parents": [
        "5f528e5fd86c1004e047cdfcd165d7b9798c85ed"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Mon Jan 28 17:54:24 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 18:53:16 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 543629bc5aa7..314ad8112fb9 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/543629bc5aa7..314ad8112fb9\n\n\ngit log 543629bc5aa7..314ad8112fb9 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-01-28 wez@chromium.org [Fuchsia] Use the read/write permission flag names when mapping VMOs.\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@314ad8112fb9\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dborenet@google.com\n\nChange-Id: I127e45508c8a8ea8f8ba8042193077e620b5ede7\nReviewed-on: https://skia-review.googlesource.com/c/187420\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "5f528e5fd86c1004e047cdfcd165d7b9798c85ed",
      "tree": "0cd015fdd453c56d13c7dcb2acd6b4f307be5d18",
      "parents": [
        "9ef1040d2da7e50bcfa0d833804cdfeb4150dd13"
      ],
      "author": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Mon Jan 28 10:57:28 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 18:27:26 2019 +0000"
      },
      "message": "Revert \"Reland \"Revert \"remove legacy code for text attributes on paint\"\"\"\n\nThis reverts commit 3c03c851ad50308cc55eabcad149090a07a814d6.\n\nModification was to copy/assign fBitfieldsUInt rather than fBitfields,\nsince fBitfields might be smaller, and therefore ignore some bits that\nwe do use in hashing, etc.\n\nBug: skia:\nChange-Id: I5965d5d64bd22bd60f0da797fdfeeffb730588ea\nReviewed-on: https://skia-review.googlesource.com/c/187307\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\n"
    },
    {
      "commit": "9ef1040d2da7e50bcfa0d833804cdfeb4150dd13",
      "tree": "3c36360aad130c84c177bebed9ac9fa87825941b",
      "parents": [
        "b18876fae1fcd946b055b9fd0c5283461c7a434c"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Mon Jan 28 16:56:24 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 17:51:26 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 7521150ee200..543629bc5aa7 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/7521150ee200..543629bc5aa7\n\n\ngit log 7521150ee200..543629bc5aa7 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-01-28 capn@google.com Fix LLVM 3.0 build issue.\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@543629bc5aa7\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dborenet@google.com\n\nChange-Id: Ib7551ef0fbb54bd0796467d80b38a80fb8861bac\nReviewed-on: https://skia-review.googlesource.com/c/187326\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b18876fae1fcd946b055b9fd0c5283461c7a434c",
      "tree": "1adfbaeee06e4b61b380cb9bc75e2004cee721a7",
      "parents": [
        "eceb19f37e0ab68a77618239c33e163ea697bb04"
      ],
      "author": {
        "name": "Hal Canary",
        "email": "halcanary@google.com",
        "time": "Fri Jan 25 15:23:07 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 17:47:56 2019 +0000"
      },
      "message": "DEPS: use our mirror for wuffs\n\nChange-Id: I9bea0b03a70c70e9daba72bc7a24d0aaa8c1c354\nReviewed-on: https://skia-review.googlesource.com/c/186876\nReviewed-by: Eric Boren \u003cborenet@google.com\u003e\nCommit-Queue: Hal Canary \u003chalcanary@google.com\u003e\n"
    },
    {
      "commit": "eceb19f37e0ab68a77618239c33e163ea697bb04",
      "tree": "cc440782c707c42af271865a4382b4d0935e716a",
      "parents": [
        "ede88ab2b4144bef441a928003cb2147abbdbb2c"
      ],
      "author": {
        "name": "Brian Salomon",
        "email": "bsalomon@google.com",
        "time": "Mon Jan 28 12:09:44 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Jan 28 17:41:56 2019 +0000"
      },
      "message": "Remove GrBuffer::mapPtr()\n\nOnly used in an assert.\n\nChange-Id: Iecfd853a71d7dd1c22096886465843c7a0122c74\nReviewed-on: https://skia-review.googlesource.com/c/187380\nAuto-Submit: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\nReviewed-by: Greg Daniel \u003cegdaniel@google.com\u003e\n"
    }
  ]
}
