- 14 Oct, 2020 40 commits
-
-
Elly Fong-Jones authored
This involves a bit of restructuring. This change: 1) Introduces ShellSurface::Set{Parent,Container}Internal, which ensure that the minimize/maximize/resize state is correctly updated when these properties change; 2) Makes ShellSurface::parent_ private instead of protected so subclasses can't accidentally change it without using the new internal setter; 3) Has these internal setters and the ShellSurface constructor set the state of CanMaximize/CanMinimize/CanResize Bug: 1075649 Change-Id: I019ce03248eef3aea6ac16c509f2e5d3312fb940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472615Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#817269}
-
Bartek Nowierski authored
It performs consistently worse in all situations. Make CHECKED_PTR2_AVOID_BRANCH_WHEN_DEREFERENCING the default variant while at it, because it performs slightly better than the default one. Bug: 1073933 Change-Id: Iacd53766ea83b2e3d0e074e5a85034f51ed1bf9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463089 Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#817268}
-
wutao authored
Changes in this patch based on new UX spec: 1. Add a spinner in ambientMode page. 2. Adjust spinner size/position in ambientMode/photos page. 3. Gray out radio button groups when ambient mode is off. Screenshot for 1: https://screenshot.googleplex.com/6LdbiNmURdVs5Fo Screenshot for 2: https://screenshot.googleplex.com/3u8CXUtzGsNjE58 Screenshot for 3: https://screenshot.googleplex.com/Bu79xVLQ86Wuu4F Bug: b/170409067 Test: Added new js tests Change-Id: Ib5a98bef70eaa87770afedffa454d70cf88f6176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2464903Reviewed-by:
Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#817267}
-
Austin Eng authored
This enables WebGPU on Linux behind --enable-unsafe-webgpu and --enable-features=Vulkan. Shared image support requires SkiaRenderer (default on Linux) and Vulkan to be enabled. Bug: 976495 Change-Id: I97065f2ac6aadd110971254bfe3526d366318b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368534 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#817266}
-
Zhaoyang Li authored
Add %c to raw profile filename pattern so coverage data won't lost at program crash. See: https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#running-the-instrumented-program Bug: 1090188 Change-Id: I4eab6137a385701186f2c330ce4be35e2694b229 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472920Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#817265}
-
Akihiro Ota authored
This change adds the ability to stop the propagation of an action, even if it's matched by UserActionMonitor. The motivating example for this change is the interactive tutorial lesson that requests users to press Control. After successfully pressing Control, the tutorial automatically moves the user to the next lesson and reads the text. However, there are cases where the text is never read because ChromeVox cancels speech when Control is pressed. The solution is to add a boolean parameter that can specify whether or not the action should propagate, even if matched. This ensures that speech for the next lesson is not cancelled after completing the interactive Control key lesson. Fixed: 1132944 AX-Relnotes: N/A Change-Id: I6e63f7612b6fdf9aa398d46ff7746d5273aee683 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469436Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#817264}
-
Dave Tapuska authored
This removes the somewhat duplicated mouse lock functionality in content::MouseLockDispatcher and uses the blink::PointerLockController solely. Pepper called directly into the content API previously and input was directed to the MouseLockDispatcher before it was sent into blink. Now Pepper calls an API on the WebPluginContainer to request pointer lock (similar to requesting fullscreen). The pointer locked target becomes the plugin container and input is dispatched to the plugin via normal blink input processing. Tested pepper running out/Release/chrome --register-pepper-plugins="out/Release/libppapi_example_mouse_lock.so;application/x-ppapi-example-mouse-lock" ppapi/examples/mouse_lock/mouse_lock.html BUG=1130991 Change-Id: I6452738f4bae33a0d2ad584ba80705d277b103f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458426 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
James Hollyer <jameshollyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#817263}
-
Olivier Yiptong authored
This bumps the flag expiry to M90, when the planned Origin Trial is set to end. Bug: 535764 Change-Id: Id7333ad64cd4ce89073b7409652c0197c311f2bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472616 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Commit-Queue: enne <enne@chromium.org> Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#817262}
-
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}
-