)]}'
{
  "log": [
    {
      "commit": "81110bd0de83ed91ed9e998b52e70717f66b69a6",
      "tree": "a8d2e4142bf84608684420e97a697470e546a4a6",
      "parents": [
        "7b06cde183b118b69597627f0b95b1f454634566"
      ],
      "author": {
        "name": "Alex Ovsienko",
        "email": "ovsienko@google.com",
        "time": "Mon Aug 17 04:03:33 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Mon Aug 17 04:07:25 2026"
      },
      "message": "Ruff: reformat tools (part 3/3: perf .. win).\n\nPreserve yapf style to the best capacity.\n\nLSC doc:\nhttps://docs.google.com/document/d/1P6AE9aeKuFkxPAYInYxLFIpDgpiCAT-S_BQkNU0lb3s/edit?tab\u003dt.0\n\nOnboarded using the following command: `~/cr/depot_tools/ruff_chromium format .`\n\nNO_IFTTT\u003dreformatting only.\nBYPASS_RECITATION_REASON\u003dreformatting only.\nBug: 40874143\n\nChange-Id: I971d8d3ad1a0dee3998a9eaa25c0617c6a6a6964\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8254624\nCommit-Queue: Junji Watanabe \u003cjwata@google.com\u003e\nOwners-Override: Alex Ovsienko \u003covsienko@google.com\u003e\nSLSA-Policy-Verified: SLSA Policy Verification Service \u003cdevtools-gerritcodereview-exitgate@google.com\u003e\nCommit-Queue: Alex Ovsienko \u003covsienko@google.com\u003e\nAuto-Submit: Alex Ovsienko \u003covsienko@google.com\u003e\nReviewed-by: Junji Watanabe \u003cjwata@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1680337}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 54e9909c3189a77bc8d353662628e4c5d6686290\n"
    },
    {
      "commit": "7b06cde183b118b69597627f0b95b1f454634566",
      "tree": "68fecd11168e82cf986fab855f2cacbe89a7d726",
      "parents": [
        "da34b95fdbf2032df6cda5f3828c2ba421592644"
      ],
      "author": {
        "name": "Jiewei Qian",
        "email": "qjw@chromium.org",
        "time": "Thu Jul 23 07:50:38 2026"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Jul 23 08:11:05 2026"
      },
      "message": "[ssci] mark asan_symbolize mark as non-shipped\n\nThis dependency is a utility script to symbolize crash reports produced\nby ASan builds and aren\u0027t shipped in a chromium / chrome build\n\nChange-Id: I6e02efd8f265de67f8fe7695d6d60a071114e6ef\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8127267\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nAuto-Submit: Jiewei Qian \u003cqjw@chromium.org\u003e\nCommit-Queue: Jiewei Qian \u003cqjw@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1666885}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 73ecc3a1a5e22ddd25bd9393f75fa7feb3669623\n"
    },
    {
      "commit": "da34b95fdbf2032df6cda5f3828c2ba421592644",
      "tree": "b58e1be2d0e13c9165d983ea8fbe4cdc87ece026",
      "parents": [
        "5ba62550b2f3d4d97974ebcdb4f8462e4ba14af2"
      ],
      "author": {
        "name": "Di Wu",
        "email": "diwux@google.com",
        "time": "Wed Jul 16 00:21:29 2025"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Jul 16 00:29:13 2025"
      },
      "message": "valgrind/asan: Make asan_symbolize compatible with Python 3.12\n\nThe asan_symbolize script crashes on Python 3.12 with a\nModuleNotFoundError because the distutils module has been removed.\n\nThis change replaces the deprecated distutils.spawn.find_executable with\nits modern equivalent, shutil.which. This resolves the crash and ensures\nthe script remains functional on both older versions like Python 3.9 and\nthe newer Python 3.12.\n\nThis change only affects Chromium\u0027s downstream version of the script.\nThe call to find_executable() is a local modification, and the upstream\nLLVM script [1] does not contain this logic. Therefore, this fix will\nnot create merge conflicts with future LLVM rolls.\n\n[1]https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/asan/scripts/asan_symbolize.py\n\nBug: None\nTest: Switch between Python 3.9 and 3.12, try to symbolize a msan report.\nChange-Id: Ice2e5e928bede79a50542d494d101ebb58002c26\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6733724\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCommit-Queue: Di Wu \u003cdiwux@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1487311}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 43da29531406c54ceed0c8cc3009fd86fb1b4582\n"
    },
    {
      "commit": "5ba62550b2f3d4d97974ebcdb4f8462e4ba14af2",
      "tree": "6f9b53a3426a04d72a10a28d3f23e786925c5cad",
      "parents": [
        "6e97bd1a16cc012119f9f30d771bbeba07b403b3"
      ],
      "author": {
        "name": "Jordan",
        "email": "rop@google.com",
        "time": "Wed Jun 18 05:57:58 2025"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Jun 18 06:16:45 2025"
      },
      "message": "LSC Add \u0027Update Mechanism:\u0027 to README.chromium\n\nBug: 417367156\nChange-Id: I318629733d1f75262e030105ec0b684f1307d2fd\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6646426\nAuto-Submit: Jordan Brown \u003crop@google.com\u003e\nOwners-Override: Jordan Brown \u003crop@google.com\u003e\nCommit-Queue: Jordan Brown \u003crop@google.com\u003e\nCommit-Queue: Jiewei Qian \u003cqjw@chromium.org\u003e\nReviewed-by: Jiewei Qian \u003cqjw@chromium.org\u003e\nReviewed-by: Rachael Newitt \u003crenewitt@google.com\u003e\nReviewed-by: Joey Scarr \u003cjsca@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1475401}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: da752eb2a3660cf1bf8dac620f6380b89dd953a7\n"
    },
    {
      "commit": "6e97bd1a16cc012119f9f30d771bbeba07b403b3",
      "tree": "30c274dc8e47c53fbb8addb0dc79933125682d9c",
      "parents": [
        "aa44e7637ff74c6d4733ed5552afb44f3cfddb37"
      ],
      "author": {
        "name": "Adrian Taylor",
        "email": "adetaylor@chromium.org",
        "time": "Fri Feb 07 15:01:44 2025"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Feb 07 15:11:40 2025"
      },
      "message": "Refer to python3 in asan_symbolize.py script.\n\nChange-Id: I6b4acfba41514a9d6981d9e4721495c0ff480f89\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5830775\nReviewed-by: Dirk Pranke \u003cdpranke@google.com\u003e\nCommit-Queue: Adrian Taylor \u003cadetaylor@chromium.org\u003e\nReviewed-by: Bruce Dawson \u003cbrucedawson@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1417314}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 82b06206cd06119cc627400fcb1706fc49fb83b1\n"
    },
    {
      "commit": "aa44e7637ff74c6d4733ed5552afb44f3cfddb37",
      "tree": "f54fc9545b398a95acc79eca3ce4fc93cc45c9fd",
      "parents": [
        "e684d85901a3dcc35478b5ae2559911eb831f8a7"
      ],
      "author": {
        "name": "Jordan",
        "email": "rop@google.com",
        "time": "Fri Jan 17 07:10:59 2025"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Jan 17 07:20:18 2025"
      },
      "message": "LSC updating licenseID\u0027s\n\nThe licenses have been identifed using the open source license\nclassifier https://opensource.corp.google.com/license/analyze\non the license file provided.\n\nBug: 358504615\nChange-Id: Ia8e5ded04ff98796bdb6083198e01cdca926b453\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6169852\nReviewed-by: Rachael Newitt \u003crenewitt@google.com\u003e\nReviewed-by: Jiewei Qian \u003cqjw@chromium.org\u003e\nCommit-Queue: Jiewei Qian \u003cqjw@chromium.org\u003e\nAuto-Submit: Jordan Brown \u003crop@google.com\u003e\nOwners-Override: Jordan Brown \u003crop@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1407746}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 3bf57959d77e65929fc3428e1d4a2e00402e865d\n"
    },
    {
      "commit": "e684d85901a3dcc35478b5ae2559911eb831f8a7",
      "tree": "8e222abeb0d8e1f19ab006eae0fbcbadd09b202c",
      "parents": [
        "cf58645be8c36ead22bdcd5fed324af318dd1dd3"
      ],
      "author": {
        "name": "Adrian Taylor",
        "email": "adetaylor@chromium.org",
        "time": "Fri Dec 06 18:56:39 2024"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Dec 06 19:05:54 2024"
      },
      "message": "Allow CRASH_LOG: prefix on asan_symbolize\n\nSuch a prefix is sometimes printed by failing centipede test cases.\n\nChange-Id: I9498c45b6e1d37fc7e7da718af46db741cbe782f\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6074882\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nCommit-Queue: Lei Zhang \u003cthestig@chromium.org\u003e\nReviewed-by: Paul Semel \u003cpaulsemel@chromium.org\u003e\nAuto-Submit: Adrian Taylor \u003cadetaylor@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1393042}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 1632b75f8e9d0919c0c81238b0fe7a9835ae4739\n"
    },
    {
      "commit": "cf58645be8c36ead22bdcd5fed324af318dd1dd3",
      "tree": "7a3609746a8611eac7eaf86e962ced6ffbada47b",
      "parents": [
        "f9f02d66abacbb6b1bf00573b7426ec6dc767b38"
      ],
      "author": {
        "name": "Lei Zhang",
        "email": "thestig@chromium.org",
        "time": "Tue Sep 10 18:13:19 2024"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Tue Sep 10 18:33:30 2024"
      },
      "message": "Add license file for tools/valgrind/asan/third_party\n\nBug: 365320983\nChange-Id: I8d4b1fc42e28cc6496c6220868326941855ef66c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5847348\nReviewed-by: Hans Wennborg \u003chans@chromium.org\u003e\nCommit-Queue: Lei Zhang \u003cthestig@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1353478}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: e5c8ea631a8d3ff802f3ba609ad8cb6ccd7a97ad\n"
    },
    {
      "commit": "f9f02d66abacbb6b1bf00573b7426ec6dc767b38",
      "tree": "bc19ff0aac8af199c84828e064ce7db4df9973bf",
      "parents": [
        "e10259da244f75e52a681371f679d9ec095ff62a"
      ],
      "author": {
        "name": "Jordan",
        "email": "rop@google.com",
        "time": "Fri Jul 19 03:11:12 2024"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Jul 19 03:25:31 2024"
      },
      "message": "Updating asan_symbolize.py\u0027s README.chromium to include Revision\n\nRevision is already provided in Version field. No version tags were\nfound to be associated with this revision, so leaving Version as is.\n\nR\u003drnk@chromium.org, thestig@chromium.org\n\nBug: chromium:350851535\nChange-Id: Iff2ea8d81b6353efebfd3acc860a59bc0e102a00\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5679473\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nReviewed-by: Rachael Newitt \u003crenewitt@google.com\u003e\nCommit-Queue: Rachael Newitt \u003crenewitt@google.com\u003e\nAuto-Submit: Jordan Brown \u003crop@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#1330002}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: d472f2d9c8de4aed09776a5f901deea01fd376ac\n"
    },
    {
      "commit": "e10259da244f75e52a681371f679d9ec095ff62a",
      "tree": "4934be3c83d69fba5df10d3b153265635807c223",
      "parents": [
        "27e9a92f3ba57b07d84bf7ab4d430b9e066d25dd"
      ],
      "author": {
        "name": "Anne Redulla",
        "email": "aredulla@google.com",
        "time": "Fri Jul 14 17:26:00 2023"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Jul 14 17:43:13 2023"
      },
      "message": "[ssci] Add Shipped field to READMEs\n\nThis CL adds the Shipped field and updates the\nLicense File field in Chromium READMEs within the\ndirectory /tools/valgrind.\n\nSee the LSC doc at go/lsc-chrome-metadata.\n\nThis CL was uploaded by git cl split.\n\nR\u003drnk@chromium.org\n\nBug: b:285450740\nChange-Id: Id23014550c7e7e0dbf51b5ec31801d14ce9b362b\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4664340\nReviewed-by: Reid Kleckner \u003crnk@chromium.org\u003e\nAuto-Submit: Anne Redulla \u003caredulla@google.com\u003e\nCommit-Queue: Reid Kleckner \u003crnk@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1170581}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: efebae121eaffa6af0b7230a53e0bdef17b03b17\n"
    },
    {
      "commit": "27e9a92f3ba57b07d84bf7ab4d430b9e066d25dd",
      "tree": "cff85657096394ba1e9f5e0553120b59f600b920",
      "parents": [
        "5045db509823b4c01bd9313d0fa4c745f48dc36d"
      ],
      "author": {
        "name": "Avi Drissman",
        "email": "avi@chromium.org",
        "time": "Thu Sep 15 20:11:09 2022"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Sep 15 20:28:01 2022"
      },
      "message": "Update copyright headers in testing/, tools/\n\nThe methodology used to generate this CL is documented in\nhttps://crbug.com/1098010#c95.\n\nNo-Try: true\nNo-Presubmit: true\nBug: 1098010\nChange-Id: I3a8a7b150e7bd64690534727150646081df50439\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3900697\nReviewed-by: Mark Mentovai \u003cmark@chromium.org\u003e\nAuto-Submit: Avi Drissman \u003cavi@chromium.org\u003e\nOwners-Override: Avi Drissman \u003cavi@chromium.org\u003e\nCommit-Queue: Avi Drissman \u003cavi@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#1047644}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: dfd88085261b662a5c0a1abea1a3b120b08e8e48\n"
    },
    {
      "commit": "5045db509823b4c01bd9313d0fa4c745f48dc36d",
      "tree": "c73128b0d8d75ee9a404510d6a3d40bc7af97795",
      "parents": [
        "0e5920bffaadfa6ea7e3ec38f230833f23379b0d"
      ],
      "author": {
        "name": "Takuto Ikuta",
        "email": "tikuta@chromium.org",
        "time": "Wed Feb 16 19:20:18 2022"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Feb 16 19:28:45 2022"
      },
      "message": "tools/valgrind/asan: drop unnecessary py2 compatibility\n\nThis is blocked by https://crbug.com/1293351\n\nBug: 1275016\nChange-Id: I57aea6e9d210fa42b646c7993917d71b246929e6\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3428262\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCommit-Queue: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#971975}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: d63f7e92c4a34cb6dadeb79aea8c7f6d39c1071f\n"
    },
    {
      "commit": "0e5920bffaadfa6ea7e3ec38f230833f23379b0d",
      "tree": "4f67b01b68c774a6c81fb61e58135742da0b2c5f",
      "parents": [
        "3637aee34c374ba0d49afdb32008ef36ada75f28"
      ],
      "author": {
        "name": "Takuto Ikuta",
        "email": "tikuta@chromium.org",
        "time": "Wed Feb 02 21:36:13 2022"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Feb 02 21:43:56 2022"
      },
      "message": "Reland \"testing: migrate some tests to python3\"\n\nThis reverts commit 9b8a696a5670d3dd603a981784f20bfb6580ceb2.\n\nReason for revert:\nReland without browser_tests switch.\n\nOriginal change\u0027s description:\n\u003e Revert \"testing: migrate some tests to python3\"\n\u003e\n\u003e This reverts commit 99f2ce39334374f2e7b001d81737feb411b0138d.\n\u003e\n\u003e Reason for revert: Speculative revert\n\u003e NativeMessaging tests started failing on mac and there is no obvious culprit in the blamelist.\n\u003e https://ci.chromium.org/ui/p/chromium/builders/ci/mac11-arm64-rel-tests/3724\n\u003e\n\u003e Original change\u0027s description:\n\u003e \u003e testing: migrate some tests to python3\n\u003e \u003e\n\u003e \u003e To suppress UnicodeDecodeError, add an wrapper class for stdin in\n\u003e \u003e asan_symbolize.py.\n\u003e \u003e\n\u003e \u003e Fixed: 1288169\n\u003e \u003e Change-Id: I5d5b8726b148b3bf95887803911bd47c696a3da2\n\u003e \u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3423288\n\u003e \u003e Reviewed-by: Joe Downing \u003cjoedow@chromium.org\u003e\n\u003e \u003e Reviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e \u003e Commit-Queue: Takuto Ikuta \u003ctikuta@chromium.org\u003e\n\u003e \u003e Cr-Commit-Position: refs/heads/main@{#966056}\n\u003e\n\u003e Change-Id: Ie47853985626bfa7dc75cc4b9b9f44552593d417\n\u003e No-Presubmit: true\n\u003e No-Tree-Checks: true\n\u003e No-Try: true\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3431019\n\u003e Auto-Submit: Christos Froussios \u003ccfroussios@chromium.org\u003e\n\u003e Bot-Commit: Rubber Stamper \u003crubber-stamper@appspot.gserviceaccount.com\u003e\n\u003e Reviewed-by: Christos Froussios \u003ccfroussios@chromium.org\u003e\n\u003e Owners-Override: Christos Froussios \u003ccfroussios@chromium.org\u003e\n\u003e Reviewed-by: Christoph Schwering \u003cschwering@google.com\u003e\n\u003e Commit-Queue: Christoph Schwering \u003cschwering@google.com\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#966146}\n\nBug: 1293351, 1288169\nChange-Id: Ia64d908c0bdd6d1f4182f808e971f1f871ccfb8c\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3433665\nCommit-Queue: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nAuto-Submit: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#966410}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 015c7d3fa9b7664defc8be047572e4c18bec3edf\n"
    },
    {
      "commit": "3637aee34c374ba0d49afdb32008ef36ada75f28",
      "tree": "20f30798678daad696f386b90e71a2fa880668d9",
      "parents": [
        "bcc910d636f047f2301472841c67595ae1186f8c"
      ],
      "author": {
        "name": "Christos Froussios",
        "email": "cfroussios@chromium.org",
        "time": "Wed Feb 02 12:11:10 2022"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Feb 02 12:19:40 2022"
      },
      "message": "Revert \"testing: migrate some tests to python3\"\n\nThis reverts commit 99f2ce39334374f2e7b001d81737feb411b0138d.\n\nReason for revert: Speculative revert\nNativeMessaging tests started failing on mac and there is no obvious culprit in the blamelist.\nhttps://ci.chromium.org/ui/p/chromium/builders/ci/mac11-arm64-rel-tests/3724\n\nOriginal change\u0027s description:\n\u003e testing: migrate some tests to python3\n\u003e\n\u003e To suppress UnicodeDecodeError, add an wrapper class for stdin in\n\u003e asan_symbolize.py.\n\u003e\n\u003e Fixed: 1288169\n\u003e Change-Id: I5d5b8726b148b3bf95887803911bd47c696a3da2\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3423288\n\u003e Reviewed-by: Joe Downing \u003cjoedow@chromium.org\u003e\n\u003e Reviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e Commit-Queue: Takuto Ikuta \u003ctikuta@chromium.org\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#966056}\n\nChange-Id: Ie47853985626bfa7dc75cc4b9b9f44552593d417\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3431019\nAuto-Submit: Christos Froussios \u003ccfroussios@chromium.org\u003e\nBot-Commit: Rubber Stamper \u003crubber-stamper@appspot.gserviceaccount.com\u003e\nReviewed-by: Christos Froussios \u003ccfroussios@chromium.org\u003e\nOwners-Override: Christos Froussios \u003ccfroussios@chromium.org\u003e\nReviewed-by: Christoph Schwering \u003cschwering@google.com\u003e\nCommit-Queue: Christoph Schwering \u003cschwering@google.com\u003e\nCr-Commit-Position: refs/heads/main@{#966146}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 9b8a696a5670d3dd603a981784f20bfb6580ceb2\n"
    },
    {
      "commit": "bcc910d636f047f2301472841c67595ae1186f8c",
      "tree": "4f67b01b68c774a6c81fb61e58135742da0b2c5f",
      "parents": [
        "92807057e16a7fa9db688eadf0d4b3d08b817661"
      ],
      "author": {
        "name": "Takuto Ikuta",
        "email": "tikuta@chromium.org",
        "time": "Wed Feb 02 04:57:03 2022"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Wed Feb 02 05:13:04 2022"
      },
      "message": "testing: migrate some tests to python3\n\nTo suppress UnicodeDecodeError, add an wrapper class for stdin in\nasan_symbolize.py.\n\nFixed: 1288169\nChange-Id: I5d5b8726b148b3bf95887803911bd47c696a3da2\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3423288\nReviewed-by: Joe Downing \u003cjoedow@chromium.org\u003e\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCommit-Queue: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#966056}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 99f2ce39334374f2e7b001d81737feb411b0138d\n"
    },
    {
      "commit": "92807057e16a7fa9db688eadf0d4b3d08b817661",
      "tree": "20f30798678daad696f386b90e71a2fa880668d9",
      "parents": [
        "ff9c7dc63d51297fb1d9877df9a50915c1f6c151"
      ],
      "author": {
        "name": "Takuto Ikuta",
        "email": "tikuta@chromium.org",
        "time": "Fri Jan 28 13:08:04 2022"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Jan 28 13:15:36 2022"
      },
      "message": "valgrind/asan: update asan_symbolize.py\n\nWe need to update this for https://reviews.llvm.org/D60529\n\nBug: 1288169\nChange-Id: I3c8f5b3f173be0ce5771e279f6a402deaafb9501\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3301851\nAuto-Submit: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#964541}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: a6a7b65891b7f2d3a0a9392edc63ce71ed4e5554\n"
    },
    {
      "commit": "ff9c7dc63d51297fb1d9877df9a50915c1f6c151",
      "tree": "5a94b485884440a20d0a483282cc2b95d7d41f75",
      "parents": [
        "b434b36c5113886ad979aba4de8558e479affc3a"
      ],
      "author": {
        "name": "Takuto Ikuta",
        "email": "tikuta@chromium.org",
        "time": "Fri Nov 26 13:16:40 2021"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Nov 26 13:34:39 2021"
      },
      "message": "Reland \"run some tests using python3\"\n\nThis reverts commit 17304dfd2f915f3f98d7b1d43b230e860f4ffdd9.\n\nReason for revert:\nreland without zlib_unittests and unit_tests\n\nOriginal change\u0027s description:\n\u003e Revert \"run some tests using python3\"\n\u003e\n\u003e This reverts commit 658f361a34e21b92902a6b4c74047363b053cad3.\n\u003e\n\u003e Reason for revert: crbug.com/1274039 (breaks ASAN bots)\n\u003e\n\u003e Original change\u0027s description:\n\u003e \u003e run some tests using python3\n\u003e \u003e\n\u003e \u003e Bug: 941669\n\u003e \u003e Change-Id: Ib63daab2a4cb3868cfc37121c3f48ebb2019af39\n\u003e \u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3301620\n\u003e \u003e Auto-Submit: Takuto Ikuta \u003ctikuta@chromium.org\u003e\n\u003e \u003e Commit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e \u003e Reviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e \u003e Cr-Commit-Position: refs/heads/main@{#945345}\n\u003e\n\u003e Bug: 941669, 1274039\n\u003e Change-Id: Ib271b4e80ca4969f871eb1bc341a81449783a014\n\u003e No-Presubmit: true\n\u003e No-Tree-Checks: true\n\u003e No-Try: true\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3302106\n\u003e Commit-Queue: Alexander Hendrich \u003chendrich@chromium.org\u003e\n\u003e Owners-Override: Alexander Hendrich \u003chendrich@chromium.org\u003e\n\u003e Bot-Commit: Rubber Stamper \u003crubber-stamper@appspot.gserviceaccount.com\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#945573}\n\nBug: 941669, 1274039\nChange-Id: I50757e91acf60b780c4ffe0aba7955b4cd8def4d\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3303433\nCommit-Queue: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nCommit-Queue: Alexander Hendrich \u003chendrich@chromium.org\u003e\nAuto-Submit: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nReviewed-by: Alexander Hendrich \u003chendrich@chromium.org\u003e\nOwners-Override: Alexander Hendrich \u003chendrich@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#945607}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: e0b44335eacecb145452d9ac7f85a88b921694c1\n"
    },
    {
      "commit": "b434b36c5113886ad979aba4de8558e479affc3a",
      "tree": "b341b1dd28fc0dbc6f6233e84dc46bb2bf160c3f",
      "parents": [
        "79ec84517e5a1d753bce6d20c3282eb437fd3f01"
      ],
      "author": {
        "name": "Alexander Hendrich",
        "email": "hendrich@chromium.org",
        "time": "Fri Nov 26 08:50:15 2021"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Fri Nov 26 08:56:34 2021"
      },
      "message": "Revert \"run some tests using python3\"\n\nThis reverts commit 658f361a34e21b92902a6b4c74047363b053cad3.\n\nReason for revert: crbug.com/1274039 (breaks ASAN bots)\n\nOriginal change\u0027s description:\n\u003e run some tests using python3\n\u003e\n\u003e Bug: 941669\n\u003e Change-Id: Ib63daab2a4cb3868cfc37121c3f48ebb2019af39\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3301620\n\u003e Auto-Submit: Takuto Ikuta \u003ctikuta@chromium.org\u003e\n\u003e Commit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e Reviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e Cr-Commit-Position: refs/heads/main@{#945345}\n\nBug: 941669, 1274039\nChange-Id: Ib271b4e80ca4969f871eb1bc341a81449783a014\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3302106\nCommit-Queue: Alexander Hendrich \u003chendrich@chromium.org\u003e\nOwners-Override: Alexander Hendrich \u003chendrich@chromium.org\u003e\nBot-Commit: Rubber Stamper \u003crubber-stamper@appspot.gserviceaccount.com\u003e\nCr-Commit-Position: refs/heads/main@{#945573}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 17304dfd2f915f3f98d7b1d43b230e860f4ffdd9\n"
    },
    {
      "commit": "79ec84517e5a1d753bce6d20c3282eb437fd3f01",
      "tree": "5a94b485884440a20d0a483282cc2b95d7d41f75",
      "parents": [
        "daf835c78a60f21632eee90e671a6870b4e1dada"
      ],
      "author": {
        "name": "Takuto Ikuta",
        "email": "tikuta@chromium.org",
        "time": "Thu Nov 25 11:32:58 2021"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Thu Nov 25 11:53:04 2021"
      },
      "message": "run some tests using python3\n\nBug: 941669\nChange-Id: Ib63daab2a4cb3868cfc37121c3f48ebb2019af39\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3301620\nAuto-Submit: Takuto Ikuta \u003ctikuta@chromium.org\u003e\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCr-Commit-Position: refs/heads/main@{#945345}\nNOKEYCHECK\u003dTrue\nGitOrigin-RevId: 658f361a34e21b92902a6b4c74047363b053cad3\n"
    },
    {
      "commit": "daf835c78a60f21632eee90e671a6870b4e1dada",
      "tree": "b341b1dd28fc0dbc6f6233e84dc46bb2bf160c3f",
      "parents": [
        "3180c373fe683065d436bb69bd458ea14e497b33"
      ],
      "author": {
        "name": "Fergal Daly",
        "email": "fergal@chromium.org",
        "time": "Tue Oct 06 01:10:56 2020"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Tue Oct 06 01:15:45 2020"
      },
      "message": "Fix asansymbolizer\u0027s demangle problem.\n\nPROBLEM: It\u0027s passing --demangle\u003dTrue to the llvm symbolizer but some\nrecent change made it so that is invalid.\n\nFIX: pass --demangle or --no-demangle instead.\n\nhttps://crrev.com/c/2436306 attempted to just update\n\ntools/valgrind/asan/third_party/asan_symbolize.py\n\nbut that requires a lot of fixes to\n\ntools/valgrind/asan/asan_symbolize.py\n\nto work. So this is a temporary fix.\n\nAlso I had to run git cl format and it changed some stuff.\n\nBug: 1132789\nChange-Id: I0358bfb49b1bd1370e607cf70d43a2f6a7ea11af\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437085\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nCommit-Queue: Fergal Daly \u003cfergal@chromium.org\u003e\nAuto-Submit: Fergal Daly \u003cfergal@chromium.org\u003e\nCr-Commit-Position: refs/heads/master@{#814031}\nGitOrigin-RevId: b40b3733028eb4f5c19e86bcd1e8b07c0beefd99\n"
    },
    {
      "commit": "3180c373fe683065d436bb69bd458ea14e497b33",
      "tree": "dd8e69c1fe50c5174fc580534759bff5d341e73f",
      "parents": [
        "3c6ef333e42b5625c0d3e30939acb7d19dbeea4e"
      ],
      "author": {
        "name": "Reid Kleckner",
        "email": "rnk@google.com",
        "time": "Mon Oct 05 19:38:41 2020"
      },
      "committer": {
        "name": "Copybara-Service",
        "email": "copybara-worker@google.com",
        "time": "Mon Oct 05 19:43:53 2020"
      },
      "message": "OWNERS update for tools/(memory|valgrind)\n\n1. Have //tools/valgrind/OWNERS delegate to //tools/memory/OWNERS. We\ndon\u0027t really used valgrind on Chromium anymore anyway. Sanitizer stuff\nlives in //tools/memory these days.\n\n2. Add Vitaly Buka to OWNERS. He has committed to Chromium more recently\nthan glider@ (May 2020 vs. 2018).\n\n3. Remove bruening@. Derek has moved on to other projects, and Derek has\nnot committed to Chromium since 2016.\n\nR\u003dthestig@chromium.org\n\nChange-Id: I60caee6ab7163b05a50b50938c4bb2ba349a1452\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450271\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nCommit-Queue: Reid Kleckner \u003crnk@chromium.org\u003e\nCr-Commit-Position: refs/heads/master@{#813845}\nGitOrigin-RevId: 01db92d5afee61c4da6a4e2f52799d312cbe84fe\n"
    },
    {
      "commit": "3c6ef333e42b5625c0d3e30939acb7d19dbeea4e",
      "tree": "44fcfab45af17780394358bc638bbbd59392af0f",
      "parents": [
        "056462ee833a45fb7678731a6d1f7566c898a281"
      ],
      "author": {
        "name": "Michael Spang",
        "email": "spang@chromium.org",
        "time": "Thu Jan 09 21:12:50 2020"
      },
      "committer": {
        "name": "Anthony Polito",
        "email": "apolito@google.com",
        "time": "Wed Aug 19 23:57:06 2020"
      },
      "message": "remove copybara initialization artifacts\n\nGitOrigin-RevId: 0eae1bdd3a1c6c07d5c9581ef6b991b78ea5c4c3\n"
    },
    {
      "commit": "056462ee833a45fb7678731a6d1f7566c898a281",
      "tree": "bfefb32b449933f473ae41667975c7cd2f7761dd",
      "parents": [
        "99e555f2ebc544e5b81a33b075caa23084506b0a"
      ],
      "author": {
        "name": "Michael Spang",
        "email": "spang@chromium.org",
        "time": "Thu Jan 09 21:12:50 2020"
      },
      "committer": {
        "name": "Anthony Polito",
        "email": "apolito@google.com",
        "time": "Wed Aug 19 23:55:32 2020"
      },
      "message": "Copybara Service Migration Initialization.\n\nGitOrigin-RevId: 0eae1bdd3a1c6c07d5c9581ef6b991b78ea5c4c3\n"
    },
    {
      "commit": "99e555f2ebc544e5b81a33b075caa23084506b0a",
      "tree": "44fcfab45af17780394358bc638bbbd59392af0f",
      "parents": [
        "9589dd9cdbb88ef8868c1ebca7f71db76cdc0f5f"
      ],
      "author": {
        "name": "Michael Spang",
        "email": "spang@chromium.org",
        "time": "Thu Jan 09 21:12:50 2020"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Jan 09 21:12:50 2020"
      },
      "message": "Add --sysroot option to asan_symbolize.py\n\nThis is equivalent to the upstream \"-s\" option. It just prepends a string\nto path lookups in case paths are from a remote device for which we have\na local symbols tree.\n\nBug: 1040148\n\nChange-Id: Icfa3232b9aa8fefa7274f26fdb0c123ceeb3f96d\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992008\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nCommit-Queue: Michael Spang \u003cspang@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#729895}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 0eae1bdd3a1c6c07d5c9581ef6b991b78ea5c4c3\n"
    },
    {
      "commit": "9589dd9cdbb88ef8868c1ebca7f71db76cdc0f5f",
      "tree": "496fe37ae705e17c349ceb73a5b4bf57e4864d91",
      "parents": [
        "541016cc541bd2350f9d5d642fa00a0873dffc05"
      ],
      "author": {
        "name": "Owen Min",
        "email": "zmin@chromium.org",
        "time": "Thu Aug 01 21:04:24 2019"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Aug 01 21:04:24 2019"
      },
      "message": "Revert \"Roll asan_symbolize.py 227327:367589\"\n\nThis reverts commit a652f1568b5f46629de9d064ac0b6074a2fe53b8.\n\nReason for revert: https://ci.chromium.org/p/chromium/builders/ci/Mac%20ASan%2064%20Tests%20%281%29/55382\nThere are lots of ASAN error since the roll out. Going to revert the CL.\n\nOriginal change\u0027s description:\n\u003e Roll asan_symbolize.py 227327:367589\n\u003e \n\u003e Change-Id: Ideb0ee78b9be02c6acda3e1eddbae8dc9065fa15\n\u003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731616\n\u003e Commit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e Commit-Queue: Lei Zhang \u003cthestig@chromium.org\u003e\n\u003e Auto-Submit: Nico Weber \u003cthakis@chromium.org\u003e\n\u003e Reviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\n\u003e Cr-Commit-Position: refs/heads/master@{#683264}\n\nTBR\u003dthakis@chromium.org,thestig@chromium.org\n\nChange-Id: Id280e47303c959725b87169f524e0fb269224b9c\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730777\nReviewed-by: Owen Min \u003czmin@chromium.org\u003e\nCommit-Queue: Owen Min \u003czmin@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#683316}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 5c04085c429fd0bf157c92541f759e8a19cf079f\n"
    },
    {
      "commit": "541016cc541bd2350f9d5d642fa00a0873dffc05",
      "tree": "a901af939ca0253c2582c6599218216e4442ac65",
      "parents": [
        "6dc01a841c29fdfbe5b84b60de404d1f214d9ec6"
      ],
      "author": {
        "name": "Nico Weber",
        "email": "thakis@chromium.org",
        "time": "Thu Aug 01 19:08:08 2019"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Aug 01 19:08:08 2019"
      },
      "message": "Roll asan_symbolize.py 227327:367589\n\nChange-Id: Ideb0ee78b9be02c6acda3e1eddbae8dc9065fa15\nReviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731616\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nCommit-Queue: Lei Zhang \u003cthestig@chromium.org\u003e\nAuto-Submit: Nico Weber \u003cthakis@chromium.org\u003e\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#683264}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: a652f1568b5f46629de9d064ac0b6074a2fe53b8\n"
    },
    {
      "commit": "6dc01a841c29fdfbe5b84b60de404d1f214d9ec6",
      "tree": "496fe37ae705e17c349ceb73a5b4bf57e4864d91",
      "parents": [
        "bfb241989843283f4f89923d818cc5f668785663"
      ],
      "author": {
        "name": "James Darpinian",
        "email": "jdarpinian@chromium.org",
        "time": "Tue Jun 26 01:33:17 2018"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Jun 26 01:33:17 2018"
      },
      "message": "Defeat buffering in asan_symbolize.py\n\nWhen piping Chrome stdout/stderr through asan_symbolize.py, we want it\nto output every line immediately. Python line iterators buffer multiple\nlines, so switch to using readline() directly instead.\n\nChange-Id: I90d712c14094929e411b395d0a8d3ae00c0e9d05\nReviewed-on: https://chromium-review.googlesource.com/1114308\nReviewed-by: Lei Zhang \u003cthestig@chromium.org\u003e\nCommit-Queue: James Darpinian \u003cjdarpinian@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#570286}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: cbf0e5b293963716b943a6058dbc61523f55c431"
    },
    {
      "commit": "bfb241989843283f4f89923d818cc5f668785663",
      "tree": "917b4079504bf47d584039067e7cd5b7edcd70f8",
      "parents": [
        "faa1162a366e0060ddb7eaefb67e07dd9ff7f9e7"
      ],
      "author": {
        "name": "Lei Zhang",
        "email": "thestig@chromium.org",
        "time": "Tue Apr 24 12:50:41 2018"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Apr 24 12:50:41 2018"
      },
      "message": "Remove tools/valgrind.\n\nBUG\u003d605605\n\nChange-Id: I22f0c4a6fe06ec3d76359f2559e532e155c53815\nReviewed-on: https://chromium-review.googlesource.com/1014677\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nReviewed-by: Nico Weber \u003cthakis@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#553062}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: c1a8a8ff67b1953c40a33b7fb5d1a36f2eef3e68"
    },
    {
      "commit": "faa1162a366e0060ddb7eaefb67e07dd9ff7f9e7",
      "tree": "065cf7933cf7e02547f153a3d004ab7cbbfc7388",
      "parents": [
        "5596e3e6c2eb411ea109eb75c1afba2d3563d20e"
      ],
      "author": {
        "name": "Mustafa Emre Acer",
        "email": "meacer@chromium.org",
        "time": "Mon Nov 20 20:37:09 2017"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Nov 20 20:37:09 2017"
      },
      "message": "Remove SSLUITest.TestWSSInvalidCertAndGoForward from valgrind exceptions\n\nBug: 403687\nChange-Id: Ida37ffe1870b599513ccbbf50095e02c94a280be\nReviewed-on: https://chromium-review.googlesource.com/775454\nCommit-Queue: Mustafa Emre Acer \u003cmeacer@chromium.org\u003e\nReviewed-by: Lucas Garron \u003clgarron@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#517915}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 79a392780f9dc1a6207ae424f7359070688daab4"
    },
    {
      "commit": "5596e3e6c2eb411ea109eb75c1afba2d3563d20e",
      "tree": "706d151d85cc1dbe1244fbd0cd48f0f01c7dfe44",
      "parents": [
        "53326eeb7e13f6c639e5f2f0735a076b9534fcc8"
      ],
      "author": {
        "name": "Yuzhu Shen",
        "email": "yzshen@chromium.org",
        "time": "Thu Nov 02 17:20:00 2017"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Nov 02 17:20:00 2017"
      },
      "message": "Remove unused method define() in the private mojoPrivate extensions API.\n\nBug: 699569,718047\nChange-Id: I2ebda3e66b6cb7f74cb6bc3f577f978022374a14\nReviewed-on: https://chromium-review.googlesource.com/750191\nReviewed-by: Ken Rockot \u003crockot@chromium.org\u003e\nCommit-Queue: Yuzhu Shen \u003cyzshen@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#513529}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: eca9c1de14c95fc5c4f23f1b2b144349de5f2817"
    },
    {
      "commit": "53326eeb7e13f6c639e5f2f0735a076b9534fcc8",
      "tree": "580d78a5528808e37382e2b8a67051ecf3e5b176",
      "parents": [
        "31cab179847ddbe2e0ecd5cc0df03c2dbadee8c8"
      ],
      "author": {
        "name": "Marc Treib",
        "email": "treib@chromium.org",
        "time": "Mon Oct 09 14:43:30 2017"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Oct 09 14:43:30 2017"
      },
      "message": "Remove gtest_exclude/unit_tests.gtest_linux.txt\n\nIt\u0027s not used anymore.\n\nBug: 336349\nChange-Id: I099d235361743f04b9c3217a6c9769292e64b1c1\nReviewed-on: https://chromium-review.googlesource.com/695344\nReviewed-by: Alexander Potapenko \u003cglider@chromium.org\u003e\nCommit-Queue: Alexander Potapenko \u003cglider@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#507374}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 1054fb630fea780a4e624c593314741604f1db36"
    },
    {
      "commit": "31cab179847ddbe2e0ecd5cc0df03c2dbadee8c8",
      "tree": "62edeb5693fa3ec81112672ac652b30fab05d089",
      "parents": [
        "432a3a81327ca285f6449af077d382064e82cb0e"
      ],
      "author": {
        "name": "Nico Weber",
        "email": "thakis@chromium.org",
        "time": "Sun Oct 01 02:16:44 2017"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Sun Oct 01 02:16:44 2017"
      },
      "message": "win: Stop pulling a drmemory .exe from a DEPS hook.\n\nWe removed the DrMemory bots a while ago (see bug), so this should not\nlonger be needed.  Also delete a few other references to drmemory.\n\nBug: 655521\nChange-Id: I03f499036e8205575b43aa54c63f26d569cf958f\nReviewed-on: https://chromium-review.googlesource.com/693158\nReviewed-by: Dirk Pranke \u003cdpranke@chromium.org\u003e\nCommit-Queue: Nico Weber \u003cthakis@chromium.org\u003e\nCr-Original-Commit-Position: refs/heads/master@{#505490}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 28d2d8e45ab8777bc238eb3e6c94827fee307c28"
    },
    {
      "commit": "432a3a81327ca285f6449af077d382064e82cb0e",
      "tree": "6a1a96cdc37e8c523a8807c61bfd4837748d3e2d",
      "parents": [
        "8686cc70c89c18e19faf4b608a87161a4008e1e7"
      ],
      "author": {
        "name": "thakis",
        "email": "thakis@chromium.org",
        "time": "Fri Jun 16 21:36:40 2017"
      },
      "committer": {
        "name": "Commit Bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jun 16 21:37:04 2017"
      },
      "message": "Remove some scripts that were used by the valgrind bots.\n\nBUG\u003d605605\n\nReview-Url: https://codereview.chromium.org/2062813002\nCr-Original-Commit-Position: refs/heads/master@{#480183}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: ea265234ce5127525b22b733bb3bc39c0c7ee5e2\n"
    },
    {
      "commit": "8686cc70c89c18e19faf4b608a87161a4008e1e7",
      "tree": "30f6facffeccf644c23c7a35d03ed43c6f5bcdf4",
      "parents": [
        "5f0fd16ef6de04b287d54c5911f0d6919a911998"
      ],
      "author": {
        "name": "mfomitchev",
        "email": "mfomitchev@chromium.org",
        "time": "Tue Apr 18 20:55:02 2017"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Apr 18 20:55:02 2017"
      },
      "message": "Adding latency_unittests to run on trybots.\n\nBUG\u003d686865\n\nReview-Url: https://codereview.chromium.org/2817063002\nCr-Original-Commit-Position: refs/heads/master@{#465364}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: ee01a831cd8e163cec02f3ca6196dfb439e89c8f\n"
    },
    {
      "commit": "5f0fd16ef6de04b287d54c5911f0d6919a911998",
      "tree": "3b99622265ec009dfb736d9e494dbd35b02e70c0",
      "parents": [
        "65b5dfca3b09b60c181edb451593ecec8b75a2f0"
      ],
      "author": {
        "name": "thakis",
        "email": "thakis@chromium.org",
        "time": "Fri Apr 14 15:46:06 2017"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Apr 14 15:46:06 2017"
      },
      "message": "asan symbolize: Restore invalid utf-8 ignorance.\n\nThis was removed in\nhttps://codereview.chromium.org/2818653003/diff/1/tools/valgrind/asan/asan_symbolize.py\nbut apparently tests do write invalid UTF-8 (maybe on Windows they write output in\nthe native codepage by default?).  Having stacks seems more important atm.\n\nBUG\u003d632047\nTBR\u003dvadimsh@chromium.org\n\nReview-Url: https://codereview.chromium.org/2823563003\nCr-Original-Commit-Position: refs/heads/master@{#464730}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 9d47da2334d77bd084aef8e0d5765a47967d449a\n"
    },
    {
      "commit": "65b5dfca3b09b60c181edb451593ecec8b75a2f0",
      "tree": "fd418812c1b4cc0e56708dfac4bde3de38acfbda",
      "parents": [
        "fcca54ae4ec1887e865c4dff63927fdae8d525d6"
      ],
      "author": {
        "name": "thakis",
        "email": "thakis@chromium.org",
        "time": "Thu Apr 13 19:45:04 2017"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Apr 13 19:45:04 2017"
      },
      "message": "Don\u0027t double-JSON-escape crash stacks in asan symbolizer.\n\ngtest_utils.py used to double-unescape test JSON.  Now that that\u0027s fixed,\nthere\u0027s no need to escape twice here.\n\nBUG\u003d632047\n\nReview-Url: https://codereview.chromium.org/2818653003\nCr-Original-Commit-Position: refs/heads/master@{#464511}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 3abe8396ac16185a59b420564d80c1f802ce1f3b\n"
    },
    {
      "commit": "fcca54ae4ec1887e865c4dff63927fdae8d525d6",
      "tree": "994e59d27a75d6b4e84ad230133585bcd4653c21",
      "parents": [
        "fa454dba486fffe3218fa3596b8bb9b1c3d26d8d"
      ],
      "author": {
        "name": "wez",
        "email": "wez@chromium.org",
        "time": "Wed Mar 15 15:48:55 2017"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Mar 15 15:48:55 2017"
      },
      "message": "Remove some NPAPI-specific suppressions.\n\nNPAPI is gone, so these are no longer relevant.\n\nBUG\u003d69934,73675,138060\n\nReview-Url: https://codereview.chromium.org/2749763002\nCr-Original-Commit-Position: refs/heads/master@{#457094}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 28e716dd8e19f1e5fdba5ad6a8732f2f71ce5555\n"
    },
    {
      "commit": "fa454dba486fffe3218fa3596b8bb9b1c3d26d8d",
      "tree": "33ffba2213ef937487ae38dbb235330fbc5a8743",
      "parents": [
        "9e514179ab051da10eb1ef6966cf1661f18e2706"
      ],
      "author": {
        "name": "thakis",
        "email": "thakis@chromium.org",
        "time": "Fri Mar 10 22:41:23 2017"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Mar 10 22:41:23 2017"
      },
      "message": "Roll tools/valgrind/asan/third_party/asan_symbolize.py 227327:294450\n\nThe ASan runtime recently changed to print slice information in\nstacks (https://reviews.llvm.org/D27390). The last clang roll included\nthat change.\n\nThe upstream asan_symbolize script was changed to be able to understand\nslice information in https://reviews.llvm.org/rL291280. We need to\nmerge in that change to make symbolizing asan stacks work again on Mac.\n\nThis roll brings in the following changes:\nhttps://reviews.llvm.org/rL294450\nhttps://reviews.llvm.org/rL294303\nhttps://reviews.llvm.org/rL291280\nhttps://reviews.llvm.org/rL256578\nhttps://reviews.llvm.org/rL251356\nhttps://reviews.llvm.org/rL248962\nhttps://reviews.llvm.org/rL247642\nhttps://reviews.llvm.org/rL231492\n\nBUG\u003d686113,699062\n\nReview-Url: https://codereview.chromium.org/2739213005\nCr-Original-Commit-Position: refs/heads/master@{#456195}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 75865e436efc89aaf076ab43b524782b70e6bd9e\n"
    },
    {
      "commit": "9e514179ab051da10eb1ef6966cf1661f18e2706",
      "tree": "65be5d4a13dfb87422e63e9b8420464aad286bd9",
      "parents": [
        "86377a0004034071827996b502bed85f0dcf5205"
      ],
      "author": {
        "name": "slangley",
        "email": "slangley@chromium.org",
        "time": "Mon Feb 27 11:10:25 2017"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Feb 27 11:10:25 2017"
      },
      "message": "Final rename from FrameLoaderClient to LocalFrameClient:\n\n- Change all includes of FrameLoaderClient.h to LocalFrameClient.h\n- Update all references to LocalFrameClient and rename variables are required.\n- Remove FrameLoaderClient.h\n\n*** This is a rename CL only - there are not logic changes. ***\n\nBUG\u003d694773\nCQ_INCLUDE_TRYBOTS\u003dmaster.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel\n\nReview-Url: https://codereview.chromium.org/2715173002\nCr-Original-Commit-Position: refs/heads/master@{#453187}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 16bd9a5826c9ff951b7f7def34c619b3a2d31858\n"
    },
    {
      "commit": "86377a0004034071827996b502bed85f0dcf5205",
      "tree": "a09f29d392921d4c20dd553d7326211fa77dad98",
      "parents": [
        "fea8132fcc678c524f3055144d3322a24f82db8d"
      ],
      "author": {
        "name": "rsleevi",
        "email": "rsleevi@chromium.org",
        "time": "Wed Dec 21 22:39:41 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Dec 21 22:42:44 2016"
      },
      "message": "Remove support for the keygen tag\n\nThis removes support for \u003ckeygen\u003e by updating it\nto be an HTMLUnknownElement. As a result, it\u0027s\nno longer a form-associated element and no\nlonger has IDL-assigned properties.\n\nThe \u003ckeygen\u003e tag is still left in the parser,\nsimilar to \u003capplet\u003e, so that it maintains the\ndocument parse behaviours (such as self-closing),\nbut is otherwise a neutered element.\n\nTests that were relying on \u003ckeygen\u003e having its\nown browser-created shadow root (for its custom\nselect element) have been updated to use\nprogress bars, while other tests (such as\n\u003ckeygen\u003e-related crash tests) have been\nfully removed.\n\nAs Blink no longer treats this tag as special,\nall the related IPC infrastructure is removed,\nincluding preferences and enterprise flags,\nand all localized strings, as they\u0027re all now\nunreachable.\n\nThis concludes the \"Intent to Remove\" thread\nfor \u003ckeygen\u003e at\nhttps://groups.google.com/a/chromium.org/d/msg/blink-dev/z_qEpmzzKh8/BH-lkwdgBAAJ\n\nBUG\u003d568184\nCQ_INCLUDE_TRYBOTS\u003dmaster.tryserver.chromium.linux:closure_compilation\n\nReview-Url: https://codereview.chromium.org/2536993002\nCr-Original-Commit-Position: refs/heads/master@{#440245}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 5d916f6c6b47472770e03cb483f06a18ca79a0c2\n"
    },
    {
      "commit": "fea8132fcc678c524f3055144d3322a24f82db8d",
      "tree": "e61a28165edf68a01bb6c499498d321a780a597a",
      "parents": [
        "055cc89309e2003f205cd3d9dbc4bee063a84a7f"
      ],
      "author": {
        "name": "jamescook",
        "email": "jamescook@chromium.org",
        "time": "Fri Dec 02 03:33:28 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Dec 02 03:37:50 2016"
      },
      "message": "Remove TrayIMETest valgrind suppression\n\nThe underlying crash bug was fixed long ago.\n\nBUG\u003d545533\nTEST\u003dmemory bots\n\nReview-Url: https://codereview.chromium.org/2545873002\nCr-Original-Commit-Position: refs/heads/master@{#435844}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: d3550666767344584b74439978e464c7cf6ae5c7\n"
    },
    {
      "commit": "055cc89309e2003f205cd3d9dbc4bee063a84a7f",
      "tree": "6f3e4b70605092905bed15e613a531ff2dec03c4",
      "parents": [
        "fec94b6133501edb4faa71da7d53ebe7f17711ef"
      ],
      "author": {
        "name": "ehmaldonado",
        "email": "ehmaldonado@chromium.org",
        "time": "Wed Nov 23 21:23:03 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Nov 23 21:25:08 2016"
      },
      "message": "Add python-google.gni and valgrind.gni to list all files under tools/python/google and tools/valgrind respectively.\n\nThis will be used to include them as run-time dependencies when the tests are run with memcheck on swarming.\n\nBUG\u003dchromium:497757\n\nReview-Url: https://codereview.chromium.org/2517953007\nCr-Original-Commit-Position: refs/heads/master@{#434250}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 6159ad67fdd0905753d6d02c2e75ec743ae5489a\n"
    },
    {
      "commit": "fec94b6133501edb4faa71da7d53ebe7f17711ef",
      "tree": "4c9c8249b1185080d2e3fdac0282f0f673798945",
      "parents": [
        "662f94c85168fbc1542dfddd7c20bac6b4925899"
      ],
      "author": {
        "name": "benwells",
        "email": "benwells@chromium.org",
        "time": "Fri Oct 21 00:17:23 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Oct 21 00:19:31 2016"
      },
      "message": "Remove gender specific language from src/tools\n\nBUG\u003d542537\n\nReview-Url: https://chromiumcodereview.appspot.com/2441523003\nCr-Original-Commit-Position: refs/heads/master@{#426658}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 337f2010bdd1d89b11c8913e1b3d652092d59db4\n"
    },
    {
      "commit": "662f94c85168fbc1542dfddd7c20bac6b4925899",
      "tree": "7887c94ed7397af00bab51bfbbb762d9967a6734",
      "parents": [
        "6d4d11b54c1c11cc5d476c2c56dcf96b4cab687c"
      ],
      "author": {
        "name": "benwells",
        "email": "benwells@chromium.org",
        "time": "Thu Oct 20 21:26:29 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Oct 20 21:29:33 2016"
      },
      "message": "Remove DrMemory suppressions and test exclusions.\n\nBUG\u003d655521\n\nReview-Url: https://chromiumcodereview.appspot.com/2435853004\nCr-Original-Commit-Position: refs/heads/master@{#426602}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 3e7a0251e3368561f3718ed3996e564b6bf9f817\n"
    },
    {
      "commit": "6d4d11b54c1c11cc5d476c2c56dcf96b4cab687c",
      "tree": "f24c5ef80f62a1b0ca8c2fd28ab64c268ff9121e",
      "parents": [
        "3b5ed551e417c3fea0d9dc8e854e3c352e5d1cbc"
      ],
      "author": {
        "name": "pwnall",
        "email": "pwnall@chromium.org",
        "time": "Tue Oct 11 12:18:26 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Oct 11 12:20:44 2016"
      },
      "message": "Teach valgrind about the new storage_unittests target.\n\nBUG\u003d653751\n\nReview-Url: https://codereview.chromium.org/2408553002\nCr-Original-Commit-Position: refs/heads/master@{#424408}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 8a4a2b4bf5c64772dcc8f9e20b779ee621b3b035\n"
    },
    {
      "commit": "3b5ed551e417c3fea0d9dc8e854e3c352e5d1cbc",
      "tree": "27f0fe15c09fdeae6ee540e47b58d5683bb21ebc",
      "parents": [
        "6a7e61ce404721b1f650ce1f940e9610c0847528"
      ],
      "author": {
        "name": "thestig",
        "email": "thestig@chromium.org",
        "time": "Wed Sep 28 18:29:27 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Sep 28 18:31:08 2016"
      },
      "message": "DrMemory: Disable BlacklistTest.LoadBlacklistedLibrary again.\n\nBUG\u003d628462\nTBR\u003dpennymac@chromium.org\nNOTRY\u003dtrue\n\nReview-Url: https://codereview.chromium.org/2382483002\nCr-Original-Commit-Position: refs/heads/master@{#421582}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 3bf8b593996e1d96824465ee110365fc24278e16\n"
    },
    {
      "commit": "6a7e61ce404721b1f650ce1f940e9610c0847528",
      "tree": "0bfec369f6004129931b60ecbe07a94907c28eae",
      "parents": [
        "70d2ddf0251cfff94033e6c9a59e6c292b6125a3"
      ],
      "author": {
        "name": "pennymac",
        "email": "pennymac@chromium.org",
        "time": "Wed Sep 21 21:59:08 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Sep 21 22:02:54 2016"
      },
      "message": "[DrMemory] Remove chrome_elf_unittests gtest exclusions.\n\n- ELFImportsTest.ChromeElfSanityCheck should not be disabled.\nIf there are failures during this test, they need to be addressed not ignored.\n\n- BlacklistTest.* no longer exist, so don\u0027t need to be excluded.\n\nR\u003dthestig@chromium.org,benwells@chromium.org\nTEST\u003dEnsure DrMemory bot runs clean.\nBUG\u003d\n\nReview-Url: https://codereview.chromium.org/2355933002\nCr-Original-Commit-Position: refs/heads/master@{#420174}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 962fe81d78f08b5776f9fa658a301c2e2cf43bf4\n"
    },
    {
      "commit": "70d2ddf0251cfff94033e6c9a59e6c292b6125a3",
      "tree": "ff38d4b84d98c36f5670f4d8ff21f1b3f70dd15b",
      "parents": [
        "92266b860d0af02a08d0d9659f776b0056696a95"
      ],
      "author": {
        "name": "jyasskin",
        "email": "jyasskin@chromium.org",
        "time": "Thu Sep 15 22:12:59 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Sep 15 22:17:33 2016"
      },
      "message": "Suppress an INVALID HEAP ARGUMENT on static objects.\n\nTBR\u003dbruening@chromium.org\nBUG\u003d647420\n\nReview-Url: https://codereview.chromium.org/2348453003\nCr-Original-Commit-Position: refs/heads/master@{#419009}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: b91018741046feb11cd68053fd817bd0c9830164\n"
    },
    {
      "commit": "92266b860d0af02a08d0d9659f776b0056696a95",
      "tree": "a78e042a84b26d7edf5c817d8acb23a6aa2c28ec",
      "parents": [
        "cfc1c5767af73242151911e7ea882894ad319f01"
      ],
      "author": {
        "name": "danakj",
        "email": "danakj@chromium.org",
        "time": "Thu Sep 15 02:05:32 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Sep 15 02:07:25 2016"
      },
      "message": "cc: Fork OutputSurface into CompositorFrameSink.\n\nAfter this, OutputSurface is only used for the display\ncompositor (ie cc::Display and friends). And the\nCompositorFrameSink API is used for the layer tree\ncompositor (ie LayerTreeHost and friends).\n\nOutputSurfaceClient is also forked to an identical\nCompositorFrameSinkClient.\n\nFor now the two are identical, after this they can diverge\nand we can delete things on each that doesn\u0027t apply anymore.\n\nBroad renamings are:\nSynchronousCompositorOutputSurface -\u003e SynchronousCompositorFrameSink\nblimp::DelegatedOutputSurface -\u003e BlimpCompositorFrameSink\nBlimpOutputSurfaceClient -\u003e BlimpCompositorFrameSinkProxy\nBlimpOutputSurface -\u003e BlimpCompositorFrameSinkProxyClient\nSurfaceDisplayOutputSurface -\u003e DirectCompositorFrameSink\nTestDelegatingOutputSurface -\u003e TestCompositorFrameSink\nCompositorOutputSurface -\u003e RendererCompositorFrameSink\nmus::OutputSurface -\u003e mus::CompositorFrameSink\n\nTBR\u003dpiman\nBUG\u003d606056\nCQ_INCLUDE_TRYBOTS\u003dmaster.tryserver.blink:linux_precise_blink_rel\n\nReview-Url: https://codereview.chromium.org/2337913003\nCr-Original-Commit-Position: refs/heads/master@{#418754}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 1120f4c4ee426227a3cea04f3b086d5fa6ec4daf\n"
    },
    {
      "commit": "cfc1c5767af73242151911e7ea882894ad319f01",
      "tree": "874c1856b0b5639f09577d7417327a008cc6591d",
      "parents": [
        "9eb20b289e8c0567a7d145e23b401b116c3da444"
      ],
      "author": {
        "name": "emircan",
        "email": "emircan@chromium.org",
        "time": "Fri Sep 09 02:17:48 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Sep 09 02:19:53 2016"
      },
      "message": "Reenable RTCVideoDecoderTest.GetVDAErrorCounterForTesting for DrMemory\n\nThe problem was addressed in r403353. We can reenable tests.\n\nBUG\u003d604056\n\nReview-Url: https://codereview.chromium.org/2321183003\nCr-Original-Commit-Position: refs/heads/master@{#417478}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: b22613087ba3991bff84d50b607c56666570093c\n"
    },
    {
      "commit": "9eb20b289e8c0567a7d145e23b401b116c3da444",
      "tree": "59f4fcf9c214627e6079e0998dfd063f1de80ae7",
      "parents": [
        "6ba1d5ea89e5a1687c06ded67e78b86df1069917"
      ],
      "author": {
        "name": "ericwilligers",
        "email": "ericwilligers@chromium.org",
        "time": "Thu Sep 01 07:11:50 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Sep 01 07:13:31 2016"
      },
      "message": "Retire Valgrind suppression for TypeConversionsV8Internal\n\nThe Uninitialized memory read suppression hasn\u0027t fired since Sept 2014.\n\nBUG\u003d298143\nR\u003dyusukesuzuki@chromium.org\n\nReview-Url: https://codereview.chromium.org/1996003002\nCr-Original-Commit-Position: refs/heads/master@{#415897}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 491872f7c30bfd35af6a18ae0b096ece66e980ab\n"
    },
    {
      "commit": "6ba1d5ea89e5a1687c06ded67e78b86df1069917",
      "tree": "6a229cab61a6fd7661112b714263a0fde4185dc8",
      "parents": [
        "c42021fe59e25d92c01866f2bc34664c1f8d868e"
      ],
      "author": {
        "name": "ericwilligers",
        "email": "ericwilligers@chromium.org",
        "time": "Thu Sep 01 07:05:06 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Sep 01 07:07:07 2016"
      },
      "message": "Retire Valgrind suppression for WebVTTParser\n\nThis was originally suspected fixed in 2012.\n\nThe suppression hasn\u0027t fired since Jan 2013.\n\nBUG\u003d138058\nR\u003dannacc@chromium.org\n\nReview-Url: https://codereview.chromium.org/1993193002\nCr-Original-Commit-Position: refs/heads/master@{#415895}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 5a8a883c7d3952e1aa8d743edaca2e9c9bda74af\n"
    },
    {
      "commit": "c42021fe59e25d92c01866f2bc34664c1f8d868e",
      "tree": "98c5404e085e85f992fd3a36835492b96522138a",
      "parents": [
        "0871e7676e69a4e293ad4d253fee3827510fe5a6"
      ],
      "author": {
        "name": "falken",
        "email": "falken@chromium.org",
        "time": "Fri Aug 26 07:28:39 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Aug 26 07:30:48 2016"
      },
      "message": "DrMemory: Reenable ServiceWorkerVersionBrowserTest.TimeoutStartingWorker\n\nAs per comments on the bug, this may be fixed now. Speculatively\nreenabling.\n\nBUG\u003d461489\n\nReview-Url: https://codereview.chromium.org/2278403002\nCr-Original-Commit-Position: refs/heads/master@{#414664}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 05fd987074d5a2982e16ff732d66464564bc2a48\n"
    },
    {
      "commit": "0871e7676e69a4e293ad4d253fee3827510fe5a6",
      "tree": "160b6518e6e55943fbe1055ff48fb3a9a584314b",
      "parents": [
        "f559cc1ebbc93e2756dbd5db155c3c6ab858a133"
      ],
      "author": {
        "name": "karandeepb",
        "email": "karandeepb@chromium.org",
        "time": "Fri Aug 26 03:25:53 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Aug 26 03:28:34 2016"
      },
      "message": "Use parameterized tests to test multiple render text implementations.\n\nCurrently, on Mac most of the tests in render_text_unittest.cc use\nRenderText::CreateInstance to create their render text instance. Also, many\ntests which would fail on Mac with RenderTextMac are not compiled on Mac. As a\nresult there is negligible test coverage for RenderTextHarfBuzz on Mac.\n\nThis CL uses parameterized tests to test both RenderTextMac and\nRenderTextHarfBuzz on Mac. It does this by introducing three new test fixture\nclasses which support parameterized tests-\n-RenderTextTest\n-RenderTextHarfBuzzTest\n-RenderTextMacTest\nThe test helper class RenderTextAllBackends is removed.\n\nBefore this CL, 65 tests in render_text_unittest.cc are run on Mac. After this\nCL, a total of 129 tests in render_text_unittest.cc are run on Mac.\n\nBUG\u003d639194\n\nReview-Url: https://codereview.chromium.org/2251893004\nCr-Original-Commit-Position: refs/heads/master@{#414644}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 50b6fa15b332c7f049069a1f569ca1e374462601\n"
    },
    {
      "commit": "f559cc1ebbc93e2756dbd5db155c3c6ab858a133",
      "tree": "69e5dadfb1bc649ca603e77ba781ef74d191d531",
      "parents": [
        "1fc1d925910c9bf9bb18eb287584cd0c299c0cef"
      ],
      "author": {
        "name": "gab",
        "email": "gab@chromium.org",
        "time": "Tue Aug 23 19:05:56 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Aug 23 19:09:19 2016"
      },
      "message": "Annotate PostTaskAndReplyRelay as being self-managed and potentially leaked in PostTaskAndReplyImpl.\n\nThe leaks occur on shutdown when the |task| either hasn\u0027t been processed\nyet or doesn\u0027t have time to post back to the origin sequence before\nit stops receiving or processing tasks.\n\nThose leaks being racy with shutdown, this has resulted in numerous\nflaky LSan failures resulting in suppressions over the years.\n\nBUG\u003d602964\n\nReview-Url: https://codereview.chromium.org/2236993004\nCr-Original-Commit-Position: refs/heads/master@{#413803}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 3f00cf8a85b52702c4d0714a154a17d00006382e\n"
    },
    {
      "commit": "1fc1d925910c9bf9bb18eb287584cd0c299c0cef",
      "tree": "b0bfcef6ef29c59e0042400ec583e66b446aa526",
      "parents": [
        "c9ff0cec6df727b8b0d3ec132caf135c37d3be15"
      ],
      "author": {
        "name": "jonross",
        "email": "jonross@chromium.org",
        "time": "Thu Aug 18 21:48:54 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Aug 18 21:53:42 2016"
      },
      "message": "Refactor WebInputEventAura to ui/events/blink\n\nRefactor the current ui::Event to blink::WebInputEvent converters from content/browser/renderer_host/ to ui/events/blink.\n\nThis is so we can merge mojo/converters/blink with this code, to have one unified location for all of the conversions.\n\nTEST\u003dcontent_unittests, events_unittests, manual testing\nBUG\u003d616673\n\nReview-Url: https://codereview.chromium.org/2234023002\nCr-Original-Commit-Position: refs/heads/master@{#412942}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 2addcb7b7dafe269307a85a7f99b4da6cd2907fe\n"
    },
    {
      "commit": "c9ff0cec6df727b8b0d3ec132caf135c37d3be15",
      "tree": "ba0d440d2447bb75126fa10111b1b703eb4548b0",
      "parents": [
        "4498bd9ddda80f70af144ba2ba37309d651f2bce"
      ],
      "author": {
        "name": "miu",
        "email": "miu@chromium.org",
        "time": "Wed Aug 17 05:19:47 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Aug 17 05:21:11 2016"
      },
      "message": "Expand drmemory suppression of cricket::SctpDataMediaChannel::CloseSctpSocket\n\nI (miu@) landed a change recently that caused the DrMemory bot to fail\non a known issue unrelated to my change. The stack was just variable in\nthe topmost frame, so I\u0027m expanding the \"matcher\" for this suppression.\n\nBUG\u003dwebrtc:5151\nTBR\u003dtommycli@chromium.org\n\nReview-Url: https://codereview.chromium.org/2250303002\nCr-Original-Commit-Position: refs/heads/master@{#412452}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 9ed9319f6ff70b4fdf2d9393464ac10682843344\n"
    },
    {
      "commit": "4498bd9ddda80f70af144ba2ba37309d651f2bce",
      "tree": "6de6a4b4a9b88be82f1767e274c8f0ae25ce7eb4",
      "parents": [
        "bac8891c126ca898ec286cb86a780ec1132a8784"
      ],
      "author": {
        "name": "perkj",
        "email": "perkj@chromium.org",
        "time": "Tue Aug 16 08:03:29 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Aug 16 08:05:46 2016"
      },
      "message": "Revert of Disable WebRTC tests that are flaky under Dr. Memory. (patchset #1 id:1 of https://codereview.chromium.org/2081423003/ )\n\nReason for revert:\nI have tested both tests a couple of time under dr memory full locally without seeing them fail or time out.\n\nWebRtcGetUserMediaBrowserTest.GetUserMediaWithMandatorySourceID has  been updated and not seemed to flake since https://codereview.chromium.org/2122153002/ was landed.\n\nOriginal issue\u0027s description:\n\u003e Disable WebRTC tests that are flaky under Dr. Memory.\n\u003e\n\u003e WebRtcGetUserMediaBrowserTest.AudioInIFrameAndCloseInSuccessCb\n\u003e WebRtcGetUserMediaBrowserTest.GetUserMediaWithMandatorySourceID\n\u003e\n\u003e BUG\u003d622085\n\u003e TBR\u003dmcasas@chromium.org\n\u003e\n\u003e Committed: https://chromium.googlesource.com/chromium/src/+/3d07cfa01225f3e70ca9a2f94ba9f85283f12969\n\nTBR\u003dmcasas@chromium.org,reillyg@chromium.org\n# Not skipping CQ checks because original CL landed more than 1 days ago.\nBUG\u003d622085\n\nReview-Url: https://codereview.chromium.org/2130783002\nCr-Original-Commit-Position: refs/heads/master@{#412190}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: b8116d5762db75f69882073b085aa73eac4423c9\n"
    },
    {
      "commit": "bac8891c126ca898ec286cb86a780ec1132a8784",
      "tree": "4ce9ecb6ac457e6465d7154d40533b36f25c1478",
      "parents": [
        "09a959f6053c53a676579878e7d62dbedfba61c7"
      ],
      "author": {
        "name": "dtapuska",
        "email": "dtapuska@chromium.org",
        "time": "Mon Aug 15 19:19:25 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Aug 15 19:24:37 2016"
      },
      "message": "Re-enable touch action tests.\n\nAdd an attempt to re-enable these disabled tests. Hopefully the use of\nthe frame watcher which has proven successful in other tests can work\nin resolving the flakiness in this test.\n\nBUG\u003d376668\n\nReview-Url: https://codereview.chromium.org/1979423002\nCr-Original-Commit-Position: refs/heads/master@{#412014}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 49b6ab32563b74c8bdb4a6a5206d8914fa1cd3eb\n"
    },
    {
      "commit": "09a959f6053c53a676579878e7d62dbedfba61c7",
      "tree": "04a53a2d3f8ed64f7f37bf0a552d8c1354b9ab53",
      "parents": [
        "70bf32cdc78753628aac557f8d37bfb5ccda7e99"
      ],
      "author": {
        "name": "reillyg",
        "email": "reillyg@chromium.org",
        "time": "Mon Aug 08 20:07:07 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Aug 08 20:08:55 2016"
      },
      "message": "Disable flaky tests under Dr. Memory.\n\nDumpAccessibilityTreeTest.AccessibilityIframeTransform is flaky under\nDr. Memory. It looks like we already have an Uber-bug for this issue.\n\n* Line Expected\n- ---- --------\n1 rootWebArea pageLocation\u003d(0, 0)\n2 ++iframe pageLocation\u003d(0, 0)\n3 ++++rootWebArea pageLocation\u003d(0, 0)\n4 ++++++image pageLocation\u003d(10, 10) pageSize\u003d(200, 200)\n5 ++iframe pageLocation\u003d(0, 300)\n*    6 ++++rootWebArea pageLocation\u003d(0, 300) transform\n7 ++++++image pageLocation\u003d(20, 320) pageSize\u003d(400, 400)\n8 \u003c-- End-of-file --\u003e\n\nActual\n------\nrootWebArea pageLocation\u003d(0, 0)\n++iframe pageLocation\u003d(0, 0)\n++++rootWebArea pageLocation\u003d(0, 0)\n++++++image pageLocation\u003d(10, 10) pageSize\u003d(200, 200)\n++iframe pageLocation\u003d(0, 300)\n\u003c-- End-of-file --\u003e\n\nBUG\u003d622387\nTBR\u003dthestig@chromium.org\nNOTRY\u003dTrue\n\nReview-Url: https://codereview.chromium.org/2223173002\nCr-Original-Commit-Position: refs/heads/master@{#410412}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 88901f962512dfb1950e5b02722b93536acc94ad\n"
    },
    {
      "commit": "70bf32cdc78753628aac557f8d37bfb5ccda7e99",
      "tree": "157891800f0693a000b225d90c96677e9dd19c59",
      "parents": [
        "2def593421abb0d6ae55411295be8e67d7412c39"
      ],
      "author": {
        "name": "maxbogue",
        "email": "maxbogue@chromium.org",
        "time": "Thu Aug 04 20:45:08 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Aug 04 20:47:48 2016"
      },
      "message": "[Sync] Merge sync_unit_tests into components_unit_tests, take 3.\n\nPreviously reverted a couple times due to breaking bots. Since this is\nblocking some other stuff, I\u0027m going to introduce a dummy target as\ndpranke@ suggested.\n\nBUG\u003d626114\nTBR\u003djam,slan\n\nCommitted: https://crrev.com/9f7c262325b965be2a51475650d542c9791eee9d\nCr-Commit-Position: refs/heads/master@{#409060}\n\npatch from issue 2186733002 at patchset 60001 (http://crrev.com/2186733002#ps60001)\n\nReview-Url: https://codereview.chromium.org/2205393002\nCr-Original-Commit-Position: refs/heads/master@{#409894}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 1d0b9ba2d40d0a558e543989279e54cfba36757c\n"
    },
    {
      "commit": "2def593421abb0d6ae55411295be8e67d7412c39",
      "tree": "fa985977c1b1348e428c0f891d961180fbc8a92b",
      "parents": [
        "5d9591b181bd8d83fc19b593ec369937ccee893a"
      ],
      "author": {
        "name": "dpranke",
        "email": "dpranke@chromium.org",
        "time": "Thu Aug 04 19:44:09 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Aug 04 19:46:17 2016"
      },
      "message": "Skip most tests that are currently broken w/ DrMemory.\n\nAfter the switch from GYP-\u003eGN, some tests are passing, but most\nare still broken. In order to green up the tree, we\u0027ll skip the\nbroken tests for now, and gradually re-enable them.\n\nR\u003dthestig@chromium.org, groby@chromium.org\nNOTRY\u003dtrue\nBUG\u003d633693\n\nReview-Url: https://codereview.chromium.org/2218513002\nCr-Original-Commit-Position: refs/heads/master@{#409869}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 7c24d26fa15ce41e869c719d572e10deb3d21a31\n"
    },
    {
      "commit": "5d9591b181bd8d83fc19b593ec369937ccee893a",
      "tree": "200deb07541c5ba4b17bad4a1ee2322b5029cf72",
      "parents": [
        "9e27d03f6f1f2fcf4edc76072f35f9609618806b"
      ],
      "author": {
        "name": "kozyatinskiy",
        "email": "kozyatinskiy@chromium.org",
        "time": "Wed Aug 03 00:00:50 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Aug 03 00:02:24 2016"
      },
      "message": "Revert of [Sync] Merge sync_unit_tests into components_unit_tests, take 2. (patchset #1 id:1 of https://codereview.chromium.org/2199113003/ )\n\nReason for revert:\nThis breaks compile step on official.desktop.continuous for all OS trunk.\ncrbug.com/633775\n\nOriginal issue\u0027s description:\n\u003e [Sync] Merge sync_unit_tests into components_unit_tests, take 2.\n\u003e\n\u003e This change was previously landed and reverted because some bot configs\n\u003e in the build repo needed to be updated first.\n\u003e\n\u003e BUG\u003d626114\n\u003e TBR\u003ddpranke,jam,slan\n\u003e\n\u003e Committed: https://crrev.com/9f7c262325b965be2a51475650d542c9791eee9d\n\u003e Cr-Commit-Position: refs/heads/master@{#409060}\n\u003e\n\u003e patch from issue 2186733002 at patchset 60001 (http://crrev.com/2186733002#ps60001)\n\u003e\n\u003e Committed: https://crrev.com/9131f18a585a66ad327af8089d3fb80c10388948\n\u003e Cr-Commit-Position: refs/heads/master@{#409356}\n\nTBR\u003ddpranke@chromium.org,jam@chromium.org,slan@chromium.org,maxbogue@chromium.org\n# Skipping CQ checks because original CL landed less than 1 days ago.\nNOPRESUBMIT\u003dtrue\nNOTREECHECKS\u003dtrue\nNOTRY\u003dtrue\nBUG\u003d626114,633775\n\nReview-Url: https://codereview.chromium.org/2201273002\nCr-Original-Commit-Position: refs/heads/master@{#409386}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 523ee7dd9be18c54a45ca4ff499d57e1cac4495c\n"
    },
    {
      "commit": "9e27d03f6f1f2fcf4edc76072f35f9609618806b",
      "tree": "b1facf8759af56cc08fae3a70a2d2749aa8a82a5",
      "parents": [
        "23b4800f009efddb1334116e4f71e5c051f5b2fc"
      ],
      "author": {
        "name": "maxbogue",
        "email": "maxbogue@chromium.org",
        "time": "Tue Aug 02 22:39:12 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Aug 02 22:40:43 2016"
      },
      "message": "[Sync] Merge sync_unit_tests into components_unit_tests, take 2.\n\nThis change was previously landed and reverted because some bot configs\nin the build repo needed to be updated first.\n\nBUG\u003d626114\nTBR\u003ddpranke,jam,slan\n\nCommitted: https://crrev.com/9f7c262325b965be2a51475650d542c9791eee9d\nCr-Commit-Position: refs/heads/master@{#409060}\n\npatch from issue 2186733002 at patchset 60001 (http://crrev.com/2186733002#ps60001)\n\nReview-Url: https://codereview.chromium.org/2199113003\nCr-Original-Commit-Position: refs/heads/master@{#409356}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 9131f18a585a66ad327af8089d3fb80c10388948\n"
    },
    {
      "commit": "23b4800f009efddb1334116e4f71e5c051f5b2fc",
      "tree": "200deb07541c5ba4b17bad4a1ee2322b5029cf72",
      "parents": [
        "5b29fcdba458f9958810904a68fd5ef9209c6cc5"
      ],
      "author": {
        "name": "jyasskin",
        "email": "jyasskin@chromium.org",
        "time": "Tue Aug 02 09:42:27 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Aug 02 09:44:37 2016"
      },
      "message": "Update the remaining chromium references to memory.fyi.\n\nThere are still other references found by\nhttps://cs.chromium.org/search/?q\u003dchromium.memory.fyi in other\nrepositories, but this catches all the Chromium ones.\n\nBUG\u003d597178\n\nReview-Url: https://codereview.chromium.org/2193923002\nCr-Original-Commit-Position: refs/heads/master@{#409162}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: e9828c959ec162332224ab6bd3884fc88adf51af\n"
    },
    {
      "commit": "5b29fcdba458f9958810904a68fd5ef9209c6cc5",
      "tree": "ba429a6917a3bca4c6d1981dceb6fe035d619ce7",
      "parents": [
        "0ebe3552e35e601c43e04721056c18adcc6c449c"
      ],
      "author": {
        "name": "mathp",
        "email": "mathp@chromium.org",
        "time": "Mon Aug 01 22:21:46 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Aug 01 22:38:24 2016"
      },
      "message": "Revert of [Sync] Merge sync_unit_tests into components_unit_tests. (patchset #4 id:60001 of https://codereview.chromium.org/2186733002/ )\n\nReason for revert:\nSeems to be causing compile failure on Linux https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Full/builds/49248\n\nOriginal issue\u0027s description:\n\u003e [Sync] Merge sync_unit_tests into components_unit_tests.\n\u003e\n\u003e BUG\u003d626114\n\u003e\n\u003e Committed: https://crrev.com/9f7c262325b965be2a51475650d542c9791eee9d\n\u003e Cr-Commit-Position: refs/heads/master@{#409060}\n\nTBR\u003ddpranke@chromium.org,jam@chromium.org,slan@chromium.org,maxbogue@chromium.org\n# Skipping CQ checks because original CL landed less than 1 days ago.\nNOPRESUBMIT\u003dtrue\nNOTREECHECKS\u003dtrue\nNOTRY\u003dtrue\nBUG\u003d626114\n\nReview-Url: https://codereview.chromium.org/2205613002\nCr-Original-Commit-Position: refs/heads/master@{#409065}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 2c0a5ee766f43c1fa506c2c047b0c7e01bea142c\n"
    },
    {
      "commit": "0ebe3552e35e601c43e04721056c18adcc6c449c",
      "tree": "f8b77264fe344b75800f4638b54146e640565ed0",
      "parents": [
        "d2f6dab8821ec05175a46563ff96359b76fb2d9d"
      ],
      "author": {
        "name": "maxbogue",
        "email": "maxbogue@chromium.org",
        "time": "Mon Aug 01 21:24:52 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Aug 01 21:29:11 2016"
      },
      "message": "[Sync] Merge sync_unit_tests into components_unit_tests.\n\nBUG\u003d626114\n\nReview-Url: https://codereview.chromium.org/2186733002\nCr-Original-Commit-Position: refs/heads/master@{#409060}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 9f7c262325b965be2a51475650d542c9791eee9d\n"
    },
    {
      "commit": "d2f6dab8821ec05175a46563ff96359b76fb2d9d",
      "tree": "ba429a6917a3bca4c6d1981dceb6fe035d619ce7",
      "parents": [
        "6541ff46c73436cde253dd7e116e3d2cd0b7004f"
      ],
      "author": {
        "name": "lof84",
        "email": "lof84@yandex-team.ru",
        "time": "Mon Aug 01 12:37:28 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Aug 01 12:38:53 2016"
      },
      "message": "cc: Remove ImageBackgroundFilter.BackgroundFilterRotated_GL test from DrMemory blacklist\n\nSince we increased timeout for cc tests in 579189, this test should\npass.\n\nBUG\u003d523689\nR\u003denne@chromium.org, danakj@chromium.org, vmpstr@chromium.org\n\nReview-Url: https://codereview.chromium.org/2021733002\nCr-Original-Commit-Position: refs/heads/master@{#408947}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 1e91d3cbfd78bc434507921e3007229091627d2a\n"
    },
    {
      "commit": "6541ff46c73436cde253dd7e116e3d2cd0b7004f",
      "tree": "27c391281c676e07598d7e99f642380d6e4270b0",
      "parents": [
        "65e3e1ba3a90b70012d8c2a5adb381163c28518d"
      ],
      "author": {
        "name": "caseq",
        "email": "caseq@chromium.org",
        "time": "Fri Jul 29 23:48:55 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jul 29 23:50:28 2016"
      },
      "message": "Tracing: fix error checking from deflate() when compressing trace\n\nInitially broken by https://codereview.chromium.org/2150783002\n\nBUG\u003d629530,630030\n\nReview-Url: https://codereview.chromium.org/2193323002\nCr-Original-Commit-Position: refs/heads/master@{#408806}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: e0fd517bbea7b3dca905473b98391b6e0000056a\n"
    },
    {
      "commit": "65e3e1ba3a90b70012d8c2a5adb381163c28518d",
      "tree": "60e94fb3f92fd21076ec84a29bb8539cd028e670",
      "parents": [
        "c911a2d8ebe22ba310931112fb7292d2c7d1cb16"
      ],
      "author": {
        "name": "benwells",
        "email": "benwells@chromium.org",
        "time": "Thu Jul 28 07:54:40 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Jul 28 07:55:57 2016"
      },
      "message": "Update test names in DrMemory suppressions\n\nAt some point the test names changed.\n\nTBR\u003djyasskin\nBUG\u003dNone\n\nReview-Url: https://codereview.chromium.org/2186223002\nCr-Original-Commit-Position: refs/heads/master@{#408357}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: fcb15427376c1d4a3ce3612ce44e680ce44d7e69\n"
    },
    {
      "commit": "c911a2d8ebe22ba310931112fb7292d2c7d1cb16",
      "tree": "3c049710f1bbabb128b00236e2c59b5db8bfb712",
      "parents": [
        "77df96f54ee2855a251aa5fdf09835d6c7896ba1"
      ],
      "author": {
        "name": "benwells",
        "email": "benwells@chromium.org",
        "time": "Thu Jul 28 07:47:53 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Jul 28 07:50:04 2016"
      },
      "message": "Disable two tests under DrMemory.\n\nTBR\u003djyasskin\nBUG\u003d632264, 632248\n\nReview-Url: https://codereview.chromium.org/2188973002\nCr-Original-Commit-Position: refs/heads/master@{#408356}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 28f28f6dcdac72141c58abeaeb5c1854bf078ac7\n"
    },
    {
      "commit": "77df96f54ee2855a251aa5fdf09835d6c7896ba1",
      "tree": "38dd769db906b14594739c6d0edcecaa7c1b3fcd",
      "parents": [
        "77ef3cae6417695f37ebadd59423e1daaa63ed41"
      ],
      "author": {
        "name": "wychen",
        "email": "wychen@chromium.org",
        "time": "Wed Jul 27 02:43:34 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jul 27 02:45:10 2016"
      },
      "message": "Fix timeout of DistillablePageUtilsBrowserTest on DrMemory\n\nBUG\u003d561085, 571263\n\nReview-Url: https://codereview.chromium.org/2171813003\nCr-Original-Commit-Position: refs/heads/master@{#408021}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: ca28f4ea9e37b01d8427ebe889f854ffb8851976\n"
    },
    {
      "commit": "77ef3cae6417695f37ebadd59423e1daaa63ed41",
      "tree": "3afe355423f975c0ccb36a004b9aef62e5981850",
      "parents": [
        "982555ceacf353f1d798b2081c828fa6d8a03caa"
      ],
      "author": {
        "name": "lfg",
        "email": "lfg@chromium.org",
        "time": "Fri Jul 22 15:38:10 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jul 22 15:39:44 2016"
      },
      "message": "Rename WebTestProxy to WebViewTestProxy.\n\nAs we continue to split WebView/WebWidget, this change renames\nWebTestProxy to WebViewTestProxy, since it should only used for\nproxying RenderView calls. A future change will introduce a new\nWebWidgetTestProxy for use with RenderWidget.\n\nBUG\u003d583347\n\nReview-Url: https://codereview.chromium.org/2171503005\nCr-Original-Commit-Position: refs/heads/master@{#407165}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 05e4137fc06ab5b10b30ecd053f49190cfbf3b5d\n"
    },
    {
      "commit": "982555ceacf353f1d798b2081c828fa6d8a03caa",
      "tree": "a6dfda66e1191515fa33272d6178f999920428f1",
      "parents": [
        "14f607d132146aa01bf0b9cb55dab94cb638ebce"
      ],
      "author": {
        "name": "grt",
        "email": "grt@chromium.org",
        "time": "Thu Jul 21 15:44:35 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Jul 21 15:45:49 2016"
      },
      "message": "Re-enable CopyTreeWorkItemTest.NewNameAndCopyTest on DrMemory.\n\nThe test has somewhat better logging than before (r359674), so maybe\nwe\u0027ll have some visibility into why the move fails.\n\nBUG\u003d460584\nR\u003dpmonette@chromium.org\n\nReview-Url: https://codereview.chromium.org/2167003004\nCr-Original-Commit-Position: refs/heads/master@{#406862}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 58d88c8dcbe07d1f10b3ec6cca40e24dbbe48102\n"
    },
    {
      "commit": "14f607d132146aa01bf0b9cb55dab94cb638ebce",
      "tree": "03b3baa6d85bd049ec691f98800e9ea4d856aad4",
      "parents": [
        "4e6b08f6c4fec805b2530065bf9688ffb592168a"
      ],
      "author": {
        "name": "lof84",
        "email": "lof84@yandex-team.ru",
        "time": "Wed Jul 20 22:51:39 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jul 20 22:53:04 2016"
      },
      "message": "cc: Remove LayerTreeHost tests from DrMemory blacklist\n\nSince we increased timeout for cc tests in 579189, this test should\npass.\n\nBUG\u003d516384\nR\u003denne@chromium.org, danakj@chromium.org, vmpstr@chromium.org\n\nReview-Url: https://codereview.chromium.org/2017383002\nCr-Original-Commit-Position: refs/heads/master@{#406702}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: eea862d56d10b29a347d49bac268af0bf9f57d31\n"
    },
    {
      "commit": "4e6b08f6c4fec805b2530065bf9688ffb592168a",
      "tree": "5e0450d61a5211258550f383f97ed52002e63742",
      "parents": [
        "8d164a4663b4f82996cabbeee22d6f2e2bbce413"
      ],
      "author": {
        "name": "xjz",
        "email": "xjz@chromium.org",
        "time": "Wed Jul 20 21:54:35 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jul 20 21:56:22 2016"
      },
      "message": "Add WebContentsVideoCaptureDeviceTest tests back on Dr. memory bots.\n\nBUG\u003d554665\n\nReview-Url: https://codereview.chromium.org/2166963002\nCr-Original-Commit-Position: refs/heads/master@{#406682}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: d350cde078e88dc66ea1e5f23e8b10b5b9248a28\n"
    },
    {
      "commit": "8d164a4663b4f82996cabbeee22d6f2e2bbce413",
      "tree": "ad79b53b71fddac4ff51381c55fb73d4c1f33424",
      "parents": [
        "016d98591e78e6c3db772213f0d28a4e585cc43d"
      ],
      "author": {
        "name": "glider",
        "email": "glider@chromium.org",
        "time": "Wed Jul 20 12:58:22 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jul 20 13:01:16 2016"
      },
      "message": "Clean up Valgrind gtest filters for remoting_unittests and unit_tests\n\nThe bots have been retired, there\u0027s little point in keeping the filters\nfor bugs that have been WontFixed.\n\nBUG\u003d496910,241856,44552,139652,179427,180335,238964,483642\nTBR\u003dbenwells@chromium.org\nNOTRY\u003dtrue\n\nReview-Url: https://codereview.chromium.org/2163943002\nCr-Original-Commit-Position: refs/heads/master@{#406533}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 3c4b53938cde1faa4d609ad34646ed859f33a524\n"
    },
    {
      "commit": "016d98591e78e6c3db772213f0d28a4e585cc43d",
      "tree": "b813b2217bb7295c77b16f8752ce270d2f5c5f79",
      "parents": [
        "94678e6b94cf690be4f212552f58e96724f25ac5"
      ],
      "author": {
        "name": "sammc",
        "email": "sammc@chromium.org",
        "time": "Wed Jul 20 03:07:18 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jul 20 03:08:44 2016"
      },
      "message": "Rename DeviceInertialSensorService to DeviceSensorService.\n\nDeviceInertialSensorService is used for light sensors so the name is no\nlonger appropriate.\n\nReview-Url: https://codereview.chromium.org/2126443002\nCr-Original-Commit-Position: refs/heads/master@{#406475}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 63eb89012f229fba01bd0296e7d61d654f2d5e89\n"
    },
    {
      "commit": "94678e6b94cf690be4f212552f58e96724f25ac5",
      "tree": "5a35d4cffb2ab4cb82288ffdae1e1566cd9ebe44",
      "parents": [
        "b9d8a90f24e056f73b6a4cf911cfcd1f613620c4"
      ],
      "author": {
        "name": "grt",
        "email": "grt@chromium.org",
        "time": "Tue Jul 19 18:23:07 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Jul 19 18:26:29 2016"
      },
      "message": "Fix InstallUtilTest.IsPerUserInstall and DefaultBrowserBeaconTest.All for DrMemory bots.\n\nThese tests were broken by r335735, which introduced some caching logic\nso that sandboxed child processes don\u0027t need to use SHGetFolderPath to\nfigure out if they\u0027re in a per-user or a per-machine install. This\nchange ensures that the env variable is not set at the start of running\nall tests, and clears it in the one test that uses path service\noverrides to test IsPerUserInstall.\n\nBUG\u003d504069\n\nReview-Url: https://codereview.chromium.org/2165613002\nCr-Original-Commit-Position: refs/heads/master@{#406324}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: d1298d900373de0b1561f2db7fd8a352aaa04e13\n"
    },
    {
      "commit": "b9d8a90f24e056f73b6a4cf911cfcd1f613620c4",
      "tree": "2c6cc94b0bdcef6f07158d859acc115088d82baf",
      "parents": [
        "0f105d6f90a1167ea5c2ba0e167fb29994696267"
      ],
      "author": {
        "name": "isheriff",
        "email": "isheriff@chromium.org",
        "time": "Tue Jul 19 17:14:41 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Jul 19 17:17:23 2016"
      },
      "message": "Exclude flaky test on DrMemory\n\nTBR\u003doystein@chromium.org\nBUG\u003d629530\n\nReview-Url: https://codereview.chromium.org/2159273002\nCr-Original-Commit-Position: refs/heads/master@{#406300}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 7faeddb12e9ed9b5b72d6a6cfbfe657e5646142c\n"
    },
    {
      "commit": "0f105d6f90a1167ea5c2ba0e167fb29994696267",
      "tree": "57d3310dd742fadec5e5c4eaa1ef0907db832ce6",
      "parents": [
        "a7428005f74e390879740eb2d71caf95303e43f8"
      ],
      "author": {
        "name": "danakj",
        "email": "danakj@chromium.org",
        "time": "Tue Jul 19 02:06:17 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Tue Jul 19 02:08:02 2016"
      },
      "message": "Revert of Exclude flaky test on DrMemory (patchset #2 id:20001 of https://codereview.chromium.org/2160783002/ )\n\nReason for revert:\nTest should be fixed, this is no longer needed.\n\nOriginal issue\u0027s description:\n\u003e Exclude flaky test on DrMemory\n\u003e\n\u003e TBR\u003dthestig@chromium.org\n\u003e BUG\u003d629167\n\u003e\n\u003e Committed: https://crrev.com/ad440f02c69a7e7ef7efb0129d881a445ca2e8d6\n\u003e Cr-Commit-Position: refs/heads/master@{#406113}\n\nTBR\u003dthestig@chromium.org,isheriff@chromium.org\n# Skipping CQ checks because original CL landed less than 1 days ago.\nNOPRESUBMIT\u003dtrue\nNOTREECHECKS\u003dtrue\nNOTRY\u003dtrue\nBUG\u003d629167\n\nReview-Url: https://codereview.chromium.org/2165463002\nCr-Original-Commit-Position: refs/heads/master@{#406186}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 79a558a9666b5a09aa69167dd1b436a2ed5add2c\n"
    },
    {
      "commit": "a7428005f74e390879740eb2d71caf95303e43f8",
      "tree": "f61b6a58f3405bda4a73180b36b6e3ca9ec6e52c",
      "parents": [
        "7af62fba530c107c910a788fa38a87e388761ba3"
      ],
      "author": {
        "name": "isheriff",
        "email": "isheriff@chromium.org",
        "time": "Mon Jul 18 21:58:34 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Jul 18 22:02:58 2016"
      },
      "message": "Exclude flaky test on DrMemory\n\nTBR\u003dthestig@chromium.org\nBUG\u003d629167\n\nReview-Url: https://codereview.chromium.org/2160783002\nCr-Original-Commit-Position: refs/heads/master@{#406113}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: ad440f02c69a7e7ef7efb0129d881a445ca2e8d6\n"
    },
    {
      "commit": "7af62fba530c107c910a788fa38a87e388761ba3",
      "tree": "57d3310dd742fadec5e5c4eaa1ef0907db832ce6",
      "parents": [
        "574273200282400780068def06aea984a9ec1268"
      ],
      "author": {
        "name": "isheriff",
        "email": "isheriff@chromium.org",
        "time": "Mon Jul 18 19:42:42 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Jul 18 19:44:21 2016"
      },
      "message": "Exclude flaky test on DrMemory\n\nTBR\u003ddalecurtis@chromium.org\nBUG\u003d629147\n\nReview-Url: https://codereview.chromium.org/2159953002\nCr-Original-Commit-Position: refs/heads/master@{#406068}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 592a580203192f69a52ac3b59883842090c32be4\n"
    },
    {
      "commit": "574273200282400780068def06aea984a9ec1268",
      "tree": "955ee641c273a95fbc2180b02b06d61507231358",
      "parents": [
        "18cae11159ae2a31d3e8a9a7a63373adddfc6336"
      ],
      "author": {
        "name": "isheriff",
        "email": "isheriff@chromium.org",
        "time": "Mon Jul 18 19:25:16 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Jul 18 19:28:35 2016"
      },
      "message": "valgrind: Remove exclusion of non-existent tests\n\nTBR\u003dthestig@chromium.org\nBUG\u003d484351,484852\n\nReview-Url: https://codereview.chromium.org/2156123003\nCr-Original-Commit-Position: refs/heads/master@{#406060}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 2d43baf55832104578dde52398850a3b3da9bfed\n"
    },
    {
      "commit": "18cae11159ae2a31d3e8a9a7a63373adddfc6336",
      "tree": "6ab3332aace5a841420588f717b29e280eb41e8f",
      "parents": [
        "b8cd907e4e855272bce2bb2ae6a2f6a95aa524b6"
      ],
      "author": {
        "name": "dadrian",
        "email": "dadrian@google.com",
        "time": "Fri Jul 15 19:36:38 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jul 15 19:38:21 2016"
      },
      "message": "Initialize memory in encode_values_unittest.cc\n\nBUG\u003d628177\n\nReview-Url: https://codereview.chromium.org/2148303002\nCr-Original-Commit-Position: refs/heads/master@{#405825}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 91a2817a25144df6fff7dde4dc04b951335aee0b\n"
    },
    {
      "commit": "b8cd907e4e855272bce2bb2ae6a2f6a95aa524b6",
      "tree": "d5611de203a1fd51bb07e4f89d8c3e8350a682df",
      "parents": [
        "7fa74cae75956873abe2e4df3a68a7dab89029bf"
      ],
      "author": {
        "name": "thestig",
        "email": "thestig@chromium.org",
        "time": "Fri Jul 15 04:36:23 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jul 15 04:39:46 2016"
      },
      "message": "TSAN: Suppress a IPCSyncChannelTest race.\n\nAlso disable a failing SiteDataSizeCollectorTest for DrMemory.\n\nBUG\u003d628475,628481\nTBR\u003dglider@chromium.org\n\nReview-Url: https://codereview.chromium.org/2149363002\nCr-Original-Commit-Position: refs/heads/master@{#405700}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 9a4dc47b2dac2f539dc0cd49bf3511145de7423a\n"
    },
    {
      "commit": "7fa74cae75956873abe2e4df3a68a7dab89029bf",
      "tree": "a306d62aa7b6feb42696de891ba4febc6cf86159",
      "parents": [
        "df302b42cf81fd2d9399df67144f65af7e0ee456"
      ],
      "author": {
        "name": "thestig",
        "email": "thestig@chromium.org",
        "time": "Fri Jul 15 04:22:53 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jul 15 04:24:20 2016"
      },
      "message": "DrMemory: Suppress a leak in vp8cx_create_encoder_threads().\n\nBUG\u003d628485\nNOTRY\u003dtrue\nTBR\u003disheriff@chromium.org\n\nReview-Url: https://codereview.chromium.org/2155593002\nCr-Original-Commit-Position: refs/heads/master@{#405695}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 414327a29421fb95c1bf7987eac723bbb896e4a3\n"
    },
    {
      "commit": "df302b42cf81fd2d9399df67144f65af7e0ee456",
      "tree": "5da917cc9d45e4e675489814d172e14cba0cabe2",
      "parents": [
        "e0bd2ca89f5a77a350d73b941b7234edfafc2f4d"
      ],
      "author": {
        "name": "thestig",
        "email": "thestig@chromium.org",
        "time": "Fri Jul 15 02:50:57 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jul 15 02:54:52 2016"
      },
      "message": "Make the DrMemory bots greener.\n\n- Disable failing chrome_elf BlacklistTests.\n- Suppress EncodeValuesTest uninit reads.\n- Update gamepad suppression after r403998.\n\nBUG\u003d371844,628177,628462\nTBR\u003disheriff@chromium.org\nNOTRY\u003dtrue\n\nReview-Url: https://codereview.chromium.org/2156473002\nCr-Original-Commit-Position: refs/heads/master@{#405685}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 20e1a9ebc85103a1a0d89461c9c2b268bbd5d6a2\n"
    },
    {
      "commit": "e0bd2ca89f5a77a350d73b941b7234edfafc2f4d",
      "tree": "13235fa0f2bd5f2914c0e1804997710e1508fabb",
      "parents": [
        "5ba4b6d82beb8059843164c54245791e308bd882"
      ],
      "author": {
        "name": "lof84",
        "email": "lof84@yandex-team.ru",
        "time": "Thu Jul 14 14:07:08 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Jul 14 14:08:32 2016"
      },
      "message": "cc: Remove RSLLMembershipWithScale test from DrMemory blacklist\n\nSince we increased timeout for cc tests in 579189, this test should\npass.\n\nBUG\u003d460581\nR\u003denne@chromium.org, danakj@chromium.org, vmpstr@chromium.org\n\nReview-Url: https://codereview.chromium.org/2020903002\nCr-Original-Commit-Position: refs/heads/master@{#405487}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 28f9111d6b84ca3c5479ce4c52e36cf0448afc36\n"
    },
    {
      "commit": "5ba4b6d82beb8059843164c54245791e308bd882",
      "tree": "fc4fb842cefdadef38c898dea31e851f121a2b92",
      "parents": [
        "b86e1a6ab563afceb2b984938ff90bd058a524d4"
      ],
      "author": {
        "name": "tandrii",
        "email": "tandrii@chromium.org",
        "time": "Thu Jul 14 00:34:50 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Thu Jul 14 00:37:51 2016"
      },
      "message": "PRESUBMIT: use \"master.\" prefix in CQ_INCLUDE_TRYBOTS.\n\nR\u003djam@chromium.org,danakj@chromium.org,kbr@chromium.org\nBUG\u003d617627\n\nReview-Url: https://codereview.chromium.org/2148053002\nCr-Original-Commit-Position: refs/heads/master@{#405365}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: e5587794fa922c30fe4ef22857f20721f75c5e56\n"
    },
    {
      "commit": "b86e1a6ab563afceb2b984938ff90bd058a524d4",
      "tree": "ca3815ef5526d2195ac3cf33280da93fdf994207",
      "parents": [
        "c7fd003414fc1dfdf7f37421b5dff6387ec0de9f"
      ],
      "author": {
        "name": "shimazu",
        "email": "shimazu@chromium.org",
        "time": "Wed Jul 13 07:53:54 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jul 13 07:55:58 2016"
      },
      "message": "DrMemory: Remove a suppression of uninitialized error\n\nIn EmbeddedWorkerDispatcher::OnStartWorker,\nstart_data.pauseAfterDownloadMode used not to be initialized, but this was\nalready fixed at http://crrev.com/1713863002, so now we can remove the suppression.\n\nBUG\u003d387373\n\nReview-Url: https://codereview.chromium.org/2139983002\nCr-Original-Commit-Position: refs/heads/master@{#405072}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 5436d4f928152bb3e79c254c8b2d2c788a8de781\n"
    },
    {
      "commit": "c7fd003414fc1dfdf7f37421b5dff6387ec0de9f",
      "tree": "23cfd4dd8a82b2d6fc7ab259f4e678bb515879db",
      "parents": [
        "6e94ad2f0b0fb94e993473620675932a92bd5cb0"
      ],
      "author": {
        "name": "falken",
        "email": "falken@chromium.org",
        "time": "Mon Jul 11 06:22:35 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Jul 11 06:24:12 2016"
      },
      "message": "Valgrind: Remove obsolete WebSharedWorkerStub suppression.\n\nThis symbol no longer appears in the codebase.\n\nBUG\u003d27837\n\nReview-Url: https://codereview.chromium.org/2134023002\nCr-Original-Commit-Position: refs/heads/master@{#404605}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 8c3b0fc2a1ff143ab669300bc841327eaeb5b68b\n"
    },
    {
      "commit": "6e94ad2f0b0fb94e993473620675932a92bd5cb0",
      "tree": "fa6f72197ba99f464901c20d0d3908bc6a9cc747",
      "parents": [
        "112bbb2b58b207de74085921eee1d39332d5718e"
      ],
      "author": {
        "name": "falken",
        "email": "falken@chromium.org",
        "time": "Mon Jul 11 05:42:58 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Jul 11 05:45:15 2016"
      },
      "message": "DrMemory: Remove obsolete WorkerScriptController suppression\n\nThe symbol no longer appears in the codebase.\n\nBUG\u003d403544\n\nReview-Url: https://codereview.chromium.org/2140483002\nCr-Original-Commit-Position: refs/heads/master@{#404600}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 14c91a96fcce59cdfd51220e01ac122cc7fa0cb3\n"
    },
    {
      "commit": "112bbb2b58b207de74085921eee1d39332d5718e",
      "tree": "e0c15ae8039683514e66235bdb6f8d8ef17e16a9",
      "parents": [
        "a692548ff2e2e66eb0fa58ee025e7fb8c1c37e35"
      ],
      "author": {
        "name": "jaydasika",
        "email": "jaydasika@chromium.org",
        "time": "Wed Jun 29 23:05:02 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jun 29 23:08:55 2016"
      },
      "message": "cc : Use EXPECT_TRANSFORMATION_MATRIX_EQ\n\nBUG\u003d624543\nCQ_INCLUDE_TRYBOTS\u003dtryserver.blink:linux_blink_rel\n\nReview-Url: https://codereview.chromium.org/2105743006\nCr-Original-Commit-Position: refs/heads/master@{#402975}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 0bcc200ed8aacb783eeb7a4db055046b07694bba\n"
    },
    {
      "commit": "a692548ff2e2e66eb0fa58ee025e7fb8c1c37e35",
      "tree": "23102aac97608463828b99e9a2bcbe9d2584f364",
      "parents": [
        "a5ce86969d3eca6c55b8c0797967062437f9b7a0"
      ],
      "author": {
        "name": "Tommy C. Li",
        "email": "tommycli@chromium.org",
        "time": "Wed Jun 29 21:27:15 2016"
      },
      "committer": {
        "name": "Tommy C. Li",
        "email": "tommycli@chromium.org",
        "time": "Wed Jun 29 21:30:58 2016"
      },
      "message": "Memory Sheriff: Exclude LayerTreeHostAnimationTestChangeAnimationPlayer.RunSingleThread_DelegatingRenderer\n\nBUG\u003d624543\nTBR\u003djaydasika@chromium.org\n\nReview URL: https://codereview.chromium.org/2110243002 .\n\nCr-Original-Commit-Position: refs/heads/master@{#402936}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: e57fb4aa14b6452be6144e70e99c5061090faaf3\n"
    },
    {
      "commit": "a5ce86969d3eca6c55b8c0797967062437f9b7a0",
      "tree": "e0c15ae8039683514e66235bdb6f8d8ef17e16a9",
      "parents": [
        "27cc0d0af2d46450fa1da6bebfbe67effae6c0cc"
      ],
      "author": {
        "name": "aleksandar.stojiljkovic",
        "email": "aleksandar.stojiljkovic@intel.com",
        "time": "Mon Jun 27 14:09:25 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Mon Jun 27 14:11:56 2016"
      },
      "message": "ICOImageDecoder: fix decodeFrameCount when there is no enough data to parse directory entries.\nInitializing struct members helps exposing the issue - otherwise, it was reproducible always only with placement new when buffer was zeroed before it.\n\nRe-enable DrMemory test for ICOImageDecoderTests.parseAndDecodeByteByByte.\n\nBUG\u003d621488\n\nReview-Url: https://codereview.chromium.org/2081013002\nCr-Original-Commit-Position: refs/heads/master@{#402168}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 4e621d9fc8a99383a04f5249f75f61a43cab2198\n"
    },
    {
      "commit": "27cc0d0af2d46450fa1da6bebfbe67effae6c0cc",
      "tree": "9fb140453472e8fffe57bd232bca286a3e90628a",
      "parents": [
        "5a53ead9ac138bad7fed119f5bd5f109c3e63716"
      ],
      "author": {
        "name": "rockot",
        "email": "rockot@chromium.org",
        "time": "Fri Jun 24 23:33:42 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jun 24 23:37:08 2016"
      },
      "message": "Remove uninit read suppression for Mojo EDK writes\n\nThis is a common codepath through which all IPC data is\ntransmitted. Suppressing this supresses all potential\nuninitialized read bugs in any code which prepares IPC\nmessages for transit (e.g. any IPC::ParamTraits\nimplementation.)\n\nThis suppression was recently relanded as a result of an\nuninitialized read in some IPC message contents. It\u0027s possible\nthat the actual bug has been fixed, but it\u0027s unclear.\n\nSince I\u0027m unable to repro locally I\u0027m removing the suppression\nto see if the memory bots go red again.\n\nMemory sheriffs *please* ping rockot@ before relanding this\nsuppression.\n\nBUG\u003d398547,623235\nTBR\u003damistry@chromium.org\n\nReview-Url: https://codereview.chromium.org/2098963002\nCr-Original-Commit-Position: refs/heads/master@{#402013}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: bf1598991bbbf0a9b34764a37a9c1b97ea50ca4f\n"
    },
    {
      "commit": "5a53ead9ac138bad7fed119f5bd5f109c3e63716",
      "tree": "fc9b8f4ffb980b864050ab5dedf5dd5e6fee4e93",
      "parents": [
        "2c9db1e9fb2f82414a04b779aac7dec7a60d6639"
      ],
      "author": {
        "name": "reillyg",
        "email": "reillyg@chromium.org",
        "time": "Fri Jun 24 01:26:53 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Fri Jun 24 01:30:01 2016"
      },
      "message": "Revert of Disable SiteInstanceTest.* under Dr. Memory. (patchset #1 id:1 of https://codereview.chromium.org/2090393002/ )\n\nReason for revert:\nReverted https://codereview.chromium.org/2045363002/.\n\nOriginal issue\u0027s description:\n\u003e Disable SiteInstanceTest.* under Dr. Memory.\n\u003e\n\u003e They are failing.\n\u003e\n\u003e BUG\u003d622793\n\u003e TBR\u003dnick@chromium.org\n\u003e\n\u003e Committed: https://chromium.googlesource.com/chromium/src/+/8e6872f8f8b89bb49bda37577c7e0800ebee2488\n\nTBR\u003dnick@chromium.org\n# Skipping CQ checks because original CL landed less than 1 days ago.\nNOPRESUBMIT\u003dtrue\nNOTREECHECKS\u003dtrue\nNOTRY\u003dtrue\nBUG\u003d622793\n\nReview-Url: https://codereview.chromium.org/2099573002\nCr-Original-Commit-Position: refs/heads/master@{#401772}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 31189d3191c823005b7d09f980953195ccf66765\n"
    },
    {
      "commit": "2c9db1e9fb2f82414a04b779aac7dec7a60d6639",
      "tree": "eb2e777ba1287e48d82198c281e4ea0d4cbde0a6",
      "parents": [
        "2798fe32f53c7973e687633d81153292f44b16e7"
      ],
      "author": {
        "name": "Reilly Grant",
        "email": "reillyg@chromium.org",
        "time": "Thu Jun 23 18:46:00 2016"
      },
      "committer": {
        "name": "Reilly Grant",
        "email": "reillyg@chromium.org",
        "time": "Thu Jun 23 18:57:57 2016"
      },
      "message": "Disable SiteInstanceTest.* under Dr. Memory.\n\nThey are failing.\n\nBUG\u003d622793\nTBR\u003dnick@chromium.org\n\nReview URL: https://codereview.chromium.org/2090393002 .\n\nCr-Original-Commit-Position: refs/heads/master@{#401667}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 8e6872f8f8b89bb49bda37577c7e0800ebee2488\n"
    },
    {
      "commit": "2798fe32f53c7973e687633d81153292f44b16e7",
      "tree": "fc9b8f4ffb980b864050ab5dedf5dd5e6fee4e93",
      "parents": [
        "0bcac8054377ad2330c9e0deb6300c2347c0669b"
      ],
      "author": {
        "name": "reillyg",
        "email": "reillyg@chromium.org",
        "time": "Wed Jun 22 18:29:00 2016"
      },
      "committer": {
        "name": "Commit bot",
        "email": "commit-bot@chromium.org",
        "time": "Wed Jun 22 18:33:52 2016"
      },
      "message": "Match rename of MdSettingsBrowserTest in test exclusions.\n\nMdSettingsBrowserTest has been renamed to MdSettingsUITest which means\nthe text exclusions need to be updated.\n\nBUG\u003d620370\nTBR\u003ddbeam@chromium.org\nNOTRY\u003dTrue\n\nReview-Url: https://codereview.chromium.org/2090053003\nCr-Original-Commit-Position: refs/heads/master@{#401360}\nCr-Mirrored-From: https://chromium.googlesource.com/chromium/src\nCr-Mirrored-Commit: 293849113866d09e01201095753b84c30c97bcc6\n"
    }
  ],
  "next": "0bcac8054377ad2330c9e0deb6300c2347c0669b"
}
