Builder android-cronet-kitkat-arm-rel Build 3050
Results:
Success
Trigger Info:
Project | chromium |
Revision | 167121ea09987452572723a78b2d8987b770b751 |
Got Revision | 167121ea09987452572723a78b2d8987b770b751 |
Execution:
- Source: Task 408177bab2d1a610
- Bot: swarm2474-c4
Steps and Logfiles:
Show:-
( 106751 days 23 hrs ) Failed to fetch step information from LogDogLog stream has no annotation entries
- - no logs -
Build Properties:
Name | Value | Source |
---|
Blamelist:
- Robert Ma (robertmaohnoyoudont@chromium.org)
- Dmitry Gozman (dgozmanohnoyoudont@chromium.org)
- Marc Treib (treibohnoyoudont@chromium.org)
- Stephane Zermatten (szermattohnoyoudont@chromium.org)
- Peng Huang (penghuangohnoyoudont@chromium.org)
Timing:
Create | Friday, 12-Oct-18 14:20:13 UTC |
Start | Friday, 12-Oct-18 14:20:18 UTC |
End | Friday, 12-Oct-18 14:36:31 UTC |
Pending | 4 secs |
Execution | 16 mins 13 secs |
All Changes:
-
[WPT import] Add a flag to upload but not submit CL
Changed by Robert Ma - robertmaohnoyoudont@chromium.org Changed at Friday, 12-Oct-18 13:49:45 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 167121ea09987452572723a78b2d8987b770b751 Comments
[WPT import] Add a flag to upload but not submit CL We used to have only one flag, --auto-update, which controls both uploading and landing the import CL. This makes testing new setup of the bot (i.e. LUCI in this case) hard. This change adds one more flag, --auto-upload, to exercise more steps (namely uploading and rebaselining), which will be used on the experimental LUCI builder. Bug: 790503 Change-Id: I4ce07fc9ddf15a34c9cb25ba4723d250cad26977 Reviewed-on: https://chromium-review.googlesource.com/c/1277587 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#599197}
Changed files
- third_party/blink/tools/blinkpy/w3c/test_importer.py
-
Restore FrameLoadRequest::HrefTranslate
Changed by Dmitry Gozman - dgozmanohnoyoudont@chromium.org Changed at Friday, 12-Oct-18 13:42:52 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 703e2b8a5b805ecd4fba4bffb76095125330cec4 Comments
Restore FrameLoadRequest::HrefTranslate This was accidentaly removed as part of FrameLoadRequest cleanup. Bug: none Change-Id: I58bf324729d397a2f0340831fd116ab749f7a213 Reviewed-on: https://chromium-review.googlesource.com/c/1278290 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#599196}
Changed files
- third_party/blink/renderer/core/html/html_anchor_element.cc
- third_party/blink/renderer/core/loader/frame_load_request.h
-
ProfileSyncService cleanup: Remove platform_sync_allowed_provider_
Changed by Marc Treib - treibohnoyoudont@chromium.org Changed at Friday, 12-Oct-18 13:42:49 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision f0d63432c51741e6dc0bf48f0b84e4afb63f887f Comments
ProfileSyncService cleanup: Remove platform_sync_allowed_provider_ ProfileSyncService::platform_sync_allowed_provider_ was a callback that returned whether Android's "Master Sync" toggle is enabled, and so Sync shouldn't start up. However, PSS didn't know when the value changed, so the callback was kinda useless, and PSS could easily get into an inconsistent state (where there is a disable reason, but Sync is still running). Things were working out in practice only because the Android UI code also called RequestStart/Stop as necessary. So, since PSS needs change notifications anyway, let's make that explicit: This CL replaces the callback by a bool, which can be set explicitly. Bug: 867901 Change-Id: I5b7e9f4657d1f565d9643984eb52ec1df26b5c90 Reviewed-on: https://chromium-review.googlesource.com/c/1269870 Reviewed-by: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#599195}
Changed files
- chrome/android/java/src/org/chromium/chrome/browser/sync/ProfileSyncService.java
- chrome/android/java/src/org/chromium/chrome/browser/sync/SyncController.java
- chrome/browser/sync/profile_sync_service_android.cc
- chrome/browser/sync/profile_sync_service_android.h
- components/browser_sync/profile_sync_service.cc
- components/browser_sync/profile_sync_service.h
-
[Autofill Assistant] Add Mathias and I as owners
Changed by Stephane Zermatten - szermattohnoyoudont@chromium.org Changed at Friday, 12-Oct-18 13:39:47 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 1b71114eba7ab4e982eaf03186b12503c8ca49c4 Comments
[Autofill Assistant] Add Mathias and I as owners Change-Id: I71ed01f39d1c81c62828d8e4900091e7941e7ab1 Reviewed-on: https://chromium-review.googlesource.com/c/1278399 Reviewed-by: Ganggui Tang <gogerald@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#599194}
Changed files
- components/autofill_assistant/OWNERS
-
Hook up skia makeYUVAPromiseTexture API
Changed by Peng Huang - penghuangohnoyoudont@chromium.org Changed at Friday, 12-Oct-18 13:39:05 UTC Repository https://chromium.googlesource.com/chromium/src Branch Revision 33ca177f048a1d593c5486b46f09ac9ea91071a9 Comments
Hook up skia makeYUVAPromiseTexture API Know issues: * Skia only draws Y plane. * makeYUVAPromiseTexture() will release context, even if it failed. * Skia doesn't accept GL_RGBA8 format for a yuva plane Bug: 824382 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Ic8da2b3de574ef2a0d527c79f34d383a676a3bc0 Reviewed-on: https://chromium-review.googlesource.com/c/1262421 Reviewed-by: Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#599193}
Changed files
- components/viz/service/display/skia_output_surface.h
- components/viz/service/display/skia_renderer.cc
- components/viz/service/display_embedder/skia_output_surface_impl.cc
- components/viz/service/display_embedder/skia_output_surface_impl.h
- components/viz/service/display_embedder/skia_output_surface_impl_on_gpu.cc
- components/viz/service/display_embedder/skia_output_surface_impl_on_gpu.h