- 03 Apr, 2020 40 commits
-
-
Owen Min authored
Disable the test as it's flaky a lot on WebKit Linux Leak. Bug: 1067650 Tbr: jarhar@chromium.org Change-Id: I7e97202eda9b35669151426530fea9accf33b704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134775 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#756336}
-
Etienne Bergeron authored
This is a step forward to remove the waitable event. This CL is removing the Waitable event member and reducing its scope only to the destructor (where it is used). R=gab@chromium.org Bug: 1065004 Change-Id: I7a813c09a52ccd428c64631bd81fc8a5d710c880 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132766Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#756335}
-
Alice Wang authored
This CL migrates the usage of AccountManagerFacadeProvider.overrideAccountManagerFacadeForTests to AccountManagerFacadeProvider.setInstanceForTests. Bug: 1063866 Change-Id: I089ae89158cfdfac92638c5a718a9faf2a53b9d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129527Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#756334}
-
Regan Hsu authored
* Moved the <iron-list> into the dropdown slot instead of being the slot because of margin and padding issues (<iron-list> secretly has hidden rows it 'hides'). * Stylize colors and edges to bridge search bar and dropdown more neatly * Decrease length of search bar to specified 480px * Extra padding within icons inside the cr_toolbar_search_field will be added in another CL. * |Narrow| interaction changes will be made in another CL. Mocks: https://carbon.googleplex.com/cros-ux/pages/search-bar/style Screenshots: https://screenshot.googleplex.com/6b8WsKBROdD (no focus) https://screenshot.googleplex.com/v7gu6fR3WLA (focused) https://screenshot.googleplex.com/EOG12tdPRrE (results) https://screenshot.googleplex.com/LeG0pbmy6n8 (results narrow) Bug: 1056909 Change-Id: I3931e3dd812ae2f627d6e5349de2141ddda7d2af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131466Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#756333}
-
Wez authored
This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/2094989 which broke the official builders' archive generation step due to a missing dependency on each package's archive-manifest generation target, which is what actually creates the ids.txt file. Migrate the cr_package_fuchsia() rule to use the SDK-provided fuchsia_component() and fuchsia_package() rules internally. Bug: 1050703, 1067614, fuchsia:49479 Change-Id: I14c69a4567bbd954c90cd46c2fd9197ebfdee11e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134299 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#756332}
-
Mario Sanchez Prada authored
Migrate this test out of third_party/blink/web_tests/css3/filters and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: I1d4b9e365ef56f8abfb0fd49c7f60598d11eb41e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133935 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#756331}
-
Garrett Beaty authored
Bug: 1067678 Change-Id: Ic632391275198d08c1a6929b242b5c5304a9c2bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134849 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#756330}
-
James Cook authored
The behavior is similar to settings-sync-account-control. The default state is a green circle. The appearance changes depending on the type of error. Screenshot: https://screenshot.googleplex.com/Vsq6ea1fCc1 Bug: 1057200 Test: added to browser_tests Change-Id: I4c1d122b7faa4a31addb8ae354637508a14b3dc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135373Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#756329}
-
Ahmed authored
This limits users from entering text either by typing or by pasting text that is beyond a max of 300-char length. BUG=1067418 TEST=Manually, added a new test. Change-Id: I3e4e5d9cba52be98fef3486c0fa5297ad9afb324 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129229Reviewed-by:
Jun Mukai <mukai@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#756328}
-
Nnamdi Theodore Johnson-Kanu authored
Before this CL some os and browser routes had the same name. This was a bit confusing. If some c++ code called the route '/privacy', it is not clear if this url is a chrome or browser subpage. A distinction needed to be made. This CL renames OS specific route PRIVACY, which is shared with browser routes to a more distinguishable name OS_PRIVACY. Allowing this bug(990169) to be unblocked. Bug: 990169 Change-Id: Id9454a84d849e2a0472e21920a032ec9c0dca361 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124233 Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#756327}
-
Kevin McNee authored
Portals are embedded and cannot be interacted with by the user, so it's not useful to present a security interstitial to the user. We now use the same error page that would be used for subframes. Bug: 963522 Change-Id: I750053ec4775901266555b105a50c684e8739f7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111065Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Edward Jung (EMEA) <edwardjung@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#756326}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/76336cdd0411..2af328044cf7 git log 76336cdd0411..2af328044cf7 --date=short --first-parent --format='%ad %ae %s' 2020-04-03 mathias@chromium.org Count WTF-8 byte size without encoding Created with: gclient setdep -r src/third_party/devtools-frontend/src@2af328044cf7 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/+/master/autoroll/README.md Bug: chromium:1024721 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id30480d796ab99ddc36e1ac366c3db927a21a45a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135603Reviewed-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@{#756325}
-
Ken MacKay authored
Bug: internal b/151990838 Change-Id: I3b852cb23f5320f69c75a9ffbdd8cdc58fecff2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134195 Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#756324}
-
Peng Huang authored
Bug: None Change-Id: I722c93d7c69d23f343eee025ee06764dd068c01c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135811 Commit-Queue: Peng Huang <penghuang@chromium.org> Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Auto-Submit: Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#756323}
-
Garrett Beaty authored
Change-Id: I33f82f7b93f9815c625cf6223492d2ebc66ea254 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134193Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#756322}
-
Lei Zhang authored
They were added in https://crrev.com/569750 but never used. Bug: 809982 Change-Id: Idbc94dd315b487f19d4b2634c8c1936a94b38f20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134912Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#756321}
-
Peter Kotwicz authored
This CL: - Removes the remaining methods in WebApkActivity. - Introduces BrowserServicesIntentDataProvider#getActivityType() BUG=1059580 Change-Id: Ic54d36b27bc6ca8ee3f4f83419b41f53ff6ab3da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121444 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#756320}
-
Joe DeBlasio authored
This CL adds the new target embedding parameter for Safety Tips to the field trial testing config. This is a new feature that is only ever disabled by variations right now, so nothing user-visible is changing. The parameter was added in crrev.com/c/2119374 . Change-Id: Ie233c128d814a4048d5b89aca73fb637fda492ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134951 Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#756319}
-
Salvador Guerrero authored
This CL adds DownloadService, StrikeService, TabStateDatabase and VideoDecodeStatsDB to the LevelDBClients suffix list so they can report histograms on their operations. Change-Id: Iaa10c4137fc7484019217bb9507e1d5f22cbb63e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135168Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Salvador Guerrero <salg@google.com> Cr-Commit-Position: refs/heads/master@{#756318}
-
Garrett Beaty authored
The CI builders that some of the waterfall try builders mirror were not correctly set up to be branched and have been moved from //buckets/ci.star to //versioned/trunk/buckets/ci.star. The CI builders that some of the waterfall try builders mirror were not included in the main console and have been added. The main console included a number of builders that are not mirrors of any waterfall try builders, presumably due to the now-removed requirement that the subwaterfall categories in the main console match the subwaterfall console. Change-Id: I2185fb00756c85d93ee64ed3f9926f2fcfec21ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134696 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#756317}
-
Finnur Thorarinsson authored
This changelist also refactors the FileEnumWorkerTask to facilitate easier testing. Functions createImageCursor and shouldShowCameraTile were added so that that behavior could be overridden during testing. Also, onCancelled was added so that the test would get notified when the thread has to be shut down due to an Exception being thrown (otherwise the Roboelectric test just hangs). Bug: 656015 Change-Id: Ie601a84c6e8028a57720ddaf9802eecd194c4f4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127708 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Auto-Submit: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#756316}
-
Daniel Libby authored
These three locations in code all have a DisableCompositingQueryAsserts disabler in order to query some compositing state. However, none of these operations are necessary in CompositeAfterPaint. In PaintLayer destructor, we won't have a composited layer mapping to clear in CAP. Enforce callers of ClearCompositedLayerMapping to have ensured that HasCompositedLayerMapping is true, clean up an unnecessary CAP check and more tightly scope the DisableCompositingQueryAssert to this function. PaintLayer::StyleDidChange queries compositing state to determine whether or not to call SetNeedsCompositingInputsUpdate. That method is a no-op in CAP. PaintLayer::DirtyStackingContextZOrderLists queries compositing state in order to mark the AncestorStackingContext's CompositedLayerMapping as needing a graphics layer update, which also is not needed in CAP. Bug: 1007989 Change-Id: I552b348a3bc4d6da196eaad90b05e25a6b470c97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129090 Commit-Queue: Daniel Libby <dlibby@microsoft.com> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#756315}
-
Ian Wells authored
This is a reland of b84a396f Original change's description: > Add InterestFeedV2 feature flag > > If enabled, the v2 feed stream loading task is kicked off when the NTP > or start surface is created. Not currently user-visible; this is > happening silently while the existing feed is created and shown. > > The binary size increase is mainly due to generated proto code that was > added previously but has not been linked until now. We are generating > the sources with "option optimize_for = LITE_RUNTIME;" which matches the > existing feed library and provides an acceptable speed/size tradeoff. > > Once the v2 feed component is fully launched, we can begin removing the > existing feed library. For a recent measurement of the binary size we > would eliminate by removing the existing feed library, see this CL: > https://chromium-review.googlesource.com/c/chromium/src/+/1829821. > > Binary-Size: The increase is temporary (see above). > Bug: 1044139 > Change-Id: Ic596d28e03300ad617f98f0b725cdf5ed1b0b986 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132648 > Reviewed-by: Dan H <harringtond@chromium.org> > Commit-Queue: Ian Wells <iwells@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756004} Binary-Size: Temporary. See the original CL description. Bug: 1044139 Change-Id: I820a43891b7db4e0b335a51e51fe452fe325f44c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134936 Commit-Queue: Ian Wells <iwells@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#756314}
-
Leszek Swirski authored
Adds a feature flag for enabling off-thread finalization of V8 streaming compilation tasks. This feature should reduce main-thread script compilation time. Bug: 1011762 Change-Id: I64bb986e07dae8d68dc61269e69096c368b1aac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135629 Auto-Submit: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by:
Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#756313}
-
Ahmed authored
DeskMiniView was changed from a Button to a generic View, but the actual button now is DeskPreviewView. The a11y node data should be initialized first by the button, before we add the extra attributes. Also announce the desk name if the miniview is selected. BUG=1067392c TEST=Manually Change-Id: I1646e0aeff95f089a9f2252532b09f2c7acdcb3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134920Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#756312}
-
Peter Kasting authored
* Replace WidgetDelegate inheritance with composition. * Make window_ private. * Null |window_| automatically (via the WidgetDelegate) when it closes. * Replace manual Layout() override with FillLayout. * Slightly less random declaration order. Bug: none Change-Id: I9179f6d581d6b90d50c324aa81fccdbf200570fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135533Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#756311}
-
Peter Kasting authored
A service factory may check the guest/incognito bits to determine which context to use. If these bits aren't set correctly before the various context-keyed services are created, the result could be the wrong service, no service, etc. Without this, apps::LaunchServiceFactory cannot be registered properly on startup. (Fixing that will happen separately.) Bug: none Change-Id: I75d545066e382a10ff3b5f7aff2db59fa7a6e4c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135204 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#756310}
-
Connor Clark authored
Change-Id: Ie9559c780d2b87365bb2b69c2111507e2da87bf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134503Reviewed-by:
Paul Irish <paulirish@chromium.org> Commit-Queue: Connor Clark <cjamcl@chromium.org> Cr-Commit-Position: refs/heads/master@{#756309}
-
Wenbin Zhang authored
Stop uploading perf data to perf dashboard on linux fyi. This is part of moving the upload workflow to the new VM. Bug: chromium:1045256 Change-Id: Ifb09b5ff12a56254c18edf41038f3952f03518ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132961 Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#756308}
-
Lei Zhang authored
They are unreferenced after https://crrev.com/577514. Change-Id: Ie7173373d3f22a2f79302445cc2356e6b9ffb5d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135147Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#756307}
-
Sam Bowen authored
* Generate new code in entity_names to check whether an entity type is descended from another (including itself). * Use generated code in validator to validate nested entity types. They should match or be descended from one of the thing_types in the property config. Bug: 1065513 Change-Id: I0e2cfecf29e7b85a3f5f89c98b00ff708fb4ee19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134932Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Sam Bowen <sgbowen@google.com> Cr-Commit-Position: refs/heads/master@{#756306}
-
Egor Pasko authored
Since October 2019 the name of the autoroller bot name changed, stop checking for commit author name. Bug: 1066739 Change-Id: I192896ac3a2b4081352cccf148d5d6492ad45710 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134302 Auto-Submit: Egor Pasko <pasko@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#756305}
-
wutao authored
This patch will make the Chrome OS Settings ambient mode page in sync with the server. 1. Topic source radio button will be selected after the settings has been fetched from the server. 2. Changes of the selected topic source will update it to the server. Bug: b/148483925 Test: Modify the unittests. Change-Id: I9313b74bfb8d489da94923baab1207a4dcc6a834 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125686Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#756304}
-
Wez authored
GetAmberRepo() may fail with an exception, in which case it is important both that system logs are available for diagnosis, and that the finally clause has access to the related variables that it expects. Bug: 1067446 Change-Id: Ieed6f957d458b360c867d68ffd104fb8b830111f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133977 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#756303}
-
Hirokazu Honda authored
RtcVideoEncoder doesn't propagate the spatial layer configuration from werbct to VEA. crrev.com/c/2131444 adds the configuration for spatial layer to VideoEncodeAccelerator::Config. This delegates VEA the configuration from webrtc with SpatialLayer. Bug: 1030199 Test: None Change-Id: Ie7275abc31b2842f62ec50e2224ca140b5f8da3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131811 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#756302}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 04f8669a. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 2688e49a "De-flake two lazyload WPT tests." 8fa00285 "[webauthn] Fix resident key credentials.get() WPT" edb8adb1 "Implement and ship RTCRtpSendParameters.degradationPreference" 2fb88bb8 "Use integer coordinates for Actions.pointerMove." 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 No-Export: true Change-Id: Id1f29fed5caeb5027f1c5c39da757346bacbd95c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135708Reviewed-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@{#756301}
-
Hirokazu Honda authored
This CL adds SpatialLayer to VideoEncodeAccelerator::Config so that a VEA client is able to configure a spatial layer encoding. The configuration is useful to configure temporal layer encoding too. Supporting temporal layer with vp9 hw encoder is a short term goal today. Design doc: https://docs.google.com/document/d/1yeCV36yhk9zna4qwngPiJGhSUkDyJHRlfEpziFgJfHo#heading=h.aeh6kjktcuzy Bug: 1030199 Test: media_unittests Change-Id: I1e0524a71b043ccfa0e41d08e8de4b86e9c17c9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131444 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#756300}
-
Katie D authored
The autoclick ring animation was spending 0ms in the GROWING state and then immediately entering the SHRINKING state, where both states were exactly the same. Removes the SHRINKING state and switches to spend the correct amount of time animating in GROWING. The extra state was a holdover from an earlier version of Autoclick which did have two animation states. This will also increase test coverage as SHRINKING was not covered. TEST: manual Relnotes: N/A Bug: 1067399 Change-Id: I2e349ee4cca8c10c7753b8b37ac8cf3ab2696fe8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134393Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Auto-Submit: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#756299}
-
Eugene But authored
Bug: 620438 Change-Id: Iba4ec203858d779a2e91b45843b473349fd52e59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134567Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#756298}
-
Jeff Yoon authored
wrong method call for aborted/timed-out tests in xcode runner when preparing std json format. Bug: 1067453 Change-Id: I8b1bb64adad7bfec760b63247c5b82dea9cfe2c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134501 Auto-Submit: Jeff Yoon <jeffyoon@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#756297}
-