)]}'
{
  "log": [
    {
      "commit": "88bfed46ab6e0e4aec5416092a349e394c72ba59",
      "tree": "8bf10e2939c64129c967975e964d2325bae45d8a",
      "parents": [
        "932dd07e4cd33276ccf34fc008d6c8f050505fe8"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Jan 31 20:51:41 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Jan 31 21:51:44 2019 +0000"
      },
      "message": "Roll third_party/externals/angle2 794364ebd51c..258398020826 (1 commits)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/794364ebd51c..258398020826\n\n\ngit log 794364ebd51c..258398020826 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-01-31 spang@chromium.org Vulkan: Don\u0027t crash on diagnostics with null pMessageIdName\n\n\nCreated with:\n  gclient setdep -r third_party/externals/angle2@258398020826\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/angle-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:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE\nTBR\u003dborenet@google.com\n\nChange-Id: I70464cab05a4ca793d48992979bbc38de7720a24\nReviewed-on: https://skia-review.googlesource.com/c/188367\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": "932dd07e4cd33276ccf34fc008d6c8f050505fe8",
      "tree": "9a97e5f28471c49ac3045d3469adf01231c60f65",
      "parents": [
        "1c2052363e249427d2a4a78b724fe78888b52ef2"
      ],
      "author": {
        "name": "Greg Daniel",
        "email": "egdaniel@google.com",
        "time": "Thu Jan 31 14:07:58 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Jan 31 20:12:22 2019 +0000"
      },
      "message": "Fix type in Andoird string.\n\nBug: skia:\nChange-Id: I975a7cb8e67735c3c27eec100204fb470cd89e56\nReviewed-on: https://skia-review.googlesource.com/c/188309\nAuto-Submit: Greg Daniel \u003cegdaniel@google.com\u003e\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\nReviewed-by: Mike Reed \u003creed@google.com\u003e\n"
    },
    {
      "commit": "1c2052363e249427d2a4a78b724fe78888b52ef2",
      "tree": "3140190b74e62f3d4ecb5300240a88a8bebce4f7",
      "parents": [
        "1345366c21ea285b4225ce9bf0de4ef401d76d72"
      ],
      "author": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Thu Jan 31 14:08:25 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Jan 31 19:34:42 2019 +0000"
      },
      "message": "fix tiler to handle large float rects\n\nThe issue is around needing to go from a float rect to a clipped (intersected\nwith the clip bounds) irect.\n\nThe old code promoted the clip bounds to rect,\nintersected with the rect, and then rounded to ints. This is problematic\nsince convert float --\u003e int can produce float values that are larger than\ntheir int counter-parts. (e.g. int:67108863 becomes float:67108864).\nThis error goes on to confuse subsequent logic.\n\nThe fix is to round the rect to int first (knowing that very large floats\nwill saturate to maxint), and then intersect.\n\nBug: 927075\nChange-Id: If6c7d72ff15184700b87532e1922e576d1348ee8\nReviewed-on: https://skia-review.googlesource.com/c/188307\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\nReviewed-by: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    },
    {
      "commit": "1345366c21ea285b4225ce9bf0de4ef401d76d72",
      "tree": "c7aef53d1dfcf10790b5416499676a277593b881",
      "parents": [
        "a4d99cb44b4bdea65ef5f65d7963fb8b8bb02ed0"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Thu Jan 31 13:57:43 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Jan 31 19:10:53 2019 +0000"
      },
      "message": "Update tracing docs slightly\n\nPrioritize \"Chrome Tracing\", and rename it to not sound like it\u0027s\nspecific to Skia-in-Chrome. Also mention the 256 MB file size limit.\nInclude basic trace event example, and link to more thorough docs\nin the code.\n\nNo-Try: true\nDocs-Preview: https://skia.org/?cl\u003d188306\nBug: skia:\nChange-Id: I882f2a81dfcce33847029f0800b27baa2f98308d\nReviewed-on: https://skia-review.googlesource.com/c/188306\nAuto-Submit: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Heather Miller \u003chcm@google.com\u003e\nCommit-Queue: Heather Miller \u003chcm@google.com\u003e\n"
    },
    {
      "commit": "a4d99cb44b4bdea65ef5f65d7963fb8b8bb02ed0",
      "tree": "831c1e2baeb17acc0d8f9c43653cab5020470a7c",
      "parents": [
        "7ca0e3beb7a6aa67a7d64cd98d9cc57c37519fd8"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Jan 31 18:32:15 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Jan 31 18:59:12 2019 +0000"
      },
      "message": "Roll skia/third_party/skcms cd2260c9f528..0c0f6dee2779 (1 commits)\n\nhttps://skia.googlesource.com/skcms.git/+log/cd2260c9f528..0c0f6dee2779\n\n2019-01-31 rmistry@google.com [cq.cfg] Remove cq.cfg.\n\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/skcms-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\n\n\nCQ_INCLUDE_TRYBOTS\u003dluci.chromium.try:linux-blink-rel\nTBR\u003dborenet@google.com\n\nChange-Id: I5f58f027c857841c3a64b4d44fec244202817c05\nReviewed-on: https://skia-review.googlesource.com/c/188380\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": "7ca0e3beb7a6aa67a7d64cd98d9cc57c37519fd8",
      "tree": "eda73abf4e5d4e8e69c43f64036c39a334269aa3",
      "parents": [
        "2480a67d1e202bd22bbc6aaf290e56247d7e32ea"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Jan 31 18:02:24 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Jan 31 18:54:22 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 5ebd2c0fafca..ebe5f7fad064 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/5ebd2c0fafca..ebe5f7fad064\n\n\ngit log 5ebd2c0fafca..ebe5f7fad064 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-01-31 chrisforbes@google.com Include Vulkan version of debug support in vulkan files\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@ebe5f7fad064\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: I8684b3a9f7318c47b466af0e0e7cfb643f88abd3\nReviewed-on: https://skia-review.googlesource.com/c/188362\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": "2480a67d1e202bd22bbc6aaf290e56247d7e32ea",
      "tree": "765e6ce0ac8078fb4981d2c22852b67b0240e197",
      "parents": [
        "8ea367c2620275024a9390f769e86bf8690a5ac1"
      ],
      "author": {
        "name": "Ravi Mistry",
        "email": "rmistry@google.com",
        "time": "Thu Jan 31 10:31:41 2019 -0500"
      },
      "committer": {
        "name": "Ravi Mistry",
        "email": "rmistry@google.com",
        "time": "Thu Jan 31 18:37:02 2019 +0000"
      },
      "message": "[cq.cfg] Remove cq.cfg.\n\nIt has been replaced by commit-queue.cfg in infra/config branch:\nhttps://skia.googlesource.com/skia/+/infra/config/commit-queue.cfg\n\nBug: skia:8715\nChange-Id: I1040da88e0ff65e0db2897d6a519622e22bdc09d\nReviewed-on: https://skia-review.googlesource.com/c/188301\nReviewed-by: Eric Boren \u003cborenet@google.com\u003e\n"
    },
    {
      "commit": "8ea367c2620275024a9390f769e86bf8690a5ac1",
      "tree": "a03bfbaaaf147b72e0a7d2add570687db8fbabfd",
      "parents": [
        "5b257abb87d2085b7f36fd5bc8f4a78a73942b2a"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Thu Jan 31 12:50:37 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Jan 31 18:18:22 2019 +0000"
      },
      "message": "Make cmake copy_directory instead of just files\n\nThe only gn copy commands we do at the moment are for directories, which\ncopy (not copy_directory) will silently ignore.\n\nBug: skia:8732\nChange-Id: Ibd8206972c90976085d4b560f28bbb088947ea75\nReviewed-on: https://skia-review.googlesource.com/c/188305\nAuto-Submit: Kevin Lubick \u003ckjlubick@google.com\u003e\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Mike Klein \u003cmtklein@google.com\u003e\n"
    }
  ]
}
