- 19 Feb, 2020 40 commits
-
-
Michael Ershov authored
This CL renames the class to allow creating a service with the name PlatformKeysService from chrome/browser/chromeos/platform_keys/platform_keys* files. That will allow to mock functions from there and write unit tests for a code that depends on them. Bug: 1045895 Change-Id: I179c75aa1efc19acf5d6f10a06cf6ea62a11bf30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064211 Commit-Queue: Michael Ershov <miersh@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#742650}
-
Daniele Castagna authored
This reduces the byte size of TextureDrawQuad using 1 bit for booleans members and 2 bits for an enum with 4 values. Since QuadList uses the size of the biggest DrawQuad to allocate any quad, this CL will reduce the memory used by QuadList, even if TextureDrawQuads are not used. Bug: None Change-Id: Ic89e932a582c1a25e530d838e7d5a9f3c68d6462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058835Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#742649}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2e941d00c837..86b4388fdcb4 git log 2e941d00c837..86b4388fdcb4 --date=short --first-parent --format='%ad %ae %s' 2020-02-19 reed@google.com Revert "Support adding attributes to PDF document structure nodes." 2020-02-19 reed@google.com allow client to pass null if there are no uniforms 2020-02-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 c8676d4ba37d..fa9eff37c38a (11 commits) 2020-02-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 0bbf7ba9f909..8def9063c4fd (2 commits) 2020-02-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 0f78b586..f5ddd865 (448 commits) 2020-02-19 reed@google.com Use careful_memcpy in case one of the args is null 2020-02-19 herb@google.com Move memory usage calculation to SkStrikeCache::Strike 2020-02-19 bsalomon@google.com GrBicubicEffect uses GrTextureEffect. 2020-02-18 mtklein@google.com remove -Wno-bad-function-cast 2020-02-18 mtklein@google.com turn on -Wreturn-std-move-in-c++11 2020-02-18 herb@google.com Have SkScalerCache return memory used 2020-02-18 brianosman@google.com Revert "allow client to pass null if there are no uniforms" 2020-02-18 brianosman@google.com Fix path to GN on Windows when running presubmit hooks 2020-02-18 robertphillips@google.com Store ProgramDesc on DDLs alongside the GrProgramInfo 2020-02-18 reed@google.com allow client to pass null if there are no uniforms 2020-02-18 robertphillips@google.com Make GrGLGpu's program cache be held as a unique_ptr 2020-02-18 jvanverth@google.com Start adding D3D backend 2020-02-18 brianosman@google.com Roll SPIRV-Cross to latest (2020-02-14) 2020-02-18 brianosman@google.com Revert "Move runtime shader/colorfilter into SkRuntimeEffect.cpp" 2020-02-18 brianosman@google.com Move runtime shader/colorfilter into SkRuntimeEffect.cpp 2020-02-18 reed@google.com add skotties to cube demo 2020-02-18 dmazzoni@chromium.org Support adding attributes to PDF document structure nodes. Created with: gclient setdep -r src/third_party/skia@86b4388fdcb4 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 lovisolo@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_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 Bug: chromium:1039816 Tbr: lovisolo@google.com Change-Id: Ic2cb56e97a0426243854c6ce4b8c8935be2e0064 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063681Reviewed-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@{#742648}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1b1227d53e69..2d44550a1bd9 Created with: gclient setdep -r src-internal@2d44550a1bd9 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: I6b796057d57046b7b3ab357625999350b0a386ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063679Reviewed-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@{#742647}
-
Ioana Pandele authored
If WindowAndroid* is null when trying to display or update the bounds of the popup, then there is no way/no reason to do it. Thus, the display attempt is abandoned. Bug: 1051031 Change-Id: I95f90b7240393d9f09de14e50917095694e8471b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061810Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#742646}
-
Gayane Petrosyan authored
ChromeFeatureList moved out of chrome/android. Now we can remove the dep. Bug: 1022172 Change-Id: Ia107a48832bdf4784229d576a46c341090ae7b07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063774Reviewed-by:
Kyle Milka <kmilka@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#742645}
-
Adrienne Walker authored
As IndexedDBContext is going to go away, remove this call. This will help move IndexedDB to storage service. There's still some callers of this in RenderProcessHostImpl and in StoragePartitionImpl, but these will be removed only once IndexedDB is moved to the storage service proper. Bug: 1015214 Change-Id: If0ea7c7ab616a2ad86eed37bd66413e563bed1f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055847 Commit-Queue: Ken Rockot <rockot@google.com> Auto-Submit: enne <enne@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#742644}
-
Peng Huang authored
This reverts commit e8f078f3. Reason for revert: BeginWriteSkia() call is moved out of critical path. This change is not necessary anymore. For code health revert it. Original change's description: > Import GLFence in EndOverlayAccess for AHB > > When using SurfaceControl after surface has been returned we need to > wait until fence provided by system will be signaled. When using GL > for compositing, this is implemented as importing provided file > descriptor as egl fence and issue ServerWait(). > > GLRenderer does it when we get surface back. With SkiaRenderer it > happens on next BeginWrite for the SharedImage. Import is expensive > operation and BeginWrite is on critical path. > > This CL moves import to EndOverlayAccess as we will do it anyway. > Then at BeginWrite time we only issue ServerWait(). > > In local tests with scrolling simple page it saves 200us in > DrawToSwapUs metric. > > Change-Id: I6efb2783d0e287dc5e4fbb5707c507328e75a32f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019607 > Reviewed-by: Jonathan Backer <backer@chromium.org> > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#735577} TBR=backer@chromium.org,kenrb@chromium.org,vasilyt@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I20831d283c657d2f3245a454ed26b5a7529788ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057044Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#742643}
-
Sergey Poromov authored
Sample run: https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Linux%20MSAN/4415 TBR=kyleju@chromium.org No-Try: true Bug: 856601 Change-Id: I84c5d046c4e925810aeef5774fe93a3efc6b08bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062284Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#742642}
-
Vadym Doroshenko authored
Password Manager tries local heuristics for detecting single username forms, and whether users save or not usernames are good signal whether heuristics were correct. But there is no username in the Android save prompt which is different from Desktop UI. So users can't make knowledgeable decision no fix the username if it's taken incorrect. Bug: 1051913 Change-Id: I63d093b5a4890f8ab88c12a1ed2b79ebe000466a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053886 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#742641}
-
Gabriel Charette authored
The regression was caused by https://chromium-review.googlesource.com/c/chromium/src/+/1963375 (recording histograms outside the ThreadPoolImpl::lock_ -- to avoid entering tracing while holding this lock which can cause reentrancy deadlocks when tracing itself posts tasks...). R=fdoray@chromium.org Bug: 1047733 Change-Id: I7dd401a28599de67eb9851265261fc384580d25d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062250Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#742640}
-
Manu Cornet authored
This is a step towards better encapsulation, for shelf components to manage their own layout. Change-Id: Ic02334423e7477523151b4f5992105c7c5b0919f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058704Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#742639}
-
Emre Kanlikilicer authored
Bug: 1052578: Add verbose logging to GCPW and move most messages under verbose. Change-Id: I2bd51f2c59c0ca2487b5337abec81186784728be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058257Reviewed-by:
Tien Mai <tienmai@chromium.org> Reviewed-by:
Yusuf Sengul <yusufsn@google.com> Commit-Queue: Emre Kanlikilicer <emreknlk@google.com> Cr-Commit-Position: refs/heads/master@{#742638}
-
Aya ElAttar authored
Bug: None Change-Id: Ie67b4d30b3158e90d403219cbe5913021d09655c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062352 Commit-Queue: Aya Elsayed <ayaelattar@google.com> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#742637}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/fa9eff37c38a..90c9f66cc4cc git log fa9eff37c38a..90c9f66cc4cc --date=short --first-parent --format='%ad %ae %s' 2020-02-19 cwallez@chromium.org Revert "Provide default implementation of rx::DisplayEGL" Created with: gclient setdep -r src/third_party/angle@90c9f66cc4cc 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 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_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 Bug: None Tbr: cwallez@google.com Change-Id: I9ceee50bfc3a9fcb47efa572fb7d07711940b295 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063962Reviewed-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@{#742636}
-
Sergey Poromov authored
This reverts commit 4e60310e. Reason for revert: [sheriff] The tests are still flaky: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=unit_tests&tests=ServiceProcessStateTest.ReadyState https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=unit_tests&tests=ServiceProcessStateTest.ForceShutdown https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests Original change's description: > core: re-enable service process tests > > Two of these were disabled as flaky several years ago. > They have not flaked on my workstation in a few dozen runs, > so let's speculatively re-enable them. > > Bug: None > Change-Id: Iea9a6953d71c5935a4b36f99d75bf81ae83eb464 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057286 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#741546} TBR=ellyjones@chromium.org,thakis@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: None Change-Id: I0c7c550223562e6ce61a797ed51a3e6081fc5981 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064249Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#742635}
-
Ella Ge authored
TBR=kyleju@chromium.org No-Try: true Bug: 856601 Change-Id: Ifb3b7137617e785e66af0c3864f082958205e2d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064175Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#742634}
-
Sergey Poromov authored
[sheriff] Disable LoginShelfViewTest.ClickShutdownButtonOnLockScreenWithVerticalInSessionShelf test as flaky Flakiness dashboard: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=ash_unittests&tests=ClickShutdownButtonOnLockScreenWithVerticalInSessionShelf Sample run: https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome/3322 TBR=manucornet@chromium.org Bug: 1053980 Change-Id: If67ea27a99c1940d122d2cceebf1389afc7e82de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062281Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#742633}
-
Stephan Hartmann authored
GCC throws an error if noexcept is specified on declaration and definition. Specifing on declaration is enough. Bug: 819294 Change-Id: I89f03cf3ee73e63b3f711082315a67f93ccc9dbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059999Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#742632}
-
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: Ice5662baf9d84fc2940df8a391df8a9b744d2d1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063661Reviewed-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@{#742631}
-
Robert Sesek authored
Chromium now requires 10.10+, so weak-linking a framework that is always available is not necessary. Bug: 840435 Change-Id: I88bed9c971450441b79b961e3d08443acadc9644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062928Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#742630}
-
Robert Sesek authored
Bug: 778317 Change-Id: I4e61655092747c02a18faae294d836876e6015a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063211Reviewed-by:
Maksim Sisov <msisov@igalia.com> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#742629}
-
Robert Sesek authored
Bug: 710376 Change-Id: I27b03d27dec71f0f755be83c0de9d72167383fd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063531Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#742628}
-
Friedrich Horschig authored
(This CL should not have any user-visible impact.) Currently, ShowSuggestionPopup can fail and not show the popup. Additionally, it also requires FillingData to show a popup which is not necessarily correct for popups with the main purpose to display a button to unlock account-stored credentials. This CL ensures that ShowSuggestionPopup always shows the popup when called by moving the failure conditions up. By handling focused username elements early, it simplifies some cases. Bug: 1052783 Change-Id: Ibe4ac9b8d23277325291e144f3db242a6c7774ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061254Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#742627}
-
Finnur Thorarinsson authored
Removing an image decode from the queue should not also delete info about which decode is currently in progress, since that causes the queuing mechanism to think new requests should be sent for decoding. This adversely affects flinging, because requests that had been queued up (but are about to be deleted because the user has already flung past them) would be sent for decoding when new entries are added. This change also removes the Map of current requests, which may give off the impression that we're switching from parallel to serial decoding. However, that is not the case since it was serial to begin with -- we currently only fire off one request at a time, so a Map is not required to track what is in progress. Bug: 1051925, 895776, 656015 Change-Id: Ieaef6d905148eb67d813de397d1582ca151aca79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054249Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#742626}
-
Greg Thompson authored
BUG=none R=zmin@chromium.org Change-Id: Ifa45fb938240b0b4d277ce3bd32c19151140673c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063012 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#742625}
-
Nico Weber authored
Bug: 1053958 Change-Id: I07aeae7ebbd5259e030dfad7f1792b44a49b8fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063905Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#742624}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<GestureEvent> and DynamicTo<GestureEvent> as new downcast helper 2. Use IsA<GestureEvent>(element) in place of IsGestureEvent(element) Bug: 891908 Change-Id: Ie84f3f844be8687b57bba1a27083e08648f5f491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064163Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#742623}
-
Rushan Suleymanov authored
In case when there are duplicate bookmark nodes and one of them was created locally (and removed shortly) the removed node was trying to access. Also some unit tests were added by the way. Bug: 1050716 Change-Id: I6dc910f9002822cef45dfc4b4cb669eb472199ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057303 Commit-Queue: Rushan Suleymanov <rushans@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#742622}
-
Armando Miraglia authored
This reverts commit 0fce13aa. Reason for revert: It broke the chromium.webrtc bot (example: https://ci.chromium.org/p/chromium/builders/webrtc.fyi/WebRTC%20Chromium%20FYI%20Android%20Tests%20(dbg)%20(K%20Nexus5)/5712) Original change's description: > Update and enable CanSetupH264VideoCallOnSupportedDevice. > > - Ensure that call actually uses H264 by checking codec type in > video track stats. > > - Enable CanSetupH264VideoCallOnSupportedDevice test. > > Bug: webrtc:11244, 1047994 > Change-Id: I5ba241828500de9e465d5200e651640394d2ce6a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033511 > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Reviewed-by: Harald Alvestrand <hta@chromium.org> > Commit-Queue: Sergey Silkin <ssilkin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#742572} TBR=hta@chromium.org,mcasas@chromium.org,guidou@chromium.org,ssilkin@chromium.org Change-Id: I4ea3badad7ed564801a458263eb6366991f2924c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:11244, 1047994 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063135Reviewed-by:
Armando Miraglia <armax@chromium.org> Commit-Queue: Armando Miraglia <armax@chromium.org> Cr-Commit-Position: refs/heads/master@{#742621}
-
Hirokazu Honda authored
RtcVideoEncoderFactory: Create VideoEncoder if it's unknown whether the configured profile is supported crrev.com/c/2035481 delays filling VEA supported profiles in GpuVideoAcceleratorFactoriesImpl because it queries GPU process the supported profiles, instead of referring cached info of GpuInfo instance. Therefore, it can be unknown whether the configured profile on CreateVideoEncoder is supported. We create VideoEncoder in the case, relying that the software encoder fallback happens later if no hw encoder is capable of the profile. Bug: 2035481 Test: webrtc.RTCPeerConnection.* on soraka and kukui Change-Id: I04334073769914005b6ec1a82170457d340f4a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035486 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#742620}
-
Hirokazu Honda authored
crrev.com/c/2035481 delays filling VEA supported profiles in GpuVideoAcceleratorFactoriesImpl because it queries GPU process the supported profiles, instead of referring cached info of GpuInfo instance. If getVEASupportedProfiles() is called in flight, the function reports as if the HW encoders support no profile. The issue due to this timing problem happens in fact on some CrOS devices. This CL mitigates the timing issue by setting the initialized VEA supported profiles to ones based on cached info of GpuInfo instance. Besides, this clarifies a caller of getVEASupportedProfiles() that the function returns nullopt if the factory hasn't got the results from GPU process. Bug: b:147404923 Test: webrtc.RTCPeerConnection.* on soraka and kukui Change-Id: Ie6867cb6f79934f66cf8550e2d41ec54671a5487 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035461 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#742619}
-
Monica Basta authored
Bug: 1053875 Change-Id: Ic3bcb4886d1d9033809853a784029de683863f72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062417 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#742618}
-
Rune Lillesveen authored
Bug: 1053965 Change-Id: I610aecce124cbda287eb05030955415f66b84676 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062977 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#742617}
-
David Van Cleve authored
This change adds an interface for performing the Trust Tokens protocol operations of issuance, redemption, and request signing. It is a common parent CL of three changes, each of which adds the implementation of a single protocol operation. The plan is for URLLoader to be provided a request helper on requests suitable for executing Trust Tokens operations (and no helper otherwise). Bug: 1042962 Change-Id: I8861ca08047da6b55bf90e67dca1b4f458598615 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2052468 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#742616}
-
Nico Weber authored
Bug: 804884,1053958 Change-Id: I7182072d3530ab3459373c6b45cca2cf753b6edc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063904 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#742615}
-
Peng Huang authored
The problem is because the swapbuffers ack callbacks could be called with any gl context. So we need call MakeCurrent before calling BeginWrite(). Bug: 1052745 Change-Id: I03f5e8b6f3ca1e53b9d407789f3f131a10f49356 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062906Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#742614}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f25db531203d..1b1227d53e69 Created with: gclient setdep -r src-internal@1b1227d53e69 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: Ifd10bfbe5b1d69006c75d070eca2b198477d75e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063819Reviewed-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@{#742613}
-
Michael Lippautz authored
MSVC is unsupported, see https://groups.google.com/a/chromium.org/g/chromium-dev/c/fuVUxe1q6EA/m/is1EpDqwBQAJ Bug: 1053958 Change-Id: Ibd8872d1b3be7509c2eec17f4e7d83cbb7398406 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063131Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#742612}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/0aa86a7ae831..21e5074dcdb8 git log 0aa86a7ae831..21e5074dcdb8 --date=short --first-parent --format='%ad %ae %s' 2020-02-19 cwallez@chromium.org Revert "Create VulkanImageWrappingTests for dma-buf images" 2020-02-18 hob@chromium.org Create VulkanImageWrappingTests for dma-buf images Created with: gclient setdep -r src/third_party/dawn@21e5074dcdb8 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 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: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: chromium:996470 Tbr: cwallez@google.com Change-Id: Ib8de94143b3924e0741434f14f482324be60c421 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063821Reviewed-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@{#742611}
-