- 14 Oct, 2020 40 commits
-
-
Sorin Jianu authored
It is incorrect to cast from an HRESULT to a enum class. If further error handling is needed, then additional error information must be propagated out using a different mechanism. Right now, a generic Result::kServiceFailed is sufficient. Bug: 1137623 Change-Id: I0014c6e222de50af2c7854d5aa8c55c3c564db36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472704Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#817261}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/fa0140b92951..52c1a859d9eb 2020-10-14 natsu@google.com Revert "Revert "Update virlg_hw path to reflect Minigbm"" 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: I98566885b8d1bc3a226f39f325734f9bd6abcf56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473021Reviewed-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@{#817260}
-
chinsenj authored
Currently if a Textfield has a translucent background, the contents of the textfield contains spaces and a user makes a selection, some areas are drawn over multiple times making them slightly more opaque. This CL merges overlapping selection regions when the selection's background is translucent to fix this bug. Test: manual + added test Change-Id: Ic222ab0fba9e2a36f43851620313308057c60bed Fixed: 1134440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460953 Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#817259}
-
Mounir Lamouri authored
Bug: 1055392, 1125789 Change-Id: Ib4f4064f917e3f4eb1cb2468c1f191ba33ad0281 Fixes: 1055392, 1125789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469462Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#817258}
-
John Williams authored
Bug: 1138469 Change-Id: Idcb06541f74c1795abef7725176aa87b7cab0337 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472206Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: John Williams <jrw@chromium.org> Cr-Commit-Position: refs/heads/master@{#817257}
-
Charlene Yan authored
Bug: 1116118 Change-Id: I5988c0d37fd9049f3e31e04a19e9b7387114edda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472606Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#817256}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c924a88e3349..f4bda743ff8d 2020-10-14 johnstiles@google.com Rename SkTArray::reserve to reserve_back. 2020-10-14 michaelludwig@google.com Update image filter debug samples to use new APIs 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 robertphillips@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: robertphillips@google.com Change-Id: Ie1a5d4e91490b9b3d0c90ac8083cd28115fd62f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473026Reviewed-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@{#817255}
-
Eric Willigers authored
testing/gtest/include/gtest/gtest.h is no longer directly included. We also reduce web_applications includes of base/test/scoped_feature_list.h Bug: 1065748 Change-Id: I51303a11f68cf2d94e68dc68cf88dcc3716751de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470058 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Commit-Queue: Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#817254}
-
Scott Violet authored
As 87 has branched, this now tests 87, 86 and 85. As we know 84 isn't being used at this point, it's dropped. BUG=none TEST=test only changes Change-Id: I2d5066c5a05465ee70f372ef1766f9978f989e92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472445Reviewed-by:
Rakib Hasan <rmhasan@google.com> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#817253}
-
tby authored
We've previously had approvals so that I could LGTM metrics for the chrome knowledge team. We'd like to continue that system under the new split of histograms files if possible, so this CL adds me as owner to the directories we have metrics in. Specifically, those are: - apps/ and ash/ for launcher ml - auto/ for auto screen brightness - local/ for local search service - others/ for the ml service - power/ for power ml Change-Id: I5a7232c363374fb225e0aabd41a9891fe07e44c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466017 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#817252}
-
Ben Pastene authored
This reverts commit d1aab4b5. Reason for revert: To fix compile failures after crrev.com/c/2472913 See https://crbug.com/1138151 Original change's description: > Implemented generic-hand-select over OpenXR > > Implemented generic-hand-select using the MSFT hand interaction > extension. > > Change-Id: I25595dfcf05fd0e23fb7ee9484c333321746fa0e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469836 > Reviewed-by: Alexander Cooper <alcooper@chromium.org> > Commit-Queue: Lachlan Ford <laford@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#817138} TBR=rafael.cintron@microsoft.com,alcooper@chromium.org,laford@microsoft.com,phle@microsoft.com Bug: 1138151 Change-Id: I33d1dcccf893b79e47738447b8c6c8ac01ae72f8 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473081Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#817251}
-
Yuke Liao authored
This CL runs ui_base_unittests on lacros CQ because according to user report, ui_base_unittests breaks frequently on CI. ui_base_unittests takes ~10 seconds to run, so the overhead to CQ is minimum. Bug: 1134495 Change-Id: I882ff79f94c79752977c0b4b353431c2d7cbb860 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472464Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#817250}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1602633476-69602bad93ac5850796e454db1a842456d0dd6b1.profdata to chrome-win32-master-1602676072-6b1951d9f0e9d329ad053bceb12040099bb1e856.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-win32-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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ie0ff5c37e51569add4cac72f13c44d6652214e38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2471580Reviewed-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@{#817249}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0c83e15c6b61..c85baeb485e2 2020-10-14 danilchap@webrtc.org Refactor ScalableVideoController::OnEncodeDone signature 2020-10-14 danilchap@webrtc.org Distinguish id for GFD and DD rtp header extensions when both are advertised 2020-10-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 51f6153d..cc4512db (816858:816967) 2020-10-14 alessiob@webrtc.org AGC2 config change detection fixed 2020-10-14 danilchap@webrtc.org Advertise dependency descriptor rtp header extension behind a field trial 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I4488387421a091fed84c3b672d656190455a01d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472629Reviewed-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@{#817248}
-
Mustaq Ahmed authored
Split the UMA entry for extension messaging user activation triggering into four classes, based on whether the script contexts of the sender and the receiver are privileged or not. Bug: 1103249, 1047473 Change-Id: Ib23bf2e9427d2b836cdc21c1cf9ebbd685e27299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2461251 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#817247}
-
Kartik Hegde authored
Add the HasSecureWiFiConnection routine to the ServiceConnection. BUG=chromium:956783 TEST=1) chromeos_unittests --gtest_filter=CrosHealthdServiceConnectionTest.* 2) Applied HasSecureWiFiConnection changes and successfully ran the HasSecureWiFiConnection routine on a DUT (verified using cros-health-tool diag --action=run_routine --routine=has_secure_wifi_connection). Change-Id: Ic7ed3429321a6a8fb991803207e5248a29680055 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344804 Commit-Queue: Kartik Hegde <khegde@chromium.org> Reviewed-by:
Paul Moy <pmoy@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Cr-Commit-Position: refs/heads/master@{#817246}
-
Nancy Wang authored
CL:2454920 could fix the issue. This CL is used to make it better, because SkBitmap could be empty: https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/web_applications/web_app_icon_manager.cc;drc=a450ab794839b63f9c2ba982f738945f90e9fee2;l=422 So for the empty SkBitmap, we can return an empty imageskia, and don't need to resize or add the ImageSkiaRep. BUG=1137484 Change-Id: I0f27c75885a9ced8fbc2f086729b0d58b42be725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470821 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#817245}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ca4153fa8b09..0581509dc2dd If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I096a10e8c136e9a85b0675c8364a8969930e1c6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472908Reviewed-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@{#817244}
-
Ben Pastene authored
This reverts commit f98a2005. Reason for revert: suspected to be causing various test failures on win7 See https://crbug.com/1138151 Original change's description: > Updated the OpenXR spec from 1.0.5 to 1.0.11 > > Updated the OpenXR spec which changes the way extension methods are > queried. I separated the extension support enumeration and method > querying. > > Updating the spec retains backwards and forward compatibility with > apps as that is mediated through the loader which is unchanged. > Extension lookup is now dynamic, and after this change, we can > implement AR features on OpenXR (e.g. hand tracking, anchors etc.) > > Change-Id: I8a4ae718ca244c91b85e02f9441525a9b1416b58 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406701 > Reviewed-by: Bruce Dawson <brucedawson@chromium.org> > Reviewed-by: Alexander Cooper <alcooper@chromium.org> > Reviewed-by: Rafael Cintron <rafael.cintron@microsoft.com> > Commit-Queue: Lachlan Ford <laford@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#816823} TBR=brucedawson@chromium.org,rafael.cintron@microsoft.com,scottmg@chromium.org,martiniss@chromium.org,patrto@microsoft.com,alcooper@chromium.org,laford@microsoft.com Bug: 1138151 Change-Id: Idbd194d1197dd82d02cfd016421637b027520586 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472913Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#817243}
-
Curt Clemens authored
- Fix spacing of share target buttons. - Add "Learn more" link. Link doesn't work, see crbug.com/1138445 - Force long filenames to wrap so that the share target list has enough space. Fix: 1131292 Change-Id: I049fa8e4c8a533773906e32d36c6717c1a9c0adf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465808Reviewed-by:
James Vecore <vecore@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Curt Clemens <cclem@google.com> Cr-Commit-Position: refs/heads/master@{#817242}
-
Vadim Shtayura authored
The 30% experiment appears to be fine (based on server logs). R=gbeaty@chromium.org BUG=1136313 Change-Id: I2b841cb31bdb15a3317a5ea43a4736efaf0d33a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472700 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#817241}
-
Bettina Dea authored
Bug: 1138427 Change-Id: Ib1ca6fc6a60ffd3101d7d9a0e0dc995bf600a650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472522Reviewed-by:
Chris Thompson <cthomp@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#817240}
-
Chong Gu authored
Determine which host tools should be added to the isolates through new gn arg test_host_cpu Determine whether emulator related files are needed through new gn arg test_isolate_uses_emulator Bug: 1080854 Change-Id: I5d283a858717162160211f6084a7b4ca167e1215 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463846Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Auto-Submit: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#817239}
-
Zhenyao Mo authored
Currently we only allow one GPU process crash per hour. This leads to some users losing GPU acceleration unnecessarily. This CL makes us more forgiving. BUG=1138597 TEST=bots R=kbr@chromium.org Change-Id: I26b0bbc33b69cc81a62d5ce5f31e5c5aa5ce29bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472905Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Auto-Submit: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#817238}
-
Will Cassella authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/e61dd757a8c0..6d9096c9e3f7 $ git log e61dd757a..6d9096c9e --date=short --no-merges --format='%ad %ae %s' 2020-10-02 cassew Roll FFMPEG 2-10-20 2020-09-30 andreas.rheinhardt avformat/movenc: Fix stack overflow when remuxing timecode tracks 2020-09-24 andreas.rheinhardt avcodec/utils: Reindentation 2020-09-26 andreas.rheinhardt avcodec/utils: Also free encoder extradata on avcodec_open2() error 2020-09-24 andreas.rheinhardt avcodec/utils: Don't forget cleaning up when allocating priv_data fails (...) 2020-08-27 onemda avfilter/af_arnndn: use memcpy for copying in compute_rnn() 2020-08-27 onemda avfilter/af_arnndn: use scalarproduct_float() in dct function 2020-08-27 onemda avfilter/af_compensationdelay: always initialize w_ptr with 0 2020-08-27 onemda avfilter/vf_xfade: do not use alpha for average rgb color 2020-08-27 onemda avfilter/vf_xfade: add corner wipe transforms Created with: roll-dep src/third_party/ffmpeg Bug: 1119808 Change-Id: I5a81b04f9f890214b5f7cce5e103d7fbf868d90e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469044 Commit-Queue: Will Cassella <cassew@google.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#817237}
-
Kyle Horimoto authored
This reverts commit dc1d693f. Reason for revert: No longer wanted in M-87 Original change's description: > [CrOS Customization] Update app icons > > Includes icons for the Settings, Wallpapers, and Keyboard Shortcuts > apps. > > Screenshot: https://screenshot.googleplex.com/7KdMiBkMFH7fuxh.png > > Change-Id: I6cf1d45d78f36caeb1429629cc0067b1cbd57daa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429395 > Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> > Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> > Commit-Queue: James Cook <jamescook@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Cr-Commit-Position: refs/heads/master@{#810376} Bug: 1138609 Change-Id: Iaa04c22814b3d8cd1ddc06ceb7a7beb14ad8d030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472346 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#817236}
-
Matthew Mourgos authored
This change has the clipboard nudge observe the hotseat state and will animate the bounds of the clipboard nudge so that the nudge is always placed above the hotseat. Bug: 1137019 Change-Id: If00afa1585e0382d7aa41789eca2a981b1323f1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469364 Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#817235}
-
Oksana Zhuravlova authored
This CL adds AwTracingDelegate overrides for IsAllowedToBeginBackgroundScenario() and IsAllowedToEndBackgroundScenario() which return true to enable background tracing for WebView. Bug: b/170511349 Change-Id: I56e306ac37f6d4055b68bf54a5c009111ce31077 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465873 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Michael Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#817234}
-
My Nguyen authored
OS tests need the flag to be disabled because some routes are conditionally created in os_route and loadTimeData needs to be overridden even before the test suite is started. Browser tests work with just a change in loadTimeData value. Bug: 1097328 Change-Id: If3e1f5914764016ccc96238461ed9ea9923600ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469337Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#817233}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0581509dc2dd..7411aeba4d3b 2020-10-14 treehugger-gerrit@google.com Merge "tracing: Handle producer disconnection" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ib83bb37572f9a118e02b15afdff7019c1a0f15ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473019Reviewed-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@{#817232}
-
Klaus Weidner authored
This is a reland of 2dbccf3e Original change's description: > WebXR: add recommendedViewportScale > > This uses an estimated GPU utilization ratio from ArCoreGl. The goal is > to reduce the recommended viewport scale if the web app is unable to hit > a target framerate due to excessive GPU work, but not do so if it's slow > due to excessive JS computations or similar where reducing the viewport > wouldn't help. This is opt-in, the scale only takes effect if the app > calls view.requestViewportScale(view.recommendedViewportScale) followed > by xrwebgllayer.getViewport(view). > > (Dynamic viewport scaling is only available if WebXRIncubations is > enabled.) > > Spec link for context: > https://immersive-web.github.io/webxr/#dom-xrview-recommendedviewportscale > > Change-Id: I0a8598d8bd03f27fd1d2cc6c542ff79812825d74 > Bug: 1133381 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213113 > Commit-Queue: Klaus Weidner <klausw@chromium.org> > Reviewed-by: Sam McNally <sammc@chromium.org> > Reviewed-by: Piotr Bialecki <bialpio@chromium.org> > Cr-Commit-Position: refs/heads/master@{#816813} Bug: 1133381 Change-Id: I4c26434250a33b82e8533bfca6c34ec6376382db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472377Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#817231}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4c9f892f0d42..2aaeb81de379 2020-10-14 syoussefi@chromium.org Vulkan: loadOp=DONT_CARE + unused D/S => invalidate D/S 2020-10-14 jmadill@chromium.org Skip two more FBO max samples tests on Win/NV/GL. 2020-10-14 hckim.kim@samsung.com Vulkan: Support OES_texture_cube_map_array extension 2020-10-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 9d4b40ae645e to f121d1252b2a (1 revision) 2020-10-14 jonahr@google.com GLX: Workaround to disable GLX_OML_sync_control support. 2020-10-14 ianelliott@google.com Reimplement WindowSurfaceVkAndroid::getCurrentWindowSize() 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 ynovikov@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:1137851 Tbr: ynovikov@google.com Test: Test: dEQP-GLES31.functional.fbo.color.texcubearray.* Change-Id: Id23632dec539f23a7227ce120aae2129facb3df8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472657Reviewed-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@{#817230}
-
Jerome Jiang authored
It's no longer needed since libaom is not going to be used for playback decoding. Bug: 1138574 Change-Id: I7c15c99ef9fb4bc3f0f9b5affed3631e7d2e1893 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2471839Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#817229}
-
Ted Meyer authored
Bug: 1097029 Change-Id: Ib3105a11e5ad76f7ef22930246014a702e39d0dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436704Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#817228}
-
Zhaoyang Li authored
iOS coverage builder should run the same tests in the same variants as CQ builders. This change aligned the tests. Also added comment lines to remind people keeping them in sync and fixed a typo. Bug: 1090188 Change-Id: Iabd33a1226550ab1a26bc2613f8e707a56f942ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469617Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#817227}
-
Dale Curtis authored
The HtmlVideoElementCapturerSource was unnecessarily rendering media::VideoFrames to a RGBA canvas then converting them back to YUV based media::VideoFrames. We can instead just pass the frame directly through and avoid this process. Clients which need this conversion (e.g., MediaRecorder) already have mechanisms for converting texture backed VideoFrame objects to YUV. They weren't comprehensive, so I've made them so in this change. Future optimizations could be done to allow the encoders to actually handle I422, I44 and HBD content. Right now they are just turned into I420 frames like they were in the capturer. This change also moves the VideoFramePool from the capturer to the encoder where one was missing previously; which should improve allocation efficiency and overhead. This change also fixes some paths of video capture not respecting the no-protected-content capture. Bug: None Test: All existing tests pass. Change-Id: I6f58f80e6137807fbf0be817be20f03928a1da23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464916Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Markus Handell <handellm@google.com> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#817226}
-
Ken Rockot authored
This adds a new _webui_js sub-target for any mojom target that explicitly sets webui_module_path in GN. This allows mojom JS modules to work well with WebUI resource URLs, which are typically either a chrome://resources/ URL for shared resources, or a relative path-only URL for resources exclusive to a single WebUI page. Bug: 1004256 Change-Id: I5b8be3f69733239f81b313f882d3185183b72a99 Tbr: dcheng@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459393 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#817225}
-
Peter Kotwicz authored
BUG=1137405 Change-Id: If6fd7bdb252524ca0d72da4499b5743d477cfc2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468739Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#817224}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/08cdb1c17f2e..3d6e2c46968d 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 msw@google.com,ftirelo@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: None Tbr: msw@google.com,ftirelo@google.com Change-Id: I8e41b3b9bded2079cabefa9361551fa3bfaa30fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472631Reviewed-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@{#817223}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/5afb002aa423..ff267ca60e14 2020-10-14 dsinclair@chromium.org [type-determiner] Fixup handling of unknown identifiers. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC enga@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: None Tbr: enga@google.com Change-Id: I7400f13082b952108ff7ce4b9d752a604d2602b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472634Reviewed-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@{#817222}
-