- 03 Apr, 2020 40 commits
-
-
Marc Treib authored
The following histograms are extended to M85: InstanceID.GeneratedNewID FCMInvalidations.ResetClientIDStatus GCM.IgnoredWriteResult.AddInstanceIDData GCM.IgnoredWriteResult.RemoveInstanceIDData GCM.IgnoredWriteResult.SetLastTokenFetchTime The following histogram is marked obsolete: GCM.GetInstanceIDData.ClientStarted Details are on the linked bugs. Bug: 1066035, 1066038, 1066036, 1066091 Change-Id: Ib220204619a304fa209931f8be0fd1035217b2af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132221Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#756208}
-
Christos Froussios authored
This reverts commit 468b6b18. Reason for revert: Suspected of breaking multiple wayland test suits. See bug. Bug: 1067568 Original change's description: > ozone/wayland: allow to run Wayland without mojo. > > Even though we set require_mojo to true in the PlatformProperties, > in certain scenarios Ozone might be initialized without mojo, but in > a single process mode (for example, unittests, ozone_demo). > > In this case, we should instantiate a direct connection between > buffer managers without mojo. I could use base::TaskEnvironment, but > it will require too much changes to how different tests are initialized. > > For example, binding an interface and sending a mojo call requires a > a task runner handle (installed in WaylandBufferManagerGpu). And > that fails with compositor_unittests - some tests create > TaskEnvironment, and some don't. > > Initializing the TaskEnvironment in CompositorTestSuite won't help, > because (as I said) some tests do that. This results in crashing when > tls delegate is set. > > Bug: 1067156 > Change-Id: If3236f9604c692b4ed6efc5dbaf9cc67ce36d62e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128111 > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Commit-Queue: Maksim Sisov <msisov@igalia.com> > Cr-Commit-Position: refs/heads/master@{#756173} TBR=rjkroege@chromium.org,msisov@igalia.com Change-Id: Iec818f93fa783b533fd217cd0dd0afce2684075b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1067156 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134145Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#756207}
-
nancy authored
This is a reland of 527adae2 TBR=xiyuan@chromium.org TBR=sky@chromium.org TBR=dominickn@chromium.org Original change's description: > Replace LaunchService's OpenApplication with AppService interface. > > LaunchService will be removed in the follow up CL:2116156 > > BUG=1061843 > > Change-Id: Ifdf73b4ce7bd1cc090a1e1f17c65cf3e36f242dc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132009 > Commit-Queue: Nancy Wang <nancylingwang@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756163} Bug: 1061843 Change-Id: I8c024d86d3e15b2d0702d3c0f4ed76c21d100779 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134090Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756206}
-
Mirko Bonadei authored
WebRTC is adding a new test binary to run audio only tests. Bug: webrtc:11251 Change-Id: I837a2868755f7d3cfeeb16542f6ed55096207a30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134295Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#756205}
-
Yuki Shiino authored
Supports [NamedConstructor] in the new bindings generator. Bug: 839389 Change-Id: I8924c2d1419300819987d0cd53f47a35f5fc33a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134087 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#756204}
-
Anders Hartvoll Ruud authored
This CL adds support for 'revert' in the parser, behind a flag. Using the keyword doesn't do anything yet. It temporarily behaves like "unset" for both regular declarations and keyframes. Bug: 579788 Change-Id: I0882b41ff6f5c162be8ac1d1cd203ad4ec84c60f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130249 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#756203}
-
Hirokazu Honda authored
This is a reland of 1343d831 The original CL is reverted as breaking vda test fails on hana. The issue is mainly due to V4L2(S)VDA code. So I submit the original CL as-is and separately land a VDA fix CL, crrev.com/c/2131968. Original change's description: > media/gpu/V4L2IP: Reconfigure V4L2 queues on the first Process() > > The client of ImageProcessor feeds ImageProcessor VideoFrame in > import mode. The underlying buffer of the fed VideoFrame can have > a different stride and size from the expectation of > ImageProcessor. The difference is critical in V4L2ImageProcessor. > It is necessary to reconfigure the v4l2 image processor driver by > VIDIOC_S_FMT with the stride and height of the fed VideoFrame. > > Bug: 1033799 > Test: ip_test --gtest_filter=NV12* on kukui > Change-Id: I73050718f6a95a1eaa3d9c7a60eeea1bc791f04e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097857 > Commit-Queue: Hirokazu Honda <hiroh@chromium.org> > Reviewed-by: Alexandre Courbot <acourbot@chromium.org> > Cr-Commit-Position: refs/heads/master@{#754835} Bug: 1033799 Change-Id: I7d74e66f6c543009a65dde9d7af14b38c3089aa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132556 Auto-Submit: Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#756202}
-
Kent Tamura authored
This CL has no user-visible behavior changes, but might have performance impact. Note that LayoutNG ratio computed by these counters is 83.7% on nytimes.com. Bug: 1067527 Change-Id: I73cda07e55e9c9a7d8cef580ebf59fda10b61d1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134031Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#756201}
-
Michael van Ouwerkerk authored
Bug: 1049127 Change-Id: Id69705557d009e2fe6dbebce15470b68a9339745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134131 Auto-Submit: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#756200}
-
Philipp Hancke authored
based on a more modern variant chrome/test/data/webrtc/webrtc-simulcast.html BUG=921041 Change-Id: I6068dada500cccecdcdb4d8df851a55725d0e5ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050303Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/master@{#756199}
-
Javier Ernesto Flores Robles authored
Bug: 1045454 Change-Id: I44d39828843e817e82f20afe4abc1558b92a1e41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134252 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: David Jean <djean@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#756198}
-
Javier Ernesto Flores Robles authored
Use ivars inside the property getters. Create lazy init for |reauthenticationModule|. Bug: 1045455 Change-Id: I9c7d77712e6bde22c9b079beec328ec015352691 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134828 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: David Jean <djean@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#756197}
-
Hitoshi Yoshida authored
Add enumerations newly added in IDL files but their generated files are not added in GN lists. Bug: 839389 Change-Id: I07916de1312f533d1d44cea78e3ec83749e30b5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134182 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#756196}
-
Benoit Lize authored
FontResource holds onto the encoded and decoded versions of the font. However the encoded version is never accessed after it has been decoded, and the decoded version is never discarded. This means that we are holding on the SharedBuffer without a need for it. Fonts are almost always compressed, with a ~3x compression ratio typical. From local benchmarking, encoded fonts are commonly ~500kiB on popular news websites. This CL discards the fonts after they've been decoded. Change-Id: Ic72009431084cdd1e30fcd69ba1ec59788c0cede Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134291Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#756195}
-
Jacobo Aragunde Pérez authored
Per Mojo docs (//mojo/public/cpp/bindings/README.md#Enums), kMaxValue shares the value of the highest enumerator of the enum. In this case, it shares the value of kWindow, that means kWindow is not being dealt with in that switch statement. Bug: None Change-Id: I44a14426772b4b0e3e804e891cf2197a96650088 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132159Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Jacobo Aragunde Pérez <jaragunde@igalia.com> Cr-Commit-Position: refs/heads/master@{#756194}
-
Nicholas Verne authored
These tests cover the correct behavior on app launch. Bug: 1024693 Change-Id: I9808e7492e696f8fea89bf5c7eba49439c9fc5aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135091 Commit-Queue: Nicholas Verne <nverne@chromium.org> Reviewed-by:
Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#756193}
-
Mathias Carlen authored
Before this patch, the backend url logic was in the android client and not directly available to the extension code. Since switching backends is useful during development and testing scenarios, this patch moves the command line switches to a shared file. The default URL can be in the service impl and does not need to be part of the client interface. The patch also cleans up the use of the api keys, which don't need to be handled in chrome, only the installation channel needs to be part of the Client interface. Bug: b/143736397 Change-Id: I30caeffc226e6936d43e0000d897f9bfbf53d9c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129549 Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#756192}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: Iaae3dbd46bc56a2e6b0c0f2d7ed2588dddcb014d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132080 Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#756191}
-
Anastasiia Nikolaienko authored
Show kite icon in Account Manager for child users instead of info icon. Screenshot: http://screen/FNcYnvQJFwC Bug: 1054798 Change-Id: Ic8f99fe4dcffd2766f43dc96fe2c48bff03103fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132143 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#756190}
-
Yuki Shiino authored
V8 doesn't allow to specify v8::SideEffectType::kHasNoSideEffect even when there is no setter and the property is v8::ReadOnly. Fixes the flag. Bug: 839389 Change-Id: I579dffaa243f709e090747e29d513564b9c830f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134746Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#756189}
-
Miyoung Shin authored
This CL uses CheckedNumeric to avoid UBSAN issue of the integer overflow when calculating rect coordinates in ChromeClientImpl::ViewportToScreen. Fuzzer report: https://clusterfuzz.com/testcase-detail/4895093060861952 Bug: 1067114 Change-Id: Ibe0b4f353d06885024b915afedf22c125ee595d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134178Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#756188}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: Ib58dec4de1c128074264e0d530071bd3a7cd5179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132889Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#756187}
-
Nancy Wang authored
This reverts commit 527adae2. findit revert something badly, so I have to revert it. Reason for revert: <INSERT REASONING HERE> Original change's description: > Replace LaunchService's OpenApplication with AppService interface. > > LaunchService will be removed in the follow up CL:2116156 > > BUG=1061843 > > Change-Id: Ifdf73b4ce7bd1cc090a1e1f17c65cf3e36f242dc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132009 > Commit-Queue: Nancy Wang <nancylingwang@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756163} TBR=xiyuan@chromium.org,sky@chromium.org,dominickn@chromium.org,nancylingwang@chromium.org Change-Id: I4c03bd10ac96dfb74687715999bd5ec0d45bb749 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1061843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134033Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756186}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c3968223894a..fca03eaabd52 Created with: gclient setdep -r src-internal@fca03eaabd52 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I6b30191177cdfce469b8f71c13a51cb7958561de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135450Reviewed-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@{#756185}
-
Findit authored
This reverts commit d07c4196. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 756170 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2QwN2M0MTk2Mjc0YWI5YzViNzgxOWNlYTM4MmNkYWFmZTk5ZTNkY2MM Sample Failed Build: https://ci.chromium.org/b/8884060269631959536 Sample Failed Step: compile Original change's description: > Remove launch service. > > BUG=1061843 > > Change-Id: I12efd2899403cb9cc5e9dafc04300a7156342ed9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116156 > Commit-Queue: Nancy Wang <nancylingwang@chromium.org> > Reviewed-by: Nancy Wang <nancylingwang@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Eric Willigers <ericwilligers@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756170} No-Presubmit: true No-Tree-Checks: true No-Try: true BUG=1061843 Change-Id: I413bad145ac3740f868bc94f43db3256666cfedb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135529 Cr-Commit-Position: refs/heads/master@{#756184}
-
Colin Blundell authored
This CL adds another test of WebLayer's external intent launching: When the user clicks a link to navigate to a page that then launches an intent without a user gesture (e.g., via onLoad()), the intent is launched. This case differs from that of the user navigating to said page directly via typing; once Weblayer incorporates //chrome's TabRedirectHandler the latter will be blocked by policy, but the former (the behavior being tested in this CL) is supported by Chrome and should be supported by WebLayer as well. Bug: 1031465 Change-Id: I58e1fc7bbde9fc6235606523f06797a7877bb108 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132385 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#756183}
-
Eric Willigers authored
When a user-installed PWA was newly synced to a Chromebook, and the PWA was opened, we were defaulting to showing minimal-ui controls even if the manifest specified display: standalone. We now fetch the display mode from the manifest during sync. Bug: 1067504 Change-Id: I1189da9cdf05a1fc581ba19e90b67e020e83e1cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134089 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#756182}
-
Bartek Nowierski authored
Change-Id: I9a7af00fdce8e670590d71cfac1577d9961a4baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134180 Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#756181}
-
Nancy Wang authored
This reverts commit c544f756. I have fixed it, don't revert! Reason for revert: <INSERT REASONING HERE> Change-Id: Iecfa4fe3ccf77242f103cd201fc69dffec7bb7c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133999Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756180}
-
Bartek Nowierski authored
Change-Id: Ie37e7fdcd1e9c586fbc9276a5b9874cd98d46a0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2126969 Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#756179}
-
Kent Tamura authored
This CL has no behavior changes. Bug: 690036 Change-Id: I8ca4936b9b9fc841199b3762146bcd9233fc34c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134751 Commit-Queue: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#756178}
-
Alexandre Courbot authored
Getting the visible rectangle is a common operation that will be used by both the VDA decoder and the VD. Factorize it into a single method. BUG=b:149663704 TEST=vdatest passing on Hana. Change-Id: I1d254a7007bcd5919a8c9639b90c72c0f4adacd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131431 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756177}
-
danielng authored
Adding a toggle to the plugin vm settings page to control whether the camera should be shared with plugin vm. Currently hidden behind a feature which is disabled by default. Bug: 1016193 Change-Id: I793c66ada1287fcaee21088f123281d3f8f76a52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131675Reviewed-by:
Timothy Loh <timloh@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Daniel Ng <danielng@google.com> Cr-Commit-Position: refs/heads/master@{#756176}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/0b66fa3b62cb..b5757b95005b git log 0b66fa3b62cb..b5757b95005b --date=short --first-parent --format='%ad %ae %s' 2020-04-03 rharrison@google.com Remove extra semicolons (#2170) Created with: gclient setdep -r src/third_party/glslang/src@b5757b95005b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cwallez@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,cwallez@google.com Change-Id: I375435dc192da0684e39ab2438b207d703d9762e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135452Reviewed-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@{#756175}
-
Bartek Nowierski authored
This avoids passing an object by value (copy consturctor may not always exist). No more need for overshadowing IsDeletedValue hack for VectorBackedLinkedListNode. Change-Id: I5895a7e9b34f244e658bb319443b5c22451bd6ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134750Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#756174}
-
Maksim Sisov authored
Even though we set require_mojo to true in the PlatformProperties, in certain scenarios Ozone might be initialized without mojo, but in a single process mode (for example, unittests, ozone_demo). In this case, we should instantiate a direct connection between buffer managers without mojo. I could use base::TaskEnvironment, but it will require too much changes to how different tests are initialized. For example, binding an interface and sending a mojo call requires a a task runner handle (installed in WaylandBufferManagerGpu). And that fails with compositor_unittests - some tests create TaskEnvironment, and some don't. Initializing the TaskEnvironment in CompositorTestSuite won't help, because (as I said) some tests do that. This results in crashing when tls delegate is set. Bug: 1067156 Change-Id: If3236f9604c692b4ed6efc5dbaf9cc67ce36d62e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128111Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#756173}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/cb70daa3fa9a..47cd4085b978 git log cb70daa3fa9a..47cd4085b978 --date=short --first-parent --format='%ad %ae %s' 2020-04-03 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 3eea752c..ae03941a (756022:756130) Created with: gclient setdep -r src/third_party/webrtc@47cd4085b978 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/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: If824b41a4171acffdbda91d2dc46e05ac2f9e5ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135447Reviewed-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@{#756172}
-
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 cr-fuchsia+bot@chromium.org 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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ic78830db4c43ceed8a8c43500bf570d8aee9ff82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135449Reviewed-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@{#756171}
-
nancy authored
BUG=1061843 Change-Id: I12efd2899403cb9cc5e9dafc04300a7156342ed9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116156 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#756170}
-
Findit authored
This reverts commit 527adae2. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 756163 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzUyN2FkYWUyOGQ4Y2RhYWExY2E3OWI2OTE5ZWRiM2ZmMDQxZmFhODgM Sample Failed Build: https://ci.chromium.org/b/8884064963719290256 Sample Failed Step: compile Original change's description: > Replace LaunchService's OpenApplication with AppService interface. > > LaunchService will be removed in the follow up CL:2116156 > > BUG=1061843 > > Change-Id: Ifdf73b4ce7bd1cc090a1e1f17c65cf3e36f242dc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132009 > Commit-Queue: Nancy Wang <nancylingwang@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756163} No-Presubmit: true No-Tree-Checks: true No-Try: true BUG=1061843 Change-Id: Ic02e69cd59478d5d4547b02a73590d06f02da128 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135526 Cr-Commit-Position: refs/heads/master@{#756169}
-