- 06 Nov, 2018 40 commits
- 
- 
Bernie Thompson authoredBUG=b:117489304 TEST=None Change-Id: I551877e5b4ea970bf52a68e28c9418a812bc5f3a Reviewed-on: https://chromium-review.googlesource.com/c/1320011Reviewed-by: Miguel Casas <mcasas@chromium.org> Commit-Queue: Bernie Thompson <bhthompson@chromium.org> Cr-Commit-Position: refs/heads/master@{#605782} 
- 
Mario Sanchez Prada authoredUse call to IdentityManager::HasPrimaryAccount() instead of the former SigninManagerBase::IsAuthenticated(), and remove unnecessary includes. Bug: 890816 Change-Id: I7d5d0f6a078c1065984cabcc071efd3fc02ed92d Reviewed-on: https://chromium-review.googlesource.com/c/1314472Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#605781} 
- 
Bo Liu authoredThis is not in any gn file for awhile now. Change-Id: Iffd6189ada81ea3add408309259925116f60ad50 Reviewed-on: https://chromium-review.googlesource.com/c/1320026Reviewed-by: Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#605780} 
- 
Toni Barzic authoredStop observing paymentPortal iframe load in MobileSetupUI - MobileSetupUI sends portal load status messages to the mobile setup webui, but webui merely ignores them. The paymentPortal load status is observed directly in webui by using webview APIs, so messages from the MobileSetupUI are not needed anymore. Change-Id: Ic757e786d4b7efbc3242544f0f9db90226fc8ffa Reviewed-on: https://chromium-review.googlesource.com/c/1318850Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#605779} 
- 
Andrew Grieve authoredChange motivated by JNI refactorings, which are made simpler by not having to specify this blacklist in GN. TBR=agrieve # Trivial build refactor Bug: 898261 Change-Id: Ic81e99a460f54e5c02fedfd9f8467390045ee21c Reviewed-on: https://chromium-review.googlesource.com/c/1317341 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#605778} 
- 
Roger McFarlane authoredThis CL updates the AutofillMetricsTest.AutofillFormSubmittedState to explicitly configure all of the relevant feature flags for its test scenarios, instead of depending on the default state of some feature flags. Bug: 824834 Change-Id: I28c9506fce90fc796c6db0c889d7e3f860561971 Reviewed-on: https://chromium-review.googlesource.com/c/1320217Reviewed-by: Tommy Martino <tmartino@chromium.org> Commit-Queue: Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#605777} 
- 
Tarun Bansal authoredIn data reduction proxy, do not call GetWiFiSSID() on non-Android platforms since it may call hung IO loop. See the associated bug. Bug: 896296 Change-Id: I85ca975465505696f627e77594c27a4ddbe1838e Reviewed-on: https://chromium-review.googlesource.com/c/1319329Reviewed-by: rajendrant <rajendrant@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#605776} 
- 
Alexei Filippov authoredChange-Id: I231ac01a72c90d4d6feac86ae8278590f3e494cf Reviewed-on: https://chromium-review.googlesource.com/c/1315994Reviewed-by: Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#605775} 
- 
Fernando Serboncini authoredTBR=fserb@chromium.org Change-Id: I0a01e263121ceea3c4ccec41fdb3efe6fceb2b32 Reviewed-on: https://chromium-review.googlesource.com/c/1320218 Commit-Queue: Fernando Serboncini <fserb@chromium.org> Reviewed-by: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#605774} 
- 
chromium-autoroll authoredhttps://chromium.googlesource.com/catapult.git/+log/6ba6af1e543b..7b391c51f694 git log 6ba6af1e543b..7b391c51f694 --date=short --no-merges --format='%ad %ae %s' 2018-11-06 nednguyen@google.com Remove legacy timeline based metrics (TBMv1) & all related code Created with: gclient setdep -r src/third_party/catapult@7b391c51f694 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I45df0db594c8195de4c7684da9386661002d6218 Reviewed-on: https://chromium-review.googlesource.com/c/1319950Reviewed-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@{#605773} 
- 
Hans Wennborg authoredNDK r16 "helpfully" installs libc++ as libstdc++ to make the NDK's Clang use that by default. However, we use a more recent Clang, and after r346167 that starts looking for libc++, which then can't be found due to the renaming. This hacks around the problem by renaming it back. Well, it makes a copy actually, to support Clangs both before and after. We should remove all this in the future when we've moved to a newer NDK. Bug: 902270 Change-Id: Ib69be5faeb0e0b0c8b5b2588fdb66610e30de687 Reviewed-on: https://chromium-review.googlesource.com/c/1319712 Commit-Queue: Reid Kleckner <rnk@chromium.org> Reviewed-by: Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#605772} 
- 
Leszek Swirski authoredThe existing XR test workaround (crrev.com/c/1306173) checks for the existence of isInitializationComplete by attempting to access it. However, accessing an undeclared variable throws a ReferenceError -- the correct way of checking for its existence is using typeof. Bug: 894796 Change-Id: I86a5ac2ba45fea5e51c7e0f9fddc4167b8772443 Reviewed-on: https://chromium-review.googlesource.com/c/1319715Reviewed-by: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/master@{#605771} 
- 
Mike Wasserman authoredAttempt to init the display device scale factor in WindowTreeHost's ctor. WindowTreeHost subclasses/users may use the cached scale before InitHost. See http://crbug.com/899084 and https://crrev.com/c/1311080 (PS7) This may incorrectly use the primary display's scale for new windows on extended displays. Still, a best effort attempt to initialize the cached value here may be worthwhile. It's unclear if this solves any practical defects similar to crbug.com/899084. Bug: None Test: Automated Change-Id: Ia776d870d8a51c5ac381b2a023c7a2a579dca97a Reviewed-on: https://chromium-review.googlesource.com/c/1318693Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#605770} 
- 
Mitsuru Oshima authoredBug: 901433 Test: manual. See bug for repro step Change-Id: Idd25bc0b0b0519141660b11cb7db5e67bc04122c Reviewed-on: https://chromium-review.googlesource.com/c/1319855Reviewed-by: Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#605769} 
- 
Clark DuVall authoredSome services that run in a utility process such as the Data Decoder Service will shut themselves down cleanly if they do not have requests for a period of time. These were being treated as OOM kills previously. This uses the approach Bo outlined in http://crbug.com/872343. Bug: 872343 Change-Id: Iaf371520893076981d44429a7ec1c444b637c93d Reviewed-on: https://chromium-review.googlesource.com/c/1298024Reviewed-by: Robert Sesek <rsesek@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Reviewed-by: Bo <boliu@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#605768} 
- 
Christian Biesinger authoredI should've removed this line in crrev.com/c/1247184 R=dgrogan@chromium.org Bug: 784059 Change-Id: Iad283f72794abce0dd46835afed1a90c77e0fc91 Reviewed-on: https://chromium-review.googlesource.com/c/1320213 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#605767} 
- 
Seth Hampson authoredThis adds the P2PQuicStream::WriteData function and adds tests. It also adds the concept of a write buffered amount, enforcing this at the P2PQuicStreamImpl. Bug: 874296 Change-Id: Id02c8aa8d5368a87bb24a2e50dab5ef94bcae131 Reviewed-on: https://chromium-review.googlesource.com/c/1315534 Commit-Queue: Seth Hampson <shampson@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#605766} 
- 
Ahmed Fakhry authoredThis CL changes the default behavior from always placing the shelf on the top-left display in the unified matrix, to placing it according to its aligment: - "left" alignment -> top-left display in the matrix. - "right" alignment -> top-right display in the matrix. - "bottom" alignment -> bottom-left display in the matrix. This CL also fixes the shelf positioning when changing the unified display zoom (the unified scale factor was not taken into consideration). BUG=897771 TEST=Modified tests. Change-Id: Idf7a364ce40340e69a1dbb8785318725ea1aa890 Reviewed-on: https://chromium-review.googlesource.com/c/1315711Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#605765} 
- 
Becca Hughes authoredMove the MediaSessionAction enum from blink to //services. BUG=875004 Change-Id: I29a13b696b0d27facbb1fbf98a162f827d9a476e Reviewed-on: https://chromium-review.googlesource.com/c/1302694 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Tommy Steimel <steimel@chromium.org> Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by: Sergey Volk <servolk@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#605764} 
- 
Chris Lu authoredReplaces individual Collection's ImageDataSource. Replaces the ImageDataSource for History and Recent Tabs. Bug: 851665 Change-Id: I01329b6f0926361d85e48d310dd37c919de47d7f Reviewed-on: https://chromium-review.googlesource.com/c/1318830 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#605763} 
- 
Nate Fischer authoredDefault code path is unchanged, this only changes behavior when the network service is enabled. This changes AwURLRequestContextGetter's HTTP cache to be in-memory when the network service is enabled, to avoid creating a second HTTP cache (in addition to the NetworkContext's cache). R=jam@chromium.org Bug: 887538 Test: N/A Change-Id: I13073e68a46d6eedaca6d77cf2f96b3ea84fdecb Cq-Include-Trybots: master.tryserver.chromium.android:android_mojo Reviewed-on: https://chromium-review.googlesource.com/c/1319334Reviewed-by: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#605762} 
- 
Juan Antonio Navarro Perez authoredStory is flaky when running as smoke test. NOTRY=true TBR=nednguyen@google.com Bug: 899887 Change-Id: I7e7a924329121c5fd5645dd8e0a92e61d7afe6a5 Reviewed-on: https://chromium-review.googlesource.com/c/1320173Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#605761} 
- 
Andrew Grieve authoredRan into a bot failure where the tool didn't exist for vr tests: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8930637010680307008/+/steps/chrome_public_test_vr_apk_on_Android_device_Nexus_5X__retry_with_patch_/0/stdout Change-Id: I815a5d591b7ef123449e545cd643948d5fa87fd0 Reviewed-on: https://chromium-review.googlesource.com/c/1319854 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#605760} 
- 
Luna Lu authoredChange-Id: Ib8e1aba6d56ee257664aef39aed635490f25f2e1 Reviewed-on: https://chromium-review.googlesource.com/c/1320019Reviewed-by: Robert Ma <robertma@chromium.org> Commit-Queue: Luna Lu <loonybear@chromium.org> Cr-Commit-Position: refs/heads/master@{#605759} 
- 
chromium-autoroll authoredhttps://skia.googlesource.com/skia.git/+log/7a305a2ef715..5d3deb7301b1 git log 7a305a2ef715..5d3deb7301b1 --date=short --no-merges --format='%ad %ae %s' 2018-11-06 fmalita@chromium.org [skottie] Preserve image aspect ratio 2018-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 3d86e89bce7a..77b2436e28f4 (1 commits) 2018-11-06 mtklein@google.com Revert "make enum santizer fatal" 2018-11-06 reed@google.com change MakeRecAndEffects to take SkFont Created with: gclient setdep -r src/third_party/skia@5d3deb7301b1 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_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;master.tryserver.blink:linux_trusty_blink_rel TBR=allanmac@chromium.org Change-Id: I7fbdbbd49fc71bc437e93c2339aa01386aae0c8b Reviewed-on: https://chromium-review.googlesource.com/c/1320151Reviewed-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@{#605758} 
- 
Alexandre Frechette authoredFixing logic bug in IPH triggering logic. Adding a variation for "force trigger on english" experiment as a flag to automatically trigger it. Bug: 883456 Change-Id: Ice024580601fdfe5debb862bb7cfeff956b04dbc Reviewed-on: https://chromium-review.googlesource.com/c/1318631Reviewed-by: anthonyvd <anthonyvd@chromium.org> Commit-Queue: Alexandre Frechette <frechette@chromium.org> Cr-Commit-Position: refs/heads/master@{#605757} 
- 
Mario Sanchez Prada authoredRely on the IdentityManager's API instead of SigninManager's one, and implement identity::IdentityManager::Observer to monitor for signed-in and signed-out events. Bug: 890824, 887463 Change-Id: Ic8a7d46ba91c0824d8949475c04fa75131c5cf70 Reviewed-on: https://chromium-review.googlesource.com/c/1315213 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by: Colin Blundell <blundell@chromium.org> Reviewed-by: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#605756} 
- 
Evan Stade authoredIt's flaky everywhere, not just mash. TBR=caseq@chromium.org Bug: 889878 Change-Id: Iae5bdc6625102ad5dc59707a68f1f67db2a53dcd Reviewed-on: https://chromium-review.googlesource.com/c/1318801Reviewed-by: Evan Stade <estade@chromium.org> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#605755} 
- 
Takuto Ikuta authoredhttps://swiftshader.googlesource.com/SwiftShader.git/+log/155f802a6be3..4169b31090db $ git log 155f802a6..4169b3109 --date=short --no-merges --format='%ad %ae %s' 2018-11-05 tikuta Fix for unused-lambda-capture warning 2018-11-05 gordana.cmiljanovic [MIPS] Add support for 64b MIPS architecture 2018-11-03 tikuta Revert "Fix for unused-lambda-capture warning" 2018-10-23 tikuta Fix for unused-lambda-capture warning Created with: roll-dep src/third_party/swiftshader Bug: 681136 Change-Id: I74a53ae11edbd50fb69c95764a7c77dc54b473c1 Reviewed-on: https://chromium-review.googlesource.com/c/1318511Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#605754} 
- 
Seth Hampson authoredAs part of the effort to add read/write to the P2PQuicTransportStream, some of the stream level tests need to be moved into their own more isolated testing environment. This includes using a MockQuicSession. This change moves the stream unit tests to this new environment, and also updates the p2p_quic_transport_test.cc to use Mock objects instead of the fake objects for the delegates. Bug: 874296 Change-Id: Ifdfd30f753a2b6090c8f73330978c5feed2b9cf6 Reviewed-on: https://chromium-review.googlesource.com/c/1312971Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Henrik Boström <hbos@chromium.org> Commit-Queue: Seth Hampson <shampson@chromium.org> Cr-Commit-Position: refs/heads/master@{#605753} 
- 
Dan Sanders authoredExperiments have been uneventful for many weeks. Enable by default for M72. TimeToFirstFrame is negatively impacted by this change, as the startup IPC now hops throught the browser where before it went directly over the GPU channel. The cost is typically less than 30ms. Reconfigurations are faster because PictureBuffer allocation no longer requires any IPC. Bug: 522298 Change-Id: I40ea00150f7dadfe2319e2cdb27e3be5f29a702c Reviewed-on: https://chromium-review.googlesource.com/c/1315940 Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#605752} 
- 
Xi Cheng authoredChange-Id: I5059c4f7e1351ea62749fd381fd6fea3a812f749 Reviewed-on: https://chromium-review.googlesource.com/c/1319345Reviewed-by: Greg Thompson <grt@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#605751} 
- 
Sebastien Marchand authoredThe fact that the LIVE_STATE_USING_WEB_SOCKETS reason exists might confuse some devs who could assume that using a WebSocket will protect their page, this add a comment to specify that this heuristic isn't currently used. Change-Id: Ibc6034a53c87291993dfa66094b69a2fa55aa0cf Reviewed-on: https://chromium-review.googlesource.com/c/1319771Reviewed-by: François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#605750} 
- 
Peng Huang authoredWebGL may use GL_RGB texture, and choose viz::RGBA_8888 as resource format. So to make WebGL work, we should not consider it an invalid combination. Bug: 901822 Change-Id: I4b6678492b2fb847d66de3fe8ec7b0049ca8eaff Reviewed-on: https://chromium-review.googlesource.com/c/1318076Reviewed-by: Jonathan Backer <backer@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#605749} 
- 
Vladislav Kaznacheev authoredOn some scale factors the bottom most pixel is outside of the display bounds. Snapping shelf region to display edge fixes the problem. Bug: 899007 Test: manual Change-Id: I1eeb342756b46e683d0f30f96f1c428fbb74d7ca Reviewed-on: https://chromium-review.googlesource.com/c/1320013Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: Manu Cornet <manucornet@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#605748} 
- 
James Hawkins authoredR=hansberry@chromium.org Bug: 899324 Test: none Change-Id: I300f9e21a19abdfff93b8a70a21cec6dac00db31 Reviewed-on: https://chromium-review.googlesource.com/c/1319338Reviewed-by: Ryan Hansberry <hansberry@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#605747} 
- 
Robert Ma authoredThe application default credential belongs to the default Swarming bot account, not the dedicated service account for wpt-importer. As suggested by LUCI task force, we need to use `luci-auth token` instead. Bug: 790503 Change-Id: I3257db9a49196fd427c6f2371d00dcabab7ee3a6 Reviewed-on: https://chromium-review.googlesource.com/c/1315931 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#605746} 
- 
Scott Graham authoredPreviously the body of structs was traversed in-order, but out-of-line items were deferred to a queue, making traversal mostly breadth-first. Instead, fix encoding by emitting any out-of-line items by allocating (and filling) directly following the current item. Bug: 883496 Change-Id: If157930521e4cf5f89f702207defe91beb862def Reviewed-on: https://chromium-review.googlesource.com/c/1316429 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#605745} 
- 
Alexandre Frechette authoredbe translated or not. Bug: 872096 Change-Id: I9cd2df787c46f6b95f3918adaf8023a030c0b480 Reviewed-on: https://chromium-review.googlesource.com/c/1313416 Commit-Queue: Alexandre Frechette <frechette@chromium.org> Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#605744} 
- 
chromium-autoroll authoredhttps://webrtc.googlesource.com/src.git/+log/a8f54617c08d..277b6ea8508e git log a8f54617c08d..277b6ea8508e --date=short --no-merges --format='%ad %ae %s' 2018-11-06 alessiob@webrtc.org Isolating APM API build target: adding dummy :api target. 2018-11-06 phoglund@webrtc.org Revert "Add support for screen sharing with PipeWire on Wayland" 2018-11-06 ilnik@webrtc.org Tune huge video frames detection threshold for GetStats googHugeFramesSent stat 2018-11-06 sprang@webrtc.org Make VideoSendStreamTest.NoPaddingWhenVideoIsMuted less flaky Created with: gclient setdep -r src/third_party/webrtc@277b6ea8508e The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:682122,chromium:901319,chromium:none TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I6dadb5c6014d55b6065ea8c415045b3854688c65 Reviewed-on: https://chromium-review.googlesource.com/c/1319810Reviewed-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@{#605743} 
 
-