- 20 Jan, 2021 40 commits
-
-
Olesia Marukhno authored
Change-Id: If80df7991f4499fd913787db66da5121f0900d32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587019 Commit-Queue: Olesia Marukhno <olesiamarukhno@google.com> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#845121}
-
Jan Wilken Dörrie authored
Following r841439 this change moves the logging of UTF16 strings from base/strings/string16.h to base/logging.h. Since base::string16 is now just a typedef for either std::u16string or std::wstring it is no longer associated with the base namespace, and thus its operator<< need to live in namespace std, so that it is found by ADL. TBR=dcheng Bug: 911896 Change-Id: I2f84da1ac084ec8440e671dd14d5aa9c30d98c44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632693 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#845120}
-
Christos Froussios authored
This reverts commit 38aeef20. Reason for revert: The following tests have been failing consistently since this CL on Mac10.15 Tests All/SystemWebAppLaunchDuringShutdownBrowserTest.DontLaunchDuringShutdown/_WebAppInfoInstall All/SystemWebAppLaunchDuringShutdownBrowserTest.DontLaunchDuringShutdown/_Default e.g. https://ci.chromium.org/ui/p/chromium/builders/ci/Mac10.15%20Tests/7628/overview Original change's description: > Reland "system-web-apps: implements a new LaunchSystemWebAppAsync API" > > This is a reland of 62cb2352 > > The original CL fails when AppBrowserControllerBrowserTest.Shutdown > passed a destroyed to LaunchSWAImpl. The reland removes this DCHECK > because the use of GetCreationStatusForProfile already makes sure the > DCHECK is always successful. > > Original change's description: > > system-web-apps: implements a new LaunchSystemWebAppAsync API > > > > This CL implements a new LaunchSystemWebAppAsync API, which is for other > > chrome components to launch a SWA safely. This new API should be used > > for SWA launches. > > > > The new API uses AppService to record metrics, handle disabled apps, > > etc. > > > > The old LaunchSWA is deprecated (its logic now becomes LaunchSWAImpl). > > > > LaunchSWAImpl is publicly declared because certain browser tests need to > > know the browser that hosts the SWA. It shouldn't be used to launch the > > App (other than LaunchSWA and Web app implementations). Subsequent CLs > > will attempt to migrate these browsertests to work with the new API. > > > > Bug: 1154540 > > Change-Id: I648a3b0404067ba460f0174e975fae44b3a0001a > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592270 > > Reviewed-by: James Cook <jamescook@chromium.org> > > Reviewed-by: Nancy Wang <nancylingwang@chromium.org> > > Reviewed-by: Scott Violet <sky@chromium.org> > > Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> > > Commit-Queue: Jiewei Qian <qjw@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#843939} > > Bug: 1154540 > Change-Id: Ice207ac03834452223c5bb2ef880c6667e6cb25b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633485 > Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Auto-Submit: Jiewei Qian <qjw@chromium.org> > Commit-Queue: Jiewei Qian <qjw@chromium.org> > Cr-Commit-Position: refs/heads/master@{#845049} TBR=jamescook@chromium.org,sky@chromium.org,ortuno@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,nancylingwang@chromium.org,qjw@chromium.org,dominicschulz@google.com Change-Id: I5c77c3f9372fbfa03d361a190ce2b35028930ec8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1154540 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640053Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#845119}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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/+doc/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: I35f61d283634a77e4b6fbb90dac1c696a3d94d41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639355Reviewed-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@{#845118}
-
Olivier Robin authored
It is possible that the committed URL is still the placeholder URL in case of a restoration of when loading an offline page. In that case, the domain check must extract the real URL from the placeholder. Bug: 1067733 Change-Id: Ieceaa41bc83ce519c2ef1920c3ff59d2e4f15ea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632964 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#845117}
-
Antonio Sartori authored
The policy container contains security policies which apply to a document and is currently attached to the RenderFrameHost. When navigating to a local scheme url, we must inherit the policy container of the initiator of the navigator. However, in certain cases the initiator RenderFrameHost has already been deleted when the NavigationRequest is created (see https://crrev.com/c/2414172). The policy container has a Blink mirror which is connected to it via a mojo remote. This change implements a mechanism to keep the policy container around until it's Blink mojo remote is around, even if in the meantime the RenderFrameHost is gone, solving the problem above. Bug: 1130587 Change-Id: I53c3b79f5e3ba7a84172c00fa9649514e384ea6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514397 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#845116}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/192a0147c3fe..186fe9903404 2021-01-20 syoussefi@chromium.org Vulkan: Redo RewriteAtomicCounters 2021-01-20 syoussefi@chromium.org Suppress incomplete texture tests on mac/arm 2021-01-20 syoussefi@chromium.org Vulkan: Retain OpSource in SPIR-V 2021-01-20 enga@chromium.org Revert "Add support for building in Flutter Windows UWP configuration" 2021-01-20 timvp@google.com Tests: Add Klondike Adventures trace 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 cnorthrop@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/+doc/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1168272,chromium:1168370 Tbr: cnorthrop@google.com Test: Test: angle_perftests --gtest_filter=TracePerfTest.Run/*klondike_adventures* Change-Id: If78281ac5183f8c616d432ebe559ecd0d23e7426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639563Reviewed-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@{#845115}
-
Glen Robertson authored
Per http://crrev.com/c/2542933/10/chrome/browser/profiles/DEPS#5 This DEPS file had just one include rule, which explicitly allowed a single include in a file with ~200 includes. Seems odd and not useful. Change-Id: Ic655d0c446671703f119223e47b6f8d54ae9a512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636820 Auto-Submit: Glen Robertson <glenrob@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#845114}
-
Rohit Agarwal authored
Bug: 1060940 Change-Id: Ia3be8e15d92d90d44a28c161ee80d1172b6df121 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635153Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Cr-Commit-Position: refs/heads/master@{#845113}
-
Ben Wagner authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/03ceda9701cd..b594cd90bd05 $ git log 03ceda970..b594cd90b --date=short --no-merges --format='%ad %ae %s' 2021-01-19 apodtele * srd/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix return value. 2021-01-15 madigens [afshaper] Fix hb_ot_tags_from_script deprecation warning. 2021-01-17 wl * src/tools/update-copyright-year: Fix single-year entry handling. 2021-01-17 wl Update all copyright notices. 2021-01-17 wl no-copyright: Updated. 2021-01-16 apodtele * builds/unix/unixddef.mk: Remove the second DEVEL_DIR definition. 2021-01-16 wl Documentation update for repository move to 'freedesktop.org'. 2021-01-16 wl .gitattributes: New file. 2021-01-16 wl README, README.git: First updates due to freedesktop.org migration. 2021-01-15 drott CHANGES: Mention 'COLR' v1 support. 2021-01-15 wl [sfnt] Additional checks for 'colr' table presence. 2021-01-14 drott Add config option to test for 'COLR' v1 support in headers. 2020-12-16 drott [base] Fill 'COLR' v1 API templates to make them work (#59703). 2020-12-16 drott [sfnt] Register 'COLR' v1 API in driver (#59703). 2020-12-16 drott [sfnt] Add 'COLR' v1 API to retrieve color layers (#59703). 2020-12-16 drott [sfnt] Add 'COLR' v1 API to iterate color stops (#59703). 2020-12-16 drott [sfnt] Add API to get actual paint from `FT_OpaquePaint` (#59703). 2020-12-16 drott [sfnt] Add API to retrieve 'COLR' v1 root paint (#59703). 2020-12-16 drott Add new methods required for 'COLR' v1 to public API (#59703). 2020-12-16 drott Add types required for 'COLR' v1 to public API (#59703). Created with: roll-dep src/third_party/freetype/src R=bungeman@chromium.org,drott@chromium.org Change-Id: I78a961079cbd3f5c9fa0a3e784685ba906c69a56 Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng PDFium-Issue: pdfium: Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638407 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#845112}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8dddb0400f47..6eb610f75cad 2021-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 8da0f82baf35 to 89fd1480b47e (1 revision) 2021-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 00da91bb to 78d95924 (329 revisions) 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 scroggo@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Change-Id: I8b77573f989055897fb86b4690520bffca21c15c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639795Reviewed-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@{#845111}
-
Andrey Kosyakov authored
Bug: 1153594 Change-Id: I7b3187024af0732f02d3f6dcd7f78cf1a1c510b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626198 Auto-Submit: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#845110}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/69c461e9..0c46f3e0 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I361fca37be1ef07a60638b0adf198ed4c3612c69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638870Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#845109}
-
Hiroki Nakagawa authored
This CL adds tests for prerendering a URL that causes same-origin or cross-origin redirection. In these cases, PrerenderHost is keyed with an initial request URL, not a redirected URL. The purpose of the tests is to clarify the current behavior on redirection. The behavior can be changed based on future discussions. Bug: 1158248 Change-Id: Ic31a406af90fdbc6cbfe075f6b2c0b893276a54e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636908Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#845108}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/de1687b03475..bef6dfb3738f 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 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: Change-Id: Ibbdd1c6294b85791797ffbaeab572961b39e7731 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639873Reviewed-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@{#845107}
-
Alice Wang authored
This CL adds a render test for SigninFirstRunFragment with an adult account on device. Bug: 1045473 Change-Id: I30138f599df28f32ecdbff09d3c35fe63fdb8a67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632685Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#845106}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/0217019d5f69..d2f4b461e4a3 2021-01-20 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie5915712e339051e04db567f9c288b683d1e8a78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639562Reviewed-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@{#845105}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/89fd1480b47e..22be66d40712 2021-01-20 capn@google.com Fix always performing early depth test when requested If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ica7e3511f8b528e18594d2ad32de8ec8f0cd160e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639557Reviewed-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@{#845104}
-
Victor Costan authored
The method currently follows an unfortunate maybe-async pattern established in //net whereby operations may either report an outcome synchronously by returning a net::Error other than net::ERR_IO_PENDING, or report the outcome asynchronously by invoking a callback. This CL changes the method to unconditionally run the callback with the operation outcome. This is intended to simplify the mental model and control flow around the method. Change-Id: Ia9f9418634a2aa9b940e3eea4ec9ac8c6f356b6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2634825 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#845103}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1611100586-44f5728e7d171615fda2c2af633f569a7b45f05a.profdata to chrome-linux-master-1611122392-3fa54c599d014435b3d566bb93ac7e4c3fcf93dd.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I07f40754234a12628d238639ea7aa81e0ea950f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639566Reviewed-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@{#845102}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1611100586-c8c655fcd161c65cbf56bbbf122c093bef715f90.profdata to chrome-mac-master-1611122392-25e28eb139aeca4757479341148e7dbfa12d9c66.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ie7f1624d258f59cf1516cfa1f26cbba1b9871186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639565Reviewed-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@{#845101}
-
Francois Beaufort authored
This CL makes sure video do not pause when playing in Picture-in-Picture and subsequently removed from the Document. Spec: https://github.com/w3c/picture-in-picture/issues/99 Change-Id: Ifefd961803cc47c64d394aa52454313cbcef603a Bug: 1167643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627311 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#845100}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1611100586-ad2b04699cdd99176efdb4f40b969e7a8a4a2181.profdata to chrome-win64-master-1611103551-742e9807d21444dbf22bf8462136220621e62078.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I1279a31733da919c0d8a315a43646741eae3dea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639636Reviewed-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@{#845099}
-
Takuto Ikuta authored
This reverts commit a4df03d0. Reason for revert: https://ci.chromium.org/p/chrome/builders/ci/chromeos-eve-chrome/12253 Original change's description: > [TFLite] Enable tflite in build for android and desktop. > > Bug: 1165517 > Binary-Size: Expected increase due to inclusion of TFLite in binary. > Change-Id: I1c4c7b26f257c152d9477855ad32a77c0d30b85f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616241 > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Reviewed-by: Sophie Chang <sophiechang@chromium.org> > Commit-Queue: Michael Crouse <mcrouse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#845026} TBR=agrieve@chromium.org,tbansal@chromium.org,sophiechang@chromium.org,mcrouse@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Ifc4b8bb20658eaa2a6622311adb31112dee5bb1a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1165517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639419Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#845098}
-
Hassan Talat authored
This is a reland of ac58ad3c The virtual Web test with --enable-leak-detection was failing. Original change's description: > dpwas: Setup Mojom for Window Controls Overlay (WCO) Javascript API > > This CL sets up a mojo interface and impl for the Window Controls > Overlay Javascript API and is hooked up to the local frame.The changes > are behind the flag: "WebAppWindowControlsOverlay" > > Explainer: https://github.com/WICG/window-controls-overlay/blob/master/explainer.md > Design Doc: https://docs.google.com/document/d/1k0YL_-VMLIfjYCgJ2v6cMvuUv2qMKg4BgLI2tJ4qtyo/edit?usp=sharing > I2P: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/cper6nNLFRQ/hU91kfCWBQAJ > > Bug: 937121 > Change-Id: If21fa244ce48383748212de840ed7f5f64ea2080 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551285 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Hassan Talat <hatalat@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#841646} Bug: 937121 Change-Id: I2f815d271ff97fe3fc70301ade5e3c4d65ac7b03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622113Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Hassan Talat <hatalat@microsoft.com> Cr-Commit-Position: refs/heads/master@{#845097}
-
Guido Urdaneta authored
Prior to this CL, there was a VideoCaptureHost mojo object per renderer process. This CL makes it per frame, which is preferred. This CL keeps the mojo client (VideoCaptureImpl and WebVideoCaptureImplManager) in platform since they do not really need to know about frames, only about a browser interface broker. LocalVideoCaptureClientImpl is moved to modules/mediastream, where it can know about frames and can pass the corresponding BIB to the video. The other user of the video-capture client is pepper, which already knew about frames. Bug: 1167900 Change-Id: I699a1b0e1285e8b384c9be6bb9c6d04d0951c9c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632614Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#845096}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e0fe62adaa3e..8dddb0400f47 2021-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 81430e11c81e to 382f016dd3b6 (18 revisions) 2021-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from e45593cb0876 to 311a17a8feae (6 revisions) 2021-01-20 reed@google.com Hide legacy drawImage methods 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 scroggo@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Test: Test: Test: Aztec Ruins MECTest: Test: Fortnite MECTest: Test: angle_perftests --gtest_filter="*asphalt_8*"Test: Test: angle_perftests --gtest_filter=TracePerfTest.Run/*klondike_adventures*Test: Test: dEQP-GLES31.functional.tessellation.* Change-Id: Ia491d476a006acb2224d1e3ef4512d1d9c60a66c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638987Reviewed-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@{#845095}
-
Sigurd Schneider authored
Drive-by: Fix formatting issue in "DevTools.DeveloperResourceLoaded" Front-end CL: https://crrev.com/c/2637697 Bug: chromium:1069378 Change-Id: I826655852ac19660855716407e75e13440869d3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637514Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#845094}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/05342ef131e7..cc0d6b82f912 2021-01-20 cduvall@chromium.org Set supports_spki_list to true for WebLayer If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-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 Bug: chromium:1146438 Tbr: skyostil@google.com Change-Id: Ib4121026be4bc325f0df1a898c27b83ac7ced397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639556Reviewed-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@{#845093}
-
Julie Jeongeun Kim authored
This CL replaces blink::mojom::ResourceType with network::mojom::RequestDestination in //content/browser/web_package since blink::mojom::ResourceType is deprecated[1]. [1] https://crbug.com/960143 Bug: 1059639 Change-Id: Id0f360de51d22316afdc12190635adeade56752c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637099Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#845092}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8c43c3f51384..3253a1deca58 2021-01-20 tikuta@chromium.org autoninja: roll back to python from python3 2021-01-20 ehmaldonado@chromium.org Revert "Reland "presubmit: Use new API to check for owners approval"" 2021-01-20 msavigny@google.com Add reproxy setup/teardown to autoninja. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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/+doc/master/autoroll/README.md Bug: chromium:1149386 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I9eb34a1a706ff41bfd6a6a8636587b832f980b38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639793Reviewed-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@{#845091}
-
Julie Jeongeun Kim authored
This CL replaces blink::mojom::ResourceType with network::mojom::RequestDestination in PluginResponseInterceptorURLLoaderThrottle since blink::mojom::ResourceType is deprecated[1]. It replaces |resource_type_| with |request_destination_| in PluginResponseInterceptorURLLoaderThrottle and uses it to check if the request is for the main frame. [1] https://crbug.com/960143 Bug: 1059639 Change-Id: Id4e5803ea8bbbb35b0953773184e4ac86ec40d3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637121Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#845090}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/06576b56764f..de1687b03475 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 yhirano@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1150968,chromium:1155587,chromium:177764225 Tbr: yhirano@google.com Change-Id: Ibf024e4262212bd9c234bd1a23a801a37140910e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638867Reviewed-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@{#845089}
-
Thomas Guilbert authored
This CL allows MediaStreamGenerator to accept AudioFrames as input, and to connect to sinks as an audio track. Bug: 1157608 Change-Id: I0319b77f3b4f537bb62c83bd26ab3e6adafd8cad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625279 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#845088}
-
Lingqi Chi authored
Prerender2 wants to defer running some interface binders so as to control the capability of renderer processes in prerendering pages. This CL creates MojoBinderPolicyApplier and adds it to BrowserInterfaceBrokerImpl of prerendering frames to make it. Bug: 1132752 Change-Id: I0777620c68eb0435611ab96e27bc3e56c4936029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629067Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Lingqi Chi <lingqi@chromium.org> Cr-Commit-Position: refs/heads/master@{#845087}
-
Alexander Dunaev authored
The surface created for the drag image did not have set the proper buffer scale, which resulted in rendering it wrong way on a HiDPI output. This CL fixes that by setting the proper buffer scale to the surface at the moment when it is created. There are other issues with the drag image that will be fixed in subsequent patches. Bug: 1085418 Change-Id: Ib4cd95584cff9be5cb049c9c5e3a6981ca82832a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637474Reviewed-by:
Maksim Sisov <msisov@igalia.com> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#845086}
-
Yoichi Osato authored
This CL changes WorkerMainScriptLoader to have ResourceRequestHead rather than ResourceRequest so that we can avoid body copy. With this CL, we remove all ResourceRequest body copy. This CL also changes the function parameter to const ref. Bug: 787704 Change-Id: I0f57cfd89b2f804e0c6f8eb167798591f1e5f0c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631399Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#845085}
-
Luciano Pacheco authored
Change the API to override the ContentMetadataProvider worker URL and update Audio Player, Gallery and Files app. Bug: 1133186 Change-Id: Ie8024f53bd11d8faebb3cd0020af35042dbccbd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639058Reviewed-by:
Jeremie Boulic <jboulic@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#845084}
-
Victor Costan authored
DBInfo now holds a single member, the database size. This CL replaces the OriginInfo::databases_info map holding DBInfo values with a `database_sizes` map. Change-Id: I62e1e56fec26a9d964190d918ccf917c42f1ddfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2634864 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#845083}
-
Keishi Hattori authored
BigEndianWriter::ptr_ may point past the end of an allocation. Bug: 1073933, 1164636 Change-Id: Ibaac7e81e08984e8e7519f10dbb8106a70f31039 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639054Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#845082}
-