- 31 Jan, 2020 40 commits
-
-
Sergey Silkin authored
This reverts commit 3475028d. Reason for revert: M80 release blocker. Bug 1046501. Original change's description: > Revert "Remove deprecated enable-webrtc-hw-{h264,vp8,vp9}-encoding flags" > > This reverts commit a387ca32. > > Reason for revert: M80 Stable blocker bug 1046501 > > Original change's description: > > Remove deprecated enable-webrtc-hw-{h264,vp8,vp9}-encoding flags > > > > This CL removes the 3 flags enable-webrtc-hw-{h264,vp8,vp9}-encoding > > because they were deprecated in M76 and will be hidden in M78. These > > flags are used in peerconnection/rtc_video_encoder_factory.cc to > > filter the supported codecs to be added to the SDP. > > > > The same filtering effect can be obtained by using the still existing > > flag --disable-webrtc-hw-encoding which is also surfaced to > > chrome:flags and used in peerconnection/video_codec_factory.cc [1], > > albeit at a coarser granularity: no codec-level enable/disable is > > available. > > > > [1] https://cs.chromium.org/chromium/src/third_party/blink/renderer/platform/peerconnection/video_codec_factory.cc?type=cs&q=IsWebRtcHWEncodingEnabled&g=0&l=180 > > > > Bug: 599650 > > Change-Id: I35bde6cd50c88ca8641dd9a6bd5a3e44394cde43 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863153 > > Reviewed-by: Hirokazu Honda <hiroh@chromium.org> > > Reviewed-by: Dmitry Gozman <dgozman@chromium.org> > > Auto-Submit: Miguel Casas <mcasas@chromium.org> > > Commit-Queue: Dmitry Gozman <dgozman@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#708063} > > TBR=dgozman@chromium.org,dcheng@google.com,mcasas@chromium.org,pfeldman@chromium.org,foolip@chromium.org,hiroh@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 599650 > Change-Id: I6473fb68d3aac1e937da9ded8138befdd857e762 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028852 > Reviewed-by: Krishna Govind <govind@chromium.org> > Cr-Commit-Position: refs/heads/master@{#736659} TBR=dgozman@chromium.org,dcheng@google.com,mcasas@chromium.org,pfeldman@chromium.org,govind@chromium.org,foolip@chromium.org,hiroh@chromium.org,benmason@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 599650 Change-Id: Idef433d7d615f517f404f9c265c14dea494a6115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033246 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#737329}
-
Nazerke authored
This CL modernizes the ActivityServiceLegacyCoordinator - to use the superclass -initWithBaseViewController:browser: initializer, instead of -initWithBaseViewController:. - to remove the public property for dispatcher, webstatelist, browserstate and tabmodel. Bug: 1029346 Change-Id: Ieba5a4df18470a91de783ca1703414e0df34c0f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033153 Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#737328}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d1e28ea0ef92..023284c1ce32 git log d1e28ea0ef92..023284c1ce32 --date=short --first-parent --format='%ad %ae %s' 2020-01-31 szuend@chromium.org Port NodeURL unit test from web test to karma 2020-01-31 szuend@chromium.org Perpare PersistenceImpl for source map asyncification Created with: gclient setdep -r src/third_party/devtools-frontend/src@023284c1ce32 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:1032016,chromium:1032561 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I3591762f9396cc256c77d7b08471614732675bf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033110Reviewed-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@{#737327}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d1b176ec137a..fe37d1fa52f1 git log d1b176ec137a..fe37d1fa52f1 --date=short --first-parent --format='%ad %ae %s' 2020-01-31 lalitm@google.com Merge "trace_processor: migrate sched table to db tables" Created with: gclient setdep -r src/third_party/perfetto@fe37d1fa52f1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I790b3e4f444edf44f422892c45ae2cea2ce6645e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033111Reviewed-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@{#737326}
-
Mohamed Amir Yosef authored
Bug: 1044034 Change-Id: Id6ddb20aa0d94c218c2c9f06a41ea0305c473e02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031404 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#737325}
-
Ryan Daum authored
Code cleanup as per TODO from eons ago. This method is not used, and is no longer even implemented. Bug: none Test: manual and unit tests Change-Id: I7caf825f3be486e2bf88294f2e0b6eb92baf712f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032003Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Cr-Commit-Position: refs/heads/master@{#737324}
-
Koji Ishii authored
Following bot results are included. 1200 1205 1207 1209 1210 1211 1212 1214 1215 1222 1223 20 lines were removed and 8 lines were deflaked by consecutive results since 1197. TBR=yosin@chromium.org NOTRY=true Bug: 982194 Change-Id: Ife85f6cfdb4032df2bb2187abe17ef5874c0aaca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029471Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#737323}
-
Hui Yingst authored
This CL rearranges the variables in alphabetic order and fix the variable initialization syntax according to Chromium c++ style guide. Change-Id: I30495332713ac938a755999cda6547290070adf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031704 Commit-Queue: Hui Yingst <nigi@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#737322}
-
Eric Karl authored
Was for temporary debugging of a hang. This has been addressed. Bug: 938047 Change-Id: I34504975e0ccd84ba21bf042217dadc61fb4993c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032572 Auto-Submit: Eric Karl <ericrk@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#737321}
-
Robert Ma authored
Bug: 1036572 Change-Id: Ie8ea7c7db3a32e258cb3b5ef873132ebf0c6ebc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032576 Auto-Submit: Robert Ma <robertma@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#737320}
-
Internal Frameworks Autoroller authored
TBR=bling-p10-rolls@google.com Change-Id: I4b46c5358fce362180826e2a45bd71dafd38b59c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032227Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#737319}
-
Hui Yingst authored
Add feature flag "pdf-two-up-view", which indicates whether users have access to two-up view toggle button inside PDF viewer. Bug: 51472 Change-Id: Icc37e4a595348c87248dfaa57b3e175cf2d98ac3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023926 Commit-Queue: Hui Yingst <nigi@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#737318}
-
Etienne Pierre-doray authored
As a follow up to https://chromium-review.googlesource.com/c/chromium/src/+/1935836 that adds the first use case, we can now lift the namespace. Bug: 839091 Change-Id: I59614aef63b4449897a68ea6a9b6ba9f8f7da077 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028287 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#737317}
-
Sylvain Defresne authored
This reverts commit 3edb7dbb. Reason for revert: consistently fails on downstream bots. Original change's description: > [iOS] Enable Earl Grey 1 and 2 tests for ClearSyncedData feature. > > Previously the test case testSignOutAndClearDataFromNonManagedAccountClearsData() was disabled due to a misuse of the ScopedFeatureList flag, which should only be used for unit tests. This meant that the flag was not set correctly in the tests. > > The change uses the AppLaunchManager to enable the experimental flag on Earl Grey 2 and the flag within the Earl Grey 1 JSON setup. > > Bug: 1045981 > Change-Id: I3160477a5230d24617168800a5cabacb4b8fd672 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023835 > Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> > Cr-Commit-Position: refs/heads/master@{#737283} TBR=sdefresne@chromium.org,bpastene@chromium.org,fernandex@chromium.org Change-Id: I58ffda870f5d63c9b23fb9fb40903d14b2fd9ead No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1045981 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032120Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#737316}
-
Mohamed Amir Yosef authored
Since all Password views now have their own controller, let's get rid of the ManagePasswordsBubbleModel. Bug: 1044034 Change-Id: Id90d288d2bea3439dc251651185054242630b528 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030767 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#737315}
-
Ewann authored
- Resizes toolbars. - Updates fakeOmnibox height. screenshots: https://drive.google.com/drive/folders/1VloKJh9nJOi-73XmBTH_QAXQRbTN1wuo?usp=sharing Bug: 1035850 Change-Id: If97c06b1cb9257fe490a75a4d86b703f6426940b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1978001 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#737314}
-
Clemens Arbesser authored
This CL adds a second container for generic UI to the CollectUserData action. The first container is right after prepended_sections (no change), the new second container is after appended_sections. Conceptually, this will allow the specification of additional sections, both prepended and appended ones, in either the dedicated proto or via generic UI. In the mid-term, I plan to remove those legacy additional sections completely, but for now, the two will co-exist. Bug: b/145043394 Change-Id: Iaabfa5fd7d3b71b287e9b0458fcd0790553ee490 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030488 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#737313}
-
Mohamed Amir Yosef authored
This CL is one of many refactoring CLs that would split the ManagePasswordsBubbleModel into different controllers one per view. Bug: 1044034 Change-Id: I80836c2ce3bb89efcd6765108a59922a5459368c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022672 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#737312}
-
Stephen Nusko authored
Reason for reland: Keep ProducerEndpoint around forever. Managed to repro the flakiness locally and therefore fix the issue. The SMB was kept forever but the ProducerEndpoint contains the unique_ptr<SharedMemory> that the SMB uses which meant that when it went away we were left with a dangling pointer. Bug: 1007310 Change-Id: I0e5e09169e369f4c3c7d93d3b23f1931d977fc64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027368Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Stephen Nusko <nuskos@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#737311}
-
sandromaggi authored
Before, chips were replaced as a list. Now they are compared one by one, if they are "the same", only the chip's |enabled| state is updated. Bug: b/144075373 Change-Id: I7e9e970217faa85e66c559194fe0159f98d67a4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027908Reviewed-by:
Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#737310}
-
Tanmoy Mollik authored
setFirstSetupComplete() should not be called when user clicks settings on the SigninFragment. This cl add a test for checking that behavior. Bug: 1041412 Change-Id: Ia05191af117312c1ea8c11b31428ef8450d595f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012027 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#737309}
-
Omer Katz authored
There are no usages of HeapDeque that use an inline buffer. Bug: 986235 Change-Id: I72d2c173690b5498cbb0726ae7521fdea2756a84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032117Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#737308}
-
Hiroshige Hayashizaki authored
This CL migrates wpt/content-security-policy/securitypolicyviolation/upgrade-insecure-requests-reporting.https.html to use the new /common/security-features/ infrastructure. This CL removes the last use of wpt/upgrade-insecure-requests/support/testharness-helper.sub.js (other tests under wpt/upgrade-insecure-requests/ have been already migrated) and thus removes the file. Follow-up of a comment at https://chromium-review.googlesource.com/c/chromium/src/+/2024249 Bug: 906850 Change-Id: I7a992491652d988115d1d9e62eafe179473e534a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027899Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Eriko Kurimoto <elkurin@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#737307}
-
Chromium WPT Sync authored
Using wpt-import in Chromium aa7bc2f2. With Chromium commits locally applied on WPT: 64ab230d "Set network_isolation_key for signed exchange cert fetch" 20aa9a35 "ServiceWorkerSingleScriptUpdateChecker has credentials" d455934d "Clamp the presentation time to a usable range" 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=robertma No-Export: true Change-Id: Id9c68ab8dab0a212087b11d6229fa8d6ed483e06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032940Reviewed-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@{#737306}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/10a83fb9a9da..d1e28ea0ef92 git log 10a83fb9a9da..d1e28ea0ef92 --date=short --first-parent --format='%ad %ae %s' 2020-01-31 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@d1e28ea0ef92 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ia5fa9ecb956754faf877b9321832bd0adf849101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033109Reviewed-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@{#737305}
-
Mihai Sardarescu authored
This CL removes the robot account ID from the refresh token API of the DeviceOAuth2TokenService as there is a single account in the DeviceOAuth2TokenService. It also marks as private the OAuth2TokenManagerDelegate functions that it implements. Bug: 1028509 Change-Id: I0e6ab3255194d3181f3206304ddd61b3c4abda20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022705 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#737304}
-
Ioana Pandele authored
This test has been flaky for a few months. TBR=oshima@chromium.org Bug: 1047657 Change-Id: I25ae1733a3407c9f40f907f05505158409437739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030961 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#737303}
-
Tarun Bansal authored
Change-Id: If8752e9b7a61d59537a528bd71d45462656ab9ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032423 Auto-Submit: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#737302}
-
Alex Ilin authored
This CL adds a helper method for parsing the consent result returned from Gaia via JavaScript. This method is used in GaiaRemoteConsentFlow to check that the consent was actually granted by the user. Bug: 1026237 Change-Id: I9d5b44f275d227316794dd06be69bf68878e24fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030948Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#737301}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/8ad9e74d62bf..bfe3ef8feb3b git log 8ad9e74d62bf..bfe3ef8feb3b --date=short --first-parent --format='%ad %ae %s' 2020-01-31 eshr@google.com Report frame qp to quality scaler via overuse module Created with: gclient setdep -r src/third_party/webrtc@bfe3ef8feb3b 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: Icc8f6776a0aa9fd6d90fa3e29ab4b9a7106468f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033104Reviewed-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@{#737300}
-
Yuki Shiino authored
Resolves header include issues. Bug: 839389 Change-Id: I705d5265a0be2efbe917b408ffb3f7f89cfcd839 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032694Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#737299}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/689295e34071..5de415c5e3f9 git log 689295e34071..5de415c5e3f9 --date=short --first-parent --format='%ad %ae %s' 2020-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 6c3dc3581eaf..79b36b640692 (13 commits) 2020-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-tools/src ebe1b7497acb..260679605f98 (1 commits) 2020-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-loader/src 44ac9b2f406f..fb94ccddb725 (1 commits) 2020-01-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/spirv-tools/src 97f1d485b763..7a2d408dea60 (4 commits) Created with: gclient setdep -r src/third_party/angle@5de415c5e3f9 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 tobine@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: tobine@google.com Change-Id: If7338235a3f66214d3014a18965a9d2a0abc5160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033105Reviewed-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@{#737298}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/58ad98201e2e..d1b176ec137a git log 58ad98201e2e..d1b176ec137a --date=short --first-parent --format='%ad %ae %s' 2020-01-31 primiano@google.com Merge "CI: switch to E3 instances" Created with: gclient setdep -r src/third_party/perfetto@d1b176ec137a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I550bfb018d3fbad6106b0ce443b1377b86a7b65a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033107Reviewed-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@{#737297}
-
Simon Zünd authored
This CL re-writes a breakpoint web test using a new SourcesTestRunner helper introduced in https://crrev.com/c/2027427. This should not only prepare the test for the upcoming source map asyncification but also reduce the overall flakiness of breakpoint web tests. R=sigurds@chromium.org Bug: chromium:1032016 Change-Id: Ia038efd4afc044e09d87bed4d6286d50cb88d5c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030167Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#737296}
-
Anatoliy Potapchuk authored
To avoid potential risks, do not update launch url if its origin does not much the one provided by policy. Bug: 1046260 Change-Id: Ifa82de2eb45ada3bd9a68351ffbbf88324d9f9fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027849 Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#737295}
-
Marc Treib authored
This adds comments to experiment_status.proto and experiments_specifics.proto explaining why these deprecated definitions can't be removed yet. Bug: 1009361 Change-Id: Id2519a51d9c66a569015be7a58580b2299fe852b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032111 Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Tim Schumann <tschumann@chromium.org> Commit-Queue: Tim Schumann <tschumann@chromium.org> Cr-Commit-Position: refs/heads/master@{#737294}
-
Colin Blundell authored
Follows the componentization of the production class. One note is that there are multiple independent test classes in the unittest file that all construct TestSSLErrorHandler instances. As the manual construction of a CaptivePortalService instance is somewhat cumbersome, we did it only in the tests that actually need it; in the other tests we simply pass nullptr. This is analogous to the how the tests are handling the NetworkTimeTracker parameter of TestSSLErrorHandler. Finally, the test is augmented to account for the fact that on Chromecast, where the test now runs as part of components_unittests, captive portal detection is not enabled. Bug: 1030692 Change-Id: If9292ebbf26437ef85f42f248468325f6d1795f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030524 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#737293}
-
Rayan Kanso authored
This information is needed to figure out whether an WebAPK update is required. Bug: 1045588 Change-Id: I42485a8490b5ee639a433c5466ce54380270421a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030971Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#737292}
-
Friedrich Horschig authored
Currently, the member password_feature_manager_ is marked const in the ChromePasswordManagerClient but only ever accessed in a non-const context. This is possible since PasswordManagerClient::GetPasswordFeatureManager casts the const away. This CL removes the misleading const qualifier and the unused accessor to the const method as well. This clean-up is a precondition for the linked bug which needs non-const access to the feature manager in ChromePasswordManagerClient to call SetAccountStorageOptIn. Bug: 1047202 Change-Id: Ib1383043e25843052815999e00cd163453442d64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030866 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#737291}
-
Leon Han authored
Some notable points: 1) Local type in WebNFC APIs is always prefixed by ':', but, the ':' will be omitted when it's actually written into the nfc tag. ":act" --> "act" to be written as the TYPE field into the nfc tag. ":text" --> "text" The reading direction is vice versa. "act" --> ":act" to be exposed as NDEFRecord#recordType. "text" --> ":text" 2) Only "smart-poster", external, and local type records are supposed to be able to carry a ndef message as payload. 3) Local type is only expected to exist inside a ndef message that is another ndef record's payload. Top level ndef message is not allowed to have a local type record. The spec changes: https://github.com/w3c/web-nfc/pull/491 https://github.com/w3c/web-nfc/pull/493 https://github.com/w3c/web-nfc/pull/495 https://github.com/w3c/web-nfc/pull/502 https://github.com/w3c/web-nfc/pull/506 BUG=520391 Change-Id: Ic2890c031109aa583437ac93a8901ff71992af78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1996946Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#737290}
-