- 21 Jan, 2021 40 commits
-
-
Henrique Ferreiro authored
This CL is part of the Chrome OS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Bug: 1101837, 1164001 Change-Id: Iad2ee2eee89b8b483543896abb9ed123c826281f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640114Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#845454}
-
Joel Hockey authored
Refactor only change. Now that EndpointType exists, we will use it rather than passing a source or target aura::Window* for functions in exo::DataExchangeDelegate. Removed (inlined) 1-liner function SetSourceOnOSExchangeData which does not relate to DataExchangeDelegate. Bug: b/162602338 Change-Id: I20e7aa0c3702155bdafcc15a101c22668a62f621 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639719Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#845453}
-
Ryan Hansberry authored
The method calling ServerSocket::Disconnect() is expected to be called multiple times. This CL ensures ServerSocket::Disconnect() is only once, to prevent calling on an invalid ServerSocket reference. Fixed: 1168778 Change-Id: Icddfd96cf71329a9599e082752dfc2956e4e2c90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639147 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Auto-Submit: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#845452}
-
Filip Gorski authored
When #setCustomSelectionActionModeCallback is set to null on a view for certain devices running O, it can cause an NPE. This fixes the issue and prevents setting it to null, unless it is already set, which we don't do at this point. Bug: 1168441 Change-Id: I0ab5ea9ea7ca3bab624af087264d75694fb9ec5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641055 Commit-Queue: Filip Gorski <fgorski@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#845451}
-
Siyu An authored
Approval @ crbug.com/1123804 This also puts some to-be-deprecated tests under flag protection. Those along with the experiment branching logic will be cleaned up later Bug: 1070799 Change-Id: I24b35699a2f0e76ccf12467759fa8583534602ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600041Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#845450}
-
Kenneth Russell authored
In this scenario, the WebGL canvas's ResourceProvider holds a copy of the rendered content. This ResourceProvider is purged when the tab is backgrounded, so ensure it is repopulated even if the canvas thinks its state has not changed. Thanks to Xing Xu from Intel for the original CL and test case. Bug: 736969 Change-Id: Ib57a65f1fee2ab95099b335171034d83ce9ec29f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639295 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#845449}
-
chrome://flagsSam Goto authored
WebID is currently enabled via running the binary with --enable-features=WebID. That's harder to find than it needs to be, for example, on a Mac. In this CL, we tie WebID to the set of experimental web platform features flag, which is available to be toggled via chrome://flags. Bug: 1141125 Change-Id: Ib08426b6b04283d2b5780623532456d9eec0b2b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630429 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Auto-Submit: Sam Goto <goto@chromium.org> Cr-Commit-Position: refs/heads/master@{#845448}
-
Esmael El-Moslimany authored
When a user opens multiple New Tabs rapidly, it's possible for multiple callbacks to await a single OGB response. When multiple callbacks have been collected, the OGB response should be sent to each callback. Due to a bug uncovered when disabling caching, only the first callback was getting the correct OGB response. All the rest of the callbacks would get an empty string. Bug: 1167526 Change-Id: I0d57aeb844251b222166bbc4d6236d7df73d9bdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638928 Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#845447}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/base. Bug: 1148570 Change-Id: I5274cd0bf20a8567ca96d5271273cbc11b385854 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641319 Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#845446}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 0fc3eb77. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: I9cc3c4319073afc530029dcf5b1627b29eb8a7a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640197Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#845445}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3253a1deca58..13ea7423612a 2021-01-21 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Id01ab5141f94106d320b4cdb9cd0bf5b07a705d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641393Reviewed-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@{#845444}
-
dpapad authored
For example target names like "print_preview_resources" or "tab_strip_resources" made sense when those targets did not reside in print_preview/ and tab_strip/ respectively. The prefixes can now be removed as the context is already obvious by the parent folder. Bug: 1132403 Change-Id: I9e5628b510337073de7687a409e16b7eb75d5666 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639803 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#845443}
-
Andrew Grieve authored
Bug: 1168298 Change-Id: I4ddebb5e7e2c21b88b0b98877b1f2e802b58bd63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639154Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#845442}
-
Tal Pressman authored
This is no longer the recommended style and, in fact, https://abseil.io/tips/141 recommends against relying on implicit conversions to boolean in conditions. Change-Id: I42c2ea59e23deb6f97ac187bef13d32861873444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636975Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Tal Pressman <talp@google.com> Cr-Commit-Position: refs/heads/master@{#845441}
-
Charlie Reis authored
The reload detection in NavigationEntryCommitted depends on stale code that is being removed, and using a NavigationHandle in DidFinishNavigation is a more modern approach. This CL updates the check accordingly so that we can remove NAVIGATION_TYPE_SAME_ENTRY. Some duplication occurs due to https://crbug.com/1064974. Bug: 536102, 1064974 Change-Id: I7b908770cfceebc696bff9e900da78c28d1b2f5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628652Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#845440}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/extensions. Bug: 1148570 Change-Id: I1e7b85a60ee05d8859fc1d507742a4c08fb6c5eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638568 Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#845439}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ea71c6b63417..bb3adfa42822 2021-01-20 syoussefi@chromium.org Rename ShaderVariable::structName to structOrBlockName 2021-01-20 geofflang@google.com EGL: Respect eglMakeCurrent with a null context. 2021-01-20 penghuang@chromium.org Support switch surfaces for external context. 2021-01-20 jmadill@chromium.org Capture/Replay tests: Use failure exit code. 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 cnorthrop@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:1167718 Tbr: cnorthrop@google.com Change-Id: I0ce4cb4294a1a73c52c826a5d2ab2fd2e6364480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641173Reviewed-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@{#845438}
-
Mila Green authored
Bug: 1144151 Change-Id: I22c49e8d38c9690214b1747bfd3b589e68a950a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640732 Commit-Queue: Mila Green <milagreen@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#845437}
-
Eugene But authored
Bug: None Change-Id: Ie121c32537557f5868c66e38fc125a48b407638f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638400Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#845436}
-
edchin authored
This CL makes it possible to further extract web_contents from the base classes of PasswordProtectionService and PasswordProtectionRequest which will be moved to /core. The content or ios derived class implementations of MaybeReportPasswordReuseDetected can extract WebContents or WebState respectively from the request object. Bug: 1147967 Change-Id: I20788bec17c7e6e99855a52a76260846e930b182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633851 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#845435}
-
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: Ib5b87fde60a63d695c4e3d133280adc797cb9511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640887Reviewed-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@{#845434}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1d681a1a..f9759b6f Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id8cebc031ef1001edc5eacca8208060998334b29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639303Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#845433}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/064f33e4416e..762814bd9229 2021-01-20 cwallez@chromium.org ityp_array: Allow using a T whose underlying type is signed. 2021-01-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from ed14524b1e81 to afb8cfb2544b (1 revision) 2021-01-20 cwallez@chromium.org Vulkan: Fix texture barriers for readonly storage. 2021-01-20 cwallez@chromium.org Vulkan: Fix buffer barriers for readonly storage. 2021-01-20 cwallez@chromium.org Vulkan: use VK_EXT_debug_utils instead of deprecated extensions. 2021-01-20 senorblanco@chromium.org Implement a glCopyImageSubData() workaround for OpenGL ES 3.1 Also rolling transitive DEPS: https://dawn.googlesource.com/tint from ed14524b1e81 to afb8cfb2544b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC sarahmashay@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: sarahmashay@google.com Change-Id: I0c95906817294e7b665d85298a54b06ac357bfff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641176Reviewed-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@{#845432}
-
Leonid Baraz authored
After rollback, death test has been removed, since it is dependent on DCHECK, and can fail to die on optimized configuration. Bug: b:159361496 Change-Id: I59232cd8ad1112351deffa2cb2c807dbe99fdf80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640646 Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Reviewed-by:
Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#845431}
-
Markus Handell authored
I previously added a CHECK that the heights of all planes match between media::VideoFrame and CVPixelBuffer. This ended up getting hit. Add a DumpWithoutCrashing to see exactly what the triggering parameters were. Be robust to non-matching plane heights or widths by copying only the intersection of the media::VideoFrame and CVPixelBuffer sizes. Bug: 1168112 Change-Id: Ic78d4292d6a89e19119719dc2c105e4266e16902 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638520Reviewed-by:
Markus Handell <handellm@google.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#845430}
-
Kent Tamura authored
This CL updates the custom state pseudo class syntax from :state(foo) to :--foo. See https://github.com/WICG/custom-state-pseudo-class/issues/6. This feature is not shipped yet. Bug: 1012098 Change-Id: I71bd92113d89b073cdeba3b6ab78d2c7f0e091dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636075Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#845429}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8a9da73687e3..dd069a9188cc 2021-01-20 mtklein@google.com add interleaved load and store instructions 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 scroggo@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: scroggo@google.com Change-Id: Iede5eb0598f91d1837f18c4f01eae66d39cabbf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640229Reviewed-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@{#845428}
-
Benjamin Beaudry authored
After CL:2610264 landed, I got more feedback. I'm addressing it here. Change-Id: Id05c9671e17496f3cab4eb907b0514ab2f3f2d95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638004 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#845427}
-
Chris Lu authored
This change move the fullscreen inset updates to happen alongside the size transition animation. The change in web content size will then not happen after the transition finished, producing a cleaner experience. Fixed: 1168154 Change-Id: I048c763ffbc0d3723833a003b3a9a79c8a8c58cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641115Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#845426}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1611165592-b5253c098e9c7fa5265e7248ae4df5f8c48efe50.profdata to chrome-win64-master-1611176356-4b0456d54b0928899e317c11eb73b969caf82aca.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: I40d18df23114d98e185e6dc582a92d8af829a277 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641175Reviewed-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@{#845425}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 89.0.4389.9. R=martiniss@chromium.org Bug: 1041619 Change-Id: I30fd20f4e65709bb57703054eef41eaf14afa4cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640916 Auto-Submit: Rakib Hasan <rmhasan@google.com> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#845424}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/15c630fcaa35..124f532d052d 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 harringtond@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: chromium:1150968,chromium:1168574 Tbr: harringtond@google.com Change-Id: I1c43e69a278c85ddd979aca02182c51d285e631a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640855Reviewed-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@{#845423}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e27e7488e4ad..1d5174b9dc3b 2021-01-20 srisser@google.com Implement VK_KHR_depth_stencil_resolve 2021-01-20 amaiorano@google.com Move reusable Vulkan code from VulkanBenchmarks to new VulkanWrapper library 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: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I5b929d6d7c833951382d6f812a9ea8a42695f889 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641013 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@{#845422}
-
Haiyang Pan authored
With crrev.com/c/2637092, "package_paths" prop is removed so there is no need to keep packager_vars.star. Also set the package_prefix for trybot to "chromium_3pp". Currently 3pp uploads package sources to CIPD, even with "force_build" set to True (Behavior to-be-changed). With this package_prefix, sources will be uploaded to CIPD path "experimental/chromium_3pp" Bug: 1132368 Change-Id: I3b3e7cc36badda7687da967c2e4681bfcea6187f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639229Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#845421}
-
Tim Sergeant authored
The Shadow APKs feature (see crrev.com/c/2548592) needs to convert between ARC++ and App Service types for IntentFilters, and will in the future need to do the same for Intents. This CL moves the conversion functions to intent_util.h, where they can be accessed by Shadow APKs code. BUG=1099134 Change-Id: I291d10c8ce53ed1890453c0f676b94e4c39121cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639055 Commit-Queue: Tim Sergeant <tsergeant@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#845420}
-
chinsenj authored
This CL animates the toggle slider for the alt-tab mode toggle slider. Test: manual Bug: 1157087 Change-Id: Ide73ce93aa0238c8927411cdf4489f7581a22d31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638153 Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Reviewed-by:
Jeremy Chinsen <chinsenj@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#845419}
-
Haiyang Pan authored
With crbug.com/1166997 fixed, the test suite turns green in trybot now. The test pool usage is a bit high (http://shortn/_unkbNiWpws), but the swarming task pending time is acceptable (http://shortn/_WCL47QSQOd), despite the one on 1/19 due to test regression. Bug: 1111436 Change-Id: Ied1639acdd124d041e2d55dbe02b66a5aa661214 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639370Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#845418}
-
Takumi Fujimoto authored
If the DIAL receiver returns an HTTP error, we record in a histogram that we received one, and return the response code to the sender via an SDK message. Bug: 1153895, b/171829399 Change-Id: Ia0487099f426df05e04b8092f0be7fa9a2584ee3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618519Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#845417}
-
Noel Gordon authored
Bug: 1168436 Change-Id: I59adea182ac7dfaa4dfd2b24e64eb032c83e3b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631397Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#845416}
-
Sebastien Marchand authored
The PerformanceManager page freezing policy doesn't take into account the loading state of a tab when emitting freezing signals. As a result some unloaded tabs can receive a freezing signal and there won't be another freezing attempt once the tab gets loaded. This fix this problem by waiting for the tab to transition to the loaded state before emitting the freezing signal. Bug: 1168735 Change-Id: I13b92600a2df7fa8bfc592a2711cb33b0631e409 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641154Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#845415}
-