- 05 Dec, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/aafe855f7f51..251ba5cb119f 2020-12-05 syoussefi@chromium.org Vulkan: Fix transform feedback with in-render-pass clears 2020-12-05 zentaro@chromium.org Mark classes with final dtors as final 2020-12-05 syoussefi@chromium.org Vulkan: Support for geometry shader with max_vertices=0 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 ianelliott@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: chromium:999886 Tbr: ianelliott@google.com Test: Test: no errors building Change-Id: I28a264ccafd777333994d11d5670716a0defceeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576026Reviewed-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@{#834012}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC chrome-fuchsia-gardener@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.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: Ibd5440d101a9db5bb4017135da5bb0a111e81446 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576021Reviewed-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@{#834011}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1607126042-accdd94f2839e19c977142b92f1ccbe3b6368bd6.profdata to chrome-linux-master-1607147157-f5b7556f12cc4a67a4d86e796b1f10a124355671.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: Ifa7a91759a06f0380b8d6ef9ebe4450557c324c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576032Reviewed-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@{#834010}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1607126042-3a5b481c1c794ae044b96bf2fc778aeb692519cf.profdata to chrome-mac-master-1607147157-05c119e40ba733e24d2e3874fc8b53f1f41ca77b.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: I055d26dfdf25556300c2bbc4d83fce99ca6a1396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576031Reviewed-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@{#834009}
-
Aaron Leventhal authored
Remove RemapAriaRolesDueToParent: - It's harmless to have cells, rows etc. exist without a parent table. Having code in Blink to remap these roles causes complexity and issues with aria-owns. Adding any complexity to do this is more trouble than it's worth - Remapping kListBoxOption to a kMenuItem when it's in a kMenu is related to old code inherited from WebKit. WebKit made efforts to try to change role=option or <option> elements inside a role=menu to menuitems, but this is just not worth it. Also, 2 old tests that failed now pass, so the -expected.txt files are removed -- the expectations were only there to allow the failures. Bug: 1150481 Change-Id: I7342e3c15bf2dd3d877f90e682db7d68bf8c9142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568365Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#834008}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b364bad6550e..d3455123dc42 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: None Tbr: Change-Id: I3506dd759cdf78c55ba05a50f3dbeb3914e6073f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576023Reviewed-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@{#834007}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/46ab28975e89..ab784e384be6 2020-12-05 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I9324e7c0d69783d9e7fbe4355c230a71d0cf2e3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576024Reviewed-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@{#834006}
-
Fergal Daly authored
The call in SetRenderFrameHost was useless because the speculative RFH has already been move out of place so the validation exits early. This change moves the validation into a static method that takes 2 frames as arguments, so that it can be used even in this case. https://crrev.com/c/2564933/1 shows that this passes all tests even with SkipEarlyCommitPendingForCrashedFrame. Bug: 1146573 Change-Id: I59574bd78a93534ec7e0ae603589e82c2e87a119 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2564933Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#834005}
-
Jimmy Gong authored
Provide more context on where the setting buttons is routed to. Screenshot: https://storage.cloud.google.com/chromium-translation-screenshots/ad7a89eaab68906ed5e04fc18cf4f6cacd1ef94c Fixed: 1152781 Change-Id: I0fef47d663c41f20ba3842820d661967bbc08066 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570328 Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#834004}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/bae138de13ac..f36e874ade1d 2020-12-04 ynovikov@chromium.org Add CQ configuration. 2020-12-04 amaiorano@google.com Add unit test for ENABLE_RR_EMIT_ASM_FILE 2020-12-04 amaiorano@google.com Kokoro: isolate flag enabling for incremental builds 2020-12-04 amaiorano@google.com Kokoro: upgrade Linux build from gcc 7 to 9 2020-12-04 capn@google.com Fix stringification of macro value 2020-12-04 capn@google.com Allow configuring Reactor's anonymous mmap name 2020-12-04 capn@google.com Remove named anonymous mmap for GL/VK allocations If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1069673 Tbr: swiftshader-team+autoroll@google.com Change-Id: I04dbaac1b45e94cd3eb56271132bb6bb076961d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575801Reviewed-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@{#834003}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1607115559-44871aa53f914203e8d0d24a90c015a255200321.profdata to chrome-win64-master-1607126042-eec6b76e1d472288c9c26f1dc48d90cf1137b5cd.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: I6a0151fde119a2bb4835ba0a694017511352fedb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576100Reviewed-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@{#834002}
-
wutao authored
It was not handled that when a media session info is changed from paused to playing, the string animation will not restart. This patch simplifies the logic, when the media is paused, it will only set the visibility to false, but not stop the animation, when the media resumes, it is still animating. Bug: b/173804133 Test: manual and modified test Change-Id: Ic2a935b2bc52d8379189395dd3fd1213eefd48a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573682Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#834001}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4bd742c8f043..b364bad6550e 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:1155769 Tbr: Change-Id: Id9ca082baae51205cdfbf54bb8a66e8aa2e85f1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576101Reviewed-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@{#834000}
-
Ken Buchanan authored
This adds plumbing to WebID federation requests to generate dialogs for user permission and IDP sign-in. The prototype dialog implementations will be added later. Bug: 1141125 Change-Id: I37d26d8d376482c3e285907bd3eb0f56b450613b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569379 Commit-Queue: Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#833999}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/30217950419d..e0dee01043d1 2020-12-05 michaelludwig@google.com Remove support for deprecated kDontClipToLayer_SaveLayerFlag 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 westont@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: None Tbr: westont@google.com Change-Id: I16fd8a6c1f61db885886cd33809840b7798f345e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575215Reviewed-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@{#833998}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c859c0ac81bb..aafe855f7f51 2020-12-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 78187c02 to 6991410b (262 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 ianelliott@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: ianelliott@google.com Change-Id: I2038dde0c841018bd907bf186ff90e638ca18046 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575434Reviewed-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@{#833997}
-
Yuta Hijikata authored
The change is mostly mechanical replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and GN variable is_chromeos with is_chromeos_ash with some special cases (For those cases please refer to http://go/lacros-macros). The patch is made in preparation to switching lacros build from target_os=linux to target_os=chromeos. This will prevent lacros from changing behaviour after the switch. Bug: 1052397 Change-Id: Iad750ef52b3a42cc0339e8e6fdb682c4cf397b16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2550844Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#833996}
-
Aleks Totic authored
Inside table-layout:fixed, columns always take precedence over cells. Updated wpt column widths test. Bug: 958381, 832323 Change-Id: I07e682d9e41218774889d9517a0e4d652bbecd68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575724Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#833995}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/b97d85b7ca18..46ab28975e89 2020-12-05 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I113ddb461fa1becf4f43f8b9ab3e23d237f3eb75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576099Reviewed-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@{#833994}
-
Sammie Quon authored
The crash was because a new screenshot is requested when the current screenshot is about to get scrolled out of bounds. It was using a fixed number threshold, meaning displays that are not the same size could get out of sync easily, leading to a CHECK failure. This CL addresses that by requesting screenshot on all displays if even one of them needs one. Another approach would be change the spacing and threshold to be based on the display width instead of fixed number, but that could be prone to roundoff error which may cause a similar issue. Also noticed visible desk metric was double counting when there are multiple displays. Added a TODO for that one as it is lower priority. Bug: 1154868 Test: manual, added regression test Change-Id: I48f5ef62d3284b710f44a2808f75c95686bc9b3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570551 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#833993}
-
Austin Eng authored
Bug: none Change-Id: I81a2d9a274f35b10f232ba060a6cd2e6b46673e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574808Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#833992}
-
Jimmy Gong authored
This disables the Silence Phone quick action in the Phone Hub UI if the user's phone is setup with a work profile. Bug: 1155244 Test: local, ash_unittest Change-Id: Ia29af3f40d69f00af74362015393d32730d2a58f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575344 Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#833991}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=srinivassista@chromium.org Change-Id: I858cb99880732091438d592e406e60c8d1a15dea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574789Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#833990}
-
Zach Trudo authored
Bug: chromium:1078512 Change-Id: I4bca5d23e43718994b96888a30c7b3be6c05a420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569118 Commit-Queue: Zach Trudo <zatrudo@google.com> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#833989}
-
Daniel Cheng authored
Normally, this shouldn't happen, but there is a bug that causes the FrameLifecycle to be rewound from kDetached to kDetaching when a frame is detached twice (!!). Simply return false in this case, since any work gated on IsProvisional() should have already happened, so skipping it should be "safe". Bug: 838348, 1154141 Change-Id: Ic7a5e4014e3eb42b1f8881472b39743e718b8ff3 Fixed: 1148955 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575725 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#833988}
-
Ryan Sturm authored
This CL adds a few fields to the search prefetch resource request to make it more similar to a navigation request. Additionally, this adds capability for URLLoader throttles to defer (in this case cancel) or change headers on the prefetch request allowing things like variation headers to be added more similarly to how navigation requests have them added. Client hints CL: https://chromium-review.googlesource.com/c/chromium/src/+/2551671 Bug: 1138648 Change-Id: Ia868aa624b2f9f573a54432eb0fa62834eacd2f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552723Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#833987}
-
Aga Wronska authored
Playpen Content Packs feature for supervised users has never been launched.The code contains non-inclusive language and rather than fixing the language is gets well deserved removal. This change-list covers deletion of: * SupervisedUserWhitelistInstaller * SupervisedUserAllowlistService * Relevant test files It will be followed with the further cleanup in c/b/c/supervised_user as well as in Chrome Sync code. Bug: 1147260, 1151166 Change-Id: I938e2ba34bbe91013b54ea152b29fdff424253f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543804 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#833986}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/084721205176..4bd742c8f043 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:1139446 Tbr: Change-Id: I0961095a73af96761d4b995da7584dfd2d577b0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575568Reviewed-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@{#833985}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1607104719-553836ec892e604b847a609e48d12198e967747c.profdata to chrome-linux-master-1607126042-accdd94f2839e19c977142b92f1ccbe3b6368bd6.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: Ibb2d47ce45d4023b34cfd1bc933c37fc0a6f9bab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575980 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#833984}
-
Sean Topping authored
Since Chromecast doesn't use Dawn, we can trim the binary size by excluding Dawn from compilation. Bug: internal b/174509097 Test: CQ Change-Id: Ibb32066ad3bb59852dfdb04c9ba5484c29283c8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573637Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#833983}
-
kouhei authored
Before this CL, ShouldThrottleWebContents checked last committed URL if it was eligible for the policy. However, since the navigation which we would like to apply policy hasn't committed yet, this was checking the WebContent's URL before navigation. This CL changes it to `GetURL()` so that it would check the scheme of the URL of the navigation target page. BUG=1082920 Change-Id: I1aed97316e985b62be581e6f6a8d5447c2fc28f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573851 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#833982}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chrome-fuchsia-gardener@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 Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I8aebdce02b528de2fafa3bb459b94a4bbccfe5af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575567Reviewed-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@{#833981}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1607082643-c2f5265b374c0786e9c504f581789ab6e6bb2b7f.profdata to chrome-win64-master-1607115559-44871aa53f914203e8d0d24a90c015a255200321.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: I94404ea277f2f225cac8f41689a879b772651a91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575819Reviewed-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@{#833980}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1607104719-e1d1a8dd7fb3b6aba7965596c29afef7497a651e.profdata to chrome-mac-master-1607126042-3a5b481c1c794ae044b96bf2fc778aeb692519cf.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: I0cde39d53cf2aa3e1f84b6322d01847f417779c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575804Reviewed-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@{#833979}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ae95077db60b..30217950419d 2020-12-04 michaelludwig@google.com Improve CanvasState cross-library tests 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 westont@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: None Tbr: westont@google.com Change-Id: I6af390c85750d88549985d452d2c77736d0f1ca5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575822Reviewed-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@{#833978}
-
Ryan Hansberry authored
If an incoming or outgoing Bluetooth connection has been initiated by a Nearby Connections client, such as Nearby Share, do not display the "Device has paired and connected..." notification. Making generic Bluetooth UI logic (BluetoothNotificationController) aware of the inner workings of Nearby is not ideal, but is the quickest solution we have available before launch. We will clean up this behavior leak in crbug.com/1155669. Bug: 1155668 Change-Id: Ib06656dbca9ae538b36ebf0b54ec192d88d9f466 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572804 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#833977}
-
Meilin Wang authored
Added a series of histograms under name "PhoneHub.TaskCompletion.{MessageType}.Result" to track results of each type of request messages. "RequestAttempted" is logged when a message was sent, and "ResponseReceived" is logged when a response has came back Bug: 1150634 Change-Id: I6e57c2a071536a09c8260d89d1e6dc551a7fe57e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568556 Commit-Queue: Meilin Wang <meilinw@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#833976}
-
Yi Xie authored
Currently there is a delay of 15 min - 3 hr, which is way too long for integration test. By adding this flag we can write Tast test to check if log upload is working properly. BUG=b:174803045 TEST=None. Will be tested by a Tast test later. Change-Id: I65447c51519d9758ee17472432d9775e5505a835 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573896 Commit-Queue: Yi Xie <yixie@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#833975}
-
danakj authored
These bitmaps are safer for transport from untrustworthy sources since all bitmaps should be in N32 format and the browser can make bad assumptions as a result. R=dcheng@chromium.org Bug: 1144462 Change-Id: Ib72a5200cce720dc42af6388d0137f5b7b1d5bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572701Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#833974}
-
Sergey Ulanov authored
AddEventListenerOptions-signal.any is failing on Linux Leak bots TBR=smcgruer@chromium.org Bug: 1155771 Change-Id: I6ed11b1f9ad413331a71fac1e85017788eae399b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575901Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#833973}
-