- 30 Dec, 2020 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4cd389281e55..c439cc34ac23 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1114792 Tbr: Change-Id: I0ff9b3a8429b41b77ede30da231db48366cd1379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607465Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839765}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1609318697-13bd8c807e8e2cbd430fca7af13b6a472bcb5d47.profdata to chrome-win64-master-1609329117-9938a84a48434b95d67019e9514046042b514404.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I2fc3c9a038b84417632ec962f602e7232c4247bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607445Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839764}
-
Abigail Klein authored
This fixes a bug where the live caption UI appeared while SODA was downloading, and showed an error message. This CL has the caption controller observe the SODA installer and only creates the UI when the installation has completed, or if SODA is already installed. Bug: 1055150, 1160272 Change-Id: I32bd21344c88e6bcf1c79399e52ce994254f50ef AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595841 Commit-Queue: Abigail Klein <abigailbklein@google.com> Reviewed-by:
Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#839763}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/f3b4fc743758..650c95ac2394 2020-12-29 mmortensen@google.com Add Cloud Logging initialization based on ENV VARs and unit test. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: Ifdff45f7bdeade98d9f14599a2963936913f6dbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607447Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839762}
-
Andrew Grieve authored
Hasn't been used since we switched to per-library R.java generation. Confirmed locally that all of my .build_config files had empty lists for the value. Bug: 1073476 Change-Id: I7b49ffda929591c7f3c8fdbe3dcffe30021bf00b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606516 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#839761}
-
David Bokan authored
The callback passed to SendFeedback is semantically meant to be called only once (to signify the completion of SendFeedback). However, because the feedback report depends on multiple conditions completing, this callback is currently copied into multiple BlobReader callbacks and invoked only once all have been completed. This CL replaces the copies by storing the callback in a member and having the CompleteSendFeedback method call that instead of copying it around with various bound callback. This allows us to make it a OnceCallback, improving readability and safety. We also notice that SendSysLogFeedback, the only function in feedback_util_chromeos.{h|cc}, is never used. Thus, we can remove these files entirely. Bug: 1152268 Change-Id: Ie6d3683562f0374833a83468fc48e98ec0158c87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601225Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#839760}
-
Kyle Horimoto authored
Before this CL, we'd show a pop-up notification for any new notifications (corresponding to new notification IDs), but we'd silently update the notification content whenever it was updated. However, many messaging apps use the same notification ID for a single chat thread and just replace the text content with new content when a new message is received. This meant that when users received a new message from the same recipient, the new notification would not pop up. This CL fixes the issue by always popping up updated notifications. Fixed: 1159063 Bug: 1106937 Change-Id: I21aa76368d8de63068a12ad23c65fd4ecc4d3a4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606109Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#839759}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/ed9f5f85fda4..167ecc9bc53f 2020-12-30 chunbo.hua@intel.com Use the correct function name in the RTC log output. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I548bc56e70a6ec32ed2c388341e4050b0e335759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607449Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839758}
-
Ben Wagner authored
This added the SDF renderer module. Ignoring for now. https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/768022b98e45..c6ff2556c8e6 $ git log 768022b98..c6ff2556c --date=short --no-merges --format='%ad %ae %s' 2020-12-26 wl [sdf] Use 'counter-clockwise', not 'anti-clockwise'. 2020-12-26 wl Typo. 2020-12-26 wl * src/base/ftobjs.c (pixel_modes): Updated. 2020-12-26 anujv [sdf] Remove custom memory tracker. 2020-12-24 wl .mailmap: Updated and synchronized with 'freetype2-demos' repository. 2020-12-24 wl [sdf] Two more copyright notices. 2020-12-24 wl [sdf] Fix `make multi`. 2020-12-24 wl [sdf] Fix tracing. 2020-12-24 wl [sdf] Add copyright notices. 2020-12-24 wl docs/CHANGES: Mention new SDF module. 2020-08-21 anujv [sdf] Add debugging function. 2020-08-21 anujv [sdf] Add brief technical overview of both rasterizers. 2020-08-20 anujv [sdf] Add 'bsdf' renderer to 'sdf' module. 2020-08-20 anujv [sdf] Add interface functions for the 'bsdf' rasterizer. 2020-08-20 anujv [sdf] Add function to copy SDF data into output bitmap. 2020-08-20 anujv [sdf] Add '8-point sequential Euclidean distance mapping' algorithm. 2020-08-20 anujv [sdf] Add function to copy source bitmap to distance map. 2020-08-20 anujv [sdf] Add functions to compute pixel edge distances. 2020-08-20 anujv [sdf] Add function to find edge pixels in a grid of alpha values. 2020-08-20 anujv [sdf] Add essential structures for the 'bsdf' rasterizer. 2020-08-20 anujv [sdf] Add 'sdf' module to non-gnumake build systems. 2020-08-20 anujv [sdf] Added basic overlapping contour support. 2020-08-19 anujv [sdf] Add build infrastructure. 2020-08-19 anujv [sdf] Add interface functions for the 'sdf' rasterizer. 2020-08-19 anujv [sdf] Add subdivision and bounding box optimization. 2020-08-19 anujv [sdf] Add function to generate SDF. 2020-08-19 anujv [sdf] Add functions to get shortest distance from any edge/contour. 2020-08-18 anujv [sdf] Add shortest distance finding functions. 2020-08-18 anujv [sdf] Add function to resolve corner distances. 2020-08-18 anujv [sdf] Add essential math functions. 2020-08-18 anujv [sdf] Add utility functions for contours. 2020-08-17 anujv [sdf] Add functions to decompose `FT_Outline`. 2020-08-17 anujv [sdf] Structs, enums, macros, and functions for 'sdf' rasterizer. 2020-08-17 anujv [sdf] Add raster parameters structure. 2020-08-17 anujv [sdf] Add 'sdf' renderer. 2020-08-17 anujv [sdf] Add common elements for 'sdf' and 'bsdf' renderers. 2020-08-16 anujv [sdf] Add files for new 'sdf' module. 2020-08-16 anujv [base] Allow renderers of different formats. 2020-08-16 anujv Add data types required for the forthcoming 'sdf' module. 2020-08-16 anujv [base] Allow renderers of different formats. 2020-12-23 wl * builds/windows/detect.mk (COPY): Make it work with `shell`. Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org Change-Id: Ibe7e40ea96b0a2721f6b809e72519de9df436354 Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606687Reviewed-by:
Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#839757}
-
Mirko Bonadei authored
Change Log: https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp/+log/8a9ef3c5da..e7ca23acac Full diff: https://chromium.googlesource.com/external/github.com/abseil/abseil-cpp/+/8a9ef3c5da..e7ca23acac Bug: None Change-Id: If6235fa4637b64e5a773eaba6d5be98583a5a502 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2604917Reviewed-by:
Danil Chapovalov <danilchap@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#839756}
-
David Bokan authored
This class keeps a callback that's called only when it's destructed so it can only ever be called once. Hence, it should be a OnceClosure. Bug: 1152268 Change-Id: I39188310b5b2f61547b983ca1d20ab9c1581b505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601068Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#839755}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/deeb34ab4759..4cd389281e55 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC sauski@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: sauski@google.com Change-Id: I0543e5b72f69d0a4b3bf7ca3fb7d070bd9ef3946 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607411Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839754}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1609296856-3fea7f3d249c98b97623c8f9c4217af37580b20d.profdata to chrome-win32-master-1609318697-39f3b7685bb8ed03702107ffb2254545e4613a9d.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I3d7105606a2a5bcde91af8c6e322d42f668d042a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606783Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839753}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202012300600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/lS1l7jMzRb6bzoO6vbP1ZMBpvEEYJKB60YS3L7IJrb8C If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: help-app@grotations.appspotmail.com Change-Id: I0ba5cef677235f37c082fd40051a71175c4719fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607410Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839752}
-
David Bokan authored
The GetDiagnostics callback was the only one left in this class that hasn't been converted to OnceCallback. It's only ever bound to a BindOnce callback and then invoked once from there so it too is a OnceCallback. Bug: 1152268 Change-Id: Ib826d861d984fb57c7a9797c6b9589eb144574a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601227Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#839751}
-
Nico Weber authored
By now all builders are on 10.15 and should all be on APFS. Also, we basically require the build dir to be below the src dir, so they're going to always be on the same disk in practice. Since we rm the dest dir right before the cp, no need to pass `-f` either. Bug: 1042182,1064586 Change-Id: Ia24ad28d475b2611a0f17442fe421f38875c586b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605869 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#839750}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fe4611c18e9d..8f924ac0ce63 2020-12-30 djsollen@google.com Revert "Add new virts, hide old ones" 2020-12-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from c7d00ca7 to d5feee8b (163 revisions) 2020-12-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 220642a93da1 to de62b251b73b (5 revisions) 2020-12-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 0eb61724c8f1 to 9a38e5b60dcc (1 revision) 2020-12-30 csmartdalton@google.com Revert "drawGlyphRunRSXform: post-compose shader local matrix adjustments" 2020-12-30 bsalomon@google.com Move GPU read pixels tests to new file. 2020-12-29 brianosman@google.com Code cleanup in runtimeintrinsics.cpp GMs 2020-12-29 reed@google.com Add new virts, hide old ones 2020-12-29 fmalita@chromium.org drawGlyphRunRSXform: post-compose shader local matrix adjustments 2020-12-29 adlai@google.com Revert "Have DDLs honor the reduceOpsTaskSplittingFlag" 2020-12-29 johnstiles@google.com Prevent half type from being emitted in Metal matrixConstructHelpers. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC djsollen@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1146701 Tbr: djsollen@google.com Change-Id: I411439be28be3f4820cda653bf7ff144803d6645 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607444Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839749}
-
Xida Chen authored
This CL adds some more details to the off main thread css paint. Bug: None Change-Id: I7b669f28ad8678a31bc8aa3bc332f98a06358671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606514 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#839748}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/5994a16ca076..ed9f5f85fda4 2020-12-30 alessiob@webrtc.org RNN VAD optimizations: `VectorMath::DotProduct()` NEON arm64 2020-12-30 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2020-12-30T04:03:04). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ib0a939b4115db1c05ab3a240169bfe774d6f1b97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607368Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839747}
-
Fan Yang authored
https://quiche.googlesource.com/quiche.git/+log/cfb206c8b386..528c36b3cfd0 $ git log cfb206c8b..528c36b3c --date=short --no-merges --format='%ad %ae %s' 2020-12-23 fayang Accept empty frame with no FIN in IETF QUIC. 2020-12-22 haoyuewang Replaces session_map_ with reference_counted_session_map_ in QuicDispatcher. This is to support multiple connection IDs mapping to the same session in follow-up CLs (CID and session is still 1-to-1 in this CL). 2020-12-22 bnc Refactor QUICHE platform flag accessors. 2020-12-22 haoyuewang Reduce the exposure of session_map_ outside the QuicDispatcher base class. 2020-12-22 wub Rename TlsServerConnection::SelectCertificate and TlsServerConnection::Delegate::SelectCertificate to TlsExtServernameCallback to reflect the fact that they will not be used to select certificate when --quic_tls_use_early_select_cert is enabled. 2020-12-22 bnc Refactor QUICHE platform flag utilities. 2020-12-21 danzh Modifications to QuicPathValidator. 2020-12-21 danzh Refactor out sending address token logic into a stand alone method in QuicSession, and make it an interface in QuicConnectionVisitorInterface. 2020-12-21 bnc Introduce QuicErrorCode::QUIC_INVALID_PRIORITY_UPDATE. 2020-12-17 bnc Add SpdyFramerVisitorInterface::OnPriorityUpdate(). 2020-12-16 bnc Fix argument names in http2_structures_test_util.cc. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I20583c4fbd082029ef6c159bb04c78a134d1013e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605344 Commit-Queue: Fan Yang <fayang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#839746}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1609296856-113e120700eba270dcd036921c5e32263182097d.profdata to chrome-win64-master-1609318697-13bd8c807e8e2cbd430fca7af13b6a472bcb5d47.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Iebd7446a698fb737864cb9edff1d836080c1234e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606774Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839745}
-
Mike Reed authored
Bug: 1162393 Change-Id: I134cfa20df202bf4ae70c96e5a581b54ed56818e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606517Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#839744}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1609306855-1926b12895f9a814b281e1425986ef952069eec6.profdata to chrome-linux-master-1609329117-c9d4a574607cda846dea89f6b247c93e314aec7e.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I5de843a9d69b66848350741a08c2732c38872346 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607369Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839743}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1609306855-ad6e8d3c7e491bfd58012e29cb21279df55a8ecd.profdata to chrome-mac-master-1609329117-c3020fc1a675822543105a1cb9c7edc2d0728727.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ibdcc71ae01311f06056cd740a19c2b830f1fcac3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607367Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839742}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/2fec1a3206d1..3b3a5d369325 2020-12-30 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-12-30 bmeurer@chromium.org [cleanup] Asyncify SourceMapNamesResolver.js and remove redundant Promise.resolve()s. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1161501 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I436aa0db25ba8b534b46ff3663872c5537b5cacd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607365Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839741}
-
Hui Yingst authored
[iOS]Disable [CreditCardViewControllerTestCase testOTRAddCreditCardsActionOpensAddCreditCardSettings]. TBR=javierrobles@chromium.org Bug: 1162354 Change-Id: Ib7f5998012837b9ff760f25712181791cf827b25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606805 Commit-Queue: Javier Flores <javierrobles@chromium.org> Reviewed-by:
Javier Flores <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#839740}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/67c61fc86af7..deeb34ab4759 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC sauski@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: sauski@google.com Change-Id: I15756bf0f666eec97fbc31d4ac192086cf5109ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607404Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839739}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Ice25f450155322079e0d8dcaa3054974605cadce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606949Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839738}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/8f0f9afdb63d..2fec1a3206d1 2020-12-30 bmeurer@chromium.org [cleanup] Remove unused `pathSymbol` export. 2020-12-30 yangguo@chromium.org Change network emulation option "online" to "no throttling" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1028078 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I160ce0c911c73e2d52428df4672a1276f8d2d73e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606777Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839737}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fbc75f9ebfca..67c61fc86af7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC sauski@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: sauski@google.com Change-Id: If4504bdd945c6b3299482704e92ea73be225483c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2604952Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839736}
-
sauski authored
Disabling test due to consistent flakes on the "Linux Tests" builder. Flakes only appear to impact the release version of this builder. TBR=dbertoni@chromium.org Bug: 1162432 Change-Id: Iab290479c737b9381ce1f65bcbe061bc5ca4fa83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605871Reviewed-by:
Theodore Olsauskas-Warren <sauski@google.com> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#839735}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/de62b251b73b..938399865e72 2020-12-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from aba6331a to 03e3aa54 (163 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jonahr@google.com Change-Id: I7afb13a6a2be46980001bf0c7b299ea397ed6740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607179Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839734}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ff9ab02a3093..8f0f9afdb63d 2020-12-30 bmeurer@chromium.org [sources] Properly indicate when Scope view is being loaded. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1083146,chromium:1154154 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I44cc083b0bea913415845d601450b512cf0a3af9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606773Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839733}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8325d1db179d..fbc75f9ebfca If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC sauski@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: sauski@google.com Change-Id: I70893bcd841829a33ad9ad88734ad987979c3a97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607151Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839732}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1609286132-d2fd9f570fcad76cddcb2f7c9b47595a72cdd5a8.profdata to chrome-win64-master-1609296856-113e120700eba270dcd036921c5e32263182097d.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I3214c44d5da04656d21d20ee8bb1bf25aad495f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607164Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839731}
-
Alice Wang authored
This CL refactors the method SigninHelper#updateAccountRenameData to get rid of multiple obscure break/continue flow redirections in the code. Bug: 1152460 Change-Id: I8dbaba75ddc3886a59c3ae4ffb29584f096bad68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2604905Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#839730}
-
Monica Basta authored
Fixed: 1162274 Change-Id: I558d64f03bd09bd3e8871eae37912e3760b2765b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2603308Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#839729}
-
Greg Thompson authored
Make a copy of the Controller's RepeatingClosure before running it in case the Controller is deleted by the callback. This is a speculative fix for a crash seen on macOS when running a Controller's callback. R=fdoray@chromium.org Bug: 1156603 Change-Id: Ib6049c9346f37071ae6a690fff3d6e8585b4a356 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2598902 Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#839728}
-
Peter E Conn authored
Change-Id: I99cdeba5761834b3efa71912356fa24d4c98201a Bug: 1160727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606264Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#839727}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1609275440-37f4e219f6f270063631f0695ad136083abdbbb6.profdata to chrome-win32-master-1609296856-3fea7f3d249c98b97623c8f9c4217af37580b20d.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I6e372ca4eb8d11abff672068ac0cb061fd7a78d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607064Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#839726}
-