)]}'
{
  "log": [
    {
      "commit": "255569187f27d854a78ce67a62713fadc2d5e292",
      "tree": "061b7bf34a36cd7ab780454a315f945bf46ec20d",
      "parents": [
        "906430d4b40ceb191e7bf9bea4a65df372e09f7b"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Fri Mar 01 01:06:58 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Mar 01 02:10:57 2019 +0000"
      },
      "message": "Roll third_party/externals/angle2 5de69e91bd93..5546fb4fdd85 (4 commits)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/5de69e91bd93..5546fb4fdd85\n\n\ngit log 5de69e91bd93..5546fb4fdd85 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-28 tobine@google.com Vulkan:Adding custom pool allocator\n2019-02-28 shrekshao@google.com Use string literal style for shader string in WebGLCompatibilityTest\n2019-02-28 shrekshao@google.com add ext_float_blend feature and test\n2019-02-28 ynovikov@chromium.org Require VK_EXT_queue_family_foreign for EGL_ANDROID_image_native_buffer support\n\n\nCreated with:\n  gclient setdep -r third_party/externals/angle2@5546fb4fdd85\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE\nTBR\u003dscroggo@google.com\n\nChange-Id: Id0c4640371e51484b7009e89a835d35cf5af1149\nReviewed-on: https://skia-review.googlesource.com/c/196468\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "906430d4b40ceb191e7bf9bea4a65df372e09f7b",
      "tree": "92b11f908de6ba8b1030395367a8c4a88b363fcf",
      "parents": [
        "011d166d37444fbaca082accf53e07facd61dcd3"
      ],
      "author": {
        "name": "Chris Dalton",
        "email": "csmartdalton@google.com",
        "time": "Wed Feb 27 18:16:59 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 23:19:22 2019 +0000"
      },
      "message": "Make GrMesh compatible with instanced draws that have no attribs\n\nBug: skia:\nChange-Id: Ia366e20608670df34ab2db3966f5beaa23242592\nReviewed-on: https://skia-review.googlesource.com/c/196162\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Chris Dalton \u003ccsmartdalton@google.com\u003e\n"
    },
    {
      "commit": "011d166d37444fbaca082accf53e07facd61dcd3",
      "tree": "24e9a7052f653681e25d9cf38527700cf05ed2b1",
      "parents": [
        "88aff5fecd9aeeb0ba286323355c9a16eb7c5a36"
      ],
      "author": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Thu Feb 28 17:19:25 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 22:50:02 2019 +0000"
      },
      "message": "Move responsibility to onMakeContext for device colorspace decision\n\nPrior to this CL, we always used raster-pipeline if the device had a\ncolorspace. In this CL, we defer to individual shaders to decide if they can still\nuse the legacy path (onMakeContext).\n\nThe motivation is purely performance (and perhaps short-term backwards\ncompat): the legacy blits are usually faster, so staying in them\n(as long as we still draw correctly) is preferable.\n\nCauses some (mostly unimportant) rebaselines, esp. around bilerp, as the\nrasterpipeline does a much better (but slower) job of it, and now we will\nuse the legacy bilerp more often.\n\nBug: skia:8793\nChange-Id: I1e7e482a863a1a09ffef86a87e2aa9a4a8d1b9b5\nReviewed-on: https://skia-review.googlesource.com/c/195888\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\n"
    },
    {
      "commit": "88aff5fecd9aeeb0ba286323355c9a16eb7c5a36",
      "tree": "a9a897810c98d970203a8e2f03b6f8ed26667b3b",
      "parents": [
        "d31b5e748943ed30412cc3d02ea12952a99c9e07"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Thu Feb 28 16:05:09 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 21:24:52 2019 +0000"
      },
      "message": "[canvaskit] Add support for external fonts\n\nWe ignore the url for web fonts, as we assume the names\nwill not collide.\n\nBug: skia:\nChange-Id: Ifaaa0d27e0de2c5088bc0885c9299bb83ee78a5d\nReviewed-on: https://skia-review.googlesource.com/c/196426\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\nReviewed-by: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    },
    {
      "commit": "d31b5e748943ed30412cc3d02ea12952a99c9e07",
      "tree": "b45135ee33d5a5bb06d93c6a92092f79e9ed365a",
      "parents": [
        "3d76d1bf4689d1b95fbcadd8da3fc42d9430d13d"
      ],
      "author": {
        "name": "Chris Dalton",
        "email": "csmartdalton@google.com",
        "time": "Tue Feb 26 18:02:16 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 21:19:22 2019 +0000"
      },
      "message": "Revert \"Drop unused shader support for sample variables\"\n\nThis restores support for sample variables and improves on the\noriginal API.\n\nA test will come once we restore support for sample locations.\n\nBug: skia:\nChange-Id: I350cc08477c532a13ff7acdd8055c0aa65c51d26\nReviewed-on: https://skia-review.googlesource.com/c/195720\nReviewed-by: Ethan Nicholas \u003cethannicholas@google.com\u003e\nCommit-Queue: Chris Dalton \u003ccsmartdalton@google.com\u003e\n"
    },
    {
      "commit": "3d76d1bf4689d1b95fbcadd8da3fc42d9430d13d",
      "tree": "fc67775dd6ed94a5e35a758bbdcc6ad0d17459f3",
      "parents": [
        "09ff13c42d91586c8feeca7135e5c988c1f2be80"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Thu Feb 28 15:48:05 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 21:16:02 2019 +0000"
      },
      "message": "Particles: Removed emitters, added more full-featured position affectors\n\nBug: skia:\nChange-Id: Ie6485a11bb57fecef470d727dcf3b4fe5dff0b90\nReviewed-on: https://skia-review.googlesource.com/c/195582\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "09ff13c42d91586c8feeca7135e5c988c1f2be80",
      "tree": "0eaa0ae949f89ff6e228ac46e5b056f48dd7b218",
      "parents": [
        "4a8d21636d65d6c331b8b77494ca072a4ca1bbdd"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Feb 28 20:01:14 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 20:53:32 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader c6eb41bebc27..a1924739029e (2 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/c6eb41bebc27..a1924739029e\n\n\ngit log c6eb41bebc27..a1924739029e --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-28 bclayton@google.com SpirvShader: Fix variable construction of non input/output storage.\n2019-02-28 hliatis@google.com Advertise support for VK_KHR_swapchain\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@a1924739029e\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dscroggo@google.com\n\nChange-Id: I5c3801d5bf902335db5721b16e90139efd281848\nReviewed-on: https://skia-review.googlesource.com/c/196338\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "4a8d21636d65d6c331b8b77494ca072a4ca1bbdd",
      "tree": "9d31fece77fcd2395761eb73dbd3d2dd6ee20fbc",
      "parents": [
        "86c66a682c1f8d3fa6b6fceba6c47bc63229d012"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-roller@chromium.org",
        "time": "Thu Feb 28 12:14:22 2019 -0800"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 20:35:02 2019 +0000"
      },
      "message": "Roll recipe dependencies (trivial).\n\nThis is an automated CL created by the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g. depot_tools) into downstream projects\n(e.g. tools/build).\n\n\nMore info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.\ndepot_tools:\n  https://crrev.com/fe83cfa6b43a5b7b6b82a80348d7698e749cc474 Add --current to rebase the current branch (hferreiro@igalia.com)\n\n\nTBR\u003dborenet@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nBugdroid-Send-Email: False\nChange-Id: Iaacfdb3df414353a27082775f9bd10d599e6ed0b\nReviewed-on: https://skia-review.googlesource.com/c/196425\nReviewed-by: Recipe Roller \u003crecipe-roller@chromium.org\u003e\nCommit-Queue: Recipe Roller \u003crecipe-roller@chromium.org\u003e\n"
    },
    {
      "commit": "86c66a682c1f8d3fa6b6fceba6c47bc63229d012",
      "tree": "0e993ef51aa7c401c8a37cff35e55062794d1c3d",
      "parents": [
        "e94af49a3f7b1009ff641aa392878751059aee91"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Feb 28 19:07:14 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 19:55:52 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader bc63cf9c511b..c6eb41bebc27 (3 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/bc63cf9c511b..c6eb41bebc27\n\n\ngit log bc63cf9c511b..c6eb41bebc27 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-28 hliatis@google.com Add basic VkSurfaceKHR (Xlib only for now)\n2019-02-28 chrisforbes@google.com Remove partial logic op support\n2019-02-28 chrisforbes@google.com Use sample count from multisample state, not from attachment 0\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@c6eb41bebc27\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dscroggo@google.com\n\nChange-Id: I8bf44d5b732e483fe22e38a9bfcd06287d138b90\nReviewed-on: https://skia-review.googlesource.com/c/196336\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "e94af49a3f7b1009ff641aa392878751059aee91",
      "tree": "fb921b4ec9b6a7678f272bef90009b62d1d27c34",
      "parents": [
        "7d88f310a9ced7a7b420fea4ed68226b87bffebc"
      ],
      "author": {
        "name": "Jim Van Verth",
        "email": "jvanverth@google.com",
        "time": "Thu Feb 28 13:49:34 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 19:24:52 2019 +0000"
      },
      "message": "Fix a couple of Mac windowing issues.\n\n* Set correct backing size for Metal and Vulkan\n* Don\u0027t capture mouse events when resizing\n\nBug: skia:8737\nChange-Id: I7798ca95aebe0c11b75b23a55a94514550317b32\nReviewed-on: https://skia-review.googlesource.com/c/196423\nAuto-Submit: Jim Van Verth \u003cjvanverth@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "7d88f310a9ced7a7b420fea4ed68226b87bffebc",
      "tree": "05c2fd7b21bb5baa0178bbc96f60ca2df067cb7e",
      "parents": [
        "06f01bd71e3859684b5730dee09308608f1cc5f2"
      ],
      "author": {
        "name": "Brian Salomon",
        "email": "bsalomon@google.com",
        "time": "Thu Feb 28 10:03:03 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 19:02:20 2019 +0000"
      },
      "message": "Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo.\n\nBug: skia:8800\nChange-Id: I39d1ac62ab9a0d4f987c23de96c644aa9b2fa70e\nReviewed-on: https://skia-review.googlesource.com/c/196161\nCommit-Queue: Brian Salomon \u003cbsalomon@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "06f01bd71e3859684b5730dee09308608f1cc5f2",
      "tree": "e3fc28e342711f6ff41c583d323a01b67ca1d64b",
      "parents": [
        "0af08136f68a2b69c58f79e9da8b129876d9d814"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Feb 28 18:14:14 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 19:01:01 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 201f136c9907..bc63cf9c511b (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/201f136c9907..bc63cf9c511b\n\n\ngit log 201f136c9907..bc63cf9c511b --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-28 chrisforbes@google.com Fix Context::colorWriteActive to consider all rendertargets\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@bc63cf9c511b\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dscroggo@google.com\n\nChange-Id: I542e93af4e38bdbd4847d2332427b9fd427cb972\nReviewed-on: https://skia-review.googlesource.com/c/196334\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "0af08136f68a2b69c58f79e9da8b129876d9d814",
      "tree": "1535dabbfb8fc3a590bba15ac8a6a71ed4f13f08",
      "parents": [
        "1433cfd7c474d8ee2fa787305f36fb927cf4cc11"
      ],
      "author": {
        "name": "Nico Weber",
        "email": "thakis@chromium.org",
        "time": "Thu Feb 28 13:23:38 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 18:54:50 2019 +0000"
      },
      "message": "skia: Fix -Wextra-semi warnings in non-dcheck builds.\n\nUse SkDEBUGCODE(...;) instead of SkDEBUGCODE(...);\n\nclang-format has trouble formatting the new spelling, but\nit\u0027s already commonly used in skia, and if you have something\nSkDEBUGCODE instead of just checking `#if SK_DEBUG` then\nthere isn\u0027t all that much you can do.\n\n(You could make SkDEBUGCODE() insert a static_assert(true, \"\")\nat the end to eat semicolons after it, but that\u0027s also\na bit gross. And many SkDEBUGCODE()s already put the ; inside\nthe parens.)\n\nBug: chromium:926235\nChange-Id: I57bc800309283b7206082d8a7acc4b462a3b4cfa\nReviewed-on: https://skia-review.googlesource.com/c/196421\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Mike Klein \u003cmtklein@google.com\u003e\nAuto-Submit: Nico Weber \u003cthakis@chromium.org\u003e\n"
    },
    {
      "commit": "1433cfd7c474d8ee2fa787305f36fb927cf4cc11",
      "tree": "436260906d06d4c4c058e3a976ecfd1b7631f5a3",
      "parents": [
        "57a06e24d624dcb8d63ab9f91efcd2f77845691c"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Wed Feb 27 17:12:30 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 18:44:20 2019 +0000"
      },
      "message": "Reland \"Add general quad API to SkGpuDevice\"\n\nThis reverts commit 24adb3a35619746a97d4721912d30b0e54de0c4e.\n\nReason for revert: fixes SkGpuDevice extraction when running gbr configs in dm.\n\nOriginal change\u0027s description:\n\u003e Revert \"Add general quad API to SkGpuDevice\"\n\u003e\n\u003e This reverts commit 339e1cc8d4574a5498d9bf13bbbc91377c8b0846.\n\u003e\n\u003e Reason for revert: compositor GM breaks dm on windows\n\u003e\n\u003e Original change\u0027s description:\n\u003e \u003e Add general quad API to SkGpuDevice\n\u003e \u003e\n\u003e \u003e Heavily refactors SkGpuDevice\u0027s internal texturing code in an attempt\n\u003e \u003e to consolidate entry points for drawing an image. Helps lay the ground\n\u003e \u003e work for eventually implementing bitmap tiling with per-edge AA.\n\u003e \u003e\n\u003e \u003e Bug: skia:\n\u003e \u003e Change-Id: I9feb86d5315d73119deb21e954c45e45513a63f6\n\u003e \u003e Reviewed-on: https://skia-review.googlesource.com/c/191571\n\u003e \u003e Commit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n\u003e \u003e Reviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n\u003e\n\u003e TBR\u003dbsalomon@google.com,robertphillips@google.com,michaelludwig@google.com\n\u003e\n\u003e Change-Id: I74bc7eb08855dff5535cf809fc47ce6f16d2c15d\n\u003e No-Presubmit: true\n\u003e No-Tree-Checks: true\n\u003e No-Try: true\n\u003e Bug: skia:\n\u003e Reviewed-on: https://skia-review.googlesource.com/c/195889\n\u003e Reviewed-by: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n\u003e Commit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n\nTBR\u003dbsalomon@google.com,robertphillips@google.com,michaelludwig@google.com\n\nChange-Id: I667eb5b4d1253b050670a64de9f0aa70f4df3a5e\nBug: skia:\nReviewed-on: https://skia-review.googlesource.com/c/196160\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nReviewed-by: Michael Ludwig \u003cmichaelludwig@google.com\u003e\nCommit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\nAuto-Submit: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n"
    },
    {
      "commit": "57a06e24d624dcb8d63ab9f91efcd2f77845691c",
      "tree": "c2ed69fdf309aeb4caa9244c5a2624ae2ee13c39",
      "parents": [
        "ff56728ebbdf94b42ad205d4b200304058bd94d0"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Thu Feb 28 12:53:58 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 18:30:01 2019 +0000"
      },
      "message": "Fix scaling error in SkLights::makeColorSpace\n\nLights are in [0, 1], so converting to SkColor requires scaling.\n\nBug: skia:\nChange-Id: I54726fa6abcc9a801ae51f4ee2a24c067656effd\nReviewed-on: https://skia-review.googlesource.com/c/196420\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\n"
    },
    {
      "commit": "ff56728ebbdf94b42ad205d4b200304058bd94d0",
      "tree": "e340e95346f2030dcd14c1048796920de589f67b",
      "parents": [
        "b8a3f9d6b80eeb3ae204182522c5e799c29e4cf2"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Feb 28 16:55:53 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 17:53:01 2019 +0000"
      },
      "message": "Roll ../src 61d99852c465..1dc32aecaa61 (2053 commits)\n\nhttps://chromium.googlesource.com/chromium/src.git/+log/61d99852c465..1dc32aecaa61\n\n\ngit log 61d99852c465..1dc32aecaa61 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-28 eui-sang.lim@samsung.com service worker: Remove Background Fetch handling from the test helper\n2019-02-28 alexclarke@chromium.org Fix bug with WorkQueueSets::OnPopQueue called on a non-min queue\n2019-02-28 yhirano@chromium.org Reduce unnecessary ArmOrNotify call in WebURLLoaderImpl::Context\n2019-02-28 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.246.\n2019-02-28 lowell@chromium.org Rename identity_manager.mojo interface to identity_accessor.mojo.\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3719.0_rc-r1-merged to 74.0.3720.0_rc-r1-merged\n2019-02-28 yhirano@chromium.org [OOR-CORS] Copy render_frame_id for CORS preflight request\n2019-02-28 lowell@chromium.org Make test use GetSafeWeakWrapper instead of explicitly calling Detach.\n2019-02-28 treib@chromium.org SyncService: Return auth error by value instead of by ref\n2019-02-28 leon.han@intel.com Check nullity of WebWorkerFetchContextImpl::service_worker_worker_client_registry_\n2019-02-28 eugenebut@google.com Proper update SSL status for page load failures.\n2019-02-28 ioanap@chromium.org Revert \"Rebase two inspector-protocol/network tests following NetworkService being enabled\"\n2019-02-28 tonikitoo@igalia.com [s13n] Replace AccountTrackerService references in AboutSigninInternals\n2019-02-28 hferreiro@igalia.com Move scroll_types.h and scroll_alignment.* to core/scroll\n2019-02-28 ahemery@chromium.org Navigation: Disabling test when PerNavigationMojoInterface flag on.\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia f80078b4c62c..1179d5dfaf8d (1 commits)\n2019-02-28 aseren@yandex-team.ru Fix buffer overflow in ContentPasswordManagerDriverFactory\n2019-02-28 vakh@chromium.org Add chrome-safebrowsing-alerts@ as the owner for certain SafeBrowsing metrics\n2019-02-28 mario@igalia.com Make settings_macros.h follow Blink\u0027s coding style\n2019-02-28 olivierrobin@chromium.org Fix DCHECK in WebStateImpl::GetCurrentURL\n2019-02-28 pwnall@chromium.org tools: Fix download_lld_mac.py script to work with current lld-link.\n2019-02-28 nhiroki@chromium.org Worker: Give global scope names to workers and worklets in the unified way\n2019-02-28 djean@google.com [ios] Removed two uses of GetUrlLoader from service\n2019-02-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 297f40bc1208..00be6aaa4a3e (1 commits)\n2019-02-28 hbos@chromium.org JingleThreadWrapper::IsQuitting() returns false.\n2019-02-28 adanilo@chromium.org Remove the flag enable-drive-search-in-app-launcher\n2019-02-28 rockot@chromium.org NS: Support WebRequest with download link requests\n2019-02-28 ioanap@chromium.org Revert \"Stop over-recording data use related to Previews\"\n2019-02-28 yosin@chromium.org Make LayoutBlockFlowRareData to hold NGOffsetMapping for legacy layout\n2019-02-28 rhalavati@chromium.org Separate ProfileChooserView into two classes.\n2019-02-28 michaelbai@chromium.org Add ContentCapture compontent renderer classes\n2019-02-28 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_.\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 9dc8eafe11c0..4b314eefc839 (1 commits)\n2019-02-28 tzik@chromium.org Roll gRPC to 0fc01a302f03c313d33492439366821cb66e0eb6\n2019-02-28 ioanap@chromium.org Disable flaky ScreenTimeControllerTest try 2\n2019-02-28 antrim@google.com Reland \"cros: Introduce common concept for conditions that can be awaited it tests.\"\n2019-02-28 yhirano@chromium.org Cancel SyncLoadContext::body_watcher_ synchronously\n2019-02-28 loyso@chromium.org WebApp: Encapsulate BookmarkAppHelper inside AppBannerManagerDesktop class.\n2019-02-28 myid.shin@igalia.com Refactor: unsigned short/int -\u003e uint16_t in third_party/blink/renderer/core/frame/csp/\n2019-02-28 abhishekbh@chromium.org ash: Add logic to notify power manager on notifications\n2019-02-28 jshin@chromium.org Roll ICU to 8c67416\n2019-02-28 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.245.\n2019-02-28 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink\u0027s platform/exported with the macros of Allocator\n2019-02-28 mrsuyi@chromium.org Migrate PluginPlaceholderTestCase to ios_web_inttests.\n2019-02-28 eui-sang.lim@samsung.com service worker: Remove idle timer delay handling from the test helper\n2019-02-28 yoichio@chromium.org Force enable ShadowDOM V0 and Custom Element V0 for PDF extension.\n2019-02-28 myid.shin@igalia.com Refactor: unsigned short/short -\u003e uint16_t/int16_t in third_party/blink/bindings\n2019-02-28 lucmult@chromium.org [Files app] Convert foreground/js/ to let/const\n2019-02-28 mamir@chromium.org [PasswordManager] Remove \"Replace\" from LoginDatabase::UpdateLogin()\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ca6432e20dc4..afd6d361b5b7 (1 commits)\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader dfc0f3b7a757..201f136c9907 (2 commits)\n2019-02-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bde49c93c205..297f40bc1208 (3 commits)\n2019-02-28 alancutter@chromium.org Update PWA install plus icon when installability check passes\n2019-02-28 zynis@yandex-team.ru [clang-tidy] Replace container.size() with !container.empty() for chrome/browser.\n2019-02-28 abhishekbh@chromium.org Roll src/third_party/cros_system_api/ 274866056..e415e09bd (2 commits)\n2019-02-28 bashi@chromium.org service worker: off-main-thread script fetch\n2019-02-28 staphany@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_.\n2019-02-28 sammc@chromium.org Use NetworkConnectionTracker for observing network change status.\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 67d87128fd00..f80078b4c62c (13 commits)\n2019-02-28 rbpotter@chromium.org Print Preview: Refactor settings tests, part 2\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle aaa17b8528d8..9dc8eafe11c0 (1 commits)\n2019-02-28 rbpotter@chromium.org Print Preview: Fix empty Google Drive document name\n2019-02-28 jbudorick@chromium.org Revert \"[build] Update APK merger to handle additional libcrashpad_handler_trampoline.so\"\n2019-02-28 sczs@chromium.org [ios] Implements InfobarBanner design.\n2019-02-28 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@7d9fec11aa44c5305f5b19251531bffea49ac877\n2019-02-28 dpapad@chromium.org Settings cleanup: Remove obsolete setTimeout() work-around.\n2019-02-28 zynis@yandex-team.ru [clang-tidy] Replace container.size() with !container.empty() for blink/\n2019-02-28 kmilka@chromium.org [NTP] Initiate server-side resource requests earlier\n2019-02-28 ricea@chromium.org Rearrange WritableStream method definitions to match declarations\n2019-02-28 pkasting@chromium.org Add test-only hook to get a callback when dragging enters a target view.\n2019-02-28 nigeltao@chromium.org Fix AppListTestBase comment typo\n2019-02-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0d26ace5d6eb..bde49c93c205 (4 commits)\n2019-02-28 aee@chromium.org WebUI: ignore leading whitespace in toolbar search field\n2019-02-28 huangdarwin@chromium.org sqlite: Remove source code for old release 3.27.1\n2019-02-28 huangdarwin@chromium.org sqlite: Use brace expansion throughout sqlite\u0027s README.chromium\n2019-02-28 ksakamoto@chromium.org Signed Exchange: Request Matching\n2019-02-28 edcourtney@google.com Fix misc PIP multi-display bugs and refactor tests.\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 83fc5445e748..dfc0f3b7a757 (5 commits)\n2019-02-28 justincohen@google.com [ios] Only call RecordMetricsReportingDefaultState once.\n2019-02-28 beaufort.francois@gmail.com Update Picture-in-Picture interstitial text\n2019-02-28 ericwilligers@chromium.org Web Share: Retire desktop implementation\n2019-02-28 horo@chromium.org Do not handle responses without HttpResponseHeaders as signed exchange.\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 827da8450d9c..ca6432e20dc4 (4 commits)\n2019-02-28 thestig@chromium.org Roll src/third_party/breakpad/breakpad/ 2853d21e2..19a8433a6 (2 commits)\n2019-02-28 wutao@chromium.org app_list: Not close embedded Assistant UI when open Launcher\n2019-02-28 dpapad@chromium.org ChromeOS WebUI: Fix typo in chrome://mobilesetup\n2019-02-28 huangdarwin@chromium.org DataTransfer: Add huangdarwin@ and pwnall@ as OWNERS in blink clipboard directories\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn af5d1865b721..31ac9850ad0f (1 commits)\n2019-02-28 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.242.\n2019-02-28 bashi@chromium.org Remove more MemoryCoordinator leftovers\n2019-02-28 zmo@chromium.org Suppress two WebGL tests on Linux Intel bot.\n2019-02-28 dbeam@chromium.org WebUI Dark Mode: use product logo w/white text in dark mode\n2019-02-28 joelhockey@chromium.org MockVolumeManager handle resolving Drive URLs to entries during init\n2019-02-28 qinmin@chromium.org Fix deletion for content Uris\n2019-02-28 yoichio@chromium.org Refactoring: Clarify DocumentMarkerController::SetTextMatchMarkersActive type to const Text\u0026.\n2019-02-28 metzman@chromium.org Roll src/third_party/libFuzzer/src/ 538f9f9de..e847d8a9b (2 commits)\n2019-02-28 bsheedy@chromium.org Support and enable no failure for Skia Gold\n2019-02-28 takumif@chromium.org Remove support for component toolbar actions\n2019-02-28 enga@chromium.org Reland \"Add MultiDrawManager state invariants and unittests\"\n2019-02-28 sergeyu@chromium.org Revert \"Disable blink_common_unittests on Fuchsia FYI bot\"\n2019-02-28 lazyboy@chromium.org Extensions: Extract IsWorkerThread() method to common place.\n2019-02-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5b0a3cc05375..0d26ace5d6eb (17 commits)\n2019-02-28 goto@chromium.org [idle] Remove unused variable and explain valid use of unretained\n2019-02-28 noel@chromium.org [piexwasm] Add tests.js: a Puppeteer script to run the tests\n2019-02-28 nigeltao@chromium.org Rename AppServiceProxy\u0027s Cache to AppRegistryCache\n2019-02-28 chrome-release-bot@chromium.org Updating trunk VERSION from 3720.0 to 3721.0\n2019-02-28 ntfschr@chromium.org AW: Update CTS filter: remove passing tests\n2019-02-28 adanilo@chromium.org Reomve unwanted delete button in Recent folder\n2019-02-28 liaoyuke@chromium.org [code coverage] Add optimization cflags to coverage compiler wrapper\n2019-02-28 justincohen@google.com [ios] Disable experimental isel.\n2019-02-28 huangdarwin@chromium.org sqlite: Upgrade from 3.27.1 to 3.27.2\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 2f1dad229d8b..87c513372ff3 (8 commits)\n2019-02-28 sammiequon@google.com overview: Never animate wallpaper when app dragging.\n2019-02-28 yoshiki@chromium.org Move toast when VK appears\n2019-02-28 jrummell@chromium.org Check if MediaDrm can use an empty origin ID\n2019-02-28 sebmarchand@chromium.org Use system_monitor to gather the System Stats chrome://tracing data\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 32b0f6739fa5..5fb83a97087d (1 commits)\n2019-02-28 wez@chromium.org [Fuchsia] Remove message-loop spin in NetworkChangeNotifier constructor.\n2019-02-28 dougarnett@chromium.org Honors order of optimizations in Cacao PageHint\n2019-02-28 jarhar@chromium.org [DevTools] Change network label from \"Online\" to \"No throttling\"\n2019-02-28 jarhar@chromium.org [DevTools] Add request filter options for service workers\n2019-02-28 adanilo@chromium.org Remove the flag file-manager-touch-mode\n2019-02-28 ryansturm@chromium.org Recording all page loads (MIME types) for data use\n2019-02-28 ericrk@chromium.org Use SharedImageBackingFactoryAHB for Vk/GL interop on Android\n2019-02-28 cblume@chromium.org Allow synchronizing SharedImages between contexts\n2019-02-28 juncai@chromium.org Mojo: Update ChannelPosix::WriteNoLock() to send limited number of handles at a time\n2019-02-28 billorr@chromium.org Fix build failure on -Wextra-semi errors on Windows\n2019-02-28 dbeam@chromium.org WebUI Dark Mode: enable by default on Mac\n2019-02-28 khorimoto@chromium.org [CrOS MultiDevice] Eliminate chrome://proximity-auth crash.\n2019-02-28 hansberry@chromium.org Reland \u0027Smart Lock: Remove authToken listeners\u0027\n2019-02-28 ryansturm@chromium.org Stop over-recording data use related to Previews\n2019-02-28 tonikitoo@igalia.com Switch {Descendant,Sibling}InvalidationSet to use downcast helpers\n2019-02-28 lucmult@chromium.org [Files app] Fix DirectoryTree ARIA markup\n2019-02-28 dmazzoni@chromium.org Handle captions and labels in addition to OCR\n2019-02-28 sdy@chromium.org [Mac] Stop tabs dragged out of a fullscreen window from immediately entering fullscreen.\n2019-02-28 hcarmona@chromium.org Navi: Make apps and email chooser cards bigger and update style.\n2019-02-28 ftirelo@chromium.org Reland \"[AF] GoogleBlue50 as Autofill\u0027s field preview bg color\"\"\n2019-02-28 sque@chromium.org infra: Add \"cores:4\" for Mac Goma RBE ToT builder\n2019-02-28 beccahughes@chromium.org [Audible Metrics] Fix concurrent playback histogram\n2019-02-28 dalecurtis@chromium.org Add ID3v2 metadata parsing for Shaka packager detection.\n2019-02-28 orodley@chromium.org Permit \u0027AttributeSection\u0027 to be empty in Mojom grammar reference.\n2019-02-28 cbiesinger@chromium.org [css-flexbox] Remove cross_axis_intrinsic_size\n2019-02-28 edcourtney@google.com Collect PIP free resize starting and finishing area proportions.\n2019-02-28 tetsui@chromium.org Replace ImeMenuTray icon to avoid kTrayIconSize\n2019-02-28 tguilbert@chromium.org Split CreateRenderer per renderer type\n2019-02-28 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.241.\n2019-02-28 陳威尹 Fix typo for IPH_TabGroupsQuicklyComparePages\n2019-02-28 agawronska@chromium.org child user: Submit parent access code with enter key\n2019-02-28 huangdarwin@chromium.org sqlite: Add source code for release 3.27.2\n2019-02-28 ntfschr@chromium.org AW: remove WebViewSslTests from the filter\n2019-02-28 boliu@chromium.org aw: Add webview feature for wcg raster\n2019-02-28 xiaohuic@google.com assistant: reset data when disabled\n2019-02-28 sky@chromium.org chromeos: marks WebContents created by virtual keyboard initially hidden\n2019-02-28 rsesek@chromium.org Add base::Feature flag for kMojoChannelMac.\n2019-02-28 ortuno@chromium.org desktop-pwas: Rename InstallWebAppOrShortcutFromWebContents\n2019-02-28 edcourtney@google.com Add AshPipEvents UMA metric.\n2019-02-28 gbeaty@chromium.org Temporarily remove telemetry{,perf_}_unittests from Mac10.{10,11} Tests.\n2019-02-28 mbarowsky@chromium.org [Telemetry] Include contrib benchmarks in list_benchmarks utility\n2019-02-28 magchen@chromium.org Fix damage rect optimization for non root render passes\n2019-02-28 dtseng@chromium.org Remove logging that exposes url in error output\n2019-02-28 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink\u0027s platform/bindings with the macros of Allocator\n2019-02-28 mek@chromium.org FileReader: Make a copy of the ArrayBuffer when returning partial results.\n2019-02-28 rmcelrath@chromium.org Fix test-only segfault in NetworkContext::UpdateAdditionalCertificates\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 009696c56169..aaa17b8528d8 (1 commits)\n2019-02-28 mukai@chromium.org Prevent sending client area for custom-frame widgets\n2019-02-28 gyuyoung@igalia.com OnionSoup: Remove all uses of UseCounter::Count(const LocalFrame*) in blink/renderer/core/loader\n2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 105fd0f651d1..83fc5445e748 (7 commits)\n2019-02-28 gyuyoung@igalia.com OnionSoup: Replace all uses of UseCounter::Count(const LocalFrame*) in BindingSecurity class\n2019-02-28 Tom.Tan@microsoft.com Remove extra semicolon after member function definition\n2019-02-28 niwa@google.com ArcVolumeMounter : use localized \"My files\" string\n2019-02-28 gayane@chromium.org Fix font size for \u0027Customize\u0027 button label.\n2019-02-28 ryansturm@chromium.org Previews Server HTTPS URLLoader pingback support\n2019-02-28 jam@chromium.org Fix various webRequest events not getting Set-Cookie even with extraHeaders.\n2019-02-28 lazyboy@chromium.org Extension SW: Run all PendingTasks once a lazy context\u0027s worker is ready.\n2019-02-28 lucmult@chromium.org [Files app] Remove files-tooltip unittest\n2019-02-28 noel@chromium.org [piexwasm] Add image.golden.hash\n2019-02-28 wutao@chromium.org assistant: Do not show Web UI for embedded mode\n2019-02-28 einbinder@chromium.org DevTools: Parse the remote version better for debugging Android devices\n2019-02-28 tonikitoo@igalia.com Switch WebFrameWidgetBase to use downcast helpers\n2019-02-28 yliuyliu@google.com Reset RecordUserAction and RecordHistogram after each DummyUiActivity test\n2019-02-28 zmo@chromium.org Add a script to split variations command line switches into multiple ones.\n2019-02-28 ryansturm@chromium.org Adding an about:flag for URL Loader HTTPS server previews\n2019-02-28 ydago@chromium.org Show blocked policies on chrome://policy\n2019-02-28 jkim@igalia.com OnionSoup: Move files from platform/plugins to core/page\n2019-02-28 xiaochengh@chromium.org Use the right node to find root element in NextLinePosition\n2019-02-28 scottmg@chromium.org fuchsia: Update tools/fuchsia/local-sdk.py for SDK build changes\n2019-02-28 drubery@chromium.org SafeBrowsing: Unpack BINs as ZIPs\n2019-02-28 beccahughes@chromium.org [Media Notification] Add artwork to notification\n2019-02-28 goto@chromium.org [idle] Report \"locked\" and \"idle\" states separately.\n2019-02-28 dmazzoni@chromium.org Fix crash in AXObjectCacheImpl::ImageLoaded\n2019-02-28 rakina@chromium.org Revert \"[ios] Convert web view shell EarlGrey matchers to ObjC\"\n2019-02-28 zhongyi@chromium.org Finch protect QUIC connection migration for idle sessions with \"migrate_idle_sessions\".\n2019-02-28 陳威尹 Refine scrolling behavior of grid tab switcher\n2019-02-28 amistry@chromium.org Stop recording metrics for SMB url parsing failures.\n2019-02-28 danyao@chromium.org [Payment Request] Update test expectations for hasEnrolledInstrument.\n2019-02-28 marcin@mwiacek.com Rewrite Chromoting to @IntDef\n2019-02-28 wutao@chromium.org app_list: No animation to Assistant page\n2019-02-28 jinsukkim@chromium.org Android: Enable overscroll navigation on NTP\n2019-02-28 lindsayw@google.com [ios] Convert web view shell EarlGrey matchers to ObjC\n2019-02-28 markyacoub@google.com cros: Improve damage for underlays\n2019-02-28 paulmiller@google.com Comment about WebView\u0027s lack of Safe Mode\n2019-02-28 jinsukkim@chromium.org Android: WebContentsObserver.NavigationEntryChanged for Tab done right\n2019-02-27 ntfschr@chromium.org AW docs: device/emulator setup instructions\n2019-02-27 robertogden@chromium.org Parameterize the HTTPS Previews ChromeDriver tests\n2019-02-27 dnicoara@chromium.org cast: exo: Add support for vsync observer\n2019-02-27 caseq@chromium.org Rebase two inspector-protocol/network tests following NetworkService being enabled\n2019-02-27 katie@chromium.org Fix bug where setting label images to on/off wrote over whether dialog was shown.\n2019-02-27 corising@chromium.org Fix activating inactive window on Mac for tab hover cards.\n2019-02-27 kojii@chromium.org [LayoutNG] Reduce paint tree traversal for floats\n2019-02-27 fdegans@chromium.org [Fuchsia] Remove the cr_fuchsia::test namespace.\n2019-02-27 ericwilligers@chromium.org Retire unused use counters\n2019-02-27 crouleau@chromium.org emergency hardening of process_perf_results\n2019-02-27 jkim@igalia.com OnionSoup: Move oom_intervention.mojom to public/mojom/oom_intervention\n2019-02-27 ydago@chromium.org Management WebUI: Update and contextualize management strings\n2019-02-27 tbarzic@chromium.org Update enrollment OOBE screens result reporting\n2019-02-27 wez@chromium.org [Fuchsia] Fix OzonePlatformScenic handling of MessageLoop destruction.\n2019-02-27 salg@google.com Removed unused histogram on leveldb_proto\n2019-02-27 dpapad@chromium.org ChromeOS WebUI: Replace i18n-values with $i18n{} in chrome://mobilesetup.\n2019-02-27 rijubrata.bhaumik@intel.com [webnfc] Rename NFCPushMessage union to NFCMessageSource.\n2019-02-27 jennyz@chromium.org Fix the pixelated append and remove button image.\n2019-02-27 wfh@chromium.org Change network process sandbox to apply default mitigations.\n2019-02-27 kmarshall@chromium.org [Fuchsia] Add build rules and CIPD recipes for symbol data archives.\n2019-02-27 amistry@chromium.org Fix nullptr dereference in NetworkStateListDetailedView.\n2019-02-27 jbudorick@chromium.org Temporarily remove webdriver_tests_suite from linux-rel.\n2019-02-27 amistry@chromium.org Ensure share discovery callback is still run on failure.\n2019-02-27 eirage@chromium.org Mark external/wpt/kv-storage/values.https.html Timeout\n2019-02-27 eirage@chromium.org Disable test NoSecurityKeyRequestTimeout on Mac\n2019-02-27 xingliu@chromium.org Notification: Background task scheduler for notification scheduler.\n2019-02-27 dfried@chromium.org Fix extensions flicker/disappearance when resizing window.\n2019-02-27 justincohen@google.com [ios] Don\u0027t rewrite the about NTP url twice.\n2019-02-27 stevenjb@chromium.org Explicitly initialize dbus in ash\n2019-02-27 droger@chromium.org [signin][Mice] Always send the X-Chrome-Connected header\n2019-02-27 manukh@chromium.org [omnibox chrome:omnibox]: Add an \"Import JSON from clipboard\" button.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 7f6f891204d0..105fd0f651d1 (10 commits)\n2019-02-27 manukh@chromium.org [omnibox chrome:omnibox]: Add full table header names to their tooltips.\n2019-02-27 ortuno@chromium.org desktop-pwas: Move adding apps to ExtensionIdsMap into BookmarkAppInstallationTask\n2019-02-27 joelhockey@chromium.org Change FilesApp UI tests to support html imports polyfill\n2019-02-27 drubery@chromium.org Remove PhishingDetectorClient mojo interface\n2019-02-27 lpz@chromium.org Make the \"No-export\" check a little less case sensitive.\n2019-02-27 eirage@chromium.org Disable ParameterRestrictions.ptrace_setregs_blocked\n2019-02-27 sczs@chromium.org [ios] Cleans up unused LocationBarSteadyView code.\n2019-02-27 bcwhite@chromium.org Aggregate UKM events with no metrics.\n2019-02-27 wolenetz@chromium.org MSE: Prevent OOB in AVC conversion to AnnexB\n2019-02-27 meilinw@google.com assistant: Add key remapping feature.\n2019-02-27 tienmai@chromium.org Temporary fix for -Wextra-semi errors in oculus vr code.\n2019-02-27 pauljensen@chromium.org [Cronet] Fix cr_cronet.py to install the test APK correctly\n2019-02-27 pauljensen@chromium.org [Cronet] Update a couple exception messages to match Android P\n2019-02-27 oysteine@google.com Add Perfetto Mojo Consumer interface and use it for basic startup tracing\n2019-02-27 hollingum@google.com Adding new context-menu icons for crostini apps\n2019-02-27 bradhall@google.com Add dsymutil to DEPS for Mac builds\n2019-02-27 thakis@chromium.org Roll clang 353250:354873.\n2019-02-27 triploblastic@google.com Added Encoded_size_duplicated_in_data_urls in UMA and UKM\n2019-02-27 treib@chromium.org Cleanup: Remove unused kSyncClearDataOnPassphraseEncryption feature\n2019-02-27 treib@chromium.org Remove ProfileSyncServiceFactory::GetSyncServiceForProfile\n2019-02-27 ellyjones@chromium.org testing: add NSRange comparator functions\n2019-02-27 aluo@chromium.org Allow filters and skip expected failures to be together.\n2019-02-27 陳威尹 Read tab thumbnails on demand in TabGridLayoutAndroid\n2019-02-27 caseq@chromium.org Stabilize the output of http/tests/inspector-protocol/network/blocked-by-client-network-observer.js\n2019-02-27 jalissia@microsoft.com DevTools: Fix a11y issues in Performance Monitor tool\n2019-02-27 ayman@chromium.org Add a top toolbar to BottomTabGrid.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 48e7065ac6a3..2c7964832eac (3 commits)\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 9e7e84f53554..2f1dad229d8b (3 commits)\n2019-02-27 tienmai@chromium.org [GCPW] Fix flaky email unit tests.\n2019-02-27 manukh@chromium.org [omnibox] Add a flag to unbold search suggestions.\n2019-02-27 chrishtr@chromium.org Re-land: [BGPT] Support kDstIn blend-mode for non-render surface quads\n2019-02-27 stevenjb@chromium.org Explicitly initialzie DBus in ChromeMainDelegate\n2019-02-27 csharrison@chromium.org Run flatbuffers_unittests on trybots\n2019-02-27 amusbach@chromium.org splitview: Animate the snapping after dragging the split view divider.\n2019-02-27 manukh@chromium.org [omnibox] Add a flag for bolding user text for search suggestions.\n2019-02-27 hashimoto@chromium.org arc: Override user agent for custom tabs\n2019-02-27 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.238.\n2019-02-27 eirage@chromium.org Mark async-callstack-fetch.js crash\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 34d13313235f..67d87128fd00 (2 commits)\n2019-02-27 dmblack@google.com Fix DCHECK in AssistantWebView.\n2019-02-27 dmblack@google.com Adds entry/exit animations for in-Assistant notifications.\n2019-02-27 janewman@microsoft.com kLayoutTable and kTable now have a UIA control type of table.\n2019-02-27 celineo@google.com Automatically encode a text-format protobuf message seed corpus.\n2019-02-27 marcin@mwiacek.com Migrate CameraState to @IntDef\n2019-02-27 siggi@chromium.org PM: Keep track of multiple concurrent GPU processes.\n2019-02-27 eirage@chromium.org Revert \"[AF] GoogleBlue50 as Autofill\u0027s field preview bg color\"\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 65b79c43c5bc..5b0a3cc05375 (4 commits)\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult f2eb10133f86..827da8450d9c (1 commits)\n2019-02-27 tbansal@chromium.org Add HTTP protocol scheme of the main frame origin to UKM\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 617f4eb4e5b7..1eac440c1718 (1 commits)\n2019-02-27 anastasi@google.com Add a back button to the Switch Access menu.\n2019-02-27 oksamyt@chromium.org [mojo] Add DocumentInterfaceBroker C++ test to blink\n2019-02-27 bradhall@google.com Add dsymutil CIPD yaml file\n2019-02-27 davidben@chromium.org Roll src/third_party/boringssl/src c18353d21..a6124742d\n2019-02-27 updowndota@chromium.org Redirect Assistant settings url when Assistant disabled\n2019-02-27 huanzhong@google.com [Bling] Retain item selection state in Clear Browsing Data\n2019-02-27 kristipark@chromium.org [NTP] Add dark mode tests for chips\n2019-02-27 thegreenfrog@chromium.org [ios] Show UISwitch toggle for configuring sending usage data in PrivacyTableViewController\n2019-02-27 ejoe@google.com Added a new UMA to track tab switching latency time\n2019-02-27 ctzsm@chromium.org aw: Remove a duplicated entry for CTS failure\n2019-02-27 manukh@chromium.org [omnibox chrome:omnibox]: Fix table overflowing.\n2019-02-27 aboxhall@chromium.org Make most accessibility layout tests run after layout has occurred.\n2019-02-27 mlippautz@chromium.org unified-heap: Move ASW iteration to roots\n2019-02-27 fs@opera.com Don\u0027t trigger paint invalidation for unused properties\n2019-02-27 kmarshall@chromium.org [Fuchsia] Output new-style Fuchsia stack traces.\n2019-02-27 agl@chromium.org device/fido: add PIN support to |VirtualCtap2Device|\n2019-02-27 siggi@chromium.org PM: Add coverage for WebView WebContents.\n2019-02-27 wez@chromium.org [Fuchsia] Tidy up ContextProviderImpl for-test methods \u0026 fields.\n2019-02-27 wfh@chromium.org UtilityProcessExitCode is a raw exit code and not abs().\n2019-02-27 knollr@chromium.org Add include_triggered property to GetNotificationOptions.\n2019-02-27 azeemarshad@chromium.org [WebPush] Fix silent push exception for Android Messages for Web\n2019-02-27 hozhng@google.com [Autofill]Add metrics for removing the check(\u003eis_focusable)\n2019-02-27 kmarshall@chromium.org [fuchsia] Add CastRunner bindings for queryPlatformValue API.\n2019-02-27 sczs@chromium.org [ios] Creates LocationBar button for Passwords Infobar badge.\n2019-02-27 cuicuiruan@google.com Improve the drag resizing performance by touch screen for ARC++ window\n2019-02-27 ftirelo@chromium.org [AF] GoogleBlue50 as Autofill\u0027s field preview bg color\n2019-02-27 xidachen@chromium.org [Code health] Change bug number associated with a flaky layout test\n2019-02-27 eirage@chromium.org disable ChromeExtensionFunctionUnitTest.SimpleFunctionTest\n2019-02-27 fdegans@chromium.org [Fuchsia] Rename //fuchsia/http:common to //fuchsia/http:core.\n2019-02-27 iwells@chromium.org Add radio buttons for choosing X-Offline-Prefetch-Testing value\n2019-02-27 Tom.Tan@microsoft.com Update SysInfo::OperatingSystemArchitecture for Windows ARM64\n2019-02-27 sky@chromium.org chromeos: wires up OnWindow*UserBoundsChange for ash\n2019-02-27 lazyboy@chromium.org Introduce PortContext for extension messaging.\n2019-02-27 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.236.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia cc61a2caa270..34d13313235f (4 commits)\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 1a7a4afd139e..48e7065ac6a3 (1 commits)\n2019-02-27 davidben@chromium.org Make content::LoginDelegate single-thread and uniquely-owned\n2019-02-27 sky@chromium.org views: remove NOTREACHEDs in TouchSelectionControllerImpl\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0c952caaabe0..65b79c43c5bc (2 commits)\n2019-02-27 afakhry@chromium.org Fix fullscreen bounds when docked magnifier is enabled\n2019-02-27 pauljensen@chromium.org Adjust exception caught during NetworkCallback registration\n2019-02-27 gayane@chromium.org Reset NTP customizations when all settings are reset.\n2019-02-27 etienneb@chromium.org Add Location annotation ScopedBlockingCall\n2019-02-27 siyua@chromium.org [AF Paradise] Remove unused Autofill strings from settings page\n2019-02-27 fdoray@chromium.org TaskScheduler: Minor code cleanups in SchedulerSingleThreadTaskRunnerManager.\n2019-02-27 thegreenfrog@chromium.org Add JavaScript callback result and return value params to FakeWebFrame\n2019-02-27 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG\n2019-02-27 avi@chromium.org Allow popups during page unload.\n2019-02-27 agawronska@chromium.org child user: Show PIN keyboard on parent access view in tablet mode only\n2019-02-27 masonfreed@chromium.org Only consider animatable properties when skipping commits\n2019-02-27 eirage@chromium.org mark BrowserCrApplicationAppleScriptTest.InsertWindow as flaky\n2019-02-27 eirage@chromium.org Disable async-callstack-fetch.js\n2019-02-27 tengs@chromium.org Ash Tray: Fix tray power icon background color in OOBE sessions.\n2019-02-27 penghuang@chromium.org Use the best texture format if HUD isn\u0027t using GPU raster.\n2019-02-27 jamescook@chromium.org chromeos: Remove \"SPM\" status area indicator for SingleProcessMash\n2019-02-27 sque@google.com infra: Add Chromium Mac Goma RBE ToT builder\n2019-02-27 lethalantidote@chromium.org Adds a11y info for buffering state.\n2019-02-27 digit@google.com android: crazy_linker: Remove Breakpad Guard region.\n2019-02-27 krb@chromium.org [omnibox] Revert parts of recording keyword activity\n2019-02-27 wangxianzhu@chromium.org Fix flakiness of external/wpt/css/css-position/z-index-blend-will-change-overlapping-layers.html\n2019-02-27 knollr@chromium.org Add showTrigger to Notification properties.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 5450dc0a9c83..617f4eb4e5b7 (3 commits)\n2019-02-27 jdemeulenaere@google.com Add #add(position, index) to ListModelBase.\n2019-02-27 vakh@chromium.org Delete .store_new files if writing to disk fails when applying an update\n2019-02-27 gambard@chromium.org Add OWNER for ui/webui/resources/js/ios\n2019-02-27 mmenke@chromium.org Socket Pools Refactor:  Move HTTP proxy socket tagging tests.\n2019-02-27 fs@opera.com Pass const references to SVGComputedStyle methods\n2019-02-27 rsorokin@chromium.org cros: Make policy test server more configurable after it started\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia ff84d8a900d4..cc61a2caa270 (1 commits)\n2019-02-27 katie@chromium.org Do image labels accessibility action on all subframes.\n2019-02-27 robsc@chromium.org Changes to include fast app reinstall in chrome://flags.\n2019-02-27 tmartino@chromium.org Adding parastoog@ as OWNER of //components/autofill/core/browser\n2019-02-27 mcasas@chromium.org WebmMuxer: do not support \u003e2 audio channels\n2019-02-27 skym@chromium.org [Feed] Record age difference between Feed and Host.\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bbe224bbe87b..0c952caaabe0 (3 commits)\n2019-02-27 陳威尹 Prioritize disk reading task for tab thumbnail\n2019-02-27 donnd@chromium.org [Ephemeral Tab] Add to fieldtrial_testing_config.\n2019-02-27 olivierrobin@chromium.org Store web_frame id in autofillDriver\n2019-02-27 mlippautz@chromium.org unified-heap: Enable per default\n2019-02-27 meredithl@chromium.org Fix null dereference on local frame\n2019-02-27 nohle@google.com Add class that performs CryptAuth v2 Enrollment flow\n2019-02-27 kmilka@chromium.org [NTP] Remove InstantUITestBase\n2019-02-27 rmcilroy@chromium.org arm64/compiler Remove thinLTO cache clearing.\n2019-02-27 olivierrobin@chromium.org Remove WebFrame from WebFramesManager before destruction.\n2019-02-27 rayankans@chromium.org Fix the base::ObserverList example usage comment.\n2019-02-27 bokan@chromium.org Disable clip node in !MainFrameClipsContent mode\n2019-02-27 fs@opera.com Use the stroke approximation for non-scaling-stroke as well\n2019-02-27 jbroman@chromium.org Tweak identifiers after r635967.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn b2c5023c9c1f..af5d1865b721 (2 commits)\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools be28670fe2bf..fe34723a55ec (1 commits)\n2019-02-27 ekaramad@chromium.org [ MimeHandlerView ] Use correct background color\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc db42ed299a4e..1a7a4afd139e (4 commits)\n2019-02-27 knollr@chromium.org Add showTrigger to NotificationOptions.\n2019-02-27 tonikitoo@igalia.com Remove the superfluous upcast helper from blink::ShadowRoot\n2019-02-27 nator@chromium.org [Background Sync] Allow native processing to finish\n2019-02-27 edin@google.com Start EditableCombobox.\n2019-02-27 rbpotter@chromium.org Print Preview: Refactor some tests\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto fae4322f2e8e..5450dc0a9c83 (1 commits)\n2019-02-27 fs@opera.com Use symbolic Color names for some SVG property initial values\n2019-02-27 npm@chromium.org ResourceTiming: remove setTimeout lints\n2019-02-27 yhanada@google.com Fill forgotten fields in SessionDetails.\n2019-02-27 mlippautz@chromium.org heap: Remove support for eager tracing\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia ab3f8674c9d2..ff84d8a900d4 (1 commits)\n2019-02-27 skobes@chromium.org Remove JankTracking base::Feature.\n2019-02-27 wnwen@chromium.org Android: Split out media router from chrome_java\n2019-02-27 smaier@chromium.org Android: ensuring onDestroy called between each test\n2019-02-27 ioanap@chromium.org Disable flaky ZipFiles/FilesAppBrowserTest.Test/*\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b4607af02614..bbe224bbe87b (1 commits)\n2019-02-27 raleksandrov@google.com Management WebUI:  Page title\n2019-02-27 syoussefi@chromium.org Run angle_unittests on Win7 (AMD) trybot\n2019-02-27 msisov@igalia.com Reland [ozone/common] Make gbm_wrapper to be compiled with system libgbm\n2019-02-27 ericrk@chromium.org Revert \"Partial Fix to Android Omnibox scrolling revealing other content\"\n2019-02-27 reed@google.com add SK_SUPPORT_LEGACY_CHOOSERASTERPIPELINE to stage skia cl\n2019-02-27 fdoray@chromium.org TaskScheduler: Remove SchedulerState from TaskSchedulerImplTest.\n2019-02-27 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/public/platform/web_common.h\n2019-02-27 hferreiro@igalia.com Port AboutSigninInternals away from GaiaCookieManagerService\n2019-02-27 nicolaso@chromium.org History page: fix sync footer at large font sizes\n2019-02-27 adityakeerthi@google.com Remove the Task Scheduler Internals page\n2019-02-27 fs@opera.com Don\u0027t trigger re-layout when \u0027stroke\u0027 changes\n2019-02-27 shivanisha@chromium.org Split Cache: Privacy preserving interpretation of empty top frame origin\n2019-02-27 arbesser@google.com [Autofill Assistant] Allow title to be multi-line if there is space available.\n2019-02-27 bsalomon@google.com [SkiaRenderer] Remove unnecessary flush in SkiaOutputSurfaceImplOnGpu::OffscreenSurface::fulfill\n2019-02-27 nator@chromium.org [Background Sync] Delete BackgroundSyncRegistrationOptions.\n2019-02-27 eseckler@chromium.org perfetto: Add support for writing new TrackEvent proto format\n2019-02-27 tienmai@chromium.org [GCPW] Force reauth if machine is not enrolled to MDM.\n2019-02-27 ericorth@chromium.org Delete legacy HostResolver API.\n2019-02-27 knollr@chromium.org Implement first draft of triggers to be used by notificaitons.\n2019-02-27 falken@chromium.org Disable flaky test WorkerThreadTest.TerminateWorkerWhileChildIsLoading\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite b400da62cf14..9e7e84f53554 (2 commits)\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2788e4e2ed7e..b4607af02614 (1 commits)\n2019-02-27 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/public/web/web_pepper_socket_client.h\n2019-02-27 fdoray@chromium.org TaskScheduler: Move lock and priority queue to SchedulerWorkerPool.\n2019-02-27 eui-sang.lim@samsung.com service worker: Remove Fetch handling from the test helper\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 7b3f4a203570..db42ed299a4e (5 commits)\n2019-02-27 ioanap@chromium.org Revert \"Smart Lock: Remove authToken listeners.\"\n2019-02-27 hferreiro@igalia.com Port AboutSigninInternals away from PO2TS\n2019-02-27 bungeman@chromium.org Prepare for openStream to return smart pointer.\n2019-02-27 siggi@chromium.org PM: Hook the tab helper up to extension background and popup pages.\n2019-02-27 ioanap@chromium.org Disable flaky ScreenTimeControllerTest\n2019-02-27 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.233.\n2019-02-27 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink\u0027s platform/animation with the macros of Allocator\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 23eea33f021a..fae4322f2e8e (1 commits)\n2019-02-27 thakis@chromium.org Unbreak remoting_lib_ps build.\n2019-02-27 rkgibson@google.com [iOS] Fix bug where omnibox popup would try to present while closing\n2019-02-27 ydago@chromium.org Policy Page: policy table creation refactor\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f256796310cd..2788e4e2ed7e (2 commits)\n2019-02-27 thakis@chromium.org Mark remoting_lib_ps as no_chromium_code.\n2019-02-27 gambard@chromium.org [iOS] Fix progress bar visibility\n2019-02-27 hferreiro@igalia.com Add missing params to OnAccessTokenRequestCompleted\n2019-02-27 nator@chromium.org [Offline Pages] Move DeviceConditions, ShadowDeviceConditions\n2019-02-27 jonasolsson@chromium.org Return to old iceConnectionState implementation.\n2019-02-27 sinhak@chromium.org Dead code removal: AccountMapperUtil\n2019-02-27 sinhak@chromium.org Remove usages of AccountMapperUtil in AccountManagerMigrator\n2019-02-27 engedy@chromium.org Suppress permission prompts for detached WebContents.\n2019-02-27 bratell@opera.com [jumbo] Avoid having two TimeTicksFromSecondsD\n2019-02-27 nhiroki@chromium.org PlzWorker: Create WebWorkerFetchContext with response override supplied from the browser\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ee85330e0ea1..23eea33f021a (1 commits)\n2019-02-27 mlippautz@chromium.org WebAudio: Fix MediaStreamAudioDestinationNode liveness\n2019-02-27 tonikitoo@igalia.com Switch WebLocalFrameImpl to use downcast helpers\n2019-02-27 mlippautz@chromium.org [scheduler] Do not lower priority for tasks on detached frames\n2019-02-27 mlippautz@chromium.org TestExpecations: Ignore test that leaks with leak detection\n2019-02-27 tonikitoo@igalia.com Switch RemoteFrame{Owner} and RootFrameViewport to use downcast helpers\n2019-02-27 raleksandrov@google.com Management WebUI: Device reporting section\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal aca6308fdf25..f256796310cd (2 commits)\n2019-02-27 sinhak@chromium.org Remove usages of AccountMapperUtil in AccountManagerUIHandler\n2019-02-27 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.231.\n2019-02-27 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/platform/geometry/layout_unit.h\n2019-02-27 vogelheim@chromium.org [Origin Policy] Implement error reporting via Reporting API\n2019-02-27 ksolt@chromium.org [scheduler] Changing serial AsyncTask to SequencedTaskRunner.\n2019-02-27 ksolt@chromium.org [scheduler] Migrating AsyncTask to PostTask for Cronet.\n2019-02-27 sammc@chromium.org Add tests for setting download directory to ${google_drive}/ via policy.\n2019-02-27 lucmult@chromium.org [Files app] Convert foreground/js/ui/ to arrow function\n2019-02-27 szermatt@chromium.org [Autofill Assistant] Handle MANUAL_FALLBACK in Autofill Action like any other errors.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 695af944c472..7b3f4a203570 (10 commits)\n2019-02-27 engedy@chromium.org RestrictDeviceSensorEventsToSecureContexts by default.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 738567f148b2..b2c5023c9c1f (1 commits)\n2019-02-27 nickdiego@igalia.com Remove needless function call when starting tab dragging\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 49d0ee8be197..aca6308fdf25 (2 commits)\n2019-02-27 ioanap@chromium.org Revert \"Add HTTP protocol scheme of the main frame origin to UKM\"\n2019-02-27 myid.shin@igalia.com Refactor: unsigned short / unsigned -\u003e uint16_t in third_party/blink/renderer/platform/*\n2019-02-27 lsuder@google.com [Autofill Assistant] Uses generic detail parameters.\n2019-02-27 jkim@igalia.com Move AccountConsistencyService and its unittest away from signin internals\n2019-02-27 fanjinsong@sogou-inc.com [WebView Shell] Fix mUrlBar shows the wrong color\n2019-02-27 hiroh@chromium.org media/gpu VEA unittest: Enable kVaapiVp9Encoder on VEA unittest\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3718.0_rc-r1-merged to 74.0.3719.0_rc-r1-merged\n2019-02-27 fanjinsong@sogou-inc.com Clean up dead codes relating to Article Sync\n2019-02-27 abhishekbh@chromium.org assistant: Add power manager implementation\n2019-02-27 lucmult@chromium.org [Files app] Migrate \u003cfiles-tooltip\u003e tests to integration tests\n2019-02-27 gyuyoung@igalia.com BlinkMemoryMgt: Annotate DatabaseVersionCache and SQLiteFileSystem classes with the macros of Allocator\n2019-02-27 hiroshige@chromium.org [WPT] Changes to generated files by CL 1476144\n2019-02-27 dfried@chromium.org Fix flex order between location bar and extensions.\n2019-02-27 sinhak@chromium.org Revert \"[Sheriff] Disable some tests in ArcRobotAccountAuthServiceTest and ArcAuthServiceChildAccountTest on MSan\"\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 3c9baa37c2b7..f2eb10133f86 (2 commits)\n2019-02-27 burunduk@chromium.org Remove traces of sequence_token_name in DebugLogWriter\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2fe8f49257b7..49d0ee8be197 (1 commits)\n2019-02-27 dfried@chromium.org Expand past preferred size only after allocating space for all children.\n2019-02-27 arbesser@google.com [Autofill Assistant] Updated owners file to include new chromium committers on the team.\n2019-02-27 fs@opera.com Don\u0027t trigger re-layout when stroke-dash{array,offset} changes\n2019-02-27 tzik@chromium.org A build fix of base_bind_writer\n2019-02-27 adanilo@chromium.org Refactor calls to FindFileHandlersForEntries()\n2019-02-27 tengs@chromium.org Add metric for new clear all button in stacking notification bar.\n2019-02-27 rijubrata.bhaumik@intel.com [webnfc] Prefix NDEF related objects with NDEF instead of NFC.\n2019-02-27 jkrcal@chromium.org [AF Wallet] Stop running Directory Wallet data integration tests\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 620621059b29..ab3f8674c9d2 (1 commits)\n2019-02-27 beaufort.francois@gmail.com Show mute button in Picture-in-Picture window if Origin Trial.\n2019-02-27 noel@chromium.org [piexwasm] Add tests.sh script\n2019-02-27 ricea@chromium.org [Streams] Initialise binding.MessagePort_postMessage to undefined\n2019-02-27 jkim@igalia.com OnionSoup: Move mime_registry.mojom to public/mojom/mime\n2019-02-27 ricea@chromium.org Improve const-correctness for WritableStream classes\n2019-02-27 chaopeng@chromium.org Add log for direct manipulation OnContentUpdated\n2019-02-27 sinhak@chromium.org Remove usages of AccountMapperUtil in ChromeOSOAuth2TokenServiceDelegate\n2019-02-27 sczs@chromium.org [ios] Creates InfobarBadgeTabHelper\n2019-02-27 tengs@chromium.org Ash Tray: Add some padding to the date info button so the focus ring is rendered better.\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 75e6934397d8..2fe8f49257b7 (3 commits)\n2019-02-27 toyoshim@chromium.org OOR-CORS: activeTab permission needs to update CORS lists\n2019-02-27 hiroshige@chromium.org Minimize #include deps to core/frame/csp\n2019-02-27 govind@chromium.org Updating XTBs based on .GRDs from branch master\n2019-02-27 dcheng@chromium.org Migrate Contributing to Chromium documentation to Markdown.\n2019-02-27 wzang@chromium.org cros: Clean up old wallpaper picker code (Part IV)\n2019-02-27 joelhockey@chromium.org Check if crostini is allowed before installing\n2019-02-27 sinhak@chromium.org Return raw email ids in crOS Account Manager notifications\n2019-02-27 jam@chromium.org Reland \"Remove mojo-blob-urls virtual test suites now that network service has launched on desktop and trunk is running with it enabled.\"\n2019-02-27 lucmult@chromium.org [Files app] Convert ui/file_manager/foreground/js/ui/ to let/const\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 0d1d8c12e826..3c9baa37c2b7 (1 commits)\n2019-02-27 sczs@chromium.org [ios] Cleans up unused ios/c/b/infobars dependencies.\n2019-02-27 jopra@chromium.org Formatting fix for Crostini shared usb settings page\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f90ad85cf0cc..75e6934397d8 (6 commits)\n2019-02-27 gayane@chromium.org Remove blue rectange for focused element.\n2019-02-27 findit-for-me@appspot.gserviceaccount.com Revert \"Delay querying for printers list until the policy file is parsed\"\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 71865048224b..620621059b29 (4 commits)\n2019-02-27 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/public/platform\n2019-02-27 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.230.\n2019-02-27 lazyboy@chromium.org Extension MessageService: Clean up code for LazyContextId.\n2019-02-27 tkent@chromium.org Form-associated custom elements: ElementInternals methods should throw NotSupportedError instead of InvalidStateError\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3712.0_rc-r1-merged to 74.0.3718.0_rc-r1-merged\n2019-02-27 rakina@chromium.org Mark external/wpt/import-maps/fallback-disallowed.sub.tentative.html as flaky\n2019-02-27 yoichio@chromium.org [LayoutNG] Fix LocalSelectionRect rect flipping for vertical-rl.\n2019-02-27 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Fix link highlight flash\n2019-02-27 tkent@chromium.org Form-associated custom elements: Update form submission logic\n2019-02-27 junyer@chromium.org Roll src/third_party/re2/src/ 59f03f306..96b75fa24 (4 commits)\n2019-02-27 rbpotter@chromium.org Web UI: Add v0 HTML Imports Polyfill\n2019-02-27 aee@chromium.org WebUI: in cr-link-row, use cr-icon-button\n2019-02-27 abhijeet@igalia.com Move platform/network/network_hints.h to core/loader\n2019-02-27 orodley@chromium.org Fix typo in Mojom grammer reference.\n2019-02-27 loyso@chromium.org WebApp: Extract PinAppToShelf util and pure virtual function.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn d56f8d2e0501..738567f148b2 (1 commits)\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 3ee6a6225e33..b400da62cf14 (8 commits)\n2019-02-27 rakina@chromium.org [Display Locking]: Make activatable-locked nodes count in total find-in-page matches\n2019-02-27 justincohen@google.com [ios/web] Don\u0027t overwrite virtual url in didStartProvisionalNavigation.\n2019-02-27 tonikitoo@igalia.com Remove ununsed WebFrameWidgetImpl DEFINE_TYPE_CAST\n2019-02-27 rakina@chromium.org Revert \"Remove mojo-blob-urls virtual test suites now that network service has launched on desktop and trunk is running with it enabled.\"\n2019-02-27 yuweih@chromium.org [Remoting] Make FtlClient async\n2019-02-27 johnchen@chromium.org Reland \"[ChromeDriver] Remove unused shadow DOM object cache\"\n2019-02-27 ios-autoroller@chromium.org [MDC roll] Roll Material Components to c2575332bb4bee4a0e8330765cb8e8980bb554ec\n2019-02-27 luoe@chromium.org DevTools: selecting text after mousedown should prevent new property\n2019-02-27 khushalsagar@chromium.org gpu: Fix partial damage update synchronization in BufferQueue.\n2019-02-27 martinkr@google.com fido: make new cryptotoken requests evict old ones\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 4dbb96dfaa04..71865048224b (4 commits)\n2019-02-27 magchen@chromium.org Fixed underlay Z order for multiple underlay layers.\n2019-02-27 yuzus@chromium.org Introduce kFrameIsDetachedAndV8MemoryIsPurged\n2019-02-27 wzang@chromium.org cros: Add language selection UI in demo setup\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult f6100576bcc4..0d1d8c12e826 (2 commits)\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f9240dad68dd..f90ad85cf0cc (4 commits)\n2019-02-27 yuli@chromium.org Add facing-mode/recorded-mins/window-states for capture metrics.\n2019-02-27 nigeltao@chromium.org Factor out an IncrementingIconKeyFactory\n2019-02-27 chrome-release-bot@chromium.org Updating trunk VERSION from 3719.0 to 3720.0\n2019-02-27 tienmai@chromium.org [GCPW] Rename TokenHandleValidator to AssociatedUserValidator.\n2019-02-27 martinkr@google.com fido: exempt certain U2F devices from protocol discovery\n2019-02-27 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.229.\n2019-02-27 rbpotter@chromium.org Print Preview: Delete N-up printing/pages per sheet flag\n2019-02-27 dbeam@chromium.org WebUI Dark Mode: update history sync illustration\n2019-02-27 dbeam@chromium.org WebUI Dark Mode: update settings sync promo illustration\n2019-02-27 dbeam@chromium.org WebUI Dark Mode: fix \"create user\" input text color\n2019-02-27 dbeam@chromium.org WebUI Dark Mode: update \"no downloads\" illustration\n2019-02-27 pjh0718@gmail.com Make font-style\u0027s specified unit type to be considered in ComputedStyle.\n2019-02-27 mstensho@chromium.org [LayoutNG] Post-child block layout moved to separate method.\n2019-02-27 horo@chromium.org Add sxg-reporting WPT tests with referrerPolicy\n2019-02-27 sammc@chromium.org Filter unavailable Drive files from launcher searches when offline.\n2019-02-27 wylieb@chromium.org [CIF] Allow ability to fetch gifs from java\n2019-02-27 abhishekbh@chromium.org power: Add wake lock based logic to re-suspend after dark resume\n2019-02-27 creis@chromium.org Show an error page if a URL redirects to a javascript: URL.\n2019-02-27 kristipark@chromium.org [NTP] Do not use dark mode chips if a background image is set\n2019-02-27 sammc@chromium.org Cancel renames in the directory tree when an empty name is chosen.\n2019-02-27 tienmai@chromium.org [GCPW] Deny local logon to users that require reauth.\n2019-02-27 menghuan@chromium.org chromeos: Add UMA for cryptohomed to measure latency issue\n2019-02-27 jperaza@chromium.org android: set custom browser ptype for browser reports\n2019-02-27 aee@chromium.org Extensions WebUI: when showing errors, remove extra dom-if for code section\n2019-02-27 amistry@chromium.org Log file manager APIs that take too long.\n2019-02-27 kmarshall@chromium.org [Fuchsia] Fix ids.txt data format, enable symbolization of SDK libraries.\n2019-02-27 salg@google.com Fixed Destroy method on unique proto databases that failed to initialize\n2019-02-27 kmilka@chromium.org [NTP] Use real local NTP for LocalNTPUITests\n2019-02-27 robliao@chromium.org Create ui_views WATCHLIST and add robliao@chromium.org\n2019-02-27 joelhockey@chromium.org Revert \"cros: Make FakeGaia in OobeBaseTest a mixin\"\n2019-02-27 anastasi@google.com Refactor Switch Access constants into their own file\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 46d32e0fcd84..009696c56169 (1 commits)\n2019-02-27 fserb@chromium.org Clean up CanvasResourceDispatcher on finalizer\n2019-02-27 szager@chromium.org Nominate myself for content/renderer/OWNERS\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto a502bde5ced6..ee85330e0ea1 (1 commits)\n2019-02-27 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.\n2019-02-27 pawliczek@chromium.org Delay querying for printers list until the policy file is parsed\n2019-02-27 jrummell@chromium.org Monitor network changes if pre-provisioning of MediaDrm origin IDs fails\n2019-02-27 pdyson@chromium.org Add more click metrics for app launches.\n2019-02-27 rbpotter@chromium.org Print Preview: display scrollbar\n2019-02-27 monufriienko@chromium.org Increased expiration_time to 4 hrs\n2019-02-27 hashimoto@chromium.org ash: Set event targeter for CT\n2019-02-27 meiliang@chromium.org Add feature util for tab group\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 5da3a7e01dc2..f6100576bcc4 (5 commits)\n2019-02-27 ynovikov@chromium.org Remove more semicolons in Windows sandbox.\n2019-02-27 binji@chromium.org [wasm] Enable wasm threads by default\n2019-02-27 estevenson@chromium.org Revert \"Trichrome: Remove webview deps from trichrome_chrome_apk.\"\n2019-02-27 hashimoto@chromium.org ash: Fix CT remote view host ownership\n2019-02-27 dtrainor@chromium.org Inline Updates: Show UI when downloading\n2019-02-27 yuweih@chromium.org [Remoting] Implement GrpcAsyncDispatcher\n2019-02-27 jennyz@chromium.org Correct the suggested app launch uma log for zero state.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 54c4772e855c..7f6f891204d0 (1 commits)\n2019-02-27 johnidel@chromium.org Record whether large ad iframes played media\n2019-02-27 xingliu@chromium.org Notification: Add notification proto.\n2019-02-27 drubery@chromium.org Make chrome://safe-browsing use the URL hash to indicate the tab\n2019-02-27 jam@chromium.org Add the ability to disable out-of-process network service on Android by device model.\n2019-02-27 harrisjay@chromium.org Updates the CustomTabBar with FlexRules to trigger text eliding.\n2019-02-27 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Set has_potential_animation of property nodes\n2019-02-27 erikchen@chromium.org Revert \"Improve handling of Skia images by gfx::Image\"\n2019-02-27 einbinder@chromium.org DevTools: Fix TextPrompt expression calculation\n2019-02-27 leon.han@intel.com [ServiceWorker] Do not make any renderer-initiated SW provider creation for navigations\n2019-02-27 rsesek@chromium.org Add new Mojo PlatformHandle type declarations for Mach receive rights.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 9f12ed7ee6da to 8b15beb626f5\n2019-02-27 drubery@chromium.org Fix for requesting AP verdicts in ClientDownloadRequests\n2019-02-27 lucmult@chromium.org Move MyFiles translation to //ui/chromeos/\n2019-02-27 ikilpatrick@chromium.org [LayoutNG] Optimize length calculation calls.\n2019-02-27 cch@chromium.org Add provider type \"ON_DEVICE_HEAD\" for on device head suggest.\n2019-02-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 33105789ee1e..f9240dad68dd (4 commits)\n2019-02-27 caitlinfischer@google.com [Autofill] Improved label and additional_label comment.\n2019-02-27 danyao@chromium.org [PaymentRequest] Define MerchantValidationEvent interface.\n2019-02-27 hansberry@chromium.org Smart Lock: Remove authToken listeners.\n2019-02-27 xiaochengh@chromium.org [Sheriff] Disable org.chromium.chrome.browser.fullscreen.FullscreenManagerTest#testManualFullscreenDisabledForChromePages\n2019-02-27 einbinder@chromium.org DevTools: Expose the name option of workers as the executioncontext name\n2019-02-27 johnchen@chromium.org Revert \"[ChromeDriver] Remove unused shadow DOM object cache\"\n2019-02-27 ydago@chromium.org Open management page from managed ui footnote\n2019-02-27 dmurph@chromium.org [SessionStorage] Optimizing opening \u0026 forking of empty storage areas.\n2019-02-27 horo@chromium.org Enable Signed Exchange Reporting for distributors behind Experimental Web Platform Features flag\n2019-02-27 noel@chromium.org [piexwasm] Add Piex Wasm reader exposing an image() read API to JS\n2019-02-27 thestig@chromium.org Enable saving from the PDF plugin if the user go into annotation mode.\n2019-02-27 etienneb@chromium.org Fix missing string copy for a font trace event\n2019-02-27 xiaochengh@chromium.org [Sheriff] Disable CacheStorageCacheTest/CacheStorageCacheTestP.KeysWithManyCacheEntries on Win\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 4efdb5120090..ac0f524bb103 (6 commits)\n2019-02-27 yuweih@chromium.org Roll gRPC to e6732643210e014114c129650ab8fdc2d17d9407\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia f12d67517903..4dbb96dfaa04 (4 commits)\n2019-02-27 skym@chromium.org Revert \"[Feed] Call simple triggerRefresh method.\"\n2019-02-27 alph@chromium.org [heap profiler] Disable the test on Android with no stack unwinding\n2019-02-27 dmurph@chromium.org [SessionStorage] Holding reference to forked map during fork operation.\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 958d88e26d2e..be28670fe2bf (1 commits)\n2019-02-27 hiroh@chromium.org media: VdaVideoDecoder: Don\u0027t call Flush() in Reinitialization\n2019-02-27 estevenson@chromium.org Revert \"Android: Fix fat lib toolchain in Trichrome.\"\n2019-02-27 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.227.\n2019-02-27 marcin@mwiacek.com Reland \"Migrate PanelState from enum to @IntDef + remove one Map\"\n2019-02-27 xiaochengh@chromium.org [Sheriff] Mark virtual/streams-native/http/tests/streams/transferable/readable-stream.html as flaky\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 002ef361cabc..32b0f6739fa5 (2 commits)\n2019-02-27 bradhall@google.com Remove buildbot memory infra tester from milo\n2019-02-27 eui-sang.lim@samsung.com service worker: Remove Payment handling from the test helper\n2019-02-27 siashah@chromium.org Add card label, error message and other UI Changes for exp fix flow\n2019-02-27 jkim@igalia.com Move input_host.mojom and input_messages.mojom to public/mojom/input\n2019-02-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 793add9a8d60..3ee6a6225e33 (1 commits)\n2019-02-27 caitlinfischer@google.com [Autofill] Fixed logging of network matches and mismatches.\n2019-02-27 perezju@chromium.org [tools/perf] Add README.md file\n2019-02-26 enga@chromium.org Make WebGPUImplementation extend ImplementationBase\n2019-02-26 xiaochengh@chromium.org [Sheriff] Disable org.chromium.chrome.browser.autofill.AutofillPopupTest#testClickAutofillPopupSuggestion\n2019-02-26 mrefaat@chromium.org Revert \"Enable -Wextra-semi in iOS builds.\"\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto c08497af77b7..a502bde5ced6 (1 commits)\n2019-02-26 nickdiego@igalia.com ozone: xkbcommon: Pre-compute masks when setting keymap\n2019-02-26 tengs@chromium.org Fix focus ink drop rendering issue for toggle buttons.\n2019-02-26 kojii@chromium.org [LayoutNG] Avoid CreateShapeResult when `text-overflow: ellipsis`\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader fe3d4978886b..54c4772e855c (3 commits)\n2019-02-26 Max) Gu [FCP++] Image: move node checking from pre-paint to paint\n2019-02-26 yusufo@google.com Functionality touch up on grid tab switcher\n2019-02-26 johnchen@chromium.org [ChromeDriver] Remove unused shadow DOM object cache\n2019-02-26 marcin@mwiacek.com Rewrite BitrateAdjuster to @IntDef\n2019-02-26 xiaochengh@chromium.org Revert \"Unify input delay computations for UMA, UKM, and EventTiming\"\n2019-02-26 agawronska@chromium.org child user: Show error state on ParentAccessView\n2019-02-26 zmo@chromium.org Fix bug ID on a GPU driver bug workaround entry.\n2019-02-26 kkhorimoto@chromium.org [iOS] Implement TestFullscreenController::[Set/Get]WebStateList().\n2019-02-26 akihiroota@chromium.org Add ChromeVox test for rich text attributes on editable text.\n2019-02-26 thestig@chromium.org Simplify some PDF annotation UMA code.\n2019-02-26 jbudorick@chromium.org Temporarily remove telemetry_perf_unittests from Linux Tests (dbg)(1).\n2019-02-26 marq@google.com [iOS] Clean up tab grid metrics\n2019-02-26 efoo@chromium.org Remove Android ChromeDriver Tests (dbg) builder\n2019-02-26 efoo@chromium.org Remove ToTMac{, (dbg),ASan,Coverage} Buildbot builders from console\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium a7e0cc8291d3..4efdb5120090 (7 commits)\n2019-02-26 caraitto@chromium.org [Cronet] Add metrics util to produce native date objects.\n2019-02-26 sergeyu@chromium.org [Fuchsia] Add automatic discovery of provisioned host\n2019-02-26 tmartino@chromium.org Add tmartino as OWNER of //components/autofill\n2019-02-26 sgilhuly@chromium.org Remove surface range check when building hit test data\n2019-02-26 svenzheng@chromium.org Enable FullscreenElementInABAAndExitViaEscapeKey test.\n2019-02-26 ryansturm@chromium.org Adding data savings reporting to Previews URLLoader\n2019-02-26 ksolt@chromium.org [scheduler] AsyncTask subclasses specify if they don\u0027t need post execution.\n2019-02-26 rkaplow@chromium.org Re-add the Autofill.SelectedMaskedServerCard metric which was removed in crrev.com/c/1400262.\n2019-02-26 ryansturm@chromium.org Timing out the HTTPS Previews URLLoader impl\n2019-02-26 gilmanmh@google.com Create template for test targets in third_party/blink/renderer/core.\n2019-02-26 lucmult@chromium.org Remove duplicated translation strings\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0c48681e58d6..f12d67517903 (9 commits)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 0546b5380780..46d32e0fcd84 (2 commits)\n2019-02-26 danakj@chromium.org Move RegisterViewportLayers/Selection to WebWidgetClient (4/n)\n2019-02-26 xiaochengh@chromium.org [Sheriff] Mark media/autoplay-muted.html as flaky timeout\n2019-02-26 khushalsagar@chromium.org flags: Add owner for SurfaceControl flag.\n2019-02-26 takumif@chromium.org Fix a DCHECK error in CastSessionClient\n2019-02-26 smaier@chromium.org Android tests: ensure UI thread is not overridden after scheduler tests\n2019-02-26 mstensho@chromium.org [LayoutNG] Inline everything in legacy_layout_tree_walking.h\n2019-02-26 treib@chromium.org Fix account setup in PersonalDataManagerTest.OnUserAcceptedUpstreamOffer\n2019-02-26 emaxx@chromium.org Browser test for runtime.onConnectNative API\n2019-02-26 dgozman@chromium.org Allow debugger extensions read file access if granted by user\n2019-02-26 boliu@chromium.org aw: Enable WebViewPageStartedOnCommit by default\n2019-02-26 alcooper@chromium.org Support inline sessions when no device is present\n2019-02-26 wez@chromium.org [Fuchsia] Remove absolute source paths from debug symbols.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 2afcf22ad184..958d88e26d2e (1 commits)\n2019-02-26 katie@chromium.org Adds Autoclick icons to system tray menu.\n2019-02-26 ryansturm@chromium.org Rewriting virtual URL for HTTPS URLLoader Previews\n2019-02-26 tbansal@chromium.org Add HTTP protocol scheme of the main frame origin to UKM\n2019-02-26 jdemeulenaere@google.com Allow toolbars of different heights in the BottomSheet.\n2019-02-26 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@89a3ecc855719fc71d444c4558b72c23da2a6423\n2019-02-26 wylieb@chromium.org [CIF] Move all tests under CachedImageFetcher prefix\n2019-02-26 sammiequon@google.com applist: Use targeting policy to block window events when swiping.\n2019-02-26 jam@chromium.org Remove mojo-blob-urls virtual test suites now that network service has launched on desktop and trunk is running with it enabled.\n2019-02-26 jkarlin@chromium.org [DoubleKeyedCache] Measure the fraction of double-keyable requests\n2019-02-26 agawronska@chromium.org child user: Validate parent access code entered on lock screen\n2019-02-26 ccameron@chromium.org Workaround crash in WebContentsNSViewBridge::SetParentNSView\n2019-02-26 kojii@chromium.org [LayoutNG] Remove duplicated DrawingRecroder in NGBoxFragmentPainter\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cc2dec20be7e..33105789ee1e (5 commits)\n2019-02-26 sebsg@chromium.org Removing myself from the autofill watchlist.\n2019-02-26 etienneb@chromium.org Add Location annotation ScopedBlockingCall\n2019-02-26 jsaul@google.com Delete missed TODO\n2019-02-26 ntfschr@chromium.org AW: implement flushCookie for the network service\n2019-02-26 eyor@google.com Add an appropriate optin message for G-Suite users\n2019-02-26 dalyk@google.com Provide LogDnsClient with a URLRequestContext to use for DoH requests.\n2019-02-26 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.226.\n2019-02-26 jbudorick@chromium.org luci: add linux-rel to tryserver.chromium.linux console.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 1a930646662a..793add9a8d60 (1 commits)\n2019-02-26 djacobo@chromium.org Fix action\u0027s description for smart text selection.\n2019-02-26 waffles@chromium.org Create a Service Manager and embedder service for the updater.\n2019-02-26 fdegans@chromium.org Reland \"[Fuchsia] Update some FIDL APIs to be extensible.\"\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 024f271ae0c7..fe3d4978886b (1 commits)\n2019-02-26 thakis@chromium.org Enable -Wextra-semi on Windows.\n2019-02-26 manucornet@chromium.org CrOS Shelf: Use default hit test logic in unknown session state\n2019-02-26 npm@chromium.org Unify input delay computations for UMA, UKM, and EventTiming\n2019-02-26 celineo@google.com Ensure fuzzer can pass checks on debug builds.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult f53e1f6e2d49..5da3a7e01dc2 (1 commits)\n2019-02-26 collinbaker@chromium.org Fix fieldtrial_testing_config.json entry for reopen tab IPH\n2019-02-26 updowndota@chromium.org Add UMA histogram for Assistant vocie match enrollment\n2019-02-26 dtseng@chromium.org Fix crash in AutomationAXTreeWrapper::IsDesktopTree\n2019-02-26 ekaramad@chromium.org [ MimeHandlerView ] Remove an unnecessary argument\n2019-02-26 ekaramad@chromium.org [ Feature Policy ] Followup on Opener Policies\n2019-02-26 mthiesse@chromium.org Introduce notouch_build flag, for devices without touch screens.\n2019-02-26 xiaochengh@chromium.org [Sheriff] Mark virtual/threaded/http/tests/devtools/tracing/decode-resize.js as flaky on Linux\n2019-02-26 agrieve@chromium.org Revert \"Migrate PanelState from enum to @IntDef + remove one Map\"\n2019-02-26 jlebel@chromium.org [iOS] Disclosure indicator missing in sign-in item\n2019-02-26 khushalsagar@chromium.org canvas2d: Flush skia for CanvasResourceProviderSharedImage.\n2019-02-26 tbansal@chromium.org Update field trial params for ThrottleDelayable experiment\n2019-02-26 tbansal@chromium.org Add metrics to record gap between requests\n2019-02-26 jlebel@chromium.org [iOS] Implementation to open Web Activity dialog\n2019-02-26 khushalsagar@chromium.org android_webview: Disable SurfaceControl on webview.\n2019-02-26 yiningwang@google.com Add Focus mode to tab menu\n2019-02-26 liberato@chromium.org Update LearningTaskController API for feature snapshots.\n2019-02-26 pwnall@chromium.org sql: Remove some large and mostly unused histograms.\n2019-02-26 vtsyrklevich@chromium.org GWP-ASan: Report a different TID on macOS\n2019-02-26 jdemeulenaere@google.com Add #hasCustomLifecycle() to BottomSheetContent.\n2019-02-26 xingliu@chromium.org Background download: Add virtual destructor for download service.\n2019-02-26 dgozman@chromium.org FrameLoader: check for provisional frame with IsProvisional\n2019-02-26 ellyjones@chromium.org flags: remove enable-canvas-2d-image-chromium\n2019-02-26 wittman@chromium.org Revert \"[Sampling profiler] Use null for invalid ModuleCache::Module state\"\n2019-02-26 carlosk@chromium.org Enable Offline Content on Dino Page by default.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto c1b9ea5f3400..c08497af77b7 (1 commits)\n2019-02-26 xiaochengh@chromium.org [Sheriff] Disable GalleryWatchManagerTest.Basic on ChromeOS\n2019-02-26 sgilhuly@chromium.org Clean up Vulkan code in SkiaRenderer and OutputSurface\n2019-02-26 ellyjones@chromium.org flags: assign enable-touchscreen-calibration\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 12ae4f4d50b0..695af944c472 (2 commits)\n2019-02-26 justincohen@google.com [ios] Fix slimnav side swipe crash.\n2019-02-26 jam@chromium.org Cast: add a URLLoaderFactory for extensions when network service is in use.\n2019-02-26 frechette@chromium.org Block default languages.\n2019-02-26 shampson@chromium.org Updates RTCIceTransport to standard state API.\n2019-02-26 bsalomon@google.com [SkiaRenderer] Invalidate SkPromiseImageTexture when SkSurface changes.\n2019-02-26 takumif@chromium.org Add owners to views-cast-dialog in flag-metadata.json\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c9b534ba2cb9..cc2dec20be7e (4 commits)\n2019-02-26 ccameron@chromium.org MacPWAs: Add callback for shortcut creation\n2019-02-26 takumif@chromium.org Add a \"meaning\" field to a Media Router string for disambiguation\n2019-02-26 xiaochengh@chromium.org [Sheriff] Mark fast/css-intrinsic-dimensions/height-tables-collapsed.html as flaky\n2019-02-26 ellyjones@chromium.org flags: assign two scheduling flags\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 1805a6699248..1a930646662a (1 commits)\n2019-02-26 rayankans@chromium.org Extend BackgroundSync.OptionConditionsChanged UMA collection\n2019-02-26 bpastene@chromium.org Use default 60min timeout for all shards of Lollipop Tablet Tester.\n2019-02-26 marcin@mwiacek.com Migrate enum to @IntDef and improve @IntDef inside Cronet\n2019-02-26 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG\n2019-02-26 rogerta@chromium.org Enforce enrollment to MDM before allowing sign if MDM url is specified.\n2019-02-26 skym@chromium.org [Feed] Add config around showing fancier UI.\n2019-02-26 xiaochengh@chromium.org [Sheriff] Mark external/wpt/import-maps/builtin-import-scheme.tentative.html as flaky\n2019-02-26 thakis@chromium.org Enable -Wextra-semi in linux fuzzer builds.\n2019-02-26 dtapuska@chromium.org Fix a double layout that happens when the status bar is hidden.\n2019-02-26 juanmihd@chromium.org Fixing the Snapshot method in HTMLCanvasElement to work with BitmapRenderer\n2019-02-26 sinansahin@google.com Fixing EOC snippets getting chopped\n2019-02-26 bpastene@chromium.org Refactor out references to VMs in the cros test runner.\n2019-02-26 alcooper@chromium.org Remove Webxr-Render-Path flag\n2019-02-26 wylieb@chromium.org [CIF] Consolidate UMA client names into CachedImageFetcher\n2019-02-26 drubery@chromium.org Report the number of files within RAR file to SafeBrowsing\n2019-02-26 manucornet@chromium.org CrOS Shelf: Clean up a duplicate method\n2019-02-26 bcwhite@chromium.org Extract RandInt() from IsSampledIn() for deterministic testing.\n2019-02-26 kojii@chromium.org [LayoutNG] Improvements in using DrawingRecorder in PaintTextChild\n2019-02-26 ntfschr@chromium.org AW: configure cookies for Network Service\n2019-02-26 brucedawson@chromium.org Revert \"Move ev_root_ca_metadata to read-only data segment\"\n2019-02-26 paulmeyer@chromium.org Enable CSP violation reports to be observed by ReportingObserver.\n2019-02-26 janewman@microsoft.com Restricted IRangeValueProvider to nodes that support range.\n2019-02-26 jsaul@google.com Add missing AutofillCardUploadDecisionMetric enum values\n2019-02-26 bsazonov@chromium.org [Unity][Android] Add TalkBack text to SyncAndServicesPreferences\n2019-02-26 michaelbai@chromium.org Add WebContentCaptureClient\n2019-02-26 wutao@chromium.org app_list: Not to update footer in voice query\n2019-02-26 siashah@chromium.org Disable the save button if name is empty\n2019-02-26 kyleju@chromium.org Import latest WPT webdriver tests.\n2019-02-26 gab@chromium.org [base] Don\u0027t sample Now() in POSIX\u0027s WaitableEvent::Wait()\n2019-02-26 metzman@chromium.org Roll src/third_party/libFuzzer/src/ 178ac93d6..538f9f9de (1 commit)\n2019-02-26 xiaochengh@chromium.org [Sheriff] Mark external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/counter-styles-3/system-cyclic-invalid.html as failure on Mac\n2019-02-26 thakis@chromium.org Enable -Wextra-semi in iOS builds.\n2019-02-26 xiaochengh@chromium.org [Sheriff] Disable OobeInteractiveUITestImpl/OobeInteractiveUITest.SimpleEndToEnd/*\n2019-02-26 ulan@chromium.org Remove oortonline_tbmv2 benchmark from shard maps\n2019-02-26 stkhapugin@chromium.org Use proper view controller containment for omnibox.\n2019-02-26 bpastene@chromium.org Fix chromeos device trigger script when shards \u003e 1.\n2019-02-26 ekaramad@chromium.org [MimeHandlerView] Async Attach: Content API\n2019-02-26 hans@chromium.org Update Windows link-order files\n2019-02-26 alexclarke@chromium.org List all pending tasks in the ~TestBrowserThreadBundle CHECK\n2019-02-26 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@a05ede00f53322a2313702f1a282d4a19b6d44b0\n2019-02-26 stevenjb@chromium.org network_proxy.js: Polymer2 fix for networkProperties not defined\n2019-02-26 tonikitoo@igalia.com Switch blink::LocalFrame to use downcast helpers (2/2)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 0bf4c298529b..12ae4f4d50b0 (3 commits)\n2019-02-26 sumankancherla@chromium.org Use the correct WebContents for WebXR metrics\n2019-02-26 khokhlov@google.com Replace CustomizeBrowserOptions() with CustomizeOptions() step 2\n2019-02-26 boliu@chromium.org android: Check Window.isWideColorGamut for color space\n2019-02-26 andrewxu@chromium.org Change the default color and opacity of AppListView\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ab2257c7e108..c1b9ea5f3400 (2 commits)\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 264b7c18a357..c9b534ba2cb9 (3 commits)\n2019-02-26 mlippautz@chromium.org WebAudio: Fix OscillatorNode liveness\n2019-02-26 nohle@google.com Add GetKeyBundle() method to key registry\n2019-02-26 nohle@google.com Expand ResultCodes and overload \u003c\u003c\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 48f6adba0af9 to 9f12ed7ee6da\n2019-02-26 beccahughes@chromium.org [Media Image] Use ranking to select image\n2019-02-26 chrisha@chromium.org Create PageAlmostIdleDecorator.\n2019-02-26 xiaochengh@chromium.org [Sheriff] Mark external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/counter-styles-3/system-alphabetic-invalid.html as failure on Mac\n2019-02-26 zmin@chromium.org Add a new policy source\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 804f17e35b25..0c48681e58d6 (1 commits)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 59fd65cbda8c..f53e1f6e2d49 (2 commits)\n2019-02-26 okalitova@chromium.org Add progress reporting for unzipping of downloaded PluginVm image\n2019-02-26 thakis@chromium.org Remove more straggler semicolons on Windows.\n2019-02-26 gangwu@chromium.org [Feed] Import feed@90b20079146d28dee623666a432dc76d018f66dc\n2019-02-26 thakis@chromium.org Enable -Wextra-semi in Android builds.\n2019-02-26 etienneb@chromium.org Add Location annotation ScopedBlockingCall\n2019-02-26 tiborg@chromium.org [vr] New strings for notification when starting Chrome without module\n2019-02-26 jkrcal@chromium.org [AF Wallet Metadata] Test data arriving after metadata\n2019-02-26 cwallez@chromium.org Add a GN argument to control whether to use_dawn\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 53c8957c337d..024f271ae0c7 (5 commits)\n2019-02-26 droger@chromium.org [signin] Implement Mice reconciliation for Android\n2019-02-26 beccahughes@chromium.org [Media Image] Add controller image API\n2019-02-26 perezju@chromium.org [tools/perf] Remove generated_profiles\n2019-02-26 tgupta@chromium.org Created structure for platforms to update UI based on sync changes.\n2019-02-26 futhark@chromium.org Notify host children of flat tree change when attaching shadow.\n2019-02-26 mdjones@chromium.org Revert \"Re-enable testAutoFetchRequestRetainedOnOtherTabClosed\"\n2019-02-26 bratell@opera.com Use the bundled fontconfig for ui/gfx_unittests\n2019-02-26 eugenebut@google.com Break up ios/web/navigation:core into smaller targets.\n2019-02-26 mlippautz@chromium.org WebAudio: Fix PannerNode listener removal\n2019-02-26 fs@opera.com Use StyleImage::HasIntrinsicSize in FillLayer invalidation determination\n2019-02-26 bradhall@google.com Remove CrWinAsan(dll) from a bunch of suites\n2019-02-26 pasko@chromium.org Benchmarks: add symbolization tools to build targets\n2019-02-26 szermatt@chromium.org [Autofill Assistant] Immediately report an error for \"no script\".\n2019-02-26 bratell@opera.com Clarify which mojom namespace to use inside metrics\n2019-02-26 mlippautz@chromium.org WebAudio: Fix testStoppedSourceGC for unified heap\n2019-02-26 ynovikov@chromium.org Revert \"Run angle_end2end_tests in batches\"\n2019-02-26 ericwilligers@chromium.org CSS: retire use count :not with invalid selectors\n2019-02-26 collinbaker@chromium.org Add reopen tab IPH launch config to fieldtrial_testing_config.json\n2019-02-26 blundell@chromium.org Remove FakeAccountFetcherService::FakeUserInfoFetchSuccess\n2019-02-26 justincohen@google.com [ios] Remove owners from ios/build/bots/scripts.\n2019-02-26 huanzhong@google.com Introduce TableViewClearBrowsingDataCell\n2019-02-26 ellyjones@chromium.org flags: assign new-net-error-page-ui\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 38fb70186109..ab2257c7e108 (1 commits)\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9061ec504ae9..264b7c18a357 (3 commits)\n2019-02-26 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.222.\n2019-02-26 fs@opera.com Repurpose {Image,}HasRelativeSize and rename to HasIntrinsicSize\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 9e170c9530bd..59fd65cbda8c (2 commits)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc e2da93130748..0bf4c298529b (2 commits)\n2019-02-26 ellyjones@chromium.org flags: assign enable-autofill-account-wallet-storage\n2019-02-26 digit@google.com android: Allow generation of system and sytem_compressed bundles.\n2019-02-26 thakis@chromium.org Roll src/third_party/breakpad/breakpad/ 30153b4eb..2853d21e2 (1 commit)\n2019-02-26 manukh@chromium.org [omnibox] Add a flag setting the unfocused omnibox background white.\n2019-02-26 thegreenfrog@chromium.org [ios] Add Flag for sending UMA over Cellular Feature\n2019-02-26 blundell@chromium.org Remove unused includes in signin_manager_android.cc\n2019-02-26 ellyjones@chromium.org flags: assign enable-scroll-anchor-serialization\n2019-02-26 hanxi@google.com Update metrics Servicification.startup\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/spirv-headers/src e74c389f8191..d3752ea20886 (1 commits)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 16c7224d7b9b..1805a6699248 (1 commits)\n2019-02-26 droger@chromium.org [signin] Support for empty accounts in MultiLoginParams in UPDATE mode\n2019-02-26 ekaramad@chromium.org [ MimeHandlerView ] Hooks for postMessage\n2019-02-26 droger@chromium.org [signin] Add missing check of IsAccountConsistencyEnforced with multilogin\n2019-02-26 bungeman@chromium.org On Mac fall back to bounds if no path.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 8abc84294571..804f17e35b25 (1 commits)\n2019-02-26 treib@chromium.org Cleanup: Remove syncer::prefs::kSyncHasAuthError\n2019-02-26 blundell@chromium.org Eliminate FakeSigninManager\n2019-02-26 okalitova@chromium.org Add hash verification to the PluginVmImage Manager\n2019-02-26 feuunk@chromium.org Add integration test for butter credit card save dialog\n2019-02-26 ellyjones@chromium.org flags: remove modal-permission-prompts\n2019-02-26 dnicoara@chromium.org EXO: Cleanup unnecessary includes in server.cc\n2019-02-26 benmason@chromium.org [build] Update APK merger to handle additional libcrashpad_handler_trampoline.so\n2019-02-26 dnicoara@chromium.org EXO: Refactor zcr_stylus interface\n2019-02-26 guidou@chromium.org [MediaStream] Remove mojo dependency in video constraints processing.\n2019-02-26 mvanouwerkerk@google.com Use 0 as the default resource id.\n2019-02-26 bratell@opera.com Deduplicate some cookie manager code\n2019-02-26 krb@chromium.org [spellcheck] Add cy-GB (Welsh) to list of dictionaries\n2019-02-26 arbesser@google.com [Autofill Assistant] Adjusted payment request UI for autofill assistant.\n2019-02-26 dnicoara@chromium.org EXO: Refactor zcr_alpha_compositing interface\n2019-02-26 thakis@chromium.org Enable -Wextra-semi in chromecast builds.\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7fb544c58018..9061ec504ae9 (1 commits)\n2019-02-26 tiborg@chromium.org Remove use of VR resources from ArCoreJavaUtils\n2019-02-26 ellyjones@chromium.org flags: remove disable-hyperlink-auditing\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult a4b0cda0fc1b..9e170c9530bd (1 commits)\n2019-02-26 thakis@chromium.org Reland \"Enable -Wextra-semi in mac builds that have dcheck_always_on set.\"\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 16ff21788126..38fb70186109 (1 commits)\n2019-02-26 perezju@chromium.org [docs/speed] Fix chrome speed icon in navbar\n2019-02-26 pasko@chromium.org Revert \"android: Launch Crashpad with /system/bin/linker on Q\"\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 346e10e8ae1a..8abc84294571 (1 commits)\n2019-02-26 emaxx@chromium.org Add unit tests for extension-to-diagnostics msg\n2019-02-26 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@22abb9c5c4a78f5deecc49417f5e57ba27f404cb\n2019-02-26 boliu@chromium.org aw: Add gfx owners file\n2019-02-26 hferreiro@igalia.com Replace blink type alias with cc::OverscrollBehavior\n2019-02-26 ellyjones@chromium.org flags: move unowned-flags to list-flags\n2019-02-26 jlebel@chromium.org [iOS] Need to close Manage sync settings when the user is signed-out\n2019-02-26 boliu@chromium.org aw: Move java classes to gfx\n2019-02-26 boliu@chromium.org aw: Create a source_set for gfx\n2019-02-26 burunduk@chromium.org Log installation tracker results\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/platform/wtf/typed_arrays\n2019-02-26 arbesser@google.com [Autofill Assistant] Added new script parameters.\n2019-02-26 alexclarke@chromium.org SequenceManager to perform periodic housekeeping (sweep canceled tasks)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 83af02a24a8e..a4b0cda0fc1b (1 commits)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ebeca2a9eb81..16ff21788126 (1 commits)\n2019-02-26 emaxx@chromium.org Implement sending diagnostics messages from extension\n2019-02-26 sinhak@chromium.org Store account emails in Chrome OS Account Manager\n2019-02-26 hferreiro@igalia.com Don\u0027t use Mojo to get access tokens in identity_get_auth_token_function.cc\n2019-02-26 gyuyoung@igalia.com BlinkMemoryMgt: Annotate webaudio classes with USING_FAST_MALLOC\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 3812fa949a49..e2da93130748 (19 commits)\n2019-02-26 nickdiego@igalia.com [ozone/wayland]: Improve DataDevice initialization\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 565a6950b6fe..7fb544c58018 (1 commits)\n2019-02-26 mrsuyi@chromium.org Remove NTP tile views\u0027 row number limit.\n2019-02-26 blundell@chromium.org Fix IdentityAPITest to handle DICE semantics\n2019-02-26 blundell@chromium.org Avoid SyncConfirmationHandler unittest creating its own Profile\n2019-02-26 mario@igalia.com Convert callbacks in //content/browser/service_worker to base::RepeatingCallback\n2019-02-26 gambard@chromium.org [iOS] Fix the tools menu button\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short -\u003e uint8_t/uint16_t in third_party/blink/renderer/core/timing\n2019-02-26 jdoerrie@chromium.org [styleguide] Allow std::reference_wrapper, std::ref and std::cref\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal de280d758ae2..565a6950b6fe (2 commits)\n2019-02-26 sinhak@chromium.org Revert \"[Sheriff] Disable ArcAuthServiceTest and ArcAuthServiceAccountManagerTest on MSan\"\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short/unsigned -\u003e uint16_t in third_party/blink/renderer/platform/fonts\n2019-02-26 sdefresne@chromium.org Add FindExtendedAccountInfoForAccount to IdentityManager\n2019-02-26 hferreiro@igalia.com Don\u0027t use Mojo to asyncly get the primary account in identity_get_auth_token_function.cc\n2019-02-26 gambard@chromium.org Revert \"[iOS][web] Add logic to BrowsingDataRemover\"\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short/int -\u003e uint16_t in third_party/blink/renderer/platform/weborigin\n2019-02-26 blundell@chromium.org Remove FakeSigninManager\u0027s override of OnSignoutDecisionReached()\n2019-02-26 jlebel@chromium.org [iOS] Don\u0027t show encryption error when sync is disabled\n2019-02-26 alexilin@chromium.org metrics: Remove SharedPersistentMemoryAllocator\n2019-02-26 gambard@chromium.org [iOS][web] Add logic to BrowsingDataRemover\n2019-02-26 ntfschr@chromium.org AW docs: add logo for the site\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 7180cebfd347..83af02a24a8e (1 commits)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 9b8d2b0bbfad..d56f8d2e0501 (1 commits)\n2019-02-26 blundell@chromium.org Remove FakeSigninManager::SignIn()\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0ba9f084228f..de280d758ae2 (1 commits)\n2019-02-26 gambard@chromium.org [iOS] Remove temporary experimental flag file\n2019-02-26 joelhockey@chromium.org Add html-imports non-minified to be used in FilesApp UI tests with modifications\n2019-02-26 jdemeulenaere@google.com [Autofill Assistant] Replace X button by Cancel/Close buttons.\n2019-02-26 gambard@chromium.org [iOS] Change settings cell appearance\n2019-02-26 okalitova@chromium.org Add images to the PluginVm launcher dialog\n2019-02-26 fs@opera.com Update style for child SVG documents in PerformPreLayoutTasks\n2019-02-26 amoylan@chromium.org Fix accidental double logging of successful ML Service call\n2019-02-26 treib@chromium.org LocalSync cleanup: Remove unnecessary TryStart call\n2019-02-26 thakis@chromium.org Fix most -Wextra-semi violations on iOS.\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/*\n2019-02-26 isandrk@google.com [ARC] Decouple ARC data removal from disabling ARC inside of ArcSessionManager\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 27b26db9b587 to 48f6adba0af9\n2019-02-26 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.\n2019-02-26 jcliang@chromium.org WebUI: Change Picutre: prioritize user-facing camera\n2019-02-26 srirama.m@samsung.com Fix class_white-space_[normal|pre-line]_wrapped.html wpt/webvtt tests\n2019-02-26 ricea@chromium.org Mark all streams-created promises with isSettled flag\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 478c5c145fc9..0ba9f084228f (3 commits)\n2019-02-26 lucmult@chromium.org [Files app] Convert ui/file_manager/foreground/js/metadata/ to arrow\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 202077e2810d..346e10e8ae1a (1 commits)\n2019-02-26 rakina@chromium.org [DL]: Make ancestor display lock checks use FlatTreeTraversal\n2019-02-26 ricea@chromium.org Remove friend relationships between WritableStream classes\n2019-02-26 clamy@chromium.org Remove members from NavigationHandleImpl 4\n2019-02-26 burunduk@chromium.org Remove |not_updated| from ExtensionDownloader::HandleManifestResults\n2019-02-26 svillar@igalia.com Replace wtf/time.h utility functions by their base/ counterparts\n2019-02-26 lucmult@chromium.org [Files app] Convert ui/file_manager/foreground/js/metadata/ to let/const\n2019-02-26 gyuyoung@igalia.com BlinkMemoryMgt: Annotate storage classes with USING_FAST_MALLOC\n2019-02-26 leon.han@intel.com [ServiceWorker] Refactor ServiceWorkerNetworkProviderForFrame::Create()\n2019-02-26 tengs@chromium.org Add test case for toggling focus in notification center.\n2019-02-26 yhirano@chromium.org Make SinkPeer read response body\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7b2ef4ac9fd6..478c5c145fc9 (1 commits)\n2019-02-26 ntfschr@chromium.org AW docs: add net debugging to navbar.md\n2019-02-26 yhirano@chromium.org [WebURLLoaderImpl] Reset response body synchronously on cancel\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/style\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short/int -\u003e uint16_t in third_party/blink/renderer/core/loader/appcache\n2019-02-26 rakina@chromium.org [DL]: Handle whitespace reattachment for locked elements\n2019-02-26 tikuta@chromium.org [mojo] forward declare non-variant enum before WTF enum hashing\n2019-02-26 msisov@igalia.com [ozone/wayland] Fix software rendering.\n2019-02-26 dbeam@chromium.org JS: remove redundant double negations (i.e. if (!!thing))\n2019-02-26 shawnanastasio@gmail.com Add support for ppc64\u0027s 64k page sizes in Partition Alloc\n2019-02-26 meiliang@chromium.org Let TabCountProvider obtain tab count from both TabModels\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia ac6d4c0c8eae..202077e2810d (2 commits)\n2019-02-26 martis@chromium.org Image annotation service: request and expose image descriptions.\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8c6b8283de9c..7b2ef4ac9fd6 (2 commits)\n2019-02-26 jarhar@chromium.org [DevTools] Remove invisible tab order target in network panel\n2019-02-26 jinsukkim@chromium.org Android: Remove Tab.mIsDetached\n2019-02-26 loyso@chromium.org WebApp: Extract RevealAppShim util and pure virtual function.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia bcfbf6e94c22..ac6d4c0c8eae (1 commits)\n2019-02-26 hmohit@chromium.org Fix gn dependency.\n2019-02-26 tonikitoo@igalia.com Switch blink::LocalFrame to use downcast helpers (1/n)\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 68c821939d22..8c6b8283de9c (2 commits)\n2019-02-26 jam@chromium.org Mark http/tests/inspector-protocol/network/blocked-by-client-network-observer.js as flaky after network service enabled by default.\n2019-02-26 ksakamoto@chromium.org SignedEchange: Fallback if additional content-encodings are applied\n2019-02-26 shenghao@google.com Update CCA version number to 6.0.0\n2019-02-26 snianu@microsoft.com Added enclosing block restriction while querying for \"special ancestor\" in\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ca34240a5b2c..7180cebfd347 (3 commits)\n2019-02-26 adanilo@chromium.org Fix defaults for file extensions in manifest\n2019-02-26 gyuyoung@igalia.com BlinkMemoryMgt: Annotate some classes of peerconnection with the macros of Allocator\n2019-02-26 gyuyoung@igalia.com BlinkMemoryMgt: Annonate some classes of ServiceWorker with the macros of Allocator\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 843909c91ada..bcfbf6e94c22 (1 commits)\n2019-02-26 acourbot@chromium.org media/gpu/vdaunittest: remove trailing semicolon\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 9b433073ba38..53c8957c337d (1 commits)\n2019-02-26 lucmult@chromium.org [Files app] Add a test for CL:1475208\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 466f1ea1157f..68c821939d22 (2 commits)\n2019-02-26 hiroh@chromium.org media/gpu/test VFWriter: Write only visible data of video frame into file\n2019-02-26 pcc@chromium.org android: Stop passing --wait-for-{,java-}debugger with --gtest_list_tests.\n2019-02-26 noel@chromium.org [piexwasm] Add Makefile to em++ compile the piex code\n2019-02-26 nhiroki@chromium.org PlzWorker: Clean up WorkerScriptFetchInitiator::CompletionCallback\n2019-02-26 gyuyoung@igalia.com BlinkMemoryMgt: Annotate some classes of Blink\u0027s presentation module with USING_FAST_MALLOC\n2019-02-26 hajimehoshi@chromium.org Pass per-frame task runner at GamepadDispatcherDispatcher mojo bindings\n2019-02-26 pcc@chromium.org Fix NotificationPermissionContextTest.GetNotificationsSettings on O+ devices.\n2019-02-26 jam@chromium.org Fix safebrowsing_hit not being set in Android WebView\u0027s error callbacks.\n2019-02-26 calamity@chromium.org [System PWAs] Use Settings System PWA from SettingsWindowManager.\n2019-02-26 cuianthony@google.com Move Java of GVR SDK into VR DFM\n2019-02-26 chrome-release-bot@chromium.org Updating trunk VERSION from 3718.0 to 3719.0\n2019-02-26 hajimehoshi@chromium.org Use a per-frame task runner at WebApplicationCacheHostImpl\u0027s mojo binding\n2019-02-26 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@83db540af1efeece0323012ad971e665b628ff5d\n2019-02-26 sammc@chromium.org Don\u0027t show progress center items when no items will be transferred.\n2019-02-26 amistry@chromium.org Migrate drive file manager APIs to UIThreadExtensionFunction.\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1771900dac6d..466f1ea1157f (2 commits)\n2019-02-26 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/fetch\n2019-02-26 collinbaker@chromium.org Extend expiration for reopen tab in-product help histogram\n2019-02-26 katie@chromium.org Change accessibility labels from switch to feature flag.\n2019-02-26 hashimoto@chromium.org ash: Add CreateArcCustomTabController() to NewWindowClient interface\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 2722083cbe1f..843909c91ada (6 commits)\n2019-02-26 tkent@chromium.org custom-elements: Update CustomElementRegistry.html for \u0027disabledFeatures\u0027.\n2019-02-26 tiansong@google.com [Chromecast][BLE] Add function IsConnectedLeDevice\n2019-02-26 ericorth@chromium.org Use newer HostResolver API in cronet tests\n2019-02-26 syoussefi@chromium.org Run angle_end2end_tests in batches\n2019-02-26 billorr@chromium.org Remove an extra semicolon from openvr.h\n2019-02-26 oysteine@chromium.org Revert \"Tracing: Move the tracing service in-process again to figure out test flakes\"\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from aa16bb73350c to 27b26db9b587\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8bb5b647cd02..1771900dac6d (3 commits)\n2019-02-26 joelhockey@chromium.org Add UMAs for crostini backup and restore\n2019-02-26 dnicoara@chromium.org EXO: Refactor zcr_secure_output interface\n2019-02-26 mrefaat@chromium.org Remove StoreKit Handling expirement flag\n2019-02-26 dalecurtis@chromium.org Expand conditions under which we\u0027ll force HLS rendering.\n2019-02-26 gangwu@chromium.org [Feed] Implement spinner related API in BasicLoggingApi\n2019-02-26 sammiequon@google.com overview: Fade in minimized windows in clamshell.\n2019-02-26 renjietang@chromium.org Remove unused net log type and add more net logs to help monitor the experiment of race stale dns on connection.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools d13a3a7aff05..2afcf22ad184 (1 commits)\n2019-02-26 billorr@chromium.org Add trace events for measuring WebXR perf on Desktop\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 85a76645b4e4..ca34240a5b2c (2 commits)\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle fe14b2e503a5..0546b5380780 (2 commits)\n2019-02-26 harrisjay@chromium.org Don\u0027t hide CustomTabBar on fullscreen in hosted apps\n2019-02-26 guohuideng@chromium.org Plumbing |overlay_id| to OverlayStrategyUnderlayCast\n2019-02-26 oysteine@chromium.org DevTools: Emit TracingManager::eventsRetrievalProgress events even with zero buffer usage reported\n2019-02-26 tonikitoo@igalia.com Switch blink::HTMLFrameOwnerElement to use downcast helpers\n2019-02-26 thomasanderson@chromium.org Avoid unnecessarily initializing fontconfig in tests\n2019-02-26 zmo@chromium.org Explicitly disable DC overlay support on all except Intel GPUs\n2019-02-26 mario@igalia.com Convert callbacks in //content/browser/service_worker to base::OnceCallback\n2019-02-26 thakis@chromium.org Enable -Wextra-semi for chrome os builds.\n2019-02-26 siashah@chromium.org [FIX] Change the fix flow objects from global unique pointers to local raw pointers.\n2019-02-26 erikchen@chromium.org Fix bug in test launcher handling of failures in in PRE_ tests.\n2019-02-26 bbudge@chromium.org [wasm code cache] Call CacheMetadata function directly if necessary\n2019-02-26 emaxx@chromium.org Add runtime.onConnectNative extensions event\n2019-02-26 weidongg@chromium.org Rename MULTIPLE_DISPLAY_STATE_DUAL_MIRROR\n2019-02-26 karandeepb@chromium.org WebRequest: Ensure initiator isn\u0027t incorrectly removed from requests.\n2019-02-26 rkjnsn@chromium.org remoting: Wait to call done callback in WebrtcDataStreamAdapter.\n2019-02-26 pkasting@chromium.org Mac drag-and-drop (DnD) theoretical consistency fixes.\n2019-02-26 robsc@chromium.org Send Shown/Hidden notifications back to some ChromeSearchResult by req.\n2019-02-26 afakhry@chromium.org List only the native display mode for the same size\n2019-02-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 967b98310a63..8bb5b647cd02 (1 commits)\n2019-02-26 janewman@microsoft.com Implement IsContent/IsControl and LabeledBy UIA properties.\n2019-02-26 jazzhsu@chromium.org [CrOS Video Player] Remove all tracks before adding new one.\n2019-02-26 skare@chromium.org Extend Omnibox.DocumentSuggest.ResultCount M74-\u003eM77\n2019-02-26 luum@chromium.org Allow fuzzing libCUPS on linux and chromeos\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src fc3897b5f585..002ef361cabc (1 commits)\n2019-02-26 findit-for-me@appspot.gserviceaccount.com Revert \"[DevTools] Application\u003eClear Site Data: stop service worker when unregistering it\"\n2019-02-26 tbansal@chromium.org Fix crash in NotifyRequestCompleted\n2019-02-26 natlee@microsoft.com Re-enable array-initialize-with-same-name-array conformance test.\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9dc060116dbd..2722083cbe1f (7 commits)\n2019-02-26 yuweih@chromium.org [gRPC] Fix pointer alignment warning on Mac and iOS\n2019-02-26 dbertoni@chromium.org [Extensions] Basic test for tabs event APIs for service workers.\n2019-02-26 jlebel@chromium.org [iOS] Adding implementation for DataFromChromeSync in Manage Sync settings\n2019-02-26 katie@chromium.org Only request accessibility image labels when a screen reader is enabled.\n2019-02-26 oksamyt@chromium.org [mojo][doc] Add a link to Mojo style guide\n2019-02-26 alancutter@chromium.org Add basic PWA installation plus icon to omnibox\n2019-02-26 palmer@chromium.org Tweak the wording for Types in the style guide.\n2019-02-26 kdlee@chromium.org debugd client: address Tricium style complaint.\n2019-02-26 yuweih@chromium.org Roll gRPC to e60c4fc034815ac2cff62da047e7144172237036\n2019-02-26 wanderview@chromium.org CacheStorage: Immediately treat opaque origin quota as cleared since they are not supported.\n2019-02-26 oysteine@chromium.org DevTools: Wait until tracing is started before starting buffer usage callbacks\n2019-02-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 73f6992d3486..16c7224d7b9b (1 commits)\n2019-02-26 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.\n2019-02-26 noel@chromium.org [piexwasm] Add node package.json\n2019-02-25 bradhall@google.com Use SetMacXcodePath in tools/coverage.py\n2019-02-25 adettenb@microsoft.com Finish implementing ITableProvider for UIA\n2019-02-25 ericwilligers@chromium.org Web Share: method,enctype,files in WebShareTarget\n2019-02-25 sidereal@google.com Stop crostini unistall option from appearing while the installer is running\n2019-02-25 lukasza@chromium.org Adding 5 extensions to the allowlist.\n2019-02-25 uwyiming@google.com Adding telemetry dep to the captured sites test target.\n2019-02-25 xiaochengh@chromium.org [Sheriff] Disable MhtmlDownloadTest.ForceDownloadMultipartRelatedPage on TSAN\n2019-02-25 dcheng@chromium.org Use base::TimeDelta::FromTimeSpec helper in more places.\n2019-02-25 amistry@chromium.org Reland: Migrate file_system file manager APIs to UIThreadExtensionFunction.\n2019-02-25 amoylan@chromium.org Make Smart Dim unit tests cover both TfNative \u0026 ML Service codepaths\n2019-02-25 nharper@chromium.org Update bulk entries in HSTS preload list\n2019-02-25 xiaochengh@chromium.org [Sheriff] Mark two more external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/counter-styles-3/ tests as failure on Mac\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle f78131dac076..fe14b2e503a5 (3 commits)\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 8c1e8f1fb771..9b433073ba38 (1 commits)\n2019-02-25 ryansturm@chromium.org Speculative flake fix\n2019-02-25 janewman@microsoft.com Stabilized test by using divs with specified sizes rather than text.\n2019-02-25 karandeepb@chromium.org Extensions: Protect requests from the local NTP.\n2019-02-25 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.221.\n2019-02-25 karandeepb@chromium.org UrlPatternIndex: Fix edge case with patterns starting/ending with wildcards.\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn b92fa105572a..9b8d2b0bbfad (1 commits)\n2019-02-25 xiaochengh@chromium.org [Sheriff] Disable ProfileWindowBrowserTest.OpenBrowserWindowForProfileWithSigninRequired on Win and Linux\n2019-02-25 ellyjones@chromium.org flags: assign enable-app-list-search-autocomplete\n2019-02-25 sergeyu@chromium.org [Fuchsia] Remove viewsv1::ViewProvider impl from WebComponent\n2019-02-25 dpapad@chromium.org File Manager Polymer2: Fix focus restoration after closing quick view.\n2019-02-25 steimel@chromium.org [Global Media Controls] Use MPRemoteCommandCenter to receive key events\n2019-02-25 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.\n2019-02-25 wzang@chromium.org cros: Send optional sub organization when registering with certificate\n2019-02-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@d41091aaeb206783b0c56a8d8cb32630936dc8ae\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult a4323c9b818b..85a76645b4e4 (1 commits)\n2019-02-25 shawnanastasio@gmail.com Add support for a clang toolchain on ppc64\n2019-02-25 liberato@chromium.org Add a switch to ignore zero-copy workarounds for D3D11VideoDecoder\n2019-02-25 hesen@google.com Rework on Rename UI\n2019-02-25 tengs@chromium.org Ash Tray: Remove tooltip for add user button.\n2019-02-25 mmenke@chromium.org Socket Pools Refactor 27: Rework HTTP proxy auth (part 1).\n2019-02-25 thanhdng@chromium.org [Cros SR] Reland app shortcut training CL\n2019-02-25 msw@chromium.org Fix event monitoring teardown on window destruction\n2019-02-25 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.\n2019-02-25 xiaochengh@chromium.org [Sheriff] Disable two crashing AutoclickTest tests\n2019-02-25 xiaochengh@chromium.org [Sheriff] Mark two bidi-caret-affinity virtual tests as flaky leaking\n2019-02-25 xiaochengh@chromium.org [Sheriff] Mark external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/counter-styles-3/system-additive-invalid.html as failure on Mac\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 62f4f3343374..967b98310a63 (2 commits)\n2019-02-25 jdiggs@igalia.com Implement the AtkTable interface\n2019-02-25 tbarzic@chromium.org Prevent browser creation in non-browsing profiles - extension APIs\n2019-02-25 marcin@mwiacek.com Using DateUtils in 2 places\n2019-02-25 xiaohuic@google.com assistant: fix a shutdown race condition\n2019-02-25 qinmin@chromium.org Fix duplicate download check when using content Uris\n2019-02-25 ynovikov@chromium.org Revert \"Enable -Wextra-semi in mac release builds that have dcheck_always_on set.\"\n2019-02-25 justincohen@google.com [ios] Stop referencing IDEBundleInjection.framework.\n2019-02-25 jperaza@chromium.org Add documentation on Crashpad for Android integration\n2019-02-25 chlily@chromium.org Revert \"Network Error Logging: Generate error reports on cancellation\"\n2019-02-25 jperaza@chromium.org android: Launch Crashpad with /system/bin/linker on Q\n2019-02-25 ydago@chromium.org Management webUI: Added favIcon\n2019-02-25 hhli@chromium.org [DevTools] Sort service workers on current domain in Application panel\n2019-02-25 thakis@chromium.org Roll src/third_party/flatbuffers/src/ 4f32cbf26..9bf9b18f0 (8 commits)\n2019-02-25 ssauleau@igalia.com [wasm] module/customSections: update test\n2019-02-25 qingsi@google.com Connect the fuzzed client socket when created by the fuzzed factory.\n2019-02-25 hhli@chromium.org [DevTools] Application\u003eClear Site Data: stop service worker when unregistering it\n2019-02-25 pdr@chromium.org [BlinkGenPropertyTrees] Fully control blink flag via feature setting\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 5efe61188243..8c1e8f1fb771 (2 commits)\n2019-02-25 lgrey@chromium.org Dark mode: fix icons in history menu\n2019-02-25 wylieb@chromium.org [Image Fetcher] Add myself to OWNERS file\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 01e1527e35e2..a7e0cc8291d3 (3 commits)\n2019-02-25 kaznacheev@google.com Fix system tray position\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 18f119bb3a03..d13a3a7aff05 (1 commits)\n2019-02-25 harringtond@chromium.org Re-enable testAutoFetchRequestRetainedOnOtherTabClosed\n2019-02-25 shend@chromium.org [VK] Whitelist accessibility keyboard pref for Tast tests.\n2019-02-25 xiaochengh@chromium.org [Sheriff] Remove two redundant FileAPI timeout lines\n2019-02-25 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.218.\n2019-02-25 wangxianzhu@chromium.org Add UMA metrics for PaintController efficiency\n2019-02-25 tbarzic@chromium.org Simplify UpdateScreen exit codes and move them to UpdateScreen\n2019-02-25 ntfschr@chromium.org AW: implement SetCheckClearTextPermitted for Network Service\n2019-02-25 thakis@chromium.org Remove semicolons in 32-bit and fuzzer Windows builds.\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia f6b0439fb639..9dc060116dbd (4 commits)\n2019-02-25 vitaliii@chromium.org [Sync::Scrypt] Enable encryption in fieldtrial_testing_config.json.\n2019-02-25 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ 986b2bef7..2d403737b (4 commits)\n2019-02-25 robertogden@chromium.org Update LitePageRedirect testing config with pending server changes\n2019-02-25 jam@chromium.org Stop running network_service_headless_browsertests on linux bots as network service is now enabled there.\n2019-02-25 wittman@chromium.org [Sampling profiler] Use null for invalid ModuleCache::Module state\n2019-02-25 etienneb@chromium.org Fix missing string copy for a font trace event\n2019-02-25 kojii@chromium.org [LayoutNG] Remove NG-specific behavior for IsFullPaintInvalidationReason\n2019-02-25 xiaochengh@chromium.org [Sheriff] Mark a few failing layout tests on Mac\n2019-02-25 djacobo@chromium.org Rename ArcNavigationThrottle\n2019-02-25 eugenebut@chromium.org Do not special case web::kWebKitErrorCannotShowUrl WebKit error code.\n2019-02-25 jdufault@google.com cros: Make FakeGaia in OobeBaseTest a mixin\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4a8da2c58a9d..62f4f3343374 (3 commits)\n2019-02-25 jperaza@chromium.org Update Crashpad to 99bf283e54d049b6f5d2ad5522c6e3094b7156b4\n2019-02-25 pkasting@chromium.org Add BookmarkBarViewObserver::OnDropMenuShown().\n2019-02-25 tengs@chromium.org Message Center: Fix crash when refocusing after a notification is removed.\n2019-02-25 zmin@chromium.org Add support of getting all policies value without pretty print\n2019-02-25 reed@google.com Specify colorspace directly on surface, don\u0027t use xformcanvas\n2019-02-25 joelhockey@chromium.org Revert \"cros: Introduce common concept for conditions that can be awaited it tests.\"\n2019-02-25 bnc@chromium.org Remove unused SpdyStream::response_status_.\n2019-02-25 jchinlee@chromium.org Fix categorization WebKit Mac10.13 (retina).\n2019-02-25 xiaochengh@chromium.org [Sheriff] Disable ChromeVoxBackgroundTest.TextSelectionAndLiveRegion in MSAN\n2019-02-25 jam@chromium.org Update external/wpt/FileAPI/url filter after network service is on by default.\n2019-02-25 brucedawson@chromium.org Revert \"Save 166 KB of per-process private data by deleting \u0027const\u0027\"\n2019-02-25 tedchoc@chromium.org Disable by default the external app form gesture experiment.\n2019-02-25 eugenebut@chromium.org Correctly handle \u0027Copy to Chrome\u0027 when Chrome is running in multitasking mode.\n2019-02-25 jdeblasio@chromium.org Reland \"Hide URL from lookalike URL warning interstitial.\"\n2019-02-25 mrsuyi@chromium.org Remove ios_web_shell_egtests.NavigationTestCase.\n2019-02-25 martijnc@chromium.org Refresh Public Suffix List to the latest version.\n2019-02-25 xiaochengh@chromium.org [Sheriff] Mark virtual/bidi-caret-affinity/editing/selection/modify_move/move_left_word_09_rtl_multi_line.html as flaky leak\n2019-02-25 lukasza@chromium.org [reland2] Making Google Translate compatible with |request_initiator_site_lock|.\n2019-02-25 pkasting@chromium.org Enable various disabled tests.\n2019-02-25 meiliang@chromium.org [TabModelFilter] Integrate TabModelFilter into existed UI\n2019-02-25 thakis@chromium.org Enable -Wextra-semi in mac release builds that have dcheck_always_on set.\n2019-02-25 jarrydg@chromium.org Quota: Remove manual deletion logic from QuotaManager.\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto afb82004c0be..ebeca2a9eb81 (1 commits)\n2019-02-25 vasilvv@chromium.org Clean up various differences between google3 and Chromium\n2019-02-25 rdevlin.cronin@chromium.org [Extensions] Make PermissionSet ctor take URLPatternSet by value\n2019-02-25 updowndota@chromium.org Add ChromeVox support for Assistant optin flow\n2019-02-25 xiaochengh@chromium.org [Sheriff] Disable WebViewTest.Shim_TestPerViewZoomMode\n2019-02-25 thakis@chromium.org Fix most -Wextra-semi violations on cros.\n2019-02-25 siggi@chromium.org RC: Add sequence checking to all significant node member functions.\n2019-02-25 vakh@chromium.org InspectRarContent: Enable testing on bots for Desktop platforms\n2019-02-25 sahel@chromium.org scrollend/overscroll events targeted at document node bubble to window.\n2019-02-25 jimmyxgong@google.com Implement OnNetworkChangeObserver interface on SmbService\n2019-02-25 davidbienvenu@chromium.org Mark windows occluded when screen is locked, on Windows.\n2019-02-25 frpoole@microsoft.com Stand Up UIA IWindowProvider\n2019-02-25 ellyjones@chromium.org passwords: drop support for filtering out sync creds\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e3b205b1202f..f6b0439fb639 (8 commits)\n2019-02-25 wittman@chromium.org [Sampling profiler] Remove NativeStackSampler::ProfileRecordingStarting()\n2019-02-25 mbonadei@chromium.org Roll abseil_revision 2901ec32a9..93d155bc44.\n2019-02-25 marcin@mwiacek.com Migrate PanelState from enum to @IntDef + remove one Map\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9eb111e85e7e..4a8da2c58a9d (2 commits)\n2019-02-25 ellyjones@chromium.org flags: assign fcm-invalidations\n2019-02-25 jamescook@chromium.org cros-settings: Use device type in Linux section instead of \"Chromebook\"\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from d5a51eb15454 to aa16bb73350c\n2019-02-25 lukasza@chromium.org Link to the right public doc for extension-content-script-fetches.\n2019-02-25 cbiesinger@chromium.org [css-flexbox] ChildIntrinsicLogicalWidth needs to constrain by min/max\n2019-02-25 xiaochengh@chromium.org [Sheriff] Mark fast/dom/rtl-scroll-to-leftmost-and-resize.html as flaky timeout\n2019-02-25 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo\n2019-02-25 nektar@chromium.org Checks if an aria-owned child has an owning parent before trying to retrieve its parent\n2019-02-25 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG\n2019-02-25 ellyjones@chromium.org flags: remove quick-unlock flags\n2019-02-25 bsheedy@chromium.org Check for VR browser URL on UI thread\n2019-02-25 garykac@chromium.org [Chromoting] Fix display selection on windows host\n2019-02-25 adityakeerthi@google.com Update renderer visibility state using IPC from the browser process\n2019-02-25 lukasza@chromium.org Need to propagate initiator origin to fresh RenderFrameHosts.\n2019-02-25 kojii@chromium.org [LayoutNG] Fix 3 cases of break opportunities after nowrap\n2019-02-25 alancutter@chromium.org Duplicate owners for ../ui/views/page_action to .../ui/page_action\n2019-02-25 ellyjones@chromium.org flags: assign ChromeOS gfx flags\n2019-02-25 mlippautz@chromium.org WebAudio: Rework liveness around HTMLMediaElement\n2019-02-25 cbiesinger@chromium.org [css-flexbox] Shrink-to-fit sizing needs to take margins into account\n2019-02-25 xiaochengh@chromium.org [Sheriff] Disable AutofillTest.UsePlusSignForInternationalNumber on Linux\n2019-02-25 reed@google.com don\u0027t use ColorSpaceXformCanvas\n2019-02-25 bingler@chromium.org Changing \"trans\" to \"transaction\" to address issue in review 1437696\n2019-02-25 minch@google.com Do not animate minimized windows in overview if switch to clamshell mode.\n2019-02-25 katie@chromium.org Fix Chromevox auto alt implementation.\n2019-02-25 Richard.Townsend@arm.com refactor: extract PumpSession\n2019-02-25 johnidel@chromium.org Reland \"Measure main frame bytes and main frame ad bytes per-page\"\n2019-02-25 rtoy@chromium.org Implement HandleStoppableSourceNode for other sources\n2019-02-25 rnk@google.com Remove gn reference to file removed in crrev.com/631831\n2019-02-25 guidou@chromium.org Split LocalVideoCapturerSource from MediaStreamVideoCapturerSource\n2019-02-25 robertma@chromium.org [WPT export] Only search the master branch on Gerrit\n2019-02-25 lukasza@chromium.org Verify that all BeginNavigation IPCs contain an |initiator_origin|.\n2019-02-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@1ac764a84ebc6085c00f9217baed5053dfef4460\n2019-02-25 alexclarke@chromium.org Optimisation: remove the any thread lock from SequenceManagerImpl\n2019-02-25 xiaochengh@chromium.org [Sheriff] Disable BookmarkBrowsertest.Persist on Windows\n2019-02-25 liberato@chromium.org Fall back to sw video decoding for sw compositing.\n2019-02-25 chrishall@chromium.org Trivial: Fixing comment on ax_node_data Add*Attribute methods.\n2019-02-25 jam@chromium.org Enable network service on Win/Mac/Linux by default as it launched on stable.\n2019-02-25 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.\n2019-02-25 agrieve@chromium.org SuperSize: Fix fields and class_defs not nested in class node (html viewer)\n2019-02-25 xiaochengh@chromium.org [Sheriff] Mark virtual/video-surface-layer/media/autoplay-muted.html as flaky timeout\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 8747978ce6f5..afb82004c0be (1 commits)\n2019-02-25 dgozman@chromium.org Do not produce module code cache on destoryed contexts\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4b1953a0012f..9eb111e85e7e (2 commits)\n2019-02-25 thakis@chromium.org Roll src/third_party/breakpad/breakpad/ 37a60998c..30153b4eb (1 commit)\n2019-02-25 mstensho@chromium.org [LayoutNG] Remove NGInlineChildLayoutContext member.\n2019-02-25 aaronhk@google.com CORS errors are broken for ImageBitmapRenderingContext\n2019-02-25 thakis@chromium.org linux: Enable -Wextra-semi in debug builds.\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 507158f88d4d..e3b205b1202f (1 commits)\n2019-02-25 eugenebut@google.com Fix WKWebView.frame stubbing in CRWWebControllerTest.\n2019-02-25 eyaich@chromium.org Revert \"Batch Histogram uploads.\"\n2019-02-25 jlebel@chromium.org [iOS] Adding implementation for Passphrase dialog in Manage Sync settings\n2019-02-25 mrsuyi@chromium.org Remove ios_web_shell_egtests.PDFTestCase.\n2019-02-25 shaseley@chromium.org cc: Ensure BeginMainFrameNotExpectedSoon is sent eventually if needed\n2019-02-25 rsorokin@chromium.org DeviceManagementServiceIntegrationTest\n2019-02-25 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.215.\n2019-02-25 mlippautz@chromium.org WebAudio: Fix PannerNode liveness\n2019-02-25 xiaochengh@chromium.org Mark virtual/video-surface-layer/media/stable/video-object-fit-stable.html as flaky on Mac\n2019-02-25 fs@opera.com Remove dead code for EFillSizeType::kSizeNone\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 8deadd8d022c..b92fa105572a (1 commits)\n2019-02-25 guidou@chromium.org Remove MediaStream-related dead code.\n2019-02-25 jkarlin@chromium.org Remove some dead code in the Prerender Browser Tests\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader e2d8b1286ce3..5efe61188243 (1 commits)\n2019-02-25 pdr@chromium.org Remove pre-PaintTouchActionRect code\n2019-02-25 robertogden@chromium.org HTTPS Previews: Add ChromeDriver test for the pingback\n2019-02-25 msisov@igalia.com [ozone/wayland] Return primary display on null window.\n2019-02-25 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 37b584a73669..fc3897b5f585 (1 commits)\n2019-02-25 thegreenfrog@chromium.org [ios] Rename FindInPageWebJSTest file\n2019-02-25 sebmarchand@chromium.org Reland \"Add the win::WMIRefresher class and use it in SystemMonitor\"\n2019-02-25 agrieve@chromium.org Fix resource_sizes.py reporting InstallSizeGo as a float\n2019-02-25 lukasza@chromium.org Navigations can use specific origin in |request_initiator_site_lock|.\n2019-02-25 frechette@chromium.org Cache languages per cell into a pref.\n2019-02-25 thakis@chromium.org Remove fontconfig_caches from deterministic build whitelist.\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ee9ff700224e..4b1953a0012f (4 commits)\n2019-02-25 lgrey@chromium.org Slow reports: Add tracing scenario for power\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 601d898e6096..8747978ce6f5 (2 commits)\n2019-02-25 sdefresne@chromium.org Convert NotificationPromo to new JSONReader API\n2019-02-25 dalyk@google.com Separate securely and insecurely obtained results in the HostCache.\n2019-02-25 eyor@google.com Update comments for preferences that are now policy managed\n2019-02-25 ellyjones@chromium.org flags: assign appcontainer flags\n2019-02-25 antrim@google.com cros: Introduce common concept for conditions that can be awaited it tests.\n2019-02-25 szermatt@chromium.org [Autofill Assistant] Remove Controller::LoadProgressChanged.\n2019-02-25 lowell@chromium.org Make rlz_lib_test use GetSafeWeakWrapper.\n2019-02-25 cuianthony@google.com Delay JNI registration for GVR\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 0b43037aaed9..601d898e6096 (1 commits)\n2019-02-25 ellyjones@chromium.org flags: assign two obsolete cros flags\n2019-02-25 siggi@chromium.org RC: Ditch the legacy service_keepalive in PerformanceManager.\n2019-02-25 dgozman@chromium.org Wait for load event in BookmarkAppNavigationBrowserTest\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src a006cbc1d04c..37b584a73669 (1 commits)\n2019-02-25 chuanl@google.com Use session params to hide CCT header while dynamic module is loading.\n2019-02-25 pbond@google.com Add DeviceWilcoDtcAllowed device policy\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 478d7d46f8d7..507158f88d4d (1 commits)\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 94d5c4836101..ee9ff700224e (2 commits)\n2019-02-25 cuianthony@google.com Add check for fake_modules being None\n2019-02-25 alexclarke@chromium.org Reland \"Disable WorkerThreadTest.TestTaskExecutedBeforeThreadDeletion on Linux\"\n2019-02-25 pmarko@chromium.org Assume IP fields are recommended for non-auth Ethernet\n2019-02-25 morlovich@chromium.org Reland \"Take scheme in CookieStore::SetCanonicalCookieAsync, not just whether it\u0027s secure.\"\n2019-02-25 jlebel@chromium.org [iOS] Adding advanced settings in manage sync settings\n2019-02-25 olivierrobin@chromium.org Add web_state and url parameter to PrepareErrorPage.\n2019-02-25 jonross@chromium.org Fix LocalSurfaceId allocation for Hidden Navigation on Android\n2019-02-25 mastiz@chromium.org Remove dead feature toggle for user consents\n2019-02-25 abhijeet@igalia.com Remove WebRemotePlaybackState from public/\n2019-02-25 carvalheira@google.com Disallow setting VPNs in C++ for child accounts\n2019-02-25 tangltom@chromium.org [unified-consent] Only linkify \u0027settings\u0027 in opt-in dialog string\n2019-02-25 bratell@opera.com Remove shadowing of kMeasure in blink by using enum class\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate GamepadStateCompareResult and GamepadComparisons with the macros of Allocator\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate classes related to media modules with the macros of Allocator\n2019-02-25 jlebel@chromium.org [iOS] Adding ios_chromium_strings_grd and ios_google_chrome_strings_grd\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto fd7343011657..0b43037aaed9 (23 commits)\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader b47c816ad7e6..e2d8b1286ce3 (1 commits)\n2019-02-25 melandory@chromium.org [Tango-\u003eFCM] New statuses to allow better identify rediness of the invalidation service.\n2019-02-25 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/testing\n2019-02-25 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/css \u0026 /animation\n2019-02-25 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/html\n2019-02-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@10186957105fc8166b9201e2fd11d1636bd2cb4f\n2019-02-25 yoshiki@chromium.org Change message to encourage user change lock screen setting\n2019-02-25 eui-sang.lim@samsung.com service worker: Remove PushEvent handling from the test helper\n2019-02-25 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/svg\n2019-02-25 thomasanderson@chromium.org Set up a FontConfig sysroot\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 19d0104abbeb..3812fa949a49 (1 commits)\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 48d5237abd4d..94d5c4836101 (1 commits)\n2019-02-25 mlippautz@chromium.org DragController: Set ExecutionContext when DataTransfer is populated\n2019-02-25 sdefresne@chromium.org Fix index for next selected WebState on WebState\u0027s closure\n2019-02-25 mario@igalia.com Remove blink::WebContentSettingCallbacks and blink::ContentSettingCallbacks\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5bbd02d6bb3d..478d7d46f8d7 (1 commits)\n2019-02-25 bratell@opera.com Make InvalidationType an enum class to clear the blink ns\n2019-02-25 blundell@chromium.org Remove FakeSigninManager::ForceSignOut()\n2019-02-25 lowell@chromium.org Remove unused GetAccounts() method from identity_manager.mojom\n2019-02-25 johnylin@chromium.org vea_unittest: add level as input property and test it\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 83684f9c1387..8deadd8d022c (1 commits)\n2019-02-25 lowell@chromium.org Make log_uploader_unittest use GetSafeWeakWrapper.\n2019-02-25 vasilii@chromium.org Move AutomaticGenerationStatusChanged to gMocks for testing.\n2019-02-25 bashi@chromium.org service worker: Rename some methods in WebServiceWorkerContextClient\n2019-02-25 tengs@chromium.org Add redesigned notification stacking bar with \"Clear all\" button behind a flag.\n2019-02-25 eui-sang.lim@samsung.com service worker: Remove notification handling from the test helper\n2019-02-25 treib@chromium.org Move BrowsingHistoryHandlerTest to syncer::TestSyncService\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 95ea36ed7054..18f119bb3a03 (1 commits)\n2019-02-25 blundell@chromium.org Trim down FakeSigninManager\n2019-02-25 brucedawson@chromium.org Revert \"Move syncer::kModelTypeInfoMap array to read-only data segment\"\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b2c29eff50a2..48d5237abd4d (1 commits)\n2019-02-25 hferreiro@igalia.com Replace blink wrapper with cc::MainThreadScrollingReason\n2019-02-25 hajimehoshi@chromium.org Use a per-frame task runner at MIDIDispatcher\u0027s mojo binding\n2019-02-25 alexclarke@chromium.org Revert \"Disable WorkerThreadTest.TestTaskExecutedBeforeThreadDeletion on Linux\"\n2019-02-25 mlippautz@chromium.org ComputedAccessibleNode: Move mapping cache from LocalFrame to Document\n2019-02-25 jzw@chromium.org Drop ios 10 for //ios/web_view.\n2019-02-25 wtlee@google.com Allows Chrome Camera App works with dev-key\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 10801c9b841b..b2c29eff50a2 (1 commits)\n2019-02-25 yoichio@chromium.org Early return if LayoutObject is not associated with PaintLayer.\n2019-02-25 blundell@chromium.org Remove FakeSigninManagerBase\n2019-02-25 marcin@mwiacek.com Improve @IntDef inside Browser\n2019-02-25 msisov@igalia.com [ozone/wayland] Fix crash when there is no zwp_linux_dmabuf\n2019-02-25 joelhockey@chromium.org Create externalfile URLs for Crostini files for ARC++.\n2019-02-25 mlippautz@chromium.org ThreadState: Split off scopes and remove dead code\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e1636a4b56aa..5bbd02d6bb3d (1 commits)\n2019-02-25 mstensho@chromium.org [LayoutNG] CreateAlgorithmAndRun() must not be inline.\n2019-02-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c38434481cae..10801c9b841b (47 commits)\n2019-02-25 sidereal@google.com Add a comment warning people about changing CrostiniResult\n2019-02-25 hta@chromium.org Creates an ICE transport object at DTLS transport initialization.\n2019-02-25 calamity@chromium.org [Bookmark Manager] Fix drag and drop onto input elements.\n2019-02-25 tkent@chromium.org Remove number-stepup-stepdown-from-renderer.html from TestExpectations\n2019-02-25 inker@google.com Replace setTimeout in camera view to sound delay promise.\n2019-02-25 sczs@chromium.org [ios] Cleans up InfobarBannerViewController presentation.\n2019-02-25 wtlee@google.com Update the version of Chrome Camera App to 5.4.0\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 52d8a5976a23..e1636a4b56aa (1 commits)\n2019-02-25 eui-sang.lim@samsung.com service worker: Remove Cookie handling from the test helper\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate IndexedDBDispatcher and IDBKey with the macros of Allocator\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate MediaKeysGetStatusForPolicy and CopylessPasteExtractor with STATIC_ONLY\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate BluetoothRemoveGATTUtils with STATIC_ONLY\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate ScopedPromiseResolver with USING_FAST_MALLOC\n2019-02-25 chrome-release-bot@chromium.org Updating trunk VERSION from 3717.0 to 3718.0\n2019-02-25 tkent@chromium.org Form-associated custom elements: Update attachInternals() implementation\n2019-02-25 takise@chromium.org Save window state before PIP\n2019-02-25 amoylan@chromium.org Split MlServiceClient into interface \u0026 impl to enable test fakes\n2019-02-25 joelhockey@chromium.org Fix crostini removable paths registration in FilesApp\n2019-02-25 ksakamoto@chromium.org Rename ContentBrowserClient::RegisterRendererPreferenceWatcherForWorkers\n2019-02-25 tonikitoo@igalia.com Switch blink::LocalFrameView to use downcast helpers\n2019-02-25 sammc@chromium.org Migrate files app from file_browser_handlers to file_handlers.\n2019-02-25 lucmult@chromium.org [Files app] Convert ui/file_manager/foreground/elements to arrow\n2019-02-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 7c33e88eebb5..b47c816ad7e6 (3 commits)\n2019-02-25 tonikitoo@igalia.com Switch blink::LocalDOMWindow to use downcast helpers\n2019-02-25 tasak@google.com Revert \"Reduce the use of tabModel \u0026 Tab inside SideSwipeController\"\n2019-02-25 yhirano@chromium.org [OOR-CORS] Copy fetch_window_id for CORS preflight request\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate BatteryStatus with DISALLOW_NEW\n2019-02-25 gyuyoung@igalia.com BlinkMemoryMgt: Annotate AXRelationCache with USING_FAST_MALLOC\n2019-02-25 yhirano@chromium.org Disable AutofillPrivateApiTest.AddAndUpdateCreditCard due to flakiness\n2019-02-25 hferreiro@igalia.com Delete platform/scroll/scroll_snap_data.h from blink\n2019-02-25 harrisjay@chromium.org Fixes bug where closing the CustomTabBar would do nothing.\n2019-02-25 lucmult@chromium.org [Files app] Convert ui/file_manager/foreground/elements to const/let\n2019-02-25 hhli@chromium.org Service worker database: record main script response time\n2019-02-25 kmarshall@chromium.org Roll Fuchsia SDK from a2ea5f5d6d67 to d5a51eb15454dffbf068\n2019-02-25 abhishekbh@chromium.org assistant: Add priority field to assistant notifications\n2019-02-25 alancutter@chromium.org Rename WebAppTabHelperBase::GetAppId()\n2019-02-25 hferreiro@igalia.com Replace blink wrapper with cc::SnapFlingController\n2019-02-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc a9cfa476fe5e..19d0104abbeb (1 commits)\n2019-02-24 wangxianzhu@chromium.org [CompositeAfterPaint] Rebaseline tests containing carets\n2019-02-24 jiameng@chromium.org Reland \"[Power ML] Change UserActivityPrediction flag to enabled\"\n2019-02-24 monufriienko@chromium.org Set up test-timeout to 3 hrs to avoid \"purple\" builds.\n2019-02-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 87bf834109fd..83684f9c1387 (1 commits)\n2019-02-24 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/core/dom\n2019-02-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 8721bb30d86d..a9cfa476fe5e (3 commits)\n2019-02-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 33c1b315265c..52d8a5976a23 (1 commits)\n2019-02-24 hiroshige@chromium.org [WPT] Move subresource_path from generator to referrer-policy-test-case.js\n2019-02-24 mrefaat@chromium.org Reduce the use of tabModel \u0026 Tab inside SideSwipeController\n2019-02-24 yuli@chromium.org Add capture-event for metrics collection.\n2019-02-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 2ed90e152d47..33c1b315265c (1 commits)\n2019-02-24 kristipark@chromium.org Mark http/tests/devtools/animation/animation-transition-setTiming-crash.js as crash pass\n2019-02-24 ericrk@chromium.org Avoid Duplicate Surface Destruction in GarbageCollectSurfaces\n2019-02-24 kpaulhamus@chromium.org Fix small typos in the string message descriptions\n2019-02-24 chrome-release-bot@chromium.org Updating trunk VERSION from 3716.0 to 3717.0\n2019-02-24 dlkumar@google.com Form events at UKM level\n2019-02-24 eugenebut@google.com Prepare WebUIMojoTest for Pending Item ownership refactoring.\n2019-02-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 867da4b96e8e..2ed90e152d47 (1 commits)\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 12f1fecea947..867da4b96e8e (1 commits)\n2019-02-23 ericrk@chromium.org Disable latency recovery for Android Surface Sync\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 5585c87a78b7..95ea36ed7054 (1 commits)\n2019-02-23 estevenson@chromium.org Android: Fix fat lib toolchain in Trichrome.\n2019-02-23 philipchen@chromium.org Redefine --regulatory-label-dir flag\n2019-02-23 schenney@chromium.org Update 3dSortingContextId on content_layer_ when context changes\n2019-02-23 thakis@chromium.org Revert \"[Cros SR] Add training for Arc App Shorcuts\"\n2019-02-23 thakis@chromium.org Revert \"Roll src-internal c38434481cae..c5cf3bf8f345 (7 commits)\"\n2019-02-23 thakis@chromium.org Revert \"Roll src-internal c5cf3bf8f345..3cce0f215a41 (2 commits)\"\n2019-02-23 thakis@chromium.org Revert \"Roll src-internal 3cce0f215a41..e5903cc1d593 (1 commits)\"\n2019-02-23 thakis@chromium.org Revert \"Roll src-internal e5903cc1d593..dc52268b67a2 (1 commits)\"\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e5903cc1d593..dc52268b67a2 (1 commits)\n2019-02-23 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@4bc37b9ed1a901ad1fe872f2eacef3c5a8a2f0c3\n2019-02-23 ssid@chromium.org Record metrics for shared and metadata databases\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3cce0f215a41..e5903cc1d593 (1 commits)\n2019-02-23 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@fb6ed0e160406ef03834a596d2f217665c7d6d52\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 72f6f044cc73..12f1fecea947 (1 commits)\n2019-02-23 hiroshige@chromium.org [WPT] Move common.js from {referrer-policy,mixed-content} to common/security-features\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c5cf3bf8f345..3cce0f215a41 (2 commits)\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c38434481cae..c5cf3bf8f345 (7 commits)\n2019-02-23 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@32b9714f6617222eee674892b5c59ba43aa59623\n2019-02-23 arbesser@google.com [Autofill Assistant] Added 3rd party privacy notice to the payment request.\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ca69efadc6d9..c38434481cae (4 commits)\n2019-02-23 abhishekbh@chromium.org power: Add wrapper class for wake up alarms API on Chrome OS\n2019-02-23 fukino@chromium.org Files app: Add an integration test for DocumentsProvider.\n2019-02-23 hiroh@chromium.org media: VdaVideoDecoder: Reinitialize if profile changes and VDA is VaapiVDA\n2019-02-23 dtrainor@chromium.org Fix ThumbnailProviderImpl destroy chain.\n2019-02-23 pjh0718@gmail.com Make calc() function can be used in any place that only accepts integer.\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5b99086fcf5e..72f6f044cc73 (1 commits)\n2019-02-23 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.207.\n2019-02-23 magchen@chromium.org Optimize damage rect added from the previous overlay damage\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 24f380e7ef9a..5b99086fcf5e (2 commits)\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 487c09bb73c1..8721bb30d86d (5 commits)\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d456e7bc01cf..ca69efadc6d9 (1 commits)\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader d2452555986f..7c33e88eebb5 (1 commits)\n2019-02-23 zmo@chromium.org Avoid power measurement script failure when running in --url mode\n2019-02-23 wangxianzhu@chromium.org Mark paint/invalidation/window-resize/ flakily timeout\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 8546335d2d40..24f380e7ef9a (15 commits)\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 95d566bd360a..d456e7bc01cf (3 commits)\n2019-02-23 wangxianzhu@chromium.org Revert \"Mark paint/invalidation/window-resize slow\"\n2019-02-23 thakis@chromium.org Reland \"Enable -Wextra-semi in non-cros non-chromecast non-fuzzer linux builds that have DCHECKs enabled.\"\n2019-02-23 chrome-release-bot@chromium.org Updating trunk VERSION from 3715.0 to 3716.0\n2019-02-23 asymmetric@chromium.org Add Google Xenon CT Logs\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult e4abf4c59be6..a4323c9b818b (8 commits)\n2019-02-23 wez@chromium.org Switch ScopedTaskEnvironment\u0027s Run() timeout to use ADD_FAILURE.\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools d7f7a3eb92a4..5585c87a78b7 (2 commits)\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader e53533d6fdf9..d2452555986f (2 commits)\n2019-02-23 khushalsagar@chromium.org cc: Avoid unnecessary pending trees during image animation updates.\n2019-02-23 khushalsagar@chromium.org cc: Ensure correct ordering of serialization and playback for text.\n2019-02-23 sczs@chromium.org [ios] Creates InfobarModal Presentation.\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle d09546e1ec90..f78131dac076 (2 commits)\n2019-02-23 kbr@chromium.org Mark VAO tests as failing with ANGLE\u0027s OpenGL backend.\n2019-02-23 iwells@chromium.org Use checkboxes for booleans on chrome://offline-internals\n2019-02-23 thakis@chromium.org Remove most remaining semicolons in a release android build.\n2019-02-23 thakis@chromium.org Remove most remaining semicolons in a release win build.\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 7853b2e32350..01e1527e35e2 (2 commits)\n2019-02-23 abhishekbh@chromium.org WakeLock: Add mojo observer API for wake locks\n2019-02-23 spang@chromium.org Reland \"Wait for synthetic input to be dispatched to child frames before running completion callbacks\"\n2019-02-23 sinansahin@google.com Width constraining NTP to 600dp\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 430754bfeef4..95d566bd360a (4 commits)\n2019-02-23 kbr@chromium.org Don\u0027t apply Chromium code rules to gles2_conform sources.\n2019-02-23 dmblack@google.com Add and support notification types for Assistant.\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite c08d404a452b..73f6992d3486 (1 commits)\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 36e541ccbf9f..7853b2e32350 (1 commits)\n2019-02-23 ryansturm@chromium.org Adding bypass logic to URLLoader server previews\n2019-02-23 ryansturm@chromium.org Attempting to De-flake resource loading browsertests\n2019-02-23 spang@chromium.org Revert \"Wait for synthetic input to be dispatched to child frames before running completion callbacks\"\n2019-02-23 atotic@chromium.org [LayoutNG] Reland Handle OOF descendants stored in LegacyBlocks directly\n2019-02-23 gayane@chromium.org [NTP] Change entry point icon and make it more visible.\n2019-02-23 twellington@chromium.org Reset whether a11y is enabled when touch exploration state changes\n2019-02-23 kbr@chromium.org Disable webgl_conformance_vulkan_passthrough_tests on Win/NVIDIA.\n2019-02-23 bsheedy@chromium.org Add RenderTest golden linking note\n2019-02-23 kristipark@chromium.org Mark http/tests/devtools/animation/animation-transition-setTiming-crash.js as flaky\n2019-02-23 brucedawson@chromium.org Avoid hard-coded Linux path in grit test expectations\n2019-02-23 jennyz@chromium.org Fix the zero state vox issue caused by nested buttons.\n2019-02-23 kristipark@chromium.org Revert \"Changes to include fast app reinstall in chrome://flags.\"\n2019-02-23 rsesek@chromium.org Introduce MessagePumpKqueue and make it the MessagePumpForIO on macOS.\n2019-02-23 brucedawson@chromium.org Revert \"Make GRIT not to generate const struct members\"\n2019-02-23 wangxianzhu@chromium.org [PE] Fix rendering issue with effect escaping in pre-CompositeAfterPaint\n2019-02-23 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 298f2cf820df..d7f7a3eb92a4 (1 commits)\n2019-02-23 jamescook@chromium.org Fix settings change picture video icon vertical alignment\n2019-02-23 khushalsagar@chromium.org cc: Allow serialization failure for paths.\n2019-02-23 wangxianzhu@chromium.org Mark paint/invalidation/window-resize slow\n2019-02-23 ryansturm@chromium.org Re-enable tests after fix\n2019-02-23 dbeam@chromium.org WebUI Dark Mode: change favicon everywhere\n2019-02-23 rajendrant@chromium.org Fix DRP not retrying requests because of net errors\n2019-02-23 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d2b61f7238c1..430754bfeef4 (4 commits)\n2019-02-23 pkotwicz@chromium.org [Android WebAPK] Fix First Run showing twice for Maps Go\n2019-02-23 kbr@chromium.org Suppress conformance_textures_misc_texture_npot_video on Nexus 5X.\n2019-02-23 skym@chromium.org [Feed] Synchronize has content between scheduler and Feed.\n2019-02-23 jarrydg@chromium.org Reland \"Quota: Add SequenceChecker to QuotaManager\"\n2019-02-23 kristipark@chromium.org Revert \"[Power ML] Change UserActivityPrediction flag to enabled\"\n2019-02-23 timvolodine@chromium.org [AW NS] provide proper user_agent in onDownloadStart callback and add tests\n2019-02-23 chcunningham@chromium.org Cleanup media BitReader ReadBits() calls\n2019-02-23 brucedawson@chromium.org Revert \"Move the known CT logs to the read-only data segment\"\n2019-02-23 shaktisahu@chromium.org Fixed a crash in AutoResumptionHandler\n2019-02-23 mmenke@chromium.org NetLog:  Rework ConnectJob logging.\n2019-02-23 asvitkine@chromium.org Fix --force-fieldtrials\u003d changing group of unrelated trials.\n2019-02-23 robsc@chromium.org Changes to include fast app reinstall in chrome://flags.\n2019-02-23 tengs@chromium.org ScrollView: Fix ScrollToPosition() to also update the ScrollBar position.\n2019-02-23 brucedawson@chromium.org Revert \"Move some sniffer arrays to read-only data segment\"\n2019-02-23 thanhdng@chromium.org [Cros SR] Add training for Arc App Shorcuts\n2019-02-23 joone.hur@intel.com Let DisplayManager own DisplayConfigurator\n2019-02-23 kmarshall@chromium.org [fuchsia] Modify runner scripts and build files to use new symbolizer.\n2019-02-23 kristipark@chromium.org Revert \"Add flag for #omnibox-deduplicate-drive-urls\"\n2019-02-23 brucedawson@chromium.org Revert \"Move seven small arrays to read-only data segment\"\n2019-02-22 marcin@mwiacek.com Migrate Orientation to the @IntDef\n2019-02-22 afakhry@chromium.org Add flag to list all modes of external displays\n2019-02-22 kbr@chromium.org Revert \"Enable -Wextra-semi in non-cros non-chromecast non-fuzzer linux builds that have DCHECKs enabled.\"\n2019-02-22 ryansturm@chromium.org Style fix In Previews code\n2019-02-22 wittman@chromium.org [Sampling profiler] Make ModuleCache::Module a reference type\n2019-02-22 estade@chromium.org Chrome OS: Fix DCHECK when signing out from secondary display\n2019-02-22 yusufo@google.com Make the GridTabSwitcher appear back\n2019-02-22 pkasting@chromium.org Add WidgetObserver methods for drag start/end.\n2019-02-22 erikchen@chromium.org Store test placeholders in a set rather than a vector.\n2019-02-22 rmcelrath@chromium.org Reland \"Disable NetworkChangeManagerClientBrowserTest.ReconnectToNetworkService\"\n2019-02-22 khushalsagar@chromium.org cc/paint: Ensure MergePaintFilter serialization is bitness agnostic.\n2019-02-22 wutao@chromium.org app_list: Do not show answer card in experiment\n2019-02-22 pkasting@chromium.org Make DropTargetEvent copyable.\n2019-02-22 dmurph@chromium.org Revert \"[IndexedDB] Moving IDBDatabase\u0027s PendingConnection to use ScopesLockManager\"\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 151c3484da58..298f2cf820df (4 commits)\n2019-02-22 ryansturm@chromium.org Handling previously unaddressed fallback test\n2019-02-22 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@f7086960db87211ada9cd1bcca3abc0334997d3d\n2019-02-22 schenney@chromium.org [libxml] Switched from unsigned long to ptrdiff_t in parser.c\n2019-02-22 erikchen@chromium.org Disable VerifySiteInstanceCountInBrowsingInstance test.\n2019-02-22 pkasting@chromium.org Move views-specific test code in chrome/test/base/ to c/b/ui/views/test/.\n2019-02-22 jiameng@chromium.org [Power ML] Change UserActivityPrediction flag to enabled\n2019-02-22 katie@chromium.org Adds image annotation to the Automation API and Chromevox.\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f6be20565150..d2b61f7238c1 (4 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0d90920be7af..c08d404a452b (1 commits)\n2019-02-22 davidben@chromium.org Bound output in net_gzip_source_stream_fuzzer\n2019-02-22 sandersd@chromium.org [media] Allow RTCVDA::Release() on DecodingThread.\n2019-02-22 skare@chromium.org Add flag for #omnibox-deduplicate-drive-urls\n2019-02-22 baileyberro@chromium.org Create cups_printing watchlist\n2019-02-22 kristipark@chromium.org Revert \"Add the win::WMIRefresher class and use it in SystemMonitor\"\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 1aecf87b9620..36e541ccbf9f (2 commits)\n2019-02-22 siyua@chromium.org Fix fieldtrial_testing_config studies for Autofill local card migration flow\n2019-02-22 karandeepb@chromium.org Fix ErrorUtils.FormatErrorMessage_Death in official builds.\n2019-02-22 beaufort.francois@gmail.com Allow Auto Picture-in-Picture for Chrome extensions\n2019-02-22 sebmarchand@chromium.org Add the win::WMIRefresher class and use it in SystemMonitor\n2019-02-22 nicolaso@chromium.org Add BrowserSwitcherChrome{Path,Parameters} policies\n2019-02-22 robertogden@chromium.org HTTPS Previews: Allow the DRP experiment to override Finch-provided one\n2019-02-22 tby@chromium.org [Cros SR] Replace omnibox type in category ranker with specific subtypes.\n2019-02-22 takumif@chromium.org Remove MediaRouterAction\n2019-02-22 svaldez@chromium.org Roll src/third_party/boringssl/src f109f2087..c18353d21\n2019-02-22 sugoi@google.com Y and UV planes release mechanism fix\n2019-02-22 drott@chromium.org Fix emoji drawing coordinate in vertical text\n2019-02-22 etiennep@chromium.org [Windows installer]: Record lzma result in setup ArchivePatchHelper.\n2019-02-22 chlily@chromium.org Network Error Logging: Generate error reports on cancellation\n2019-02-22 wangxianzhu@chromium.org Mark wpt/.../query-encoding/utf-16le.html also crash\n2019-02-22 ender@google.com Treat calculation Suggestions as answers.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 245337d62e22..151c3484da58 (1 commits)\n2019-02-22 wzang@chromium.org cros: Add additional brand codes to kBrandCodeMap\n2019-02-22 sdy@chromium.org Revert \"[Vim/YCM] Fix missing system headers when YCM was built with its own libclang.\"\n2019-02-22 bsheedy@chromium.org Automate VR manual test for suggestion hovering\n2019-02-22 kristipark@chromium.org Disable failing PreviewsLitePageServerBrowserTest test\n2019-02-22 thakis@chromium.org Enable -Wextra-semi in non-cros non-chromecast non-fuzzer linux builds that have DCHECKs enabled.\n2019-02-22 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.206.\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bf36568f5a9a..f6be20565150 (9 commits)\n2019-02-22 bnc@chromium.org Roll src/net/third_party/quiche/src/ e72b8874b..3cab5a95c (2 commits)\n2019-02-22 davidben@chromium.org Support moves in To{Base,Absl}Optional.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 12aef8732ec6..1aecf87b9620 (2 commits)\n2019-02-22 falken@chromium.org service worker: Instrumentation for crashes where context_ is null.\n2019-02-22 yusufo@google.com Add strings and constant for tab groups IPH\n2019-02-22 rkjnsn@chromium.org Implement IpcFileOperations::CreateReader.\n2019-02-22 mmoss@chromium.org Remove chromium.chrome console which moved to internal configs.\n2019-02-22 vakh@chromium.org Remove the Observer on the DownloadItem when download finishes or gets canceled\n2019-02-22 dnicoara@chromium.org EXO: Refactor wp_presentation interface\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle cf9b2853a7e7..d09546e1ec90 (1 commits)\n2019-02-22 yliuyliu@google.com Use android_deps tool to generate androidx test libraries instead of download from maven manually.\n2019-02-22 tonikitoo@igalia.com Switch blink::RemoteDOMWindow to use downcast helpers\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 29f9cd9358ee..487c09bb73c1 (1 commits)\n2019-02-22 dgozman@chromium.org DocumentLoader: unpause virtual time when destroying body loader\n2019-02-22 kristipark@chromium.org Revert \"[LayoutNG] Handle OOF descendants stored in LegacyBlocks directly\"\n2019-02-22 samans@chromium.org Reland \"Fix deadlock due to child throttling\"\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 698937087797..8546335d2d40 (8 commits)\n2019-02-22 chcunningham@chromium.org Add fieldtrial test config MediaCapabilities\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 8a718cb58343..e53533d6fdf9 (2 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/glslang/src a51d3d9f2233..ec484527b643 (1 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 2e6cfed0e664..0d90920be7af (3 commits)\n2019-02-22 davidben@chromium.org Remove GetTokenName\n2019-02-22 davidben@chromium.org Roll src/third_party/boringssl/src 7ef4223fb..f109f2087\n2019-02-22 jeffish@microsoft.com DevTools: Support CHROMIUM_PATH on Windows\n2019-02-22 kristipark@chromium.org Disable failing StatusAreaWidgetFocusTest.FocusOutObserverUnified test\n2019-02-22 eyor@google.com Add policy for Assistant hotword\n2019-02-22 nicolaso@chromium.org [BrowserSwitcher] Update sitelist v1 logic\n2019-02-22 estade@chromium.org Classic Ash: restore gesture dragging during immersive/tablet mode\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult b4fdbb737c98..e4abf4c59be6 (1 commits)\n2019-02-22 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo\n2019-02-22 thegreenfrog@chromium.org [ios] Add FindInPageManager Inttests\n2019-02-22 dnicoara@chromium.org EXO: Refactor wp_viewporter interface\n2019-02-22 sonnysasaka@chromium.org dbus: Accept a{say} as an alternative to a{sv}\n2019-02-22 amusbach@chromium.org splitview: Fix edge case where overview mode should end but does not.\n2019-02-22 oysteine@google.com Perfetto: Support process filters\n2019-02-22 ftang@chromium.org [Intl] Use counters for String Normalize().\n2019-02-22 zhongyi@chromium.org Add configuration for retransmittable_on_wire_timeout for QuicChromiumClientSession.\n2019-02-22 thakis@chromium.org Remove most remaining semicolons in a release chromecast build.\n2019-02-22 Tom.Tan@microsoft.com Don\u0027t target alternate_version_generator to non-Win host\n2019-02-22 nektar@chromium.org Never fires an event on a destroyed BrowserAccessibility object\n2019-02-22 treib@chromium.org Add michaelpg to components/safe_search_api/OWNERS\n2019-02-22 dgozman@chromium.org Fix race in headless protocol tests\n2019-02-22 alancutter@chromium.org Fix comment for BrowserNonClientFrameViewBrowserTest.FullscreenForTabTitlebarHeight\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src fde69dcd80cc..a006cbc1d04c (2 commits)\n2019-02-22 rdevlin.cronin@chromium.org [Extensions] Add URLPattern move constructor/assignment\n2019-02-22 janewman@microsoft.com Enable IScrollProvider and added tests.\n2019-02-22 garykac@chromium.org [Chromoting] Add Mac host multimon support.\n2019-02-22 xingliu@chromium.org Download media parser test: Restrict on phone.\n2019-02-22 cricke@chromium.org Replaced \u0027Should\u0027 with \u0027Will\u0027 per Android API council guidance\n2019-02-22 wutao@chromium.org app_list: Make the Assistant card scrollable\n2019-02-22 boliu@chromium.org aw: Move graphics classes to browser/gfx\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 67e798b11f20..bf36568f5a9a (2 commits)\n2019-02-22 stgao@chromium.org Switch the coverage dashboard to the new one.\n2019-02-22 pkasting@chromium.org Fix presubmit warnings about deprecated function usage.\n2019-02-22 droger@chromium.org [signin] Fix account ordering issue in edge case with missing cookies\n2019-02-22 brucedawson@chromium.org IdleWakeups updates\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 429a6ce38996..2e6cfed0e664 (1 commits)\n2019-02-22 lgcheng@google.com Fix usb_host mojom connection error.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium d6b7287745c6..12aef8732ec6 (2 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 18e5841c0dae..698937087797 (7 commits)\n2019-02-22 anthonysp@google.com Add invalid pattern exception when there is a dot between ] and hostname.\n2019-02-22 bpastene@chromium.org Disable tast test arc.BuildProperties on chromeos-kevin-rel.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 7aafb27453d3..8a718cb58343 (2 commits)\n2019-02-22 penghuang@chromium.org Make cc_unittest to use SkiaOutputSurface\n2019-02-22 agl@chromium.org device/fido: refactor pin.cc to enable testing.\n2019-02-22 xiyuan@chromium.org SPM: Fix VK crash on leaving tablet mode\n2019-02-22 ejoe@google.com Added trace events for surface synchronization and embedding\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools e83100437106..245337d62e22 (1 commits)\n2019-02-22 jimmyxgong@chromium.org Revert \"Implement OnNetworkChangeObserver interface on SmbService\"\n2019-02-22 updowndota@chromium.org Update activity control pref usage\n2019-02-22 brucedawson@chromium.org Document how mini_installer avoids linking to the CRT\n2019-02-22 amaralp@chromium.org Fix Menu Button null pointer\n2019-02-22 updowndota@chromium.org Update Assistant voice match enrollment strings\n2019-02-22 fs@opera.com Resolve stroke-width \u0027em\u0027 units against unzoomed font size\n2019-02-22 amithi@chromium.org Changing RtpSenderInterface::GetParameters overrides to const.\n2019-02-22 monufriienko@chromium.org Increased expiration timeout for fyi/ios12-sdk-simulator to 2 hrs.\n2019-02-22 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@1d89f3761c2a5b25dadf6dc4d868b0d6a8ea0bfc\n2019-02-22 jkrcal@chromium.org Reland \"[AF Profile] Add metrics for debugging difference between USS/Directory\"\n2019-02-22 eyor@google.com Added additional allowed locales\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 8aa00f037148..29f9cd9358ee (4 commits)\n2019-02-22 atotic@chromium.org [LayoutNG] Handle OOF descendants stored in LegacyBlocks directly\n2019-02-22 wanderview@chromium.org CacheStorage: Fix typos in histograms.xml after last update.\n2019-02-22 etienneb@chromium.org Add Location information ScopedBlockingCall trace events\n2019-02-22 crouleau@chromium.org Use the sigterm dance for testing/scripts.\n2019-02-22 yrsun@chromium.org Report tab discard and reload stats to UMA at regular time interval\n2019-02-22 gayane@chromium.org [Chrome Colors] Refactoring BrowserThemePack for Chrome Colors.\n2019-02-22 sky@chromium.org chromeos: fix bug in ArcScreenCaptureSession with mash\n2019-02-22 robsc@chromium.org In Search Result Tile View, Center Rating \u0026 Star when there is no price.\n2019-02-22 thakis@chromium.org Remove all remaining semicolons in a release mac build.\n2019-02-22 beaufort.francois@gmail.com Clip Picture-in-Picure window bounds\n2019-02-22 michaelbai@chromium.org Add Android\u0027s implementation of ContentCaptureReceiverManager\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 202f8887f83f..429a6ce38996 (1 commits)\n2019-02-22 robertogden@chromium.org Fix ChromeDriver DRP Robust Connection Tests\n2019-02-22 sergeyu@chromium.org Disable blink_common_unittests on Fuchsia FYI bot\n2019-02-22 ioanap@chromium.org Add string for manual generation on android\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle b9039bf76bf3..cf9b2853a7e7 (1 commits)\n2019-02-22 thakis@chromium.org Add :internal_config to boringssl fuzzers.\n2019-02-22 johntlee@chromium.org Navi: Replace \u0027Life\u0027 background with \u0027Earth\u0027 background\n2019-02-22 ellyjones@chromium.org flags: assign enable-zero-state-suggestions\n2019-02-22 krb@chromium.org Roll src/third_party/hunspell_dictionaries/ a9bac57ce..f7ce90e84 (3 commits)\n2019-02-22 manucornet@chromium.org CrOS: Handle focus rotation between shelf and status area\n2019-02-22 robertogden@chromium.org Add HTTPS Previews Pingback Observer to Init List\n2019-02-22 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.203.\n2019-02-22 mario@igalia.com Inline usage of network_instrumentation and remove ScopedResourceLoadTracker\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader b607bc8800c1..7aafb27453d3 (1 commits)\n2019-02-22 sky@chromium.org window-service: remove dead code\n2019-02-22 rsorokin@chromium.org Add UseKDCConstrainedDelegation policy\n2019-02-22 carlscab@google.com Reenable browse:news:cnn:2018 on go devices.\n2019-02-22 boliu@chromium.org aw: Add a smoke test for real hardware rendering\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c6461681d608..18e5841c0dae (2 commits)\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a33c0190f771..67e798b11f20 (2 commits)\n2019-02-22 manukh@chromium.org [omnibox] Add a flag for changing display color of navigation suggestions.\n2019-02-22 fs@opera.com Add test for \"fully overlapping\" radial gradient case\n2019-02-22 rouslan@chromium.org [Payment Request][Desktop] State initialization task.\n2019-02-22 tonikitoo@igalia.com Switch blink::FrameView to use downcast helpers\n2019-02-22 steimel@chromium.org Add null check for webcontents in MediaSessionImpl\n2019-02-22 agrieve@chromium.org Android: Remove stack trace in logcat about UiConstants\n2019-02-22 robertogden@chromium.org Revert \"HTTPS Previews: Use the DRP experiment instead of a Finch-provided one\"\n2019-02-22 sdy@chromium.org Delete a DCHECK which triggers frequently in dev.\n2019-02-22 jimmyxgong@google.com Allow one instance of SmbCredentialDialog for each mount ID\n2019-02-22 cfroussios@chromium.org [Sheriff] Expectations for virtual/outofblink-cors-ns/http/tests/security/cross-origin-worker-indexeddb-allowed.html\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools b1b14cdf2bee..e83100437106 (1 commits)\n2019-02-22 ericlaw@microsoft.com Use case-insensitive comparison when matching CSP host-part\n2019-02-22 lanwei@chromium.org [ChromeDriver] Set key modifiers with mouse actions\n2019-02-22 tikuta@chromium.org [mojo] do forward declaration of non-variant enum in variant header\n2019-02-22 ellyjones@chromium.org flags: assign enable-show-autofill-signatures\n2019-02-22 buldina@chromium.org [ChromeDriver] Raise kElementClickIntercepted if element is overlaid\n2019-02-22 bcwhite@chromium.org Remove obsolete BackgroundIndependentMetrics experiment.\n2019-02-22 avi@chromium.org Remove obsolete WebVector::IsEmpty().\n2019-02-22 arbesser@google.com [Autofill Assistant] Added log message for the script server domain.\n2019-02-22 timvolodine@chromium.org [AW NS] Update CTS filter (WebViewDeviceSideStartupTest.testStrictModeNotViolatedOnStartup)\n2019-02-22 thakis@chromium.org Build flatbuffers_unittest as no_chromium_code too.\n2019-02-22 smcgruer@chromium.org [net] Data URLs: Make charset and base64 parsing case-insensitive\n2019-02-22 cduvall@chromium.org Add regression test for auto-fetch with network service\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0d74d6a30bce..a33c0190f771 (2 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn fda0617505c1..87bf834109fd (1 commits)\n2019-02-22 blundell@chromium.org Eliminate stale references to SigninManager\n2019-02-22 agrieve@chromium.org Android: Measure bundle apks assuming Hindi as the locale.\n2019-02-22 cfroussios@chromium.org [Sheriff] Disable some tests in ArcRobotAccountAuthServiceTest and ArcAuthServiceChildAccountTest on MSan\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 12a4eb908a7b..202f8887f83f (1 commits)\n2019-02-22 grunell@chromium.org Fix network error code sign for WebRTC text log uploads.\n2019-02-22 robertogden@chromium.org HTTPS Previews: Use the DRP experiment instead of a Finch-provided one\n2019-02-22 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@cf8e7d68a5fe9e40f6492706dbaafa01f8e8bfc9\n2019-02-22 szager@chromium.org [IntersectionObserver] Run IO algorithm before updating throttling\n2019-02-22 robertogden@chromium.org Replace Data Saver Main Menu Footer Icon\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 0a94c0324d42..b4fdbb737c98 (1 commits)\n2019-02-22 oysteine@chromium.org Reland \"Tracing: Move the tracing service in-process again to figure out test flakes\"\n2019-02-22 bratell@opera.com Remove variable shadowing in blink/svg\n2019-02-22 asymmetric@chromium.org Retire Symantec CT Logs\n2019-02-22 tonikitoo@igalia.com Switch UniqueElementData and ShareableElementData to use downcast helpers\n2019-02-22 mlippautz@chromium.org DragController: Clear DragState on Document shutdown.\n2019-02-22 cfroussios@chromium.org Revert \"Add DeviceWilcoDTCAllowed device policy\"\n2019-02-22 dtapuska@chromium.org Remove FullscreenOptions/FullscreenUnprefixed runtime enabled features.\n2019-02-22 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.201.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 65438812ba0d..8aa00f037148 (6 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia fdd15284affe..c6461681d608 (1 commits)\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6abcf043ece1..0d74d6a30bce (1 commits)\n2019-02-22 pmarko@chromium.org Revert \"Disable PolicyTest.ExtensionAllowedTypes on Linux\"\n2019-02-22 nicolaso@chromium.org Add missing \u003cex\u003e to i18n string\n2019-02-22 thakis@chromium.org Roll src/third_party/cld_3/src/ 484afe9ba..c0e79be76 (4 commits)\n2019-02-22 ellyjones@chromium.org gtm: reenable deprecation warnings\n2019-02-22 thakis@chromium.org Remove TRACE_EVENT_SCOPED_CONTEXT, it\u0027s unused except by its tests.\n2019-02-22 derat@chromium.org flags: Assign wake-on-wifi-packet.\n2019-02-22 bratell@opera.com Backup includes for PTRACE_GET_THREAD_AREA\n2019-02-22 bratell@opera.com Avoid variable/type shadowing in blink/dom\n2019-02-22 bratell@opera.com Revert \"Take scheme in CookieStore::SetCanonicalCookieAsync, not just whether it\u0027s secure.\"\n2019-02-22 raphael.kubo.da.costa@intel.com gn bootstrap: Explicitly pass -lpthread when linking with --use-custom-libcxx\n2019-02-22 cfroussios@chromium.org [Sheriff] Disable ArcAuthServiceTest and ArcAuthServiceAccountManagerTest on MSan\n2019-02-22 blundell@chromium.org Eliminate includes of signin internals in identity_test_environment.h\n2019-02-22 cfroussios@chromium.org [Sheriff] Expectations for virtual/threaded/http/tests/devtools/tracing/decode-resize.js\n2019-02-22 szermatt@chromium.org [Autofill Assistant] Update the error messages.\n2019-02-22 thomasanderson@chromium.org Roll src/third_party/libaddressinput/src/ d7ed8e2f3..81e7ead90 (1 commit)\n2019-02-22 gyuyoung@igalia.com BlinkMemoryMgt: Annotate the 2 classes of xml and xmlhttprequest with the macros of Allocator\n2019-02-22 gyuyoung@igalia.com BlinkMemoryMgt: Annotate the classes of renderer/core/workers with the macros of Allocator\n2019-02-22 alexclarke@chromium.org Fix ThreadTaskRunnerHandle::Get calls during SequenceManager destruction\n2019-02-22 szermatt@chromium.org [Autofill Assistant] Log touchable element area as DVLOG(3)\n2019-02-22 arbesser@google.com [Autofill Assistant] Changed onboarding terms \u0026 conditions.\n2019-02-22 morlovich@chromium.org Take scheme in CookieStore::SetCanonicalCookieAsync, not just whether it\u0027s secure.\n2019-02-22 rsorokin@chromium.org OWNERS: add myself as an owner for the policy code\n2019-02-22 droger@chromium.org [signin] Cleanup InlineLoginHandlerImpl\n2019-02-22 hans@chromium.org Set DEVELOPER_DIR in sizes.py on Mac\n2019-02-22 ganenkokb@yandex-team.ru Make simple cache stream 2 eof validation on entry open.\n2019-02-22 pbond@google.com Add DeviceWilcoDTCAllowed device policy\n2019-02-22 szermatt@chromium.org [Autofill Assistant] Reuse UI when switching tabs.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 45af00f33bfc..65438812ba0d (2 commits)\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6e1bc9a8d48c..6abcf043ece1 (1 commits)\n2019-02-22 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.199.\n2019-02-22 sergiyb@chromium.org Implement review command in the update_wpr script\n2019-02-22 treib@chromium.org sync_ui_util: Deduplicate unrecoverable error handing code\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia b7cddd1ec983..fdd15284affe (1 commits)\n2019-02-22 acourbot@chromium.org media/gpu/v4l2: rename V4L2BufferQueueProxy to V4L2BufferRefBase\n2019-02-22 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@84a44957233c13fb21f5d97b06db1d89076fb144\n2019-02-22 cfroussios@chromium.org Reland \"Fix search restart after zero entries (again).\"\n2019-02-22 huangs@chromium.org [SuperSize] Demangle .Lswitch.table. symbols, and deduce their object_paths.\n2019-02-22 triploblastic@google.com Added script.code_cache_size statistics in UMA\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 3acdefa9aad9..b1b14cdf2bee (2 commits)\n2019-02-22 sinhak@chromium.org Change ArcAuthService\u0027s subscription to IdentityManager\n2019-02-22 cfroussios@chromium.org Disable UDPSocketPosixTest.WriteAsyncBasicDelay on iOS\n2019-02-22 cfroussios@chromium.org Revert \"Fix search restart after zero entries (again).\"\n2019-02-22 rakina@chromium.org Update |active_tree_scopes| etc when shadow root with adoptedStyleSheets is inserted\n2019-02-22 blundell@chromium.org Change identity_services_provider_android.cc to talk to IdentityManager\n2019-02-22 cfroussios@chromium.org [Sheriff] Expectations for external/wpt/html/dom/interfaces.worker.html\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal dceb02b288e4..6e1bc9a8d48c (4 commits)\n2019-02-22 engedy@chromium.org Restrict Device{Orientation|Motion}Events to secure origins.\n2019-02-22 blundell@chromium.org Eliminate stale reference to SigninManager\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 969659dbb313..b7cddd1ec983 (1 commits)\n2019-02-22 fhorschig@chromium.org [Mfill Android] Fix spacing between footer commands and user infos\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc e11b7d2e8087..45af00f33bfc (12 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult a74495a2956d..0a94c0324d42 (1 commits)\n2019-02-22 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.198.\n2019-02-22 blundell@chromium.org Eliminate stale include of identity_manager.mojom.h\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4309189029fc..dceb02b288e4 (1 commits)\n2019-02-22 nator@chromium.org [Background Sync] Fix Chrome wake up time window.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools c0546b9817ee..3acdefa9aad9 (1 commits)\n2019-02-22 guidou@chromium.org [PeerConnection] Fire signalingstatechange event at the right time\n2019-02-22 danilchap@chromium.org Fix UB in WebrtcTaskQueue::RunTask\n2019-02-22 cfroussios@chromium.org Disable http/tests/devtools/tracing/worker-events.js on Mac\n2019-02-22 acourbot@chromium.org media/gpu/v4l2: use WeakPtr to reference V4L2Queue from buffer references\n2019-02-22 dstockwell@google.com pdf: Enable annotations for chromeos build\n2019-02-22 grt@chromium.org Ignore switches following \"--\" when parsing a command line.\n2019-02-22 gyuyoung@igalia.com BlinkMemoryMgt: Annotate the classes of renderer/core/timing with the macros of Allocator\n2019-02-22 bsazonov@chromium.org [Unity][Android] Fix UnifiedConsentServiceBridge parameter propagation\n2019-02-22 cfroussios@chromium.org Revert \"[Sampling profiler] Make ModuleCache::Module a reference type\"\n2019-02-22 cfroussios@chromium.org Revert \"[Sampling profiler] Move Windows module cache into ModuleCache\"\n2019-02-22 allan.jensen@qt.io Fix search restart after zero entries (again).\n2019-02-22 abhishekbh@chromium.org Revert \"Reland \"arc: Add wake lock based logic to re-suspend after dark resume\"\"\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4a8ea42840ca..4309189029fc (2 commits)\n2019-02-22 pasko@chromium.org crashpad_stackwalker: apply forgotten tweaks\n2019-02-22 cfroussios@chromium.org Revert \"[ios] Add FindInPageManager Inttests\"\n2019-02-22 bratell@opera.com [jumbo] Compile fix, one too many BstrToUTF8, rename BstrToPrettyUTF8\n2019-02-22 cfroussios@chromium.org Revert \"Migrate file_system file manager APIs to UIThreadExtensionFunction.\"\n2019-02-22 oysteine@google.com Perfetto: Enable filtering JSON output based on label\n2019-02-22 rkgibson@google.com [iOS] Add search for copied image to search actions widget\n2019-02-22 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo\n2019-02-22 cfroussios@chromium.org Disable WorkerThreadTest.TestTaskExecutedBeforeThreadDeletion on Linux\n2019-02-22 treib@chromium.org Replace ProfileSyncService usage by SyncService in browsing_data tests\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 509f53e8e4d4..4a8ea42840ca (1 commits)\n2019-02-22 yhirano@chromium.org Mark http/tests/security/cross-origin-indexeddb-allowed.html as flaky\n2019-02-22 yhirano@chromium.org Fix HeadlessProtocolBrowserTest.VirtualTimeFetchStream\n2019-02-22 sammiequon@google.com overview: Use float rects for calculations for overview item bounds.\n2019-02-22 jakobi@google.com Add WebRTC-Audio-NewOpusPacketLossRateOptimization to field trial testing config and remove WebRTC-Audio-OpusMinPacketLossRate.\n2019-02-22 yukishiino@chromium.org v8binding: Make PaintWorkletGlobalScope use IDL callback function\n2019-02-22 yhirano@chromium.org Revert \"[reland] Making Google Translate compatible with |request_initiator_site_lock|.\"\n2019-02-22 findit-for-me@appspot.gserviceaccount.com Revert \"Disable NetworkChangeManagerClientBrowserTest.ReconnectToNetworkService\"\n2019-02-22 ntfschr@chromium.org WebView Tools: better output for platform\n2019-02-22 atotic@chromium.org [LayoutNG] remove obsolete rebaseline\n2019-02-22 gyuyoung@igalia.com BlinkMemoryMgt: Annotate the classes of svg and testing of renderer/core with the macros of Allocator\n2019-02-22 rakina@chromium.org Don\u0027t replace \u003cwbr\u003e elements with ObjectReplacementCharacter\n2019-02-22 abhijeet@igalia.com Eliminate identity_apitest.cc\u0027s interaction with AccountFetcherService\n2019-02-22 lucmult@chromium.org [Files app] Add logging for every start up\n2019-02-22 acourbot@chromium.org media/gpu/v4l2: let buffer references be freed in any thread\n2019-02-22 risan@google.com Use DriveFS in ArcFileSystemBridge\n2019-02-22 sarthakkukreti@google.com Add histogram declarations for MountEncryptedFsType\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9431161ca973..969659dbb313 (3 commits)\n2019-02-22 acourbot@chromium.org media/gpu/v4l2: add sequence checker to V4L2BufferQueueProxy\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 4a5fcd9f3541..a74495a2956d (1 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 2fdee39b44ee..c0546b9817ee (1 commits)\n2019-02-22 ntfschr@chromium.org AW: move Safe Browsing into its own folder\n2019-02-22 gyuyoung@igalia.com OnionSoup: Remove Blink\u0027s waitable_event.h/cc files\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6817d76a0fbc..509f53e8e4d4 (2 commits)\n2019-02-22 kouhei@chromium.org UKM: Add PageLoad::IsSignedExchangeInnerResponse\n2019-02-22 amistry@chromium.org Migrate file_system file manager APIs to UIThreadExtensionFunction.\n2019-02-22 zhuoyu.qian@samsung.com Rename \"webkit\" to \"blink\" in style check code.\n2019-02-22 dmazzoni@chromium.org Image annotations shouldn\u0027t apply to already-labeled images.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 5100fd8f459d..4a5fcd9f3541 (1 commits)\n2019-02-22 calamity@chromium.org Reland \"[Mojo Lite] Remove externs generators and use for-compile generators everywhere.\"\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 6a00e68a3448..9431161ca973 (1 commits)\n2019-02-22 falken@chromium.org service worker: Fix crash in EndEvent().\n2019-02-22 dstockwell@google.com pdf: Add placeholder strings in case form saving is not available\n2019-02-22 dstockwell@google.com pdf: Prepare tests for enabling annotations feature\n2019-02-22 atotic@chromium.org Fix passing LayoutNG expectations\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal dda2895279c9..6817d76a0fbc (3 commits)\n2019-02-22 kojii@chromium.org [LayoutNG] Skip unit tests that are not working yet\n2019-02-22 dtrainor@chromium.org Hide the update menu item summary if empty\n2019-02-22 shaochuan@chromium.org arc: Fix ARC enabled state recording on browser shutdown\n2019-02-22 amistry@chromium.org Migrate dialog, misc, and mount file manager APIs to UIThreadExtensionFunction.\n2019-02-22 dbeam@chromium.org Mojo/web_dev_style: add a presubmit discouraging mojo_bindings.js\n2019-02-22 oksamyt@chromium.org [blink] Allow blink files to include .mojom-blink-test-utils.h\n2019-02-22 ellyjones@chromium.org flags: assign use-winrt-midi-api\n2019-02-22 adanilo@chromium.org Fix regression in sub-menu resize\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle ee4fa0785090..b9039bf76bf3 (1 commits)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 76fb06310126..5100fd8f459d (4 commits)\n2019-02-22 tikuta@chromium.org Revert \"[Mojo Lite] Remove externs generators and use for-compile generators everywhere.\"\n2019-02-22 rhalavati@chromium.org Move incognito window counter\u0027s view to Profile Chooser.\n2019-02-22 lethalantidote@chromium.org Add message for unplayable media.\n2019-02-22 chrome-release-bot@chromium.org Updating trunk VERSION from 3714.0 to 3715.0\n2019-02-22 prabirmsp@google.com [PointerCapture] Add pointer capture support to exo\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e9912ca049a0..6a00e68a3448 (1 commits)\n2019-02-22 zmo@chromium.org Some minor cleanup for video power measurement.\n2019-02-22 ntfschr@chromium.org AW: implement hasCookies for the network service\n2019-02-22 myid.shin@igalia.com Refactor: unsigned short -\u003e uint16_t in third_party/blink/renderer/modules/peerconnection\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 36974ad871c9..2fdee39b44ee (1 commits)\n2019-02-22 dmazzoni@chromium.org Add contextualization strings to accessibility image labels.\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c27f11d2e607..dda2895279c9 (6 commits)\n2019-02-22 ryansturm@chromium.org Adding a 5 minute rule when users reload a preview\n2019-02-22 wez@chromium.org [Fuchsia] Fix test runner script to work for isolated-persistent-storage.\n2019-02-22 calamity@chromium.org [Mojo Lite] Remove externs generators and use for-compile generators everywhere.\n2019-02-22 meacer@chromium.org Add filename to grit exception\n2019-02-22 ryansturm@chromium.org Moving HTTPS server previews reasons to a single consistent check\n2019-02-22 calamity@chromium.org [App Management] Fix Polymer 1 test failures.\n2019-02-22 yanxiao@google.com Add policy for Assistant context\n2019-02-22 ikilpatrick@chromium.org [LayoutNG] Fix inline-level OOFs inside a block-level context.\n2019-02-22 lucmult@chromium.org [Files, Gallery and Audio apps] Add HTML Imports polyfill\n2019-02-22 horo@chromium.org Add signed exchange reporting error test cases\n2019-02-22 ksakamoto@chromium.org Remove Origin Trial code for Signed HTTP Exchange\n2019-02-22 abhijeet@igalia.com Expand IdentityManager::DiagnosticsObserver with OnAccessTokenRequestCompleted()\n2019-02-22 agawronska@chromium.org child user: Enable DMServerOAuthForChildUser by default\n2019-02-22 abhijeet@igalia.com Move platform/cross_origin_attribute_value.h to platform/loader/fetch.\n2019-02-22 djacobo@chromium.org Manual style fix for file_manager_private.js\n2019-02-22 oksamyt@chromium.org [mojo] Add testing support for DocumentInterfaceBroker to RenderFrameImpl\n2019-02-22 halliwell@chromium.org Revert \"[fuchsia] Read the command-line from /data/cast/\"\n2019-02-22 ntfschr@chromium.org AW: implement remove*Cookie APIs for the network service\n2019-02-22 zmo@chromium.org Revert \"Add VLOG to DirectCompositionChildSurfaceWin::SetDrawRectangle\"\n2019-02-22 schenney@chromium.org Roll libxml, libxslt, that fixes a bug\n2019-02-22 tasak@google.com Revert \"Enable NetworkService by default on ChromeOS\"\n2019-02-22 dgrogan@chromium.org [LayoutNG] Set flexbox\u0027s intrinsic block size\n2019-02-22 hiroh@chromium.org media/base VideoFrameLayout: Update comment about stride\n2019-02-22 agl@chromium.org Expose Webauthn\u0027s getTransports.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 3fc635ac4a7f..b607bc8800c1 (2 commits)\n2019-02-22 yosin@chromium.org Get rid of unused class NGPaintFragmentWithContainerOffset\n2019-02-22 sergeyu@chromium.org [Fuchsia] Set initially_hidden flag for WebContents in web_engine\n2019-02-22 lakshmana@chromium.org Update sampled_profile.proto from server side version.\n2019-02-22 ericrk@chromium.org Mark flaky WebGL2 test on Mac NVidia\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 3d86ff86d744..e9912ca049a0 (11 commits)\n2019-02-22 ekaramad@chromium.org [ MimeHandlerView ] Do not create PluginDocument\n2019-02-22 hollingum@google.com folder persistence on crostini side\n2019-02-22 erikchen@chromium.org Fix sharding for tests with PRE_ prefix.\n2019-02-22 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 689da99593bd..c27f11d2e607 (10 commits)\n2019-02-22 jsaul@google.com Fix typos (stike -\u003e strike)\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 45d4beab9980..76fb06310126 (6 commits)\n2019-02-22 wittman@chromium.org [Sampling profiler] Move Windows module cache into ModuleCache\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 4022be40d9f1..36974ad871c9 (2 commits)\n2019-02-22 zhuoyu.qian@samsung.com Replace \"WebKit\" with \"Blink\" in python style check code.\n2019-02-22 ios-autoroller@chromium.org [MDC roll] Roll Material Components to b86526c41f4fd9577b6fc24b4d90a707cd8c5389\n2019-02-22 ntfschr@chromium.org AW docs: do not recommend --apk-dir flag for run_cts\n2019-02-22 dalecurtis@chromium.org Reland #3: Add vp9-alpha + canvas layout test.\n2019-02-22 niwa@google.com ARC MyFiles : Notify ARC of MyFiles volume by sending a fake mount event from ArcVolumeMounterBridge\n2019-02-22 lukasza@chromium.org Verify |initiator_origin| in RenderFrameHostImpl::BeginNavigation.\n2019-02-22 oksamyt@chromium.org [mojo] Update DocumentInterfaceBroker web test according to guidelines\n2019-02-22 tby@chromium.org [Cros SR] Tweak search result scores with category ranking model.\n2019-02-22 khushalsagar@chromium.org gpu: Notify watchdog thread in DoEndRasterCHROMIUM.\n2019-02-22 fdegans@chromium.org [Fuchsia] Rename WebRunner* classes to WebEngine*\n2019-02-22 simonhatch@chromium.org Migrate android-go_webview-perf to main waterfall\n2019-02-22 bbudge@chromium.org [wasm code cache] Label the new WriteFailed enum value.\n2019-02-22 lanwei@chromium.org Support input source type of none and pause\n2019-02-22 uwyiming@google.com Add locales data to the captured sites tests.\n2019-02-22 gab@chromium.org [base] Add operator\u003c\u003c support to StackTrace\n2019-02-22 billorr@chromium.org Add session metrics for WebXR on desktop\n2019-02-22 meiliang@chromium.org Add TabGroupAndroid feature flag\n2019-02-22 dtseng@chromium.org Ensure invalid message ids are not read\n2019-02-22 piman@chromium.org Fix SharedImageBackingFactoryGLTextureTest.Image on ES2\n2019-02-22 joelhockey@chromium.org Show no prefix label for external storage in crostini settings\n2019-02-22 jrw@google.com [Cast MRP] STOP_SESSION message from client.\n2019-02-22 gyuyoung@igalia.com OnionSoup: Remove all uses of Blink\u0027s WaitableEvent in WorkerSchedulerProxyTest\n2019-02-22 iwells@chromium.org Add offline pages OWNERS as owners of chrome/browser/ui/webui/offline\n2019-02-22 gyuyoung@igalia.com OnionSoup: Remove all uses of Blink\u0027s WaitableEvent in ThreadSafeScriptContainerTest\n2019-02-22 rmcelrath@chromium.org Disable NetworkChangeManagerClientBrowserTest.ReconnectToNetworkService\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0e784189b200..12a4eb908a7b (2 commits)\n2019-02-22 myid.shin@igalia.com Refactor: unsigned short -\u003e int32_t in third_party/blink/renderer/modules/indexeddb\n2019-02-22 amaralp@chromium.org Adding null check to TabThemeColorProvider destruction\n2019-02-22 bsheedy@chromium.org Switch which tab XR tests automatically run JS in\n2019-02-22 alexclarke@chromium.org Fix leak of MessageLoop in base::Thread\n2019-02-22 dmazzoni@chromium.org Send accessibility notifications when an image loads.\n2019-02-22 ntfschr@chromium.org AW: implement setCookie for the network service\n2019-02-22 johannkoenig@google.com libaom: use PIC on 32bit linux builds\n2019-02-22 mxcai@chromium.org Settings: Fix display issue on rtl direction.\n2019-02-22 hansberry@chromium.org Smart Lock: Adjust settings to work with Polymer 2.\n2019-02-22 yuweih@chromium.org [gRPC] Enable no_chromium_code on fuzzer targets\n2019-02-22 ericorth@chromium.org Remove legacy API tests for HostResolver.\n2019-02-22 jinsukkim@chromium.org Rolling DEPS for third_party/ced\n2019-02-22 harrisjay@chromium.org Updates the badge accessibility text on Windows.\n2019-02-22 tgupta@chromium.org Created a JNI layer for the bridge and hooked it to the Android UI.\n2019-02-22 mukai@chromium.org speculative fix of null-deference on CancelDragDrop\n2019-02-22 kelvinjiang@chromium.org [Extensions] Rename activity_log_item to activity_log_history_item\n2019-02-22 yuweih@chromium.org [gRPC] Do not build wrap_memcpy.cc\n2019-02-22 dtseng@chromium.org Extend clickable hint in ChromeVox\n2019-02-22 amistry@chromium.org Introduce LoggedUIThreadExtensionFunction to help migrate to UIThreadExtensionFunction.\n2019-02-22 fdegans@chromium.org [Fuchsia] Rename webrunner_* to web_engine_*.\n2019-02-22 davidben@chromium.org Extensions logic should not participate in LoginHandler dedup.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9bb7f07652a6..3d86ff86d744 (6 commits)\n2019-02-22 wez@chromium.org Revert \"[Fuchsia] Update some FIDL APIs to be extensible.\"\n2019-02-22 rmcelrath@chromium.org Deflake NetworkChangeManagerClientBrowserTest.ReconnectToNetworkService\n2019-02-22 joelhockey@chromium.org Do not register non-persistent crostini shared paths\n2019-02-22 hcarmona@chromium.org Navi: Make cursor into a pointer when hovering over clickable options.\n2019-02-22 bsazonov@chromium.org [Unity][Android] Fix resources exception in SyncAndServicesPreferences\n2019-02-22 drubery@chromium.org Reland \"Report the number of files within ZIP file to SafeBrowsing\"\n2019-02-22 zmo@chromium.org Clean up video power tests\u0027 various path.\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 42800babca08..45d4beab9980 (9 commits)\n2019-02-22 fdegans@chromium.org [Fuchsia] Update some FIDL APIs to be extensible.\n2019-02-22 thegreenfrog@chromium.org [ios] Add FindInPageManager Inttests\n2019-02-22 johannes@chromium.org [DevTools] Assert that the console text ends with exactly the low surrogate.\n2019-02-22 lukasza@chromium.org [reland] Making Google Translate compatible with |request_initiator_site_lock|.\n2019-02-22 jimmyxgong@google.com Implement OnNetworkChangeObserver interface on SmbService\n2019-02-22 buldina@chromium.org [ChromeDriver] Remove reference_chromedriver\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 962c222aa3be..ee4fa0785090 (1 commits)\n2019-02-22 tby@chromium.org [Cros SR] Provide the app shortcut SP with access to Roselle.\n2019-02-22 sunxd@chromium.org Add finch testing config for VizHitTestSurfaceLayer\n2019-02-22 ortuno@chromium.org desktop-pwas: Move recording before FinalizeInstall call\n2019-02-22 mcnee@chromium.org Wait for synthetic input to be dispatched to child frames before running completion callbacks\n2019-02-22 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium a5230e24c600..d6b7287745c6 (13 commits)\n2019-02-22 nektar@chromium.org Exposes table infromation that comes from Views to platform APIs\n2019-02-22 jimmyxgong@google.com Revamp logic of SmbShareFinder::GatherSharesInNetwork and SmbShareFinder::DiscoverHostInNetwork\n2019-02-22 sunyunjia@chromium.org Implement scroll-snap-stop: always\n2019-02-21 kristipark@chromium.org Revert \"Fix deadlock due to child throttling\"\n2019-02-21 sadrul@chromium.org telemetry: Fix running smoke tests.\n2019-02-21 mlippautz@chromium.org ContextClient: Return raw pointer in GetExecutionContext\n2019-02-21 kerrnel@chromium.org macOS Sandbox: Add xpc services to the GPU sandbox.\n2019-02-21 ydago@chromium.org Policy WebUI: Move UI files under dedicated c/b/r/policy folder\n2019-02-21 kdgwill@google.com [Peripheral] Flare as primary OOBE display\n2019-02-21 yigu@chromium.org [Animation Worklet] Mutate global scopes based on animator statefulness\n2019-02-21 rsesek@chromium.org Delete the apps::UnixDomainSocketAcceptor on the IO thread.\n2019-02-21 jalissia@microsoft.com [DevTools] Add CDP test for Page domain\n2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 84d35339f3bf..4022be40d9f1 (1 commits)\n2019-02-21 celineo@google.com Fuzz a single SolidColorDrawQuad using protobuf-mutator.\n2019-02-21 ethavar@microsoft.com Finish implementing ISelectionProvider for UIA\n2019-02-21 wittman@chromium.org [Sampling profiler] Make ModuleCache::Module a reference type\n2019-02-21 agawronska@chromium.org child user: Add numpad support to parent access view\n2019-02-21 csharrison@chromium.org Build flatc as no_chromium_code\n2019-02-21 updowndota@chromium.org Update Assistant voice match training logics\n2019-02-21 yigu@chromium.org [Code Health] Fix incorrect test name\n2019-02-21 tby@chromium.org [Cros SR] Resubmit of reverted adaptive ranker change.\n2019-02-21 agawronska@chromium.org Ignore \u0027Parent access\u0027 shelf button click\n2019-02-21 oshima@chromium.org Update the gesture target on AttemptToStartDrag.\n2019-02-21 jiameng@chromium.org [Cros SR] Add GetSubType method to ChromeSearchResult.\n2019-02-21 mrefaat@chromium.org Remove navigationManager property from Tab\n2019-02-21 lethalantidote@chromium.org Gives positioning information for overflow menu.\n2019-02-21 mxcai@chromium.org Settings: Implement heuristic for finding site group favicon.\n2019-02-21 antrim@google.com cros: Extract creation/configuring of MockEnterpriseEnrollmentHelper as mixin.\n2019-02-21 tonikitoo@igalia.com Switch blink::ShadowRoot to use new downcast helpers.\n2019-02-21 mcrouse@chromium.org Add rounded SiteEngagementScore for the navigation URL to the UKM.\n2019-02-21 obrufau@igalia.com Let editing scroll hidden cursor into nearest edge instead of the center\n2019-02-21 aluo@chromium.org Remove aluo from onwers until he\u0027s a chromium committer for 3 months\n2019-02-21 hferreiro@igalia.com Replace blink::SnapContainerData wrapper with cc::SnapContainerData\n2019-02-21 jkim@igalia.com OnionSoup: Move SharedBufferChunkReader and SerializedResource to platform/mhtml\n2019-02-21 jkim@igalia.com OnionSoup: Move blink::DragImage to core/page\n2019-02-21 jamescook@chromium.org SingleProcessMash: Fix window size after display zoom\n2019-02-21 robliao@chromium.org Enable Dark Mode Support by Default for Chromium Builds\n2019-02-21 hferreiro@igalia.com Replace blink::SnapAreaData wrapper with cc::SnapAreaData\n2019-02-21 estevenson@chromium.org Trichrome: Remove webview deps from trichrome_chrome_apk.\n2019-02-21 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@6606d91f895f003297a548a3fe828b1cf291e28b\n2019-02-21 bratell@opera.com Make StdStringCanonOutput non copyable and don\u0027t copy it\n2019-02-21 hferreiro@igalia.com Replace blink::ScrollSnapAlign wrapper with cc::ScrollSnapAlign\n2019-02-21 ayman@chromium.org Initial changes for BottomTabGrid component.\n2019-02-21 beccahughes@chromium.org [Audio Focus] Enable ducking for flash\n2019-02-21 ortuno@chromium.org bluetooth: Refactor and add adapter state tests\n2019-02-21 dalecurtis@chromium.org Fix affected-histogram for canvas encoding types.\n2019-02-21 ericorth@chromium.org Modernize host resolution in proxy mojo resolve\n2019-02-21 jinsukkim@chromium.org Android: TabParentIntent for intent handling\n2019-02-21 sdefresne@chromium.org Convert IOSPaymentInstrumentFinder to new JSONReader API\n2019-02-21 hferreiro@igalia.com Replace blink::ScrollSnapType wrapper with cc::ScrollSnapType\n2019-02-21 samans@chromium.org viz: Fix logic for surface dependencies that will never arrive\n2019-02-21 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.197.\n2019-02-21 beccahughes@chromium.org [Audio Focus] Remove force duck abandon behaviour\n2019-02-21 johnchen@chromium.org Archive ChromeDriver binary from chromium builds\n2019-02-21 kristipark@chromium.org Revert \"Measure main frame bytes and main frame ad bytes per-page\"\n2019-02-21 jazzhsu@chromium.org [CrOS Video Player] Add missing start test..\n2019-02-21 raul@tambre.ee //storage/browser/fileapi: Fix a few 64-bit truncation issues\n2019-02-21 alexilin@chromium.org predictors: Fix a memory leak in AutocompleteActionPredictor\n2019-02-21 justincohen@google.com [ios] Check for non nil webState, not tab, for NewTabPageTabHelper.\n2019-02-21 hferreiro@igalia.com Replace blink::SnapSelectionStragegy wrapper with cc::SnapSelectionStragegy\n2019-02-21 eroman@chromium.org Remove the URL length limit on network::mojom::ProxyConfig::pac_url.\n2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 0eee33250ebb..3fc635ac4a7f (1 commits)\n2019-02-21 ryansturm@chromium.org Providing a more explicit completion check for multiprofile OSes\n2019-02-21 fs@opera.com Remove \"has inline transform\" ComputedStyle flag\n\n\nCreated with:\n  gclient setdep -r ../src@1dc32aecaa61\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer\nTBR\u003dscroggo@google.com\n\nChange-Id: Ib31fc35f136c9e2df5c01c22a5c9a64aadd75338\nReviewed-on: https://skia-review.googlesource.com/c/196331\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "b8a3f9d6b80eeb3ae204182522c5e799c29e4cf2",
      "tree": "f18ca0aa8f3c2c899b15eb8ca587dcbca82de8a3",
      "parents": [
        "78cb455f82134eb987e2134b3b919bb79cc95bd5"
      ],
      "author": {
        "name": "Ben Wagner",
        "email": "benjaminwagner@google.com",
        "time": "Thu Feb 28 12:17:26 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 17:40:00 2019 +0000"
      },
      "message": "Remove OS condition from isolate files\n\nChange-Id: Ib8e7d4dd40bb8e59b0901ef40351ccae924749d2\nReviewed-on: https://skia-review.googlesource.com/c/196384\nCommit-Queue: Ben Wagner \u003cbenjaminwagner@google.com\u003e\nReviewed-by: Eric Boren \u003cborenet@google.com\u003e\n"
    },
    {
      "commit": "78cb455f82134eb987e2134b3b919bb79cc95bd5",
      "tree": "7778026cb0ac7e57df6919b8037c110300a64043",
      "parents": [
        "b2565b18d03e1d33ff59cbb2dddc5920451ee660"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Thu Feb 28 11:05:02 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 17:34:30 2019 +0000"
      },
      "message": "[canvaskit][pathkit] Remove flaky/low-utility Debug tests\n\nBug: skia:\nNOTRY: true\nChange-Id: I316a341bdd6a108281e4a1a897c9b59793f270ad\nReviewed-on: https://skia-review.googlesource.com/c/196382\nAuto-Submit: Kevin Lubick \u003ckjlubick@google.com\u003e\nReviewed-by: Ben Wagner \u003cbenjaminwagner@google.com\u003e\nCommit-Queue: Ben Wagner \u003cbenjaminwagner@google.com\u003e\n"
    },
    {
      "commit": "b2565b18d03e1d33ff59cbb2dddc5920451ee660",
      "tree": "1a36c6c0ac792d4ae0c4d6942faa4196f68dafa4",
      "parents": [
        "a9a3dccf55d85ebfd304a012beabedeab53857e3"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Thu Feb 28 15:48:58 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 17:04:01 2019 +0000"
      },
      "message": "Roll third_party/externals/angle2 4b314eefc839..5de69e91bd93 (1 commits)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/4b314eefc839..5de69e91bd93\n\n\ngit log 4b314eefc839..5de69e91bd93 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-28 jmadill@chromium.org Add watchlist file for ANGLE.\n\n\nCreated with:\n  gclient setdep -r third_party/externals/angle2@5de69e91bd93\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE\nTBR\u003dscroggo@google.com\n\nChange-Id: I77bced26a0b3644eaa1e3c05c0d41305c3c470f9\nReviewed-on: https://skia-review.googlesource.com/c/196328\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "a9a3dccf55d85ebfd304a012beabedeab53857e3",
      "tree": "df6e1e218c8f61cf8086b15b808cab37bee7c119",
      "parents": [
        "ee0e5d0cd968138c32f5a743695acfa736d150d1"
      ],
      "author": {
        "name": "Florin Malita",
        "email": "fmalita@chromium.org",
        "time": "Thu Feb 28 11:05:01 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 16:44:00 2019 +0000"
      },
      "message": "solink with --start-group/--end-group\n\n(based on https://skia-review.googlesource.com/c/skia/+/145529/)\n\nBug: skia:\nChange-Id: Id8fb7dd706748f9ad602cc35a4e0d9b87ca97e00\nReviewed-on: https://skia-review.googlesource.com/c/196381\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    },
    {
      "commit": "ee0e5d0cd968138c32f5a743695acfa736d150d1",
      "tree": "39cd15fb5c9cfd88151261c9577e085492be3179",
      "parents": [
        "0374fdce1a9f74e8137e072fbdbe79e03b26a168"
      ],
      "author": {
        "name": "Leon Scroggins III",
        "email": "scroggo@google.com",
        "time": "Wed Feb 27 10:59:11 2019 -0500"
      },
      "committer": {
        "name": "Leon Scroggins",
        "email": "scroggo@google.com",
        "time": "Thu Feb 28 16:11:33 2019 +0000"
      },
      "message": "Enable Skia for Windows\n\nBug: b/117921091\nBug: b/123085931\nTest: mmma external/skia\n\nBased on ag/6098473. Generate an SkUserConfig for Windows, and update\nAndroid.bp with Windows in mind. Disable xps on Windows, as the\nAndroid Windows build system does not provide FontSub.h\n\nChange-Id: I755d225004ccbe273099889fea8dda01d23d03fc\nReviewed-on: https://skia-review.googlesource.com/c/195881\nAuto-Submit: Leon Scroggins \u003cscroggo@google.com\u003e\nReviewed-by: Jerome Gaillard \u003cjgaillard@google.com\u003e\nReviewed-by: Derek Sollenberger \u003cdjsollen@google.com\u003e\nCommit-Queue: Leon Scroggins \u003cscroggo@google.com\u003e\n"
    },
    {
      "commit": "0374fdce1a9f74e8137e072fbdbe79e03b26a168",
      "tree": "60c1e806d5cdf713e44ded4f7f16fbabdcc0c48b",
      "parents": [
        "f5ea37f9818003df5628d38bbf70c185261c9143"
      ],
      "author": {
        "name": "Hal Canary",
        "email": "halcanary@google.com",
        "time": "Thu Feb 28 10:54:37 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 28 15:58:20 2019 +0000"
      },
      "message": "SkQP Documentation\n\nNo-Try: true\nChange-Id: Id32e909544286eed701a1db8f0913a883af4215f\nReviewed-on: https://skia-review.googlesource.com/c/196380\nReviewed-by: Hal Canary \u003chalcanary@google.com\u003e\nCommit-Queue: Hal Canary \u003chalcanary@google.com\u003e\n"
    },
    {
      "commit": "f5ea37f9818003df5628d38bbf70c185261c9143",
      "tree": "cec7e34587d1d2712d93f280b876cf587d65abd7",
      "parents": [
        "b7b2da871e959ce9d412498b0378f5ace0dd5808"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Thu Feb 28 10:06:18 2019 -0500"
      },
      "committer": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Thu Feb 28 15:56:09 2019 +0000"
      },
      "message": "[canvaskit] Support image assets for Skottie\n\nThere\u0027s a lot of refactoring here to fix up the\nnamespace of the JS (see pre/postamble js).\n\nA reviewer can skip all the changes to interface.js,\nas they are mostly whitespace changes.\n\nBug: skia:\nChange-Id: I7cedeb98f04d4446ac4dfb555a416f30490b2b94\nReviewed-on: https://skia-review.googlesource.com/c/195885\nReviewed-by: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    }
  ]
}
