Commit Graph

40201 Commits

Author SHA1 Message Date
Kevin Lubick
53169df243 [canvaskit] Roll 0.4.1
Bug: skia:
Change-Id: I7d2750967ea5da83427a186b8fdd23d5d4aa69f2
Reviewed-on: https://skia-review.googlesource.com/c/196640
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-01 16:24:13 +00:00
Mike Klein
4dc70ecbdb fix labels in P3 gm
We first draw interpolating in P3, UPM+PM, then in sRGB, UPM+PM.
Looks like the last gradient got its labels as a copy and paste
from the second.

Add a todo to test the middle color somehow.  That's where we
either are or were going wrong, and it's an easy way to test
interpolation.

Change-Id: Ib7ff385c9244e33ee13fd206279119de25ce2eb6
Reviewed-on: https://skia-review.googlesource.com/c/196581
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-01 16:09:49 +00:00
Jim Van Verth
1223e7fc0a Add GrMtlPipelineStateCache.
Allows us to cache MTLRenderPipelines rather than regenerating them
for every use.

Bug: skia:
Change-Id: I3357d3bc6d644074bd9d544a8d5205af56d918e5
Reviewed-on: https://skia-review.googlesource.com/c/195127
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-03-01 14:48:59 +00:00
Florin Malita
a8c728f080 [canvaskit] Ignore image paths in Skottie asset keys
The name should be sufficient.

Change-Id: I451ae4a0f8d0f0864f07abc0405b591a6e2ca769
Reviewed-on: https://skia-review.googlesource.com/c/196506
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-03-01 14:39:29 +00:00
skia-autoroll
d4ae61053c Roll third_party/externals/angle2 5546fb4fdd85..1581ff030b9c (2 commits)
5546fb4fdd..1581ff030b


git log 5546fb4fdd85..1581ff030b9c --date=short --no-merges --format='%ad %ae %s'
2019-03-01 ynovikov@chromium.org Vulkan: disable VK_PRESENT_MODE_FIFO_KHR on Linux Intel
2019-03-01 brucedawson@chromium.org Fix logic for warningsAsErrors


Created with:
  gclient setdep -r third_party/externals/angle2@1581ff030b9c

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.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
TBR=scroggo@google.com

Change-Id: I6ef2b15c42783cb3fe1f6b96b0410786ef1a4c3e
Reviewed-on: https://skia-review.googlesource.com/c/196548
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-01 14:07:19 +00:00
Florin Malita
71a23d4195 [canvaskit] Consolidate Skottie assets
- use a single name -> SkData map for both images and fonts

 - consolidate images/fonts as a generic "assets" API

 - pass pre-constructed asset maps to the SkottieAssetManager factory
   and remove setter (immutable class at this point)

Bug: skia:
Change-Id: Ief6d3bcbba339ccd1d81fd9950871eaa691ee947
Reviewed-on: https://skia-review.googlesource.com/c/196503
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-01 13:14:12 +00:00
skia-autoroll
255569187f Roll third_party/externals/angle2 5de69e91bd93..5546fb4fdd85 (4 commits)
5de69e91bd..5546fb4fdd


git log 5de69e91bd93..5546fb4fdd85 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 tobine@google.com Vulkan:Adding custom pool allocator
2019-02-28 shrekshao@google.com Use string literal style for shader string in WebGLCompatibilityTest
2019-02-28 shrekshao@google.com add ext_float_blend feature and test
2019-02-28 ynovikov@chromium.org Require VK_EXT_queue_family_foreign for EGL_ANDROID_image_native_buffer support


Created with:
  gclient setdep -r third_party/externals/angle2@5546fb4fdd85

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.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
TBR=scroggo@google.com

Change-Id: Id0c4640371e51484b7009e89a835d35cf5af1149
Reviewed-on: https://skia-review.googlesource.com/c/196468
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-01 02:10:57 +00:00
Chris Dalton
906430d4b4 Make GrMesh compatible with instanced draws that have no attribs
Bug: skia:
Change-Id: Ia366e20608670df34ab2db3966f5beaa23242592
Reviewed-on: https://skia-review.googlesource.com/c/196162
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-02-28 23:19:22 +00:00
Mike Reed
011d166d37 Move responsibility to onMakeContext for device colorspace decision
Prior to this CL, we always used raster-pipeline if the device had a
colorspace. In this CL, we defer to individual shaders to decide if they can still
use the legacy path (onMakeContext).

The motivation is purely performance (and perhaps short-term backwards
compat): the legacy blits are usually faster, so staying in them
(as long as we still draw correctly) is preferable.

Causes some (mostly unimportant) rebaselines, esp. around bilerp, as the
rasterpipeline does a much better (but slower) job of it, and now we will
use the legacy bilerp more often.

Bug: skia:8793
Change-Id: I1e7e482a863a1a09ffef86a87e2aa9a4a8d1b9b5
Reviewed-on: https://skia-review.googlesource.com/c/195888
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-28 22:50:02 +00:00
Kevin Lubick
88aff5fecd [canvaskit] Add support for external fonts
We ignore the url for web fonts, as we assume the names
will not collide.

Bug: skia:
Change-Id: Ifaaa0d27e0de2c5088bc0885c9299bb83ee78a5d
Reviewed-on: https://skia-review.googlesource.com/c/196426
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-02-28 21:24:52 +00:00
Chris Dalton
d31b5e7489 Revert "Drop unused shader support for sample variables"
This restores support for sample variables and improves on the
original API.

A test will come once we restore support for sample locations.

Bug: skia:
Change-Id: I350cc08477c532a13ff7acdd8055c0aa65c51d26
Reviewed-on: https://skia-review.googlesource.com/c/195720
Reviewed-by: Ethan Nicholas <ethannicholas@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-02-28 21:19:22 +00:00
Brian Osman
3d76d1bf46 Particles: Removed emitters, added more full-featured position affectors
Bug: skia:
Change-Id: Ie6485a11bb57fecef470d727dcf3b4fe5dff0b90
Reviewed-on: https://skia-review.googlesource.com/c/195582
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-02-28 21:16:02 +00:00
skia-autoroll
09ff13c42d Roll third_party/externals/swiftshader c6eb41bebc27..a1924739029e (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/c6eb41bebc27..a1924739029e


git log c6eb41bebc27..a1924739029e --date=short --no-merges --format='%ad %ae %s'
2019-02-28 bclayton@google.com SpirvShader: Fix variable construction of non input/output storage.
2019-02-28 hliatis@google.com Advertise support for VK_KHR_swapchain


Created with:
  gclient setdep -r third_party/externals/swiftshader@a1924739029e

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I5c3801d5bf902335db5721b16e90139efd281848
Reviewed-on: https://skia-review.googlesource.com/c/196338
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 20:53:32 +00:00
recipe-roller
4a8d21636d Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/fe83cfa6b43a5b7b6b82a80348d7698e749cc474 Add --current to rebase the current branch (hferreiro@igalia.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Iaacfdb3df414353a27082775f9bd10d599e6ed0b
Reviewed-on: https://skia-review.googlesource.com/c/196425
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-28 20:35:02 +00:00
skia-autoroll
86c66a682c Roll third_party/externals/swiftshader bc63cf9c511b..c6eb41bebc27 (3 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/bc63cf9c511b..c6eb41bebc27


git log bc63cf9c511b..c6eb41bebc27 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 hliatis@google.com Add basic VkSurfaceKHR (Xlib only for now)
2019-02-28 chrisforbes@google.com Remove partial logic op support
2019-02-28 chrisforbes@google.com Use sample count from multisample state, not from attachment 0


Created with:
  gclient setdep -r third_party/externals/swiftshader@c6eb41bebc27

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I8bf44d5b732e483fe22e38a9bfcd06287d138b90
Reviewed-on: https://skia-review.googlesource.com/c/196336
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 19:55:52 +00:00
Jim Van Verth
e94af49a3f Fix a couple of Mac windowing issues.
* Set correct backing size for Metal and Vulkan
* Don't capture mouse events when resizing

Bug: skia:8737
Change-Id: I7798ca95aebe0c11b75b23a55a94514550317b32
Reviewed-on: https://skia-review.googlesource.com/c/196423
Auto-Submit: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-02-28 19:24:52 +00:00
Brian Salomon
7d88f310a9 Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo.
Bug: skia:8800
Change-Id: I39d1ac62ab9a0d4f987c23de96c644aa9b2fa70e
Reviewed-on: https://skia-review.googlesource.com/c/196161
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-02-28 19:02:20 +00:00
skia-autoroll
06f01bd71e Roll third_party/externals/swiftshader 201f136c9907..bc63cf9c511b (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/201f136c9907..bc63cf9c511b


git log 201f136c9907..bc63cf9c511b --date=short --no-merges --format='%ad %ae %s'
2019-02-28 chrisforbes@google.com Fix Context::colorWriteActive to consider all rendertargets


Created with:
  gclient setdep -r third_party/externals/swiftshader@bc63cf9c511b

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I542e93af4e38bdbd4847d2332427b9fd427cb972
Reviewed-on: https://skia-review.googlesource.com/c/196334
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 19:01:01 +00:00
Nico Weber
0af08136f6 skia: Fix -Wextra-semi warnings in non-dcheck builds.
Use SkDEBUGCODE(...;) instead of SkDEBUGCODE(...);

clang-format has trouble formatting the new spelling, but
it's already commonly used in skia, and if you have something
SkDEBUGCODE instead of just checking `#if SK_DEBUG` then
there isn't all that much you can do.

(You could make SkDEBUGCODE() insert a static_assert(true, "")
at the end to eat semicolons after it, but that's also
a bit gross. And many SkDEBUGCODE()s already put the ; inside
the parens.)

Bug: chromium:926235
Change-Id: I57bc800309283b7206082d8a7acc4b462a3b4cfa
Reviewed-on: https://skia-review.googlesource.com/c/196421
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Nico Weber <thakis@chromium.org>
2019-02-28 18:54:50 +00:00
Michael Ludwig
1433cfd7c4 Reland "Add general quad API to SkGpuDevice"
This reverts commit 24adb3a356.

Reason for revert: fixes SkGpuDevice extraction when running gbr configs in dm.

Original change's description:
> Revert "Add general quad API to SkGpuDevice"
>
> This reverts commit 339e1cc8d4.
>
> Reason for revert: compositor GM breaks dm on windows
>
> Original change's description:
> > Add general quad API to SkGpuDevice
> >
> > Heavily refactors SkGpuDevice's internal texturing code in an attempt
> > to consolidate entry points for drawing an image. Helps lay the ground
> > work for eventually implementing bitmap tiling with per-edge AA.
> >
> > Bug: skia:
> > Change-Id: I9feb86d5315d73119deb21e954c45e45513a63f6
> > Reviewed-on: https://skia-review.googlesource.com/c/191571
> > Commit-Queue: Michael Ludwig <michaelludwig@google.com>
> > Reviewed-by: Brian Salomon <bsalomon@google.com>
>
> TBR=bsalomon@google.com,robertphillips@google.com,michaelludwig@google.com
>
> Change-Id: I74bc7eb08855dff5535cf809fc47ce6f16d2c15d
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: skia:
> Reviewed-on: https://skia-review.googlesource.com/c/195889
> Reviewed-by: Michael Ludwig <michaelludwig@google.com>
> Commit-Queue: Michael Ludwig <michaelludwig@google.com>

TBR=bsalomon@google.com,robertphillips@google.com,michaelludwig@google.com

Change-Id: I667eb5b4d1253b050670a64de9f0aa70f4df3a5e
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/196160
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Michael Ludwig <michaelludwig@google.com>
2019-02-28 18:44:20 +00:00
Brian Osman
57a06e24d6 Fix scaling error in SkLights::makeColorSpace
Lights are in [0, 1], so converting to SkColor requires scaling.

Bug: skia:
Change-Id: I54726fa6abcc9a801ae51f4ee2a24c067656effd
Reviewed-on: https://skia-review.googlesource.com/c/196420
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-28 18:30:01 +00:00
skia-autoroll
ff56728ebb Roll ../src 61d99852c465..1dc32aecaa61 (2053 commits)
61d99852c4..1dc32aecaa


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


Created with:
  gclient setdep -r ../src@1dc32aecaa

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.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
TBR=scroggo@google.com

Change-Id: Ib31fc35f136c9e2df5c01c22a5c9a64aadd75338
Reviewed-on: https://skia-review.googlesource.com/c/196331
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 17:53:01 +00:00
Ben Wagner
b8a3f9d6b8 Remove OS condition from isolate files
Change-Id: Ib8e7d4dd40bb8e59b0901ef40351ccae924749d2
Reviewed-on: https://skia-review.googlesource.com/c/196384
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-02-28 17:40:00 +00:00
Kevin Lubick
78cb455f82 [canvaskit][pathkit] Remove flaky/low-utility Debug tests
Bug: skia:
NOTRY: true
Change-Id: I316a341bdd6a108281e4a1a897c9b59793f270ad
Reviewed-on: https://skia-review.googlesource.com/c/196382
Auto-Submit: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2019-02-28 17:34:30 +00:00
skia-autoroll
b2565b18d0 Roll third_party/externals/angle2 4b314eefc839..5de69e91bd93 (1 commits)
4b314eefc8..5de69e91bd


git log 4b314eefc839..5de69e91bd93 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 jmadill@chromium.org Add watchlist file for ANGLE.


Created with:
  gclient setdep -r third_party/externals/angle2@5de69e91bd93

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.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
TBR=scroggo@google.com

Change-Id: I77bced26a0b3644eaa1e3c05c0d41305c3c470f9
Reviewed-on: https://skia-review.googlesource.com/c/196328
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 17:04:01 +00:00
Florin Malita
a9a3dccf55 solink with --start-group/--end-group
(based on https://skia-review.googlesource.com/c/skia/+/145529/)

Bug: skia:
Change-Id: Id8fb7dd706748f9ad602cc35a4e0d9b87ca97e00
Reviewed-on: https://skia-review.googlesource.com/c/196381
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-02-28 16:44:00 +00:00
Leon Scroggins III
ee0e5d0cd9 Enable Skia for Windows
Bug: b/117921091
Bug: b/123085931
Test: mmma external/skia

Based on ag/6098473. Generate an SkUserConfig for Windows, and update
Android.bp with Windows in mind. Disable xps on Windows, as the
Android Windows build system does not provide FontSub.h

Change-Id: I755d225004ccbe273099889fea8dda01d23d03fc
Reviewed-on: https://skia-review.googlesource.com/c/195881
Auto-Submit: Leon Scroggins <scroggo@google.com>
Reviewed-by: Jerome Gaillard <jgaillard@google.com>
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-02-28 16:11:33 +00:00
Hal Canary
0374fdce1a SkQP Documentation
No-Try: true
Change-Id: Id32e909544286eed701a1db8f0913a883af4215f
Reviewed-on: https://skia-review.googlesource.com/c/196380
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-28 15:58:20 +00:00
Kevin Lubick
f5ea37f981 [canvaskit] Support image assets for Skottie
There's a lot of refactoring here to fix up the
namespace of the JS (see pre/postamble js).

A reviewer can skip all the changes to interface.js,
as they are mostly whitespace changes.

Bug: skia:
Change-Id: I7cedeb98f04d4446ac4dfb555a416f30490b2b94
Reviewed-on: https://skia-review.googlesource.com/c/195885
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-02-28 15:56:09 +00:00
Mike Klein
b7b2da871e set -fcolor-diagnostics when is_clang
I've been setting this in extra_cflags for a couple years...
maybe it's time everyone gets color in their warnings.

Change-Id: I1fed38a521fe9331b60fbb0688d39b5188a86aca
Reviewed-on: https://skia-review.googlesource.com/c/196360
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-28 15:19:30 +00:00
skia-autoroll
1179d5dfaf Roll third_party/externals/angle2 aaa17b8528d8..4b314eefc839 (2 commits)
aaa17b8528..4b314eefc8


git log aaa17b8528d8..4b314eefc839 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 jmadill@chromium.org Win7: No warnings as errors in FragData test.
2019-02-28 syoussefi@chromium.com Vulkan: ES3 dEQP suppressions


Created with:
  gclient setdep -r third_party/externals/angle2@4b314eefc839

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.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
TBR=scroggo@google.com

Change-Id: I5e832a45986bc9f49a345c5a03a4f9c84ebbc102
Reviewed-on: https://skia-review.googlesource.com/c/196271
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 06:48:50 +00:00
skia-autoroll
f80078b4c6 Roll third_party/externals/swiftshader 3014e76bab03..201f136c9907 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/3014e76bab03..201f136c9907


git log 3014e76bab03..201f136c9907 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 chrisforbes@google.com Remove remnants of non-descriptor-backed textures


Created with:
  gclient setdep -r third_party/externals/swiftshader@201f136c9907

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I2378d2930095641b3d227fb7de9106cabbc3216d
Reviewed-on: https://skia-review.googlesource.com/c/196261
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 05:08:54 +00:00
skia-autoroll
6b59860fa1 Roll third_party/externals/swiftshader dfc0f3b7a757..3014e76bab03 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/dfc0f3b7a757..3014e76bab03


git log dfc0f3b7a757..3014e76bab03 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 headlessclayton@gmail.com Add regres test lists.


Created with:
  gclient setdep -r third_party/externals/swiftshader@3014e76bab03

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: Ie24b3d6559ac0749f007b860b8e25b04924abba3
Reviewed-on: https://skia-review.googlesource.com/c/196247
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 03:16:04 +00:00
skia-autoroll
90043480b5 Roll third_party/externals/swiftshader 83fc5445e748..dfc0f3b7a757 (5 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/83fc5445e748..dfc0f3b7a757


git log 83fc5445e748..dfc0f3b7a757 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 headlessclayton@gmail.com SpirvShader: Move emit() instructions to their own functions
2019-02-28 headlessclayton@gmail.com SpirvShader: Debug print human readable opcode names
2019-02-28 headlessclayton@gmail.com SpirvShader: Move type declaration out to its own function
2019-02-28 headlessclayton@gmail.com SpirvShader: Add support for DescriptorSet and Binding decorations
2019-02-28 headlessclayton@gmail.com SpirvShader: Add SIMD namespace.


Created with:
  gclient setdep -r third_party/externals/swiftshader@dfc0f3b7a757

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I28308d0d1bdf2968cf28ba88a8746d17020d9ba6
Reviewed-on: https://skia-review.googlesource.com/c/196240
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-28 02:22:35 +00:00
skia-autoroll
0cedddc142 Roll third_party/externals/swiftshader 17078c70fc9c..83fc5445e748 (6 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/17078c70fc9c..83fc5445e748


git log 17078c70fc9c..83fc5445e748 --date=short --no-merges --format='%ad %ae %s'
2019-02-27 chrisforbes@google.com Add support for OpVectorShuffle
2019-02-27 chrisforbes@google.com Add support for OpCompositeExtract
2019-02-27 chrisforbes@google.com Add support for OpCompositeInsert
2019-02-27 chrisforbes@google.com Add complex type walker for literal indexes
2019-02-27 chrisforbes@google.com Add support for OpCompositeConstruct
2019-02-27 chrisforbes@google.com Add GenericValue wrapper for either an Intermediate or a constant


Created with:
  gclient setdep -r third_party/externals/swiftshader@83fc5445e748

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I5b6050586a51dc109279e584617640f0d988ee47
Reviewed-on: https://skia-review.googlesource.com/c/196082
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-27 22:45:22 +00:00
Mike Klein
1c94143772 round when writing lowp 565 or 4444
All math discovered the lazy way through brute force.
Some of it makes sense when you think about it.

Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Bug: skia:8799
Change-Id: I044b0bf702cf5a5648f5017d58cc7e5d0ac09a7d
Reviewed-on: https://skia-review.googlesource.com/c/196010
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-27 21:48:51 +00:00
skia-autoroll
45c049c1f7 Roll third_party/externals/angle2 009696c56169..aaa17b8528d8 (1 commits)
009696c561..aaa17b8528


git log 009696c56169..aaa17b8528d8 --date=short --no-merges --format='%ad %ae %s'
2019-02-27 ynovikov@chromium.org Restrict OpenGL/Vulkan test window re-creation workaround to NVIDIA


Created with:
  gclient setdep -r third_party/externals/angle2@aaa17b8528d8

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.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
TBR=scroggo@google.com

Change-Id: I7b196cb8ea989874f2733bd2bd2a29ab3d9be20f
Reviewed-on: https://skia-review.googlesource.com/c/196014
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-27 21:47:56 +00:00
Mike Reed
31cc6d7917 utility to check if floats are [0...1]
Bug: skia:
Change-Id: I9bab3ff73d3934786d7457c4b1bcf67d01c653f3
Reviewed-on: https://skia-review.googlesource.com/c/196060
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-27 21:43:31 +00:00
skia-autoroll
aee41a1792 Roll third_party/externals/swiftshader 105fd0f651d1..17078c70fc9c (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/105fd0f651d1..17078c70fc9c


git log 105fd0f651d1..17078c70fc9c --date=short --no-merges --format='%ad %ae %s'
2019-02-27 senorblanco@chromium.org Fix push & pop of XMM registers.


Created with:
  gclient setdep -r third_party/externals/swiftshader@17078c70fc9c

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I9ac72e3f02aeee159ba000ea30efea9d47f0811d
Reviewed-on: https://skia-review.googlesource.com/c/196015
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-27 21:42:51 +00:00
skia-autoroll
8d77e94b8a Roll third_party/externals/swiftshader 928dfeed1796..105fd0f651d1 (4 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/928dfeed1796..105fd0f651d1


git log 928dfeed1796..105fd0f651d1 --date=short --no-merges --format='%ad %ae %s'
2019-02-27 headlessclayton@gmail.com VkDebug.hpp: Call abort() after assert(false)
2019-02-27 headlessclayton@gmail.com CMake: Add DCHECK_ALWAYS_ON flag
2019-02-27 headlessclayton@gmail.com Fix warnings raised during release builds
2019-02-27 headlessclayton@gmail.com Suppress LLVM warnings raised during release builds.


Created with:
  gclient setdep -r third_party/externals/swiftshader@105fd0f651d1

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: Ia6b945fc2809393b52d14759fe38318d83247f7b
Reviewed-on: https://skia-review.googlesource.com/c/196005
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-27 20:42:51 +00:00
Mike Klein
e9fc58663e mark more methods inline
Since these are all already static, it doesn't have any real functional
impact in terms of linking or codegen.  But it does supress unused
function warnings in compilation units that don't use everything.

Add a new SI boilerplate macro to go along with SINT and SIT.

Change-Id: If2c09951b7453338dd20a3a88e3abbee5eefcd27
Reviewed-on: https://skia-review.googlesource.com/c/195921
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
2019-02-27 20:27:10 +00:00
Mike Klein
41b995c4fb specialize if_then_else(int4,float4,float4)
Add SSE, SSE4.1, and NEON specializations.

The if_then_else() unit tests in SkVxTest.cpp should cover this.

I had to give up on my dream of not using Skia headers for now.  There's
really no good way of knowing whether we've got SSE4.1 support in MSVC
except when we explicitly define SK_CPU_SSE_LEVEL=SK_CPU_SSE_LEVEL_SSE41.

This refactor to use SK_CPU_SSE_LEVEL let MSVC point out a slight
ordering problem that would cause an infinite loop calling any of
the specializions like sqrt(float2).  I believe moving them after
the float4 specializations will fix that.

Change-Id: I83639f378a182716d1b37e92b6d725472698f874
Reviewed-on: https://skia-review.googlesource.com/c/195920
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-27 20:12:20 +00:00
Michael Ludwig
24adb3a356 Revert "Add general quad API to SkGpuDevice"
This reverts commit 339e1cc8d4.

Reason for revert: compositor GM breaks dm on windows

Original change's description:
> Add general quad API to SkGpuDevice
> 
> Heavily refactors SkGpuDevice's internal texturing code in an attempt
> to consolidate entry points for drawing an image. Helps lay the ground
> work for eventually implementing bitmap tiling with per-edge AA.
> 
> Bug: skia:
> Change-Id: I9feb86d5315d73119deb21e954c45e45513a63f6
> Reviewed-on: https://skia-review.googlesource.com/c/191571
> Commit-Queue: Michael Ludwig <michaelludwig@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>

TBR=bsalomon@google.com,robertphillips@google.com,michaelludwig@google.com

Change-Id: I74bc7eb08855dff5535cf809fc47ce6f16d2c15d
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/195889
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
2019-02-27 19:42:31 +00:00
Michael Ludwig
339e1cc8d4 Add general quad API to SkGpuDevice
Heavily refactors SkGpuDevice's internal texturing code in an attempt
to consolidate entry points for drawing an image. Helps lay the ground
work for eventually implementing bitmap tiling with per-edge AA.

Bug: skia:
Change-Id: I9feb86d5315d73119deb21e954c45e45513a63f6
Reviewed-on: https://skia-review.googlesource.com/c/191571
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-27 19:07:20 +00:00
skia-autoroll
67d87128fd Roll third_party/externals/swiftshader 5edafb5ac109..928dfeed1796 (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/5edafb5ac109..928dfeed1796


git log 5edafb5ac109..928dfeed1796 --date=short --no-merges --format='%ad %ae %s'
2019-02-27 chrisforbes@google.com Return newly-created value from SpirvRoutine::createIntermediate
2019-02-27 chrisforbes@google.com Implement indexed draws


Created with:
  gclient setdep -r third_party/externals/swiftshader@928dfeed1796

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I1dadb71ff798b7cc81faf7dfe59781bb0323fca5
Reviewed-on: https://skia-review.googlesource.com/c/195946
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-27 18:24:30 +00:00
Eric Boren
113cba82e7 [recipes] Plumb task ID through to DM results
Bug: skia:
Change-Id: If5b71aba04964b61a634ccda7115c9f37a777468
Reviewed-on: https://skia-review.googlesource.com/c/195367
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2019-02-27 18:24:00 +00:00
Brian Osman
34d1331323 Particles: Improvements to SkCurve
Added explicit Linear segment type, merge math evaluation helpers for
scalar and color curves. Add logic to visitFields that cuts down on the
serialized size of simple curves, and makes the GUI easier to work with.

Remove the curve plot from the GUI. It was incorrect (wrong points at
cubic handle locations), not terribly helpful, and difficult to
maintain.

Bug: skia:
Change-Id: I190cb5d118b1f4b910984e4df50ee3351c8be895
Reviewed-on: https://skia-review.googlesource.com/c/195884
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-02-27 16:46:29 +00:00
Mike Reed
95835340b2 Avoid forcing rasterpipeline due to device colorspace
Step 0 of "optimizing" for cases where we don't need to force rasterpipeline.

0: treat device colorspace of sRGB as "no colorspace" for single colors
1: convert the color to the device's colorspace (cache xformer on device?)
2: query the shader, to see if its colorspace is the same (needs a new virtual on shaderbase?)

Bug: skia:8793
Change-Id: Id49388fb4f9b8933003efb8db7a620c795c36d83
Reviewed-on: https://skia-review.googlesource.com/c/195370
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-27 16:36:19 +00:00
Kevin Lubick
dc822b1c9e update canvaskit docs to new API
Also add a dynamic text shaping demo

No-Try: true
Docs-Preview: https://skia.org/?cl=195440
Bug: skia:
Change-Id: I1e220cecae080a6a643fed8a1b9771ba8fe60915
Reviewed-on: https://skia-review.googlesource.com/c/195440
Reviewed-by: Heather Miller <hcm@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2019-02-27 16:30:29 +00:00
skia-autoroll
0f5eac7fc6 Roll third_party/externals/swiftshader ead1a345a36c..5edafb5ac109 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/ead1a345a36c..5edafb5ac109


git log ead1a345a36c..5edafb5ac109 --date=short --no-merges --format='%ad %ae %s'
2019-02-27 sugoi@google.com Descriptor sets binding


Created with:
  gclient setdep -r third_party/externals/swiftshader@5edafb5ac109

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: If14da98c2defca6d91dd02728a7a626363e4ce1e
Reviewed-on: https://skia-review.googlesource.com/c/195851
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-27 16:25:59 +00:00