- 09 Jan, 2021 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3be8a6b93877..ba12c16f393a 2021-01-09 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: Ic79d4af2ed7c3dfcadc1001a65af77704b9c3ea8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619259Reviewed-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@{#841788}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/affdce7627b1..35f78f4a4562 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: Id596337ce6e29f5e111e254be26da00dd60c7086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618909Reviewed-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@{#841787}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/61125414310a..affdce7627b1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I11f7abb4830fb2218402854abd025ccbcc6d5af0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619258Reviewed-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@{#841786}
-
Bartek Nowierski authored
This reverts commit bf4c42e5. Reason for revert: No longer needed Original change's description: > Temporarily disable PA-Everywhere in FYI bots > > This is to check if the selected tests pass under a normal configuration > > Bug: 1121427 > Change-Id: I3a23c18d51ec7e51ae290d10a649c09491c2015a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592855 > Reviewed-by: Garrett Beaty <gbeaty@chromium.org> > Commit-Queue: Garrett Beaty <gbeaty@chromium.org> > Auto-Submit: Bartek Nowierski <bartekn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#837619} TBR=bpastene@chromium.org,gbeaty@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,bartekn@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1121427 Change-Id: I71924b6680bd8abd783e75f9ee8d058b23e3e904 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618421Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#841785}
-
Minju Kim authored
crrev.com/c/2578501 introduces PlatformWindowDelegate::GetWindowMaskForWindowShape and updates window region by the window mask in ozone/wayland. This CL is the implementation to make the corner of the browser frame rounded from the window mask. It is done by XShape in x11, but there is no equivalent extension of XShape in wayland. In this CL, 1. Introduce WindowShapeUpdater to update |ui::Layer::alpha_shape_| for the rounded corner of window shape from NonClientView::GetWindowMask. - When bounds changes, ui::Layer::alpha_shape_ is updated according to the ShapeRects converted from NonClientView::GetWindowMask. - UpdateWindowTransparency when ui::Layer::alpha_shape_ is updated. 2. Set transparent:true to the compositor when NonClientView has window mask. Otherwise, AppendQuadsToFillScreen to always fill the entire screen in LayerTreeHostImpl. Bug: 1126828 Change-Id: I3a712b8c5f33f9fd32bd2cd5e6ee8664732e3ca3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419056Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: MINJU KIM <mkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#841784}
-
Xiaohui Chen authored
Bug: None Change-Id: I9eee624092d6ac2b54d242f94dfc53c68121264c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617506 Auto-Submit: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#841783}
-
Joao Victor Almeida authored
This makes the code when CompositingOptimizations is enabled match behavior without it enabled. Bug: 1115577 Change-Id: Iee854f63d135885e1ae5d02a5f76c1dd41eb51aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613347 Commit-Queue: João Victor Almeida de Aguiar <joalmei@microsoft.com> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#841782}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/54515b7b2b99..ae562bd177d9 2021-01-09 mtklein@google.com remove default Uniforms base Ptr 2021-01-09 csmartdalton@google.com Finish converting GrTriangulator structs to nested classes 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 johnstiles@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: johnstiles@google.com Change-Id: I7832de4c14765651af26394c2031d4cd9248832d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619024Reviewed-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@{#841781}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=lakpamarthy@chromium.org Change-Id: I46c687288af5123fa1a97c72175a6ffca9a8adc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619299Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#841780}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1610139561-9d7df42b937a5193cd789e89275356fd04ecc110.profdata to chrome-win64-master-1610150355-1b4a639d43ac20407656d2f3a2b0d583443b5895.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: Iacf8222b3eda942596e2f84395340c0234c3a7ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619019Reviewed-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@{#841779}
-
Minju Kim authored
In ozone/x11, the region is set to a non-rectangular shape from GetDefaultWindowMask for the rounded corner of browser frame. The window region is updated in XWindow::UpdateWindowRegion and sets in shape of X11 ExtensionManager. In ozone/wayland, it doesn't get any shape information from the platform window. In this CL, - Introduce PlatformWindowDelegate::GetWindowMaskForWindowShape to get the window mask information. - Create |window_shape_| from window mask for non-rectangular window shape. - Create region from |window_shape_| if it exists and set opaque/input region. - Update |window_shape_| and update opaque/input region Bug: 1126828 Change-Id: I56c928986526b88cd4b2c5e8fc3b4921f50a372c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578501Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: MINJU KIM <mkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#841778}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/324ea4f154d8..acbec5a9fae5 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: I2646330e858d3f4c12043fae6d948eb051a432d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618906Reviewed-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@{#841777}
-
Brandon Jones authored
This is a reland of 480f5952 Original change's description: > GPUQueue.writeBuffer takes offset/size in elements with TypedArrays > > Previously dataOffset and size were always in bytes, which isn't > consistent with the WebGPU spec. > > Corresponding CTS test here: https://github.com/gpuweb/cts/pull/431 > > Bug: 1163667 > Change-Id: I5360cfbd66542c044dcf909b8673d3ed3f5e6724 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615520 > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Commit-Queue: Brandon Jones <bajones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#841617} Bug: 1163667 Change-Id: Ie6dd20221445d93124946b3839c75149bd791292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617864Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#841776}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0e4e5ae5944a..c1aa4ecfcc8c 2021-01-09 ehmaldonado@google.com Reland "presubmit: Don't print comments for missing reviewers." 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: Ifdbd754721ced1574d7e8ce0f87ef56c07988e10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618903Reviewed-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@{#841775}
-
Yuly Novikov authored
Bug: angleproject:5417 Change-Id: I2c78b371221c332a0d1ff1340340c28c9547f085 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618858Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#841774}
-
Reilly Grant authored
This manual test attempts to reproduce a case seen in issue 1153647 where parallel calls to transferIn(), recommended for performance, can return data out of order. This test is a starting point in the investigation as it only sends a small amount of data while the original report involves much larger transfers. Bug: 1153647 Change-Id: I4f4b8f5ad502d08ae7c4fb9cc22889047029afc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587950 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
James Hollyer <jameshollyer@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#841773}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/644164c9c4b3..783278a3109d 2021-01-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 211a9ad8..6ae5319d (841507:841669) 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: I058d8352a026f31375573c84a23d2db10568702d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618683Reviewed-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@{#841772}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/038ae1448ac1..767af74ec9b6 2021-01-08 timvp@google.com Tests: Add World War Doh trace 2021-01-08 jmadill@chromium.org Add OWNERS info for Vulkan test utils. 2021-01-08 senorblanco@chromium.org Reland "Changes to build inside a Dawn checkout." 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:1164084 Tbr: ianelliott@google.com Test: Test: angle_perftests --gtest_filter=TracePerfTest.Run/*world_war_doh* Change-Id: I3a6f12592809b699e3a85c30fd889c23b8d91f49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617251Reviewed-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@{#841771}
-
Kyle Horimoto authored
Adds a new metric for each API call made from SecureChannel to the Nearby Connections library. Because values will now be used in metrics, this CL also adds explicit numeric values to nearby_connection_types.mojom. Fixed: 1163979 Bug: 1106937 Change-Id: I15ddd5861cc22dce109970de0bea46e9adae043c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617045Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#841770}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/affdce7627b1..35f78f4a4562 2021-01-09 treehugger-gerrit@google.com Merge "Make preceding_flow and following_flow follow relative slices" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ia2dd79a67c6fe2bec63190ac3313db3668302ea4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618902Reviewed-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@{#841769}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 88.0.4324.82. R=rmhasan@google.com Bug: 1041619 Change-Id: I4fdc293fd15f5fc42942a0d32cf8c896e893f46f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618862 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#841768}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 87.0.4280.145. R=rmhasan@google.com Bug: 1041619 Change-Id: Ia862cbcbfe8471f7fe9183a7583c61d53685571b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618861 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#841767}
-
Sunny Sachanandani authored
TBR=backer@chromium.org Bug: 1164594 Change-Id: I3530e32cf5d9fb1d7aa7d9ad972a4bf306f60a2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618907Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#841766}
-
Yue Li authored
Bug: b/175749033 Test: Run IntentGeneratorTest in chromeos_components_unittests Change-Id: Ied55ab686db30005aebcc77dae04037e96e6e967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616480 Auto-Submit: Yue Li <updowndota@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Cr-Commit-Position: refs/heads/master@{#841765}
-
Reilly Grant authored
If a test inherits from RenderViewHostTestHarness but provides its own implementation of TearDown() it may forget to call the version from its parent class. This DCHECK provides a better error message to alert the developer to their error. Bug: 1163761 Change-Id: Ia2341253e511a28dd6a6bad695a9bccc5abafed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616963 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#841764}
-
James Cook authored
The component ID is for the dogfood component, not the fishfood one, so rename the variable. Ditto for component name. Bug: none Change-Id: I619a569821d4f670dcd3becda9513d528f808a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618840 Auto-Submit: James Cook <jamescook@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#841763}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6bf6963198aa..54515b7b2b99 2021-01-09 brianosman@google.com Support function calls in SkSL-to-SkVM 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 johnstiles@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: johnstiles@google.com Change-Id: I0d95ee8af25f5088fa7caa67bc28836f9ee26c57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617254Reviewed-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@{#841762}
-
Joe DeBlasio authored
This CL removes an unnecessary call to IsEngagementAtLeast() in OnFetchEngagedSites(). This call unnecessarily recomputed the score for many URLs, even of which required acquiring a lock. This was causing jank, as many threads could call OnFetchEngagedSites() at once. This fix is a bandaid to reduce jank quickly. A follow-up CL will hopefully refactor LookalikeUrlService a bit to ensure that only one call to GetAllDetailsInBackground (which calls OnFetchEngagedSites) is outstanding at a time. Bug: 1157596 Change-Id: I66a4946b3cf8b1b1800f019a35f56ea9f55b6d92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617874 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#841761}
-
Azeem Arshad authored
This histograms are actively monitored and should be extended. Fixed: 1160900, 1160899 Change-Id: I90f6330345023415addbb38e9c964735fc1099be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617877Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#841760}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/61125414310a..affdce7627b1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I6a03837e4dfac1cad79b40b8527cbe28f90f53b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618803Reviewed-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@{#841759}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1610128749-0f05f817c8023f7311c3f1f138caa77d30d9071d.profdata to chrome-linux-master-1610150355-4a8e87c65afe038c52dde92bd9ad8141fba84ab9.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: Iec5bfc1829da2dd0969fcdb20102bf1b075c87c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617256Reviewed-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@{#841758}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/2e89a70e3561..588d32cb3f17 2021-01-08 capn@google.com Reduce the LLVM compile layer object lifetime 2021-01-08 capn@google.com Reduce the mangler object lifetime 2021-01-08 capn@google.com Eliminate duplicate LLVM contexts 2021-01-08 srisser@google.com Fix mismatched signedness for a compare in subzero 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: I2b8229e3ee52871cfc9fad31cefa58ebbadd7d9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618091Reviewed-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@{#841757}
-
Chromium WPT Sync authored
Using wpt-import in Chromium a8a6d154. With Chromium commits locally applied on WPT: fc8d726c "fix: relax performance API checks for prefetch test" 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, smcgruer@chromium.org: external/wpt/tools rego@igalia.com: external/wpt/css/css-contain external/wpt/css/selectors rsleevi@chromium.org: external/wpt/WebCryptoAPI skobes@chromium.org: external/wpt/css/css-scroll-anchoring NOAUTOREVERT=true TBR=foolip@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: Ic7e149ce731e6a3b80f150363b4ec2cb36908fe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616327Reviewed-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@{#841756}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/128bf6a2b49f..324ea4f154d8 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 dalecurtis@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: dalecurtis@google.com Change-Id: I52358136077c849280c7d17385bb03046c6e9422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617901Reviewed-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@{#841755}
-
Sam Sebree authored
ForcedColors mode This CL fixes an issue in which, when in ForcedColors mode, options in the select multiple control would lose visibility upon hovering. Bug: 1157173 Change-Id: Ia2f89e9a94cfac37b77fead8becbbdc37e7082a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2614851 Commit-Queue: Sam Sebree <sasebree@microsoft.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#841754}
-
chromium-autoroll authored
https://chromium.googlesource.com/vulkan-deps.git/+log/a4e3a5aaf64c..b229877c6d2d 2021-01-08 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 04cf3fd95555 to f0634ebbb36f (1 revision) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-deps-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,ianelliott@google.com,enga@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: radial-bots+chrome-roll@google.com,ianelliott@google.com,enga@google.com Change-Id: Ia815796ff1a005c469c617758c5350cc054730a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617246Reviewed-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@{#841753}
-
Dale Curtis authored
reporting-popup-same-origin-allow-popups-report-to.https.html is flaking on mac. TBR=wjmaclean Bug: 1164568 Change-Id: I9bbf4dd6c172f505f6725bdb2619fa11d5716671 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618767Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#841752}
-
Findit authored
This reverts commit 8c86c0a8. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 841710 as the culprit for flakes in the build cycles as shown on: https://analysis.chromium.org/p/chromium/flake-portal/analysis/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vOGM4NmMwYTgxMmQ0OTNjYTJlNjAzYjI0ODUyYmFhNzMzZmExZjNlNgw Sample Failed Build: https://ci.chromium.org/b/8858625648955134400 Sample Failed Step: bf_cache_content_browsertests Sample Flaky Test: SnapshotAXTreeBrowserTest.Timeout Original change's description: > Add additional params to WebContents::RequestAXTreeSnapshot > > WebContents::RequestAXTreeSnapshot is used for several things, including > supporting Assistant on Android and Chrome OS, generating tagged PDFs, > speaking the text of a page on macOS, and determining the page language > for Translate. > > On Android, requests are timing out on large pages; Assistant wants > results in 3 seconds. This change adds additional parameters to > RequestAXTreeSnapshot to enable it to run faster, by limiting the > number of nodes, excluding offscreen nodes, and returning partial > results after a timeout elapses. > > This change adds test coverage but does not change any code to use > these new parameters, so there shouldn't be any side effects of > landing this patch. A follow-up will change the Android callers to > pass different parameters. > > Bug: 1161541 > Change-Id: Ie2394b451a53636d833944448157ae4300dabd7a > AX-Relnotes: N/A > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602697 > Reviewed-by: Emily Stark <estark@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Mark Schillaci <mschillaci@google.com> > Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#841710} Change-Id: Ia2b9a7d3a0a085c4a65b07824913f9e035f6f4f6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1161541 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618674 Cr-Commit-Position: refs/heads/master@{#841751}
-
Bartek Nowierski authored
This is a just-in-case CL. If things don't go as planned with this week's Dev release, we can consider using the next week's Dev for repeating the 3-way no-PAE/PAE/PAE+PCScan experiment. Note there is a difference from how it was previously configured. The old configuration would correctly report PCScan is always disabled on 32-bit platforms, leading to 33/66/0 population split that it'd had to be adjusted at release time (rather cumbersome and errorprone). The new configuration lies that PCScan is still enabled thus keeping 33/33/33 split and allowing us to easily ignore the PCScan enabled bucket when analyzing results. Bug: 11297512, 1121427 Change-Id: I5843ed1e1dfaddd3a9eb891097096a41077b9483 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617526 Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#841750}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/c4efeef83334..c9a22bcb93db 2021-01-08 hao.x.li@intel.com Disable timestamp query extension on Metal 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 enga@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: enga@google.com Change-Id: If88f4f912b46808f90e823055b23c9307b442b51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617248Reviewed-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@{#841749}
-