Commit Graph

40060 Commits

Author SHA1 Message Date
Jim Van Verth
6674077f46 Blacklist fontregen on IntelIris655-Vulkan
Bug: skia:8659
Change-Id: I48645518b16a1e467832c192aebb97c9ba9762e8
Reviewed-on: https://skia-review.googlesource.com/c/194192
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-02-22 17:35:35 +00:00
skia-autoroll
231d04fc27 Roll third_party/externals/swiftshader b607bc8800c1..7aafb27453d3 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/b607bc8800c1..7aafb27453d3


git log b607bc8800c1..7aafb27453d3 --date=short --no-merges --format='%ad %ae %s'
2019-02-22 headlessclayton@gmail.com Add CMake flag to treat warnings as errors


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

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=jvanverth@google.com

Change-Id: I67a7907c4559f4b7d2a6b604c127efad96e04192
Reviewed-on: https://skia-review.googlesource.com/c/194264
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-22 17:33:36 +00:00
Robert Phillips
6989370877 Move DrawingManager to RecordingContext
This CL does make use of a new GrRecordingContextPriv backdoor to break CL deadlocks. This occurs when this CL tries to create GrContext-dependent objects outside its scope.

Change-Id: I278fe9d321f8e0a4f5e9b489b1a5cc01b8974521
Reviewed-on: https://skia-review.googlesource.com/c/191287
Reviewed-by: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-22 17:25:00 +00:00
skia-autoroll
54b57e9bad Roll third_party/externals/angle2 b9039bf76bf3..cf9b2853a7e7 (1 commits)
b9039bf76b..cf9b2853a7


git log b9039bf76bf3..cf9b2853a7e7 --date=short --no-merges --format='%ad %ae %s'
2019-02-22 jmadill@chromium.org Roll Google Test.


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

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=jvanverth@google.com

Change-Id: I6a8556de619e8c0192f3aaa1f5415470fa5074aa
Reviewed-on: https://skia-review.googlesource.com/c/194263
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-22 17:19:40 +00:00
Greg Daniel
59dc1481a0 Track GrVkResources in command buffer associated with pipeline barriers.
This makes sure we don't call the release proc on an external image before
the transition to the external queue finishes on the gpu.

Bug: skia:
Change-Id: I35b0e3899fcd859cd5ccaa57df9427a47d434210
Reviewed-on: https://skia-review.googlesource.com/c/194004
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-02-22 16:56:37 +00:00
Ben Wagner
b1f5d619e8 Upgrade MacBookAir7.2 to macOS 10.14; rename jobs to include OS version
Also add a NativeFonts job for this bot so we have coverage of 10.14.

Change-Id: I8536d7725eb3492b59318695dd3ecadad76b68ff
Reviewed-on: https://skia-review.googlesource.com/c/194022
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
2019-02-22 16:25:05 +00:00
Brian Salomon
8cabb327e7 Make it safe to enter the cache from a GrTexture idle proc.
This fixes an issue in Chrome where Skia is calling a promise SkImage
texture release proc from ~SkImage that in turn flushes a SkSurface.
Prior to this change this caused an assert because we had already
decremented the GrTexture's ref count priot to calling the release
proc. This made the GrTexture purgeable, but the cache had not yet
been notified that the texture was purgeable and still had it in its
array of non-purgeable resources. This triggered an assert in the
cache's self-validation checks during the flush.

Now we call the release proc just prior to decrementing the ref count.
This also makes it legal to re-ref the resources from the release proc.

Bug: chromium:933526
Change-Id: I8cd921b77ca3dfe112089f9a553c1a625160d16d
Reviewed-on: https://skia-review.googlesource.com/c/194000
Reviewed-by: Greg Daniel <egdaniel@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-02-22 16:12:35 +00:00
Mike Reed
aa76bc1388 update docs for backdrop
Bug: skia:
Change-Id: Ic3f7ad4b730d6aa616ec75dd6179d96327716b59
Reviewed-on: https://skia-review.googlesource.com/c/194003
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-22 16:07:25 +00:00
Kevin Lubick
1ba9c4df77 [canvaskit] JS API in place for shaped text
Depends on https://skia-review.googlesource.com/c/skia/+/186870

It's optional at build time, which is good given that
it adds about 2MB of uncompressed size (from 4.3 MB to 6.4 MB)

Bug: skia:
Change-Id: I5f54ad628b735c3bc880e917394fb27d16849ebe
Reviewed-on: https://skia-review.googlesource.com/c/187924
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-02-22 15:39:55 +00:00
recipe-roller
18e5841c0d 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.
recipe_engine:
  https://crrev.com/55eb941710a0632db6973ddda5f53186c75b58fe [swarming] update client version (tikuta@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I04579c874a5dbeb6a2ae10dc5827836f9ab6a4c6
Reviewed-on: https://skia-review.googlesource.com/c/194184
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-22 15:04:34 +00:00
Tom Anderson
b1beba53b7 Make SkFontConfigInterface_direct and sysroot-aware
CL [1] adds support for setting the fontconfig sysroot with an environment
variable.  Chromium plans on using this in tests.

The string returned when getting the FC_FILE property is relative to the
sysroot, so to get the full path, the sysroot must be prepended.

[1] https://cgit.freedesktop.org/fontconfig/commit/?id=730deada8cf609157d07b7c2bf2985672614c4c0

Bug: chromium:822737,chromium:908463
R=bungeman
Change-Id: I6d9dfbb3bdc6bdcd2aab73e757dcef46ae9229e4
Reviewed-on: https://skia-review.googlesource.com/c/127108
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-22 15:03:54 +00:00
Mike Reed
c6461681d6 add hinting to gm
Bug: skia:
Change-Id: I620e0248a87de9388c30f48a30189e6431755b99
Reviewed-on: https://skia-review.googlesource.com/c/194183
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-22 13:56:25 +00:00
recipe-roller
fdd15284af 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.
recipe_engine:
  https://crrev.com/817452a9699e42bede7afbf465baad7e46e48c98 Add StatusAnyFailure post-processing step (sergiyb@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Iff03c808a60c3e0f5c2418c69959eec7f199df3a
Reviewed-on: https://skia-review.googlesource.com/c/194182
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-22 11:22:34 +00:00
recipe-roller
b7cddd1ec9 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/3acdefa9aad9d0bf7bb601b44d22e00cf8661363 Omit "Skipping <branch>" message when unneeded (hferreiro@igalia.com)
  https://crrev.com/9f273d01c0d566df0b80283047cf9950c207835d Limit the rebase-update call after reparent-branch (hferreiro@igalia.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ib67270209a83475d6f70e0371db62ef9a778eb88
Reviewed-on: https://skia-review.googlesource.com/c/194181
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-22 10:31:34 +00:00
skia-autoroll
969659dbb3 Roll third_party/externals/angle2 962c222aa3be..b9039bf76bf3 (2 commits)
962c222aa3..b9039bf76b


git log 962c222aa3be..b9039bf76bf3 --date=short --no-merges --format='%ad %ae %s'
2019-02-22 syoussefi@chromium.org Vulkan: fix numerous formats missing support
2019-02-21 timvp@google.com Reland "Create Container ANGLE APK"


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

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=jvanverth@google.com

Change-Id: I319c451fba194d74e2bd2e62faa59ec68d5881c0
Reviewed-on: https://skia-review.googlesource.com/c/194160
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-22 06:52:24 +00:00
recipe-roller
26657a95c9 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/c0546b9817eea795277e517d5dac382d6b69b778 presubmit: support 'Bug: 1234, 5678' (crouleau@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I9c8fdc79268d36131c94c7ddd9cf4233418eee86
Reviewed-on: https://skia-review.googlesource.com/c/194180
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-22 06:44:04 +00:00
skia-recreate-skps
1d4d3d5e07 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: Ia7da5988f47c044779ac9ccffc3e85ce26c56820
Reviewed-on: https://skia-review.googlesource.com/c/194120
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-22 05:52:34 +00:00
recipe-roller
9431161ca9 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.
recipe_engine:
  https://crrev.com/e0d5a65ab39980274038a6a2ce86d49325b60c7f Revert "[scheduler] Avoid copying tags or build input from the parent build" (tandrii@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I5574a214c59f10f9d0fd51d9477514db15bd073f
Reviewed-on: https://skia-review.googlesource.com/c/194101
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-22 04:19:04 +00:00
skia-autoroll
6a00e68a34 Roll third_party/externals/swiftshader 3fc635ac4a7f..b607bc8800c1 (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/3fc635ac4a7f..b607bc8800c1


git log 3fc635ac4a7f..b607bc8800c1 --date=short --no-merges --format='%ad %ae %s'
2019-02-22 hliatis@google.com vkGetDescriptorSetLayoutSupportKHR listed wrong
2019-02-22 hliatis@google.com Update ICD version to 3.0


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

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=jvanverth@google.com

Change-Id: I773db1d199296b085d2991a6a98b96eedee79ac8
Reviewed-on: https://skia-review.googlesource.com/c/194080
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-22 02:24:14 +00:00
recipe-roller
e9912ca049 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/634b29c62cefc8ea55751788e08be38c43e2db01 [OWNERS] revive agable (tikuta@chromium.org)
  https://crrev.com/36974ad871c99ded00255730b1d2b3216910d46d metrics_utils: Fallback to HEAD if upstream is None. (ehmaldonado@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I0330fc0f6476d564aee089d0790b377ce073b4b3
Reviewed-on: https://skia-review.googlesource.com/c/194061
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-22 00:39:44 +00:00
Robert Phillips
2184fb7bbd Move StrikeCache and TextBlobCache to RecordingContext
TBR=bsalomon@google.com
Change-Id: I09a918eee4fab2091b0cbbbe83bc66418e43045e
Reviewed-on: https://skia-review.googlesource.com/c/193471
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-02-21 23:01:32 +00:00
Robert Phillips
bce7d86270 Revert "SkSL now supports null child processors"
This reverts commit 0e8dc4ce36.

Reason for revert: ASAN complaints

Original change's description:
> SkSL now supports null child processors
> 
> Bug: skia:
> Change-Id: Icb3f2d57b393e3d40247aaad98c17344b507f0d7
> Reviewed-on: https://skia-review.googlesource.com/c/193379
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Florin Malita <fmalita@chromium.org>
> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>

TBR=bsalomon@google.com,ethannicholas@google.com,fmalita@chromium.org

Change-Id: Ibf739b3c6afd32d44f6b20705922618c29960d16
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/194020
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-21 22:54:08 +00:00
skia-autoroll
2356bf1471 Roll ../src dca111a7573e..61d99852c465 (495 commits)
dca111a757..61d99852c4


git log dca111a7573e..61d99852c465 --date=short --no-merges --format='%ad %ae %s'
2019-02-21 iapres@microsoft.com Fire UIA focus event, and add UIA test pass
2019-02-21 dmurph@chromium.org [IndexedDB] Moving IDBDatabase's PendingConnection to use ScopesLockManager
2019-02-21 bshaya@chromium.org Standalone tool for processing files with Cast Audio pipeline.
2019-02-21 dgozman@chromium.org Split RenderFrameObserver::DidStartProvisionalLoad
2019-02-21 robertocn@google.com [code coverage] Pass profile location var to vm and exfil data.
2019-02-21 alexclarke@chromium.org Refactor ScopedTaskEnvironment::MainThreadHasPendingTask and tests using it
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 04097a34d39e..a5230e24c600 (3 commits)
2019-02-21 rdevlin.cronin@chromium.org [Extensions] Properly handle file:-scheme URLs in optional permissions
2019-02-21 sergeyu@chromium.org [Fuchsia] Enable blink unittests on Fuchsia FYI bots.
2019-02-21 jiameng@chromium.org [Cros SR] Add ArcAppShortcut as a search result type
2019-02-21 oysteine@google.com Perfetto: Lower buffer memory size to 100MB
2019-02-21 chouinard@chromium.org [Feed Internals] Add User Classifier properties
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bb774460bda0..689da99593bd (5 commits)
2019-02-21 bsheedy@chromium.org Revert "Hide URL from lookalike URL warning interstitial."
2019-02-21 jzern@chromium.org Roll src/third_party/libwebm/source/ e4931ebc0..51ca718c3 (4 commits)
2019-02-21 kmilka@chromium.org [NTP] Add PRESUBMIT.py for local_ntp/
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 56006dcf659d..fda0617505c1 (4 commits)
2019-02-21 raul@tambre.ee //storage/browser/blob: Fix a few 64-bit truncation issues
2019-02-21 tienmai@chromium.org [GCPW] Remove reauth credential when user's token handle is still valid
2019-02-21 lukasza@chromium.org Remove MainFrame check in WebViewImpl::WidenRectWithinPageBound
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 345810843bb0..0e784189b200 (1 commits)
2019-02-21 sergeyu@chromium.org Fix skia::ConfigureTestFont() on mac to use correct path.
2019-02-21 robliao@chromium.org Add Windows Reviewers to All *_win* Files in //base
2019-02-21 mcasas@chromium.org Canvas: s/ProduceFrame/ProduceCanvasResource/
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 08573730b75a..962c222aa3be (1 commits)
2019-02-21 majidvp@chromium.org [Animation Worklet] Ensure dispatcher's done callback always runs
2019-02-21 rmcelrath@chromium.org Enable NetworkService by default on ChromeOS
2019-02-21 bpastene@chromium.org Bump all of chromeos-kevin-rel's tests out of experimental.
2019-02-21 rbpotter@chromium.org WebUI: Change tests to run with Polymer 1 for remaining migration
2019-02-21 hansberry@chromium.org Reland 'Smart Lock: Clear stale ProximityMonitor on disconnect.'
2019-02-21 samans@chromium.org Fix deadlock due to child throttling
2019-02-21 cmp@chromium.org Blob storage: Fix ChromeBlobStorageContext deleter to use DeleteOnIOThread
2019-02-21 oysteine@chromium.org Only send trace events to Perfetto in recording mode
2019-02-21 mukai@chromium.org Allow sending pinch events generated from the touchpad.
2019-02-21 sebmarchand@chromium.org Template SystemMonitor::MetricEvaluator to make it easier to augment it.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 575872e77e9c..84d35339f3bf (1 commits)
2019-02-21 oysteine@chromium.org Fix memlog JSON export when Perfetto is enabled
2019-02-21 mmenke@chromium.org Socket Pools Refactor 26: Rework QUIC and HTTP2 proxy auth.
2019-02-21 ellyjones@chromium.org flags: remove enable-captive-portal-random-url
2019-02-21 johnidel@chromium.org Measure main frame bytes and main frame ad bytes per-page
2019-02-21 acomminos@fb.com Add UseCounter measurement to isInputPending
2019-02-21 acolwell@google.com Fix nullptr_t compiler error.
2019-02-21 rmcelrath@chromium.org Completely disable MultiProfileDownloadNotificationTest.DownloadMultipleFiles
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia b0604e5c460c..9bb7f07652a6 (8 commits)
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0db2fb2c1cac..bb774460bda0 (5 commits)
2019-02-21 pasko@chromium.org Introduce crashpad_stackwalker for Android
2019-02-21 estade@chromium.org Mash: set BROWSER and CHROME_APP app type at initialization time.
2019-02-21 skym@chromium.org [Feed] Fix handling of pref change.
2019-02-21 svillar@igalia.com [s13n] Add identity::DiagnosticsProvider class
2019-02-21 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ e2381829e..986b2bef7 (10 commits)
2019-02-21 davidbienvenu@chromium.org Pass base::Process to child connection instead of ProcessHandle.
2019-02-21 sammc@chromium.org Remove --disable-new-zip-unpacker.
2019-02-21 etienneb@chromium.org Add fonts related tracing categories to slow-reports
2019-02-21 jrummell@chromium.org Allow MediaDrmStorage::Initialize() to pass empty UnguessableTokens
2019-02-21 piman@chromium.org Fix TRACE_EVENT in SharedImageStub
2019-02-21 andrewxu@chromium.org Refactor the search box code
2019-02-21 sdefresne@chromium.org Convert JsFindinpageManager to new JSONReader API
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc d6c6f16063b8..e11b7d2e8087 (2 commits)
2019-02-21 annelim@google.com [AF] Clear V2 strikes when autofill data wiped out
2019-02-21 alexclarke@chromium.org Remove unused external message loop support from base::Thread
2019-02-21 erikchen@chromium.org Fix another logic bug for --shard-index in base test triggerer.
2019-02-21 andrescj@chromium.org VAAPI-JDA: Extract VideoFrame-independent code into VaapiJpegDecoder.
2019-02-21 tbarzic@chromium.org Small cleanup in UpdateScreen
2019-02-21 thakis@chromium.org Remove semicolons in in-tree third-party deps and after some macros.
2019-02-21 mek@chromium.org [AppCache] Make AppCacheFrontend be a per-frame mojo interface.
2019-02-21 Tom.Tan@microsoft.com Correct _WIN64 to _M_X64 because unwind data is architecture specific
2019-02-21 twellington@chromium.org Finish cleanup from launching material incognito NTP
2019-02-21 Max) Gu [FCP++] Image: move NotifyPrePaintFinished to paint-tree end
2019-02-21 xhwang@chromium.org media: Disable logging override in jumbo builds
2019-02-21 xingliu@chromium.org Download home v2: Add owners for the feature flag.
2019-02-21 kuznetsovs@yandex-team.ru Fix multiple definitions of 'rippleColor'.
2019-02-21 kpaulhamus@chromium.org Update WebAuthn strings.
2019-02-21 thakis@chromium.org Roll src/third_party/breakpad/breakpad/ 9b06049ed..37a60998c (4 commits)
2019-02-21 tangltom@chromium.org [unified-consent] Update settings string on opt-in dialog
2019-02-21 hcarmona@chromium.org Navi: Only the chevron icon should be flipped for RTL languages.
2019-02-21 sebmarchand@chromium.org Add a MetricEvaluator class to SystemMonitor
2019-02-21 sebmarchand@chromium.org Add self as an owner of c/b/performance_monitor
2019-02-21 mukai@chromium.org Re-enable MimeHandlerViewTest and SmartSessionRestoreTest for Mash
2019-02-21 aleventhal@chromium.org Sync Mac NSAccessibility attributes with WebKit usage
2019-02-21 sergiyb@chromium.org Implement upload command in the update_wpr script
2019-02-21 stephen.kyle@arm.com Reland arm64/compiler: disable function outlining
2019-02-21 dmazzoni@chromium.org Tiny style cleanup: fix variable name case
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 3f48ecb3efb5..0eee33250ebb (1 commits)
2019-02-21 caitlinfischer@google.com Changed a misleading parameter name.
2019-02-21 odejesush@chromium.org Enable WebUsbAllowDevicesForUrls for desktop
2019-02-21 thakis@chromium.org Roll src/third_party/glslang/src/ 05d12a946..a51d3d9f2 (13 commits)
2019-02-21 lukasza@chromium.org Extract GetTrustworthyInitiator to remove code duplication in CORB/CORP.
2019-02-21 robertogden@chromium.org HTTPS Previews (NavThrottle): Early return if navigation is a subframe
2019-02-21 ellyjones@chromium.org flags: assign enable-async-dns
2019-02-21 rouslan@chromium.org [Payment Handler][Android] Show device bottom keys.
2019-02-21 jlebel@chromium.org [iOS] Adding detail text in TableViewImageItem
2019-02-21 thakis@chromium.org android: Remove some obsolete non-clang build bits.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium ce88174adfcf..04097a34d39e (2 commits)
2019-02-21 skyostil@chromium.org Tracing: Record more information for Java Looper tasks
2019-02-21 baileyberro@chromium.org smb: Add amistry@ and slangley@ to SMB owners
2019-02-21 weidongg@chromium.org Move updating update severity task to another bug
2019-02-21 akihiroota@chromium.org Revise implementation for setting contentInvalid
2019-02-21 ellyjones@chromium.org flags: assign try-supported-channel-layouts
2019-02-21 estade@chromium.org Disable a check in RenderWidgetHostInputEventRouterTest for Mash.
2019-02-21 mattcary@chromium.org Omnibox: remove/own unloved histograms.
2019-02-21 weidongg@chromium.org Add ChromeVox focus test for app list
2019-02-21 michaelbai@chromium.org Reland "Add ContentCapture in blink core"
2019-02-21 thakis@chromium.org protobuf: Fix -Wextra-semi warnings in local change to protobuf.
2019-02-21 majidvp@chromium.org [Animation Worklet] Consolidate dispatcher creation in web_frame_widget_base
2019-02-21 jmadill@chromium.org Revert "Toolchain with d3dcompiler_old.dll included"
2019-02-21 siggi@chromium.org RC: Eliminate SystemRC use from RenderProcessProbe.
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5740162091f5..0db2fb2c1cac (3 commits)
2019-02-21 mark@chromium.org Update Crashpad to 39e458b331b7ea09a20b1efbc001dee82b203bf2
2019-02-21 nickdiego@igalia.com ozone: Implement single window tab dragging
2019-02-21 tommycli@chromium.org Omnibox: Improve implementation of blue loop blue query experiment.
2019-02-21 yaoxia@chromium.org Add tentative WPT to verify download in sandbox
2019-02-21 hiroh@chromium.org GLImageNativePixmap: Take scoped_refptr in Initialize()
2019-02-21 jlebel@chromium.org [iOS] Updating the strings for Google services settings screen
2019-02-21 pmarko@chromium.org Allow persistent configuration of Ethernet service in shill
2019-02-21 lukasza@chromium.org WidenRectWithinPageBounds: comment about assummed *local* main frame.
2019-02-21 timvolodine@chromium.org [AW NS] Update CTS filter (HttpAuthHandlerTest)
2019-02-21 npm@chromium.org LongTasks: fix sibling layout test
2019-02-21 tonikitoo@igalia.com Switch blink::File to use new downcast helpers.
2019-02-21 cfroussios@chromium.org Disable PolicyTest.ExtensionAllowedTypes on Linux
2019-02-21 dsinclair@chromium.org Update third_party/glslang README.
2019-02-21 rch@chromium.org Add 5RTO to the QUIC connection_options param in fieldtrial_testing_config.json
2019-02-21 aarontag@chromium.org Change net::CookieStore::SetCookiesCallback to return CookieInclusionStatus
2019-02-21 benecene@gmail.com Fix DCHECKs being triggered while using color chooser dialog on Windows
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 9cf1796ae438..575872e77e9c (1 commits)
2019-02-21 nicolaso@chromium.org Managed UI: on CrOS, say 'Your Chromebook is managed'
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 826f2e7f340c..d6c6f16063b8 (2 commits)
2019-02-21 tonikitoo@igalia.com Switch to using the simple IdentityTestEnvironment ctor in AccountReconcilorTest
2019-02-21 benecene@gmail.com Fix crash when closing color chooser dialog on macos
2019-02-21 ikilpatrick@chromium.org [LayoutNG] Remove base::Optional::value() from core/layout/ng
2019-02-21 ellyjones@chromium.org Roll src/third_party/google_toolbox_for_mac/src/ 3c3111d3a..aa1a3d2d4 (75 commits)
2019-02-21 oysteine@chromium.org Revert "Tracing: Move the tracing service in-process again to figure out test flakes"
2019-02-21 avi@chromium.org Don't register for a callback if already registered.
2019-02-21 brucedawson@chromium.org Roll src/third_party/flatbuffers/src/ c72100949..4f32cbf26 (143 commits)
2019-02-21 sorin@chromium.org chrome/updater proof of concept: link with winhttp
2019-02-21 raul@tambre.ee //net: Fix various 64-bit truncation issues
2019-02-21 eui-sang.lim@samsung.com Replace blink::PlatformNotificationData::Direction with blink::mojom::NotificationDirection
2019-02-21 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11801.0.0 for chromeos.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader c1fd4087ddc9..3f48ecb3efb5 (2 commits)
2019-02-21 msarda@chromium.org Simplify scode when checking if account is allowed on start-up
2019-02-21 benjhayden@chromium.org Batch Histogram uploads.
2019-02-21 robertma@chromium.org [blinkpy] Start Xvfb more reliably
2019-02-21 arbesser@google.com [Autofill Assistant] Changes to the Details UI and proto in preparation of new use-cases.
2019-02-21 rohitrao@chromium.org [ios] Adds GN support for building ToT WebKit.
2019-02-21 manukh@chromium.org [omnibox] Add a flag for showing a blue search loop and search text.
2019-02-21 tikuta@chromium.org [luci-go] remove hooks
2019-02-21 tonikitoo@igalia.com [s13n] Migration AccountTrackerService use in AccountReconcilorTest
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 05ff93c43ea5..b0604e5c460c (2 commits)
2019-02-21 kevers@chromium.org Remove unused APIs for asynchrous mutations of animation worklets.
2019-02-21 cfroussios@chromium.org Disable IndexedDBBrowserTest.EmptyBlob on Windows (flaky)
2019-02-21 sullivan@chromium.org Disable failing browse:news:toi on all android
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 3b6663037fd5..42800babca08 (1 commits)
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d55d94e6c8e6..5740162091f5 (2 commits)
2019-02-21 brucedawson@chromium.org Toolchain with d3dcompiler_old.dll included
2019-02-21 cfroussios@chromium.org Revert "arm64/compiler: disable function outlining"
2019-02-21 twellington@chromium.org Allow toolbar texture capture while in tab switcher
2019-02-21 asvitkine@chromium.org Change my watchlist email alias for metrics xml files.
2019-02-21 cfroussios@chromium.org Mark virtual/video-surface-layer/media/video-object-fit.html as flaky on Mac
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 611d1fbc1736..345810843bb0 (6 commits)
2019-02-21 sorin@chromium.org Update traffic annotations for the component updater.
2019-02-21 sullivan@chromium.org Disable failing browse:news:cnn:2018 on go devices.
2019-02-21 stephen.kyle@arm.com arm64/compiler: disable function outlining
2019-02-21 dpranke@chromium.org Mark sync_integration_tests as experimental on Win10 x64.
2019-02-21 sinhak@chromium.org Reland "Declare Chrome OS Account Manager for field trial testing"
2019-02-21 ellyjones@chromium.org flags: remove input-view
2019-02-21 sullivan@chromium.org Correctly disable structured-clone-long-string-(de)serialize on webview
2019-02-21 treib@chromium.org Cleanup ProfileSyncServiceAndroid
2019-02-21 cfroussios@chromium.org Disable flaky test IndexedDBBrowserTest.Bug84933Test
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 203016613717..56006dcf659d (2 commits)
2019-02-21 sullivan@chromium.org Disable multitab:misc:typical24 on Windows
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 8933f3c80f39..05ff93c43ea5 (1 commits)
2019-02-21 fwang@igalia.com Export 2 WPT tests for intrinsic size of SVG images with CSS 'auto' size
2019-02-21 hanxi@google.com Introduce a static function Profile::GetSimpleFactoryKey.
2019-02-21 csharrison@chromium.org Deprecate downloads from x-origin opener navs
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6720e1b05070..d55d94e6c8e6 (4 commits)
2019-02-21 estevenson@chromium.org Android: Fix zh-hk handling for N+ APKs.
2019-02-21 cfroussios@chromium.org Disable some flaky TabUsageRecorderTestCase tests
2019-02-21 adityakeerthi@google.com ScopedFeatureList: Add support for enabling/disabling multiple features with parameters
2019-02-21 yuli@chromium.org Use Google Analytics for metrics collection.
2019-02-21 thakis@chromium.org Remove the last superfluous semicolons in ui/.
2019-02-21 siggi@chromium.org RC: Move browser and GPU process node management to performance_manager.
2019-02-21 cfroussios@chromium.org Disable flaky FeatureEngagementTestCase tests
2019-02-21 hanxi@google.com [Servicification] Introduce SimpleKeyedServiceFactory
2019-02-21 droger@chromium.org [signin] Add feature flag for mobile account consistency on Android
2019-02-21 sdefresne@chromium.org Preparation to convert GetPrimaryAccount to return CoreAccountInfo
2019-02-21 jkim@igalia.com OnionSoup: Move autoplay.mojom to public/mojom/autoplay
2019-02-21 rayankans@chromium.org Setup Background Services DevTools UI.
2019-02-21 fhorschig@chromium.org [Mfill Android] Invalidate item decorations on size change
2019-02-21 siggi@chromium.org RC: Split the TabHelper.
2019-02-21 rohitrao@chromium.org [ios] Adds the HttpServer to the ios_web_shell_eg2test runner app.
2019-02-21 nikitapodguzov@chromium.org Add PIN printing policies: allowed and default modes.
2019-02-21 horo@chromium.org Introduce GetLoadResultFromSignatureVerifierResult to send correct report
2019-02-21 jlebel@chromium.org [iOS] Adding sync error image in Google services settings
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9ffa8e300d0f..6720e1b05070 (3 commits)
2019-02-21 gambard@chromium.org [iOS] Cleanup Experimental flags
2019-02-21 aluo@chromium.org Remove folks who've left the team from OWNERS
2019-02-21 cfroussios@chromium.org Disable flaky test TabUsageRecorderTestCase.testColdLaunchReloadCount
2019-02-21 ahemery@chromium.org Navigation: Updating interface mocks in renderer side browser tests.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 348227b89430..8933f3c80f39 (1 commits)
2019-02-21 horo@chromium.org Implement Signed Exchange reporting for distributors
2019-02-21 droger@chromium.org [signin] Abort reconcile on mobile when missing token for primary account
2019-02-21 mmoskvitin@google.com [SendTabToSelf] Remove usages of SEND_TAB_TO_SELF as UserSelectableType
2019-02-21 alexilin@chromium.org metrics: Convert metrics allocators to the new shared memory API
2019-02-21 rkgibson@google.com Add counterfactual arm for clipboard image searches
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 36b3514fb564..611d1fbc1736 (1 commits)
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 252725d98627..826f2e7f340c (4 commits)
2019-02-21 hferreiro@igalia.com Replace blink::SnapAlignment wrapper with cc::SnapAlignment
2019-02-21 myid.shin@igalia.com Refactor: unsigned short -> uint16_t in third_party/blink/renderer/core/events
2019-02-21 ksolt@chromium.org [scheduler] Making Java TaskTraits documentation more understandable.
2019-02-21 gyuyoung@igalia.com OnionSoup: Remove all uses of Blink's WaitableEvent in PushPullFIFOSmokeTest
2019-02-21 ahemery@chromium.org Navigation: Handles NavigationClient for early terminations in the renderer.
2019-02-21 hferreiro@igalia.com Replace blink::SnapStrictness wrapper with cc::SnapStrictness
2019-02-21 hferreiro@igalia.com Replace blink::SnapAxis wrapper with cc::SnapAxis
2019-02-21 ahemery@chromium.org Navigation: Fixing url modification mismatch mechanism.
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0386b486ef75..9ffa8e300d0f (2 commits)
2019-02-21 vogelheim@chromium.org [trusted types] Support reporting and report-only mode.
2019-02-21 askaraitzhan@google.com Gate adding DeviceLocalAccountPolicies to system logs on device being managed, not user
2019-02-21 poromov@chromium.org Do not crash on duplicate policy invalidation names.
2019-02-21 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@aa0f35482051303dc56b7af13b23c5220caa8bc1
2019-02-21 jdemeulenaere@google.com Add wrapContentEnabled() to BottomSheetContent.
2019-02-21 gambard@chromium.org [iOS][web] Scheme handling in the WKWebView
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult b926cccbcca5..3b6663037fd5 (4 commits)
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 76d7ce275223..252725d98627 (18 commits)
2019-02-21 marcin@mwiacek.com Fix typo in log entry.
2019-02-21 nicolaso@chromium.org [BrowserSwitcher] Remove a 'const'
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 67164abc0b53..0386b486ef75 (2 commits)
2019-02-21 rkgibson@google.com Add new metrics enum cases for new clipboard provider match types
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 843709611fc5..9cf1796ae438 (1 commits)
2019-02-21 srirama.m@samsung.com Fix 2_tracks, 3_tracks wpt/webvtt tests
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 11d32c80958a..203016613717 (1 commits)
2019-02-21 djean@google.com [ios] Remove UrlLoader dispatch from BVC
2019-02-21 djean@google.com [ios] add FormData extraction api to password form helper
2019-02-21 yosin@chromium.org Make NGPaintFragmentTraversal::InlineDescendnatsOf() to return InlineDescendnatsRange
2019-02-21 tasak@google.com Revert "[WebURLLoaderImpl] Reset response body synchronously on cancel"
2019-02-21 leon.han@intel.com [ServiceWorker] Do not create SW providers for failed navigations
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bbac715780a6..67164abc0b53 (1 commits)
2019-02-21 oysteine@chromium.org Perfetto: Change producer sequence priority to USER_BLOCKING
2019-02-21 nhiroki@chromium.org PlzWorker: Rename DedicatedWorkerHostFactory::CreateDedicatedWorker() to CreateWorkerHost()
2019-02-21 yukishiino@chromium.org v8binding: Support mixture of [SecureContext] and inherited interface member
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9483d5f5d481..348227b89430 (2 commits)
2019-02-21 dstaessens@chromium.org media/gpu/test: Fixed video decoder tests hanging when waiting for events.
2019-02-21 jinho.bang@samsung.com PaymentRequest: Make modifiers member optional
2019-02-21 yhirano@chromium.org Enable ResourceLoadViaDataPipe
2019-02-21 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-02-21 sczs@chromium.org [ios] Reland Adds concurrent support for Legacy and Non Legacy Infobars.
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal febeb6ab1cf4..bbac715780a6 (1 commits)
2019-02-21 loyso@chromium.org WebApp: Add two utils to InstallFinalizer interface.
2019-02-21 yhirano@chromium.org Suppress http/.../timeline-flame-chart-automatically-size-window.js leak
2019-02-21 yhirano@chromium.org [WebURLLoaderImpl] Reset response body synchronously on cancel
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 385c9b3a3112..843709611fc5 (1 commits)
2019-02-21 hiroshige@chromium.org Remove InspectorNetworkAgent::replay_xhrs_to_be_deleted_
2019-02-21 hiroshige@chromium.org Remove ThreadableLoaderClient argument from WillSendEventSourceRequest
2019-02-21 ssauleau@igalia.com [wasm] memory/constructor: update evaluation order test
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/spirv-headers/src 8bea0a266ac9..e74c389f8191 (1 commits)
2019-02-21 ssilkin@chromium.org Enable VP9 SVC SW fallback for all platforms.
2019-02-21 tasak@google.com Revert "[Cros SR] Add an adaptive ranking model for search result types."
2019-02-21 yuli@chromium.org Whitelist CrOS Camera app to use metricsPrivate api.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia d45bb845fdd1..9483d5f5d481 (1 commits)
2019-02-21 dstaessens@chromium.org media/gpu/test: Merge video file test metadata into a single file.
2019-02-21 jtallon@igalia.com Make kMenuListPopup nodes a container with selectable children
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5ae6915dd7a4..febeb6ab1cf4 (2 commits)
2019-02-21 reillyg@chromium.org Reland "[webui] Convert remaining users of url.mojom.js to url.mojom-lite.js"
2019-02-21 adanilo@chromium.org Fix passive event listener warning
2019-02-21 tkent@chromium.org Rename platform/wtf/address_sanitizer.h
2019-02-21 jinsukkim@chromium.org Android: TabDelegateFactory.setShowBannersEnabled
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle eef531f1716a..08573730b75a (5 commits)
2019-02-21 jazzhsu@chromium.org [CrOS Video Player] Save/restore playback position
2019-02-21 tetsui@chromium.org chromeos: Add missing layouts to input_methods.txt
2019-02-21 hansberry@chromium.org Tether: Mark expiry dates for histograms.
2019-02-21 sidereal@google.com Stop crostini installer progress bar from going backwards (again)
2019-02-21 gyuyoung@igalia.com OnionSoup: Remove all uses of Blink's WaitableEvent in renderer/modules/service_worker
2019-02-21 jinho.bang@samsung.com Reland "PaymentRequest: Make displayItems optional"
2019-02-21 tasak@google.com Revert "Smart Lock: Clear stale ProximityMonitor on disconnect."
2019-02-21 gyuyoung@igalia.com BlinkMemoryMgt: Annotate the classes of renderer/core/style with the macros of Allocator
2019-02-21 yhirano@chromium.org Do not dispatch response body when suspended
2019-02-21 amistry@chromium.org Stop accessing ChromeAsyncExtensionFunction::results_ directly.
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 33f29f7edd77..5ae6915dd7a4 (4 commits)
2019-02-21 chaopeng@chromium.org Add log for direct manipulation
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 66de96980ae8..36b3514fb564 (1 commits)
2019-02-21 awolter@chromium.org Fetch Cast configuration from /data
2019-02-21 johnylin@chromium.org VAAPI/V4L2 VEA: double bitstream buffer size for encoding 2160p video
2019-02-21 tikuta@chromium.org [blink] allow to include .mojom-blink-forward.h
2019-02-21 ntfschr@chromium.org Safe Browsing: clean up the BillingInterstitial Feature
2019-02-21 khachatryan@chromium.org [ChromeDriver] Disable Python touch tests on Android platform
2019-02-21 amistry@chromium.org Migrate to UIThreadExtensionFunction for some fileManagerPrivate APIs.
2019-02-21 kelvinjiang@chromium.org [Extensions] Implement activity log stream
2019-02-21 dfried@chromium.org Location bar now reports minimum size.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia bf0bcfecda68..d45bb845fdd1 (9 commits)
2019-02-21 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 938811eef933..11d32c80958a (1 commits)
2019-02-21 rbpotter@chromium.org Print Preview: Avoid unnecessary preview generation
2019-02-21 tasak@google.com Revert "Report the number of files within ZIP file to SafeBrowsing"
2019-02-21 deanliao@chromium.org media_recorder: Improve VideoTrackRecorder::CanUseAcceleratedEncoder
2019-02-21 jdeblasio@chromium.org Hide URL from lookalike URL warning interstitial.
2019-02-21 nikunjb@chromium.org Fix unit test for extra UKM providers, for some platforms.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 2fe2862aba89..66de96980ae8 (1 commits)
2019-02-21 chrome-release-bot@chromium.org Updating trunk VERSION from 3713.0 to 3714.0
2019-02-21 rbpotter@chromium.org WebUI: Fix tests with Polymer 1
2019-02-21 tasak@google.com Revert "[webui] Convert remaining users of url.mojom.js to url.mojom-lite.js"
2019-02-21 hajimehoshi@chromium.org Pass per-frame task runner at PictureInPicture mojo bindings
2019-02-21 hcarmona@chromium.org Navi: Prevent double recording of 'continue' on multiple clicks.
2019-02-21 nigeltao@chromium.org Add "additional search terms" to the App Service
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle ffd399789203..eef531f1716a (1 commits)
2019-02-21 zmo@chromium.org Add fullscreen video power measurement tests.
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6cd828bffc03..33f29f7edd77 (3 commits)
2019-02-21 tkent@chromium.org Move CFI-related NO_SANITIZE_ macros
2019-02-21 tasak@google.com Revert "[ios] Adds concurrent support for Legacy and Non Legacy Infobars."
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 7d7746caf84d..385c9b3a3112 (1 commits)
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 8eddde2e7074..fde69dcd80cc (1 commits)
2019-02-21 reillyg@chromium.org [webui] Convert remaining users of url.mojom.js to url.mojom-lite.js
2019-02-21 ericwilligers@chromium.org CSS Style invalidation: match namespaced attributes
2019-02-21 govind@chromium.org Updating XTBs based on .GRDs from branch master
2019-02-21 emircan@chromium.org Revert "[Sheriff] Disable flaky GetDisplayMediaVideoAndAudio"
2019-02-21 iby@chromium.org docs: Note that clang_format.md doesn't apply to Chromium OS
2019-02-21 paulmiller@google.com Fix VariationsMurmurHash comment
2019-02-21 thestig@chromium.org Allow framesets to print again.
2019-02-21 katie@chromium.org Fire an AXAction for image annotations when "just this once" is selected.
2019-02-21 sczs@chromium.org [ios] Adds concurrent support for Legacy and Non Legacy Infobars.
2019-02-21 tby@chromium.org [Cros SR] Add an adaptive ranking model for search result types.
2019-02-21 thestig@chromium.org Use a constant inside printing::GetPrintTicket().
2019-02-21 sandersd@chromium.org [media] Always delete CommandBufferHelper on the GPU main thread.
2019-02-21 sczs@chromium.org [ios] Creates InfobarPasswordCoordinator.
2019-02-21 mrefaat@chromium.org Enable WKHTTPSystemCookieStore by default.
2019-02-21 xidachen@chromium.org Make pinch related gestures white listable
2019-02-21 reillyg@chromium.org [webui] Migrate time.mojom.js users to time.mojom-lite.js
2019-02-21 xiaohuic@google.com assistant: disable for dasher accounts
2019-02-21 thanhdng@chromium.org [Cros SR] Tweaking scores query-based app search
2019-02-21 xiaohuic@google.com assistant: clean up deprecated code
2019-02-21 sque@google.com infra: Add Chromium Win Goma RBE Staging builders
2019-02-21 eugenebut@google.com Remove GURLOriginWithWKSecurityOrigin from ios/web/public.
2019-02-21 khachatryan@chromium.org [ChromeDriver] Remove Chrome version check in Java tests for Android platform
2019-02-21 mxcai@chromium.org Settings: Fix navigation issues on site data details page.
2019-02-21 anastasi@google.com Skip Switch Access menu when there's only default actions
2019-02-21 janewman@microsoft.com Implement low hanging UIA properties
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5d614691a03a..6cd828bffc03 (11 commits)
2019-02-21 meiliang@chromium.org [TabGroupCard] Initial set up
2019-02-21 Deepak.Sharma@amd.com Use AMD_framebuffer_multisample_advanced for WebGL in AMD platforms
2019-02-21 jlklein@google.com [CryptAuth] Add no_pii_device_name to ExternalDeviceInfo.
2019-02-21 hollingum@google.com Chrome<->Ash plumbing for a persistent folder
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools b53fdae2f2dd..7d7746caf84d (1 commits)
2019-02-21 hansberry@chromium.org Tether: Remove old UMA histograms.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 76730a46a1d8..8eddde2e7074 (1 commits)
2019-02-21 cmp@chromium.org IndexedDB: Bind browser-side IDB mojo interfaces on IDB task runner
2019-02-21 dpapad@chromium.org CrOS cr-picture-list: Prevent iron-select iron-activate events from bubbling.
2019-02-21 kdlee@chromium.org Distinguish D-Bus timeouts when configuring printing via debugd.
2019-02-21 qinmin@chromium.org DownloadManagerService should wait for Manager initialization, not history
2019-02-21 wez@chromium.org Remove the default null-callback ctor from ScopedRunTimeoutForTest.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite efb8d2fcbd4f..2fe2862aba89 (1 commits)
2019-02-21 jinsukkim@chromium.org Android: Delete TabObserver in Tab
2019-02-21 hansberry@chromium.org Smart Lock: Clear stale ProximityMonitor on disconnect.
2019-02-21 thomasanderson@chromium.org Disable SecurityTest.NewOverflow on Mac
2019-02-21 mukai@chromium.org Emit window bounds when the window is transformed.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult f627a76e8dac..b926cccbcca5 (2 commits)
2019-02-21 karandeepb@chromium.org DNR: Allow CreateRulesetSource to be called on the UI thread.
2019-02-21 nigeltao@chromium.org Don't crash AppServiceProxy if Connector is null
2019-02-21 huangdarwin@chromium.org Async Clipboard: Make test naming more clear
2019-02-21 qingsi@google.com Make mDNS protection contingent on the media permission.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader e4ef5f77dab4..c1fd4087ddc9 (4 commits)
2019-02-21 vasilvv@chromium.org Remove unused code, notably quic_simple_per_connection_packet_writer.cc
2019-02-21 yuweih@chromium.org Suppress extra-semi warnings on gRPC
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 8ecd6eea8335..fd7343011657 (1 commits)
2019-02-21 metzman@chromium.org Roll src/third_party/libFuzzer/src/ 6134addcf..178ac93d6 (41 commits)
2019-02-21 hozhng@google.com [Autofill]Use credit card save options
2019-02-21 dalecurtis@chromium.org Roll src/third_party/dav1d/libdav1d/ dce4e7886..16ba83510 (5 commits)
2019-02-21 alcooper@chromium.org Refactor and clarify usage of WebXr-Sensor-Device-Orientation flag
2019-02-21 huangdarwin@chromium.org Refactor: Add comments explaining usages of the two UTF8 decoders
2019-02-21 vapier@chromium.org crosh_builtin: change handle to a random string
2019-02-21 wez@chromium.org [Fuchsia] Remove unused ServiceDirectory from WebComponent.
2019-02-21 pkasting@chromium.org Attempt to add PE section to views MD
2019-02-21 liaoyuke@chromium.org [code coverage] Turn on experiment for linux-coverage-rel to 10%
2019-02-21 ender@google.com Allow Answer suggestion to be keyboard focusable.
2019-02-21 gangwu@chromium.org [Feed] Import feed@3d231444a760596e7a173c775a84dd3821b7ae40
2019-02-21 reed@google.com remove SK_SUPPORT_LEGACY_SETLENGTH flag, and rebaseline
2019-02-21 baileyberro@chromium.org Change cancel button to close button on configuring printer dialog
2019-02-21 rohitrao@chromium.org [ios] Moves TabModel creation into BrowserImpl.
2019-02-21 lukasza@chromium.org Make sure that CORB applies to URLLoaderFactory for dedicated workers.
2019-02-21 xiyuan@chromium.org [content-service] Allow forcing Window Service for embedding
2019-02-21 rmcelrath@chromium.org Actually disable MultiProfileDownloadNotificationTest.DownloadMultipleFiles
2019-02-21 joelhockey@chromium.org Add joelhockey@chromium.org to crostini OWNERS
2019-02-21 yuweih@chromium.org Add missing fuzzer dictionaries to gRPC fuzzers
2019-02-21 jinsukkim@chromium.org Android: Remove Tab.mIsAllowedToReturnToExternalApp
2019-02-21 alancutter@chromium.org Remove note from color style guide about hex notation and alpha
2019-02-21 juke@google.com [chromecast] Add chromecast mojo typemaps
2019-02-21 bsheedy@chromium.org Fix RenderTest golden spam
2019-02-21 rkjnsn@chromium.org Implement LocalFileOperations::CreateReader.
2019-02-21 minch@google.com Add time restriction for dragging a window from top.
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 902ceed39986..ffd399789203 (1 commits)
2019-02-21 nektar@chromium.org Removes the use of selectionStart, selectionEnd, selectionStartLineNumber and selectionEndLineNumber from Web tests
2019-02-21 jeffreycohen@chromium.org SendTabToSelf: Adding a local model type store to preserve shared tabs
2019-02-21 erikchen@chromium.org Fix implementation of --shard-index for base test triggerer.
2019-02-21 eroman@chromium.org Restrict support for redirecting CONNECT tunnels by HTTPS proxies.
2019-02-21 drubery@chromium.org Report the number of files within ZIP file to SafeBrowsing
2019-02-21 kkhorimoto@chromium.org [iOS] Update FullscreenUIElement comments.
2019-02-21 sky@chromium.org chromeos: reset pending LocalSurfaceId when setting bounds from server
2019-02-21 dgozman@chromium.org DocumentLoader: handle CSP upfront
2019-02-21 iwells@chromium.org Add X-Offline-Prefetch-Testing header for GeneratePageBundle requests
2019-02-21 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b946458b8e6f..5d614691a03a (3 commits)
2019-02-21 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 29a3e0c4334b..b53fdae2f2dd (2 commits)
2019-02-21 mmoroz@chromium.org Enable gRPC fuzz targets and re-enable courgette_fuzzer.
2019-02-21 thestig@chromium.org Record the OS architecture in crash reports.
2019-02-21 ender@google.com Toggle use of the new layout mechanism.
2019-02-21 hiroshige@chromium.org Remove ExecutionContext dependency from willSendRequest() etc. probes
2019-02-20 hta@chromium.org Surface dtlsTransport via state-surfacer
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 6c62e9541214..efb8d2fcbd4f (1 commits)
2019-02-20 mustaq@google.com Extend UAv2 transient activation expiry time to 5sec.
2019-02-20 reed@google.com use new constructor that allows for a colorspace
2019-02-20 dtseng@chromium.org Make MenuItemView handle the doDefault accessibility action
2019-02-20 mahmadi@chromium.org [iOS][Translate] Fixes hiding the translate infobar in fullscreen mode.
2019-02-20 sergeyu@chromium.org [Fuchsia] Fix blink_platform_unittests to pass on Fuchsia
2019-02-20 findit-for-me@appspot.gserviceaccount.com Revert "Making Google Translate compatible with |request_initiator_site_lock|."
2019-02-20 renjietang@chromium.org Remove experiment paramter quic_race_stale_dns_on_connection from Chrome browser.
2019-02-20 chuanl@google.com Revert CCT header customization when dynamic module fails to load.
2019-02-20 amaralp@chromium.org Stop using Application Context for theme providers
2019-02-20 einbinder@chromium.org DevTools: Make .force-white-icons work across shadow boundaries
2019-02-20 akihiroota@chromium.org Extend speakTextStyle to report font family, size, and color.
2019-02-20 kmarshall@chromium.org [base] Refactor ElfReaderLinux to be usable on Fuchsia.
2019-02-20 ellyjones@chromium.org flags: remove enable-display-cutout-api
2019-02-20 szager@chromium.org IntersectionObserver] Reland: Run algorithm in a post-lifecycle step
2019-02-20 robertogden@chromium.org Update Data Saver FRE and SRE illustration with new image
2019-02-20 ender@google.com Padding correction an clean up for answer suggestions.
2019-02-20 johannes@chromium.org [DevTools] Roll inspector_protocol to f67ec5180f476830e839226b5ca948e43070fdab.
2019-02-20 kkhorimoto@chromium.org [iOS] Disable [NTPHomeTestCase testOpeningNewTab].
2019-02-20 lukasza@chromium.org Partial revert of r629679 - RFHI::CanCommitURL / CanAccessDataForOrigin
2019-02-20 bcwhite@chromium.org Use 14-week expiry grace period.
2019-02-20 ender@google.com Add support for events and bitmap icons for weather. Fix growing answer image view.
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 8f79d388784c..e4ef5f77dab4 (6 commits)
2019-02-20 beccahughes@chromium.org [Media Image] Add GetMediaImageBitmap
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 73105e25f71c..f627a76e8dac (1 commits)
2019-02-20 yusufo@google.com Use RelativeLayout inside a FrameLayout for grid cards
2019-02-20 jdeblasio@chromium.org Replace lookalike infobar with interstitial.
2019-02-20 yuweih@chromium.org [Remoting] Make OAuthTokenGetter::TokenCallback OnceCallback
2019-02-20 pmonette@chromium.org Handle a null ServiceManagerConnection in ModuleInspector
2019-02-20 gyuyoung@igalia.com BlinkMemoryMgt: Apply the macros of Allocator to the classes of renderer/core/page
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 5f79016feed9..ce88174adfcf (4 commits)
2019-02-20 amaralp@chromium.org [Duet] Adaptive Toolbar for Tab Switcher
2019-02-20 slangley@google.com Change the expiry time for drive histograms to M75.
2019-02-20 bsheedy@chromium.org Support xr_browser_tests on non-Windows
2019-02-20 joelhockey@chromium.org FilesApp: only change to Linux files if user clicks
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5bb4470727b8..bf0bcfecda68 (7 commits)
2019-02-20 iwells@chromium.org Add offline_pages OWNERS as OWNERS of chrome://offline-internals
2019-02-20 nickdiego@igalia.com ozone: Fix ScreenOzone::GetWindowAtScreenPoint
2019-02-20 kylechar@chromium.org Add .clangd-index to .git-ignore
2019-02-20 mmoss@chromium.org Flip chromium.chrome bots to the internal LUCI bots.
2019-02-20 hiroshige@chromium.org [WPT] Merge wpt/{referrer-policy,mixed-content}/generic/common.js
2019-02-20 cblume@chromium.org Small cleanup in android_webview/browser/
2019-02-20 lanwei@chromium.org Do not send "pointermove" action in test_driver Actions API for touch
2019-02-20 rmcelrath@chromium.org Disable MultiProfileDownloadNotificationTest.DownloadMultipleFiles with network service
2019-02-20 hiroshige@chromium.org Remove ExecutionContext dependency in WillSendRequest() for replay XHR
2019-02-20 wnwen@chromium.org Android: Use interface jars for classpath_deps
2019-02-20 hferreiro@igalia.com Move OverlayScrollbarClipBehavior to platform/graphics
2019-02-20 sergeyu@chromium.org [Fuchsia] Use //third_party/test_fonts in blink_platform_tests.
2019-02-20 zqiu@chromium.org mojo: disable message IDs scrambling for chromecast
2019-02-20 horo@chromium.org Use IPEndPoint instead of HostPortPair
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 81b54a7e2b2f to a2ea5f5d6d67
2019-02-20 atotic@chromium.org Removes obsolete test harness expectations
2019-02-20 cassew@google.com Obsolete VR-DLA metrics and remove relevant code
2019-02-20 qinmin@chromium.org Allow video thumbnail generator to work with content Uri
2019-02-20 eugenebut@google.com Remove -[CRWContentView isViewAlive] as unused.
2019-02-20 dgozman@chromium.org DocumentLoader: handle mhtml archive subresource in constructor
2019-02-20 kkhorimoto@chromium.org Revert "[iOS] Change settings cell appearance"
2019-02-20 the_jk@opera.com Reland: Add RenderFrameHost as parameter to WebContentsDelegate::HandleContextMenu
2019-02-20 ntfschr@chromium.org AW docs: add OWNERS file
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto c3f2ec7ab3ee..8ecd6eea8335 (2 commits)
2019-02-20 wez@chromium.org [Fuchsia] Add a test for a Frame's View being active at teardown.
2019-02-20 kevers@chromium.org Support preemptive caching for asynchronous mutations.
2019-02-20 thestig@chromium.org Use base::Value in chrome/service.
2019-02-20 rsesek@chromium.org [Android] Restrict ptrace() operations to just the read ones needed by Crashpad.
2019-02-20 ericorth@chromium.org Update NQE tests with new host resolver API
2019-02-20 xiaohuic@google.com assistant: create assistant_util
2019-02-20 akihiroota@chromium.org Revise PosInSet Implementation to handle flat trees.
2019-02-20 wnwen@chromium.org Android: Remove enable_incremental_javac and jmake
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 4534fdbeafdc..29a3e0c4334b (1 commits)
2019-02-20 ntfschr@chromium.org Safe Browsing: enable billing interstitial by default
2019-02-20 oysteine@chromium.org Reland "Tracing: Re-add the Coordinator::StartTracing callback"
2019-02-20 emaxx@chromium.org Revert "Reland: "Add --merge-base-ref option to lastchange.py""
2019-02-20 pkasting@chromium.org Misc. cleanup in advance of drag-and-drop fixes:
2019-02-20 oksamyt@chromium.org Reland "Mojo: add JavaScript support for DocumentInterfaceBroker"
2019-02-20 dlibby@microsoft.com Fix trace event scoping for ScrollPredictor::ResampleScrollEvents
2019-02-20 wutao@chromium.org app_list: Handle embedded UI in tablet mode
2019-02-20 dmurph@chromium.org [SessionStorage] Resolve OpenSessionStorage at bind site
2019-02-20 szager@chromium.org [IntersectionObserver] Assume non-zero opacity for unpainted iframes
2019-02-20 xiyuan@chromium.org SPM: Fix suggestions not always working
2019-02-20 hiroshige@chromium.org off-the-main-thread fetch: Use response URL as worker global scope's URL
2019-02-20 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@c0a12dae123c560ef835c19e166a253e44275c80
2019-02-20 almasrymina@chromium.org [Chromecast] Fix cast_media_unittests build
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium e19ff219c478..5f79016feed9 (1 commits)
2019-02-20 uwyiming@google.com Update the version of autofill captured sites cipd package.
2019-02-20 hiroshige@chromium.org Set WorkerInspectorController::url_ to GlobalScopeCreationParams::script_url
2019-02-20 thomasanderson@chromium.org Allow goma in Linux-to-Windows cross builds
2019-02-20 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite ad6d56748d98..6c62e9541214 (2 commits)
2019-02-20 ericorth@chromium.org Remove custom HostResolver mock in http tests
2019-02-20 karandeepb@chromium.org URLPatternIndex: Allow separator placeholder to match the end of url.
2019-02-20 sorin@chromium.org Simplify the update_client::NetworkFetcher interface.
2019-02-20 danakj@chromium.org Restrict //content/renderer/ use in test runner to avoid leaking
2019-02-20 wutao@chromium.org app_list: Change Assistant icon to Mic icon
2019-02-20 rmcelrath@chromium.org Fix Crostini browser test failures with network service.


Created with:
  gclient setdep -r ../src@61d99852c4

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-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=jvanverth@google.com

Change-Id: I74dab5603e510dddbc5664a181688d6c0686c836
Reviewed-on: https://skia-review.googlesource.com/c/193954
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-21 22:47:12 +00:00
Chris Dalton
298238a848 vk: Hold refs to sampled textures as opposed to raw ptrs
Bug: skia:8776
Change-Id: Ie2956d0d6df627b7689bfc2765173e1042563d28
Reviewed-on: https://skia-review.googlesource.com/c/194006
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-02-21 22:19:42 +00:00
recipe-roller
7b064e82af 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.
recipe_engine:
  https://crrev.com/f22a7898566b18893e82d34157f66efd3985d869 [scheduler] Avoid copying tags or build input from the parent build (phosek@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ie4db39645b7420d00d939f5c736815859d4f0dab
Reviewed-on: https://skia-review.googlesource.com/c/194007
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-21 22:11:32 +00:00
skia-autoroll
19bae1e88f Roll third_party/externals/angle2 08573730b75a..962c222aa3be (1 commits)
08573730b7..962c222aa3


git log 08573730b75a..962c222aa3be --date=short --no-merges --format='%ad %ae %s'
2019-02-21 syoussefi@chromium.org Vulkan: Enable anisotropy feature when available


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

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=jvanverth@google.com

Change-Id: Ic1854c8ab6a9f067f9a5b62d948d0be4f3d5764a
Reviewed-on: https://skia-review.googlesource.com/c/193951
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-21 21:53:01 +00:00
Ethan Nicholas
0e8dc4ce36 SkSL now supports null child processors
Bug: skia:
Change-Id: Icb3f2d57b393e3d40247aaad98c17344b507f0d7
Reviewed-on: https://skia-review.googlesource.com/c/193379
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-21 21:50:32 +00:00
Mike Klein
63c4d35969 Revert "remove linear sRGB singleton"
This reverts commit b03b80066b.

Reason for revert:  !@#$%^&*

Original change's description:
> remove linear sRGB singleton
> 
> Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> Change-Id: I01e2515cfa8e5356ee862ea7184bb7ceb4c9176f
> Reviewed-on: https://skia-review.googlesource.com/c/192038
> Commit-Queue: Mike Klein <mtklein@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>

TBR=mtklein@google.com,brianosman@google.com

Change-Id: Ic88368e193aaa48b9aa6d3a6c145377681b2a5db
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Reviewed-on: https://skia-review.googlesource.com/c/194005
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-21 21:16:16 +00:00
Mike Reed
0ac90992de fix mac format for gm
Bug: skia:
Change-Id: I61ccd5666b7aa636fa0720c9e7f2774a8d8d81fd
Reviewed-on: https://skia-review.googlesource.com/c/194002
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-21 21:12:51 +00:00
skia-autoroll
606e648756 Roll third_party/externals/swiftshader 0eee33250ebb..3fc635ac4a7f (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/0eee33250ebb..3fc635ac4a7f


git log 0eee33250ebb..3fc635ac4a7f --date=short --no-merges --format='%ad %ae %s'
2019-02-21 bclayton@google.com GLES: Fix race in Renderer destruction


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

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=jvanverth@google.com

Change-Id: I6ec0f465bd6a8842c84015323a71b9fd7ae4ac70
Reviewed-on: https://skia-review.googlesource.com/c/193949
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-21 21:11:11 +00:00
Leon Scroggins III
3d86ff86d7 Remove SK_SUPPORT_LEGACY_ANDROID_CODEC_COLORSPACE
Bug: b/123377741

Android no longer defines this flag, so remove the dead code.

Change-Id: I35bce8a0677ee86730effa6be297ad9718cee1c2
Reviewed-on: https://skia-review.googlesource.com/c/194001
Commit-Queue: Leon Scroggins <scroggo@google.com>
Commit-Queue: Derek Sollenberger <djsollen@google.com>
Auto-Submit: Leon Scroggins <scroggo@google.com>
Reviewed-by: Derek Sollenberger <djsollen@google.com>
2019-02-21 19:28:02 +00:00
recipe-roller
ca660f0c5c 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.
recipe_engine:
  https://crrev.com/5a85597323db240b1849349c973263f57ad1af0b [buildbucket] Do not inherit tags (nodir@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ice87b8164206ef91ee2aaafe0f18e3e4459ffbea
Reviewed-on: https://skia-review.googlesource.com/c/193964
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-21 18:46:11 +00:00
Greg Daniel
89df78400a Return correct GrBackendFormat when ycbcr conversion is valid.
Bug: skia:
Change-Id: Ieb24c0169a150c153a468fbbe9a8f60766516860
Reviewed-on: https://skia-review.googlesource.com/c/193698
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-02-21 18:05:02 +00:00
Mike Reed
651446cc5d add gm for aa gamma
Bug: skia:
Change-Id: I021939411184a0a8a6fe3db01867ed2b6f94066b
Reviewed-on: https://skia-review.googlesource.com/c/193962
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-21 17:36:11 +00:00
Mike Klein
b03b80066b remove linear sRGB singleton
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Change-Id: I01e2515cfa8e5356ee862ea7184bb7ceb4c9176f
Reviewed-on: https://skia-review.googlesource.com/c/192038
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-02-21 17:31:12 +00:00
Brian Salomon
9a049e6ce3 SK_API SkExecutor
Change-Id: I8260d4c95d72f28b619145062f066fcd4e15589d
Reviewed-on: https://skia-review.googlesource.com/c/193960
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-21 16:59:41 +00:00
skia-autoroll
9bb7f07652 Roll third_party/externals/swiftshader 3f48ecb3efb5..0eee33250ebb (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/3f48ecb3efb5..0eee33250ebb


git log 3f48ecb3efb5..0eee33250ebb --date=short --no-merges --format='%ad %ae %s'
2019-02-21 headlessclayton@gmail.com Silence warnings: Ignore pedantic warnings with compiler flags


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

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=jvanverth@google.com

Change-Id: If31783d6222c4e6a9122c06166a10e31ffc1acda
Reviewed-on: https://skia-review.googlesource.com/c/193941
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-21 16:24:41 +00:00
Mike Reed
11bfaf160b add subpixel tweaking
Bug: skia:
Change-Id: Ibf5fdf00694e29cb3f3268ea577a8d317e6c7614
Reviewed-on: https://skia-review.googlesource.com/c/193697
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-21 16:01:21 +00:00
skia-autoroll
f0aefa2bc1 Roll skia/third_party/skcms 9374ba7d790a..b7157d764389 (1 commits)
https://skia.googlesource.com/skcms.git/+log/9374ba7d790a..b7157d764389

2019-02-21 mtklein@google.com fix up ios.xsan builds


The AutoRoll server is located here: https://autoroll.skia.org/r/skcms-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=luci.chromium.try:linux-blink-rel
TBR=jvanverth@google.com

Change-Id: I45b1e102f63bed04173729ec7a667ba753b79612
Reviewed-on: https://skia-review.googlesource.com/c/193901
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-21 15:52:16 +00:00
Mike Reed
8cca7a4314 remove old code behind SK_SUPPORT_LEGACY_SETLENGTH
Bug: skia:
Change-Id: Ie47c9973e0981e8dd104fd6faf874d2ccf487093
Reviewed-on: https://skia-review.googlesource.com/c/193689
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-21 15:47:11 +00:00
recipe-roller
8208e9520a 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/575872e77e9ca99a3daaef621a925fef2854e651 [gclient] more verbose exception (tikuta@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I055297701f229b2e5f9ee3eb3ac45b28d396e643
Reviewed-on: https://skia-review.googlesource.com/c/193693
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-21 15:44:11 +00:00
skia-autoroll
4da3aa1766 Roll third_party/externals/swiftshader c1fd4087ddc9..3f48ecb3efb5 (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/c1fd4087ddc9..3f48ecb3efb5


git log c1fd4087ddc9..3f48ecb3efb5 --date=short --no-merges --format='%ad %ae %s'
2019-02-21 bclayton@google.com GLES: Fix OOB access of labelBlock.
2019-02-21 bclayton@google.com GLES: Add tests to exersise sparse labels.


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

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=jvanverth@google.com

Change-Id: I2e24dd8ba4ebf90d8f35a49f5cc708a7327b5e2c
Reviewed-on: https://skia-review.googlesource.com/c/193899
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-21 15:31:01 +00:00
Nico Weber
ed632b14ad Remove another semicolon.
Bug: chromium:926235
Change-Id: Id0ead383e1bc11b9baeae61fa5fe94ad75d4e856
Reviewed-on: https://skia-review.googlesource.com/c/193691
Reviewed-by: Mike Klein <mtklein@google.com>
Auto-Submit: Nico Weber <thakis@chromium.org>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-21 15:19:11 +00:00
Mike Reed
1b8aa7226e add test for mac aa on fonts
Bug: skia:
Change-Id: I93b18ee84345e27eb5cf3a94feccb35391ac0e71
Reviewed-on: https://skia-review.googlesource.com/c/193661
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-02-21 15:04:01 +00:00
Florin Malita
b0604e5c46 [sksg] Hoist empty-bounds check to base RenderNode
Empty-bounds nodes should never render anything.

TBR=

Change-Id: Iaa216a1d49a4a81054bcae19c1fff5a85e543c50
Reviewed-on: https://skia-review.googlesource.com/c/193690
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-02-21 14:28:11 +00:00
Kevin Lubick
2031f34a77 [canvaskit] Upgrade emscripten to .27
This should have some slightly better, more minified JS and other
bugfixes

Bug: skia:
Change-Id: I7c5367b6650267ec8bafcc5de9e351bd8788392b
Reviewed-on: https://skia-review.googlesource.com/c/193582
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2019-02-21 14:13:00 +00:00
skia-autoroll
05ff93c43e Roll third_party/externals/angle2 eef531f1716a..08573730b75a (5 commits)
eef531f171..08573730b7


git log eef531f1716a..08573730b75a --date=short --no-merges --format='%ad %ae %s'
2019-02-21 jmadill@chromium.org Enable vertex_arrays tests on Android.
2019-02-21 jmadill@chromium.org Enable texture.mipmap tests on Android.
2019-02-21 jmadill@chromium.org Update fbo.completeness expectations on Android.
2019-02-21 jmadill@chromium.org Enable clipping.triangle_vertex test on Android.
2019-02-21 jmadill@chromium.org Enable fbo.completeness.attachment_combinations on Android.


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

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=jvanverth@google.com

Change-Id: I9eceb59782b160267bcc24b44b13e614d57bd04e
Reviewed-on: https://skia-review.googlesource.com/c/193895
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-21 12:47:11 +00:00
recipe-roller
8933f3c80f 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.
recipe_engine:
  https://crrev.com/b50c1d8111756a47ef8ac6cf7915e467fbd35eaf [buildbucket] Use camelCase in JSONPB (nodir@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: If99d9ba104887ac74376fca0b99b25eec5084540
Reviewed-on: https://skia-review.googlesource.com/c/193686
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-21 09:06:01 +00:00
recipe-roller
348227b894 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/843709611fc517b1c29c7d83ee570d69dbd016bc Support USERNAME as well as USER environment variable (brucedawson@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I5c6a759717aa03de15da0961a75c7cc766c6a493
Reviewed-on: https://skia-review.googlesource.com/c/193684
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-21 06:08:01 +00:00
skia-recreate-skps
755552f390 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: Icf97a0ecd599fd7118fe695651d3741e2e11b887
Reviewed-on: https://skia-review.googlesource.com/c/193900
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-21 05:42:41 +00:00