- 07 Aug, 2020 40 commits
-
-
Wei Lee authored
We will use NativeFileSystem API for external storage access in SWA. Bug: 980846 Test: CCA (SWA) can save captured photo Change-Id: I4d324c71ef62729b8a9dbf53cacff37bf4c0e5ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131672Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#795769}
-
Regan Hsu authored
Before EOL, Eol warning notifications "Learn More" button and About Details Page "Learn More" link will link to Auto update page. After EOL, Eol final warning notification "Learn More" button and About Details Page "Learn More" link will link to EOL page. Also adds unit tests. Fixed: 1098797 Change-Id: I411702fa107363beb3fb361337a1f257195ef0dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340105 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#795768}
-
Yusuke Sato authored
The proxy does that by itself today. BUG=b:142140355 TEST=pkill crosvm, confirm ARCVM restarts and mojo works. Change-Id: I72fae8dba5d5c134510e093288db1d1c90f12148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341996Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#795767}
-
Joshua Peraza authored
9cd1a4dadb51 doc: Upgrade the crashpad-home App Engine app to the Go 1.11 runtime 94b7e45210a7 fix OS guards for attachments 2f66eefb7921 Update language to eliminate 'whitelist' 0cccdc0b7ec3 Replace is_linux with is_linux || is_chromeos Change-Id: Ia91ba57d7051b49d398f3cfa18c335cf6303e993 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341940 Commit-Queue: Matthew Denton <mpdenton@chromium.org> Auto-Submit: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/master@{#795766}
-
Dirk Pranke authored
This file needs to be updated when we add or remove builders, so it makes sense to have infra troopers be able to make and approve changes for it, along with the normal owners of the code. Change-Id: Id3351654d75b23019b59062c124e7f2d2fa29e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342264 Commit-Queue: Dirk Pranke <dpranke@google.com> Commit-Queue: Erik Staab <estaab@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#795765}
-
Dale Curtis authored
These should expect BT.709 when the proper color spaces are not supported by the OS version. R=sandersd Fixed: 1113153 Change-Id: I3e6ae4bcedcf9adecb93efb70db0d38f99bced23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342345 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#795764}
-
Dale Curtis authored
We need to expand values to fill the R16 range despite the texture type being labeled as "unorm". This copies the same method we use for R16 video uploads. Tests show the compiler does a reasonable job of optimizing this loop with SIMD; it's still faster than the F16 path, but a few hundred microseconds slower than the previous CopyPlay_16 path. R=pkasting, wtc Fixed: 1112436 Change-Id: Ie049297937be9c9f8f934e35581e2e4575f4b1a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341666 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#795763}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b3231b152604..b35c3b8bcdf7 2020-08-07 johnstiles@google.com Replace `unimpl` comments with `= delete`. 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 herb@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: herb@google.com Change-Id: I3f293b920b0107f2193cedb8a2f4a0482fa459ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342087Reviewed-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@{#795762}
-
Patti authored
This reverts commit c8df13e9. Reason for revert: Failing on a few builders now in the gclient runhooks step, see crbug.com/1113988 Original change's description: > Reland #2 of "Parallelize fetching telemetry benchmark deps" > > This reverts commit e6ad8b42. > > Difference from previous reland: using close and join instead of terminate > > Original change's description: > > Revert "Reland "Parallelize fetching telemetry benchmark deps"" > > > > This reverts commit 95e22d39. > > > > Reason for revert: Potentially breaking many builders, https://crbug.com/1108314 > > > > Original change's description: > > > Reland "Parallelize fetching telemetry benchmark deps" > > > > > > This is a reland of 8ab0b856 > > > > > > Original change's description: > > > > Parallelize fetching telemetry benchmark deps > > > > > > > > The fetching script currently fetches about 2 GB (on my linux workstation) > > > > from cloud storage serially. This can (and is) trivially parallelizable, and > > > > should speed up the fetching script significantly. > > > > > > > > This script has been taking 20 minutes on mac machines for a long time. This > > > > will hopefully significantly speed the mac builders up. > > > > > > > > Bug: 1102597 > > > > Change-Id: I93d2fa2b1f4b4ef6e27e9c894a9dd4c0d0e12d7b > > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285503 > > > > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > > > > Reviewed-by: Wenbin Zhang <wenbinzhang@google.com> > > > > Reviewed-by: John Chen <johnchen@chromium.org> > > > > Cr-Commit-Position: refs/heads/master@{#786521} > > > > > > Bug: 1102597 > > > Change-Id: I37d0055fadb26bf4eae2b0b5fe0ecc4732edde3d > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288740 > > > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > > > Reviewed-by: John Chen <johnchen@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#789736} > > > > TBR=martiniss@chromium.org,johnchen@chromium.org,wenbinzhang@google.com > > > > # Not skipping CQ checks because original CL landed > 1 day ago. > > > > # Tree is currently closed, trying to fix an outage > > > > No-Try: true > > No-Tree-Checks: true > > Bug: 1102597 > > Change-Id: If6b95395208a3136a798118e4eb229e4322c7878 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317774 > > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#791304} > > TBR=martiniss@chromium.org,johnchen@chromium.org,wenbinzhang@google.com > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1102597 > Change-Id: I2f9a7162e73ee264ed9f0f844f45106160bce793 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339589 > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Reviewed-by: Wenbin Zhang <wenbinzhang@google.com> > Cr-Commit-Position: refs/heads/master@{#795751} TBR=martiniss@chromium.org,johnchen@chromium.org,wenbinzhang@google.com Change-Id: Ia31da9d6b6fd00f6e0105314955d8f0bfe830b05 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1102597 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342228Reviewed-by:
Patti <patricialor@chromium.org> Commit-Queue: Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#795761}
-
Hazim Mohamed authored
Restructure Native File System drag and drop by changing DataTransferItem.getAsFileSystemHandle() to return a ScriptPromise<NativeFileSystemEntry> instead of synchronously returning a NativeFileSystemHandle. To support this change, this CL introduces the content::NativeFileSystemDragDropToken interface to transfer drag & drop data between the browser and renderer processes, instead of using the existing content::NativeFileSystemTransferToken class. Consequently, the NativeFileSystemTransferToken class has been refactored to reduce unnecessary complexity introduced to support NativeFS drag and drop. Bug: 1080811 Change-Id: I5d31cbb50290e6422d44e051bcd6c80e5b7a089c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2282101Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Hazim Mohamed <hazimmohamed@google.com> Cr-Commit-Position: refs/heads/master@{#795760}
-
Darren Shen authored
SetCompositionRange needs to confirm existing composition first before starting a new composition. When doing so, it should keep the cursor position the same. Otherwise, the cursor may move as the result of a SetCompositionRange call, which then causes some IMEs to get stuck in a loop. The contract for SetCompositionRange is to keep the cursor in the same position, so changing the code to match that. Bug: 1010329 Change-Id: I011530e4a32c617c36736ff0c1be5351415f0cb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340116Reviewed-by:
Keith Lee <keithlee@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#795759}
-
Yuchen Liu authored
Use Chrome's audio output for video stream, since it has a better av sync performance. AUDIO_PREFETCH is disabled for video stream. CastAudioManagerAndroid uses that to determine which AudioOutputStream to use. Bug: internal b/160753974 Test: Build, cast video and audio only app Change-Id: I3d2fed2ba5902180a5c9f344390318e47a11e486 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339448 Auto-Submit: Yuchen Liu <yucliu@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#795758}
-
Curtis McMullan authored
Previously we were resolving a HandwritingRecognizer with BindHandwritingRecognizer directly in the VK. Now the VK client is using a HandwritingRecognizerRequestor to resolve HandwritingRecognizers, thus there is no longer any need for BindHandwritingRecognizer as it is not used. BUG=1076172 Change-Id: I3a99d07fd7e231823ee3817708f0256c0b3d305a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340591Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Leo Zhang <googleo@chromium.org> Commit-Queue: Curtis McMullan <curtismcmullan@chromium.org> Cr-Commit-Position: refs/heads/master@{#795757}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/beb677bfc877..595e752cb141 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 reillyg@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:1099917 Tbr: reillyg@google.com Change-Id: I173de25dc98d655f2f85c2a4bb149f8ca710ea86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342084Reviewed-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@{#795756}
-
Sophie Chang authored
Bug: 1112970 Change-Id: I6d8fbbb236a185bec828d11720407b66aee3f8c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337287 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#795755}
-
Matthias Körber authored
Change-Id: Ic1f755bb69a5f1313ed702906b673ed959942cc6 Bug: 1113955 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340970Reviewed-by:
Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#795754}
-
Yutaka Hirano authored
To delete WebURLLoaderImpl::SinkPeer, this CL has PrefetchURLLoader to handle no-state prefetch requests. Bug: 1112310 Change-Id: I2c13bd91969bdb41105f246d570f9ca100a63c4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041152Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#795753}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0427441466a3..5cf00e267438 2020-08-07 bsheedy@chromium.org [Telemetry] Disable testGetMinidumpPathOnCrash 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 oysteine@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:1108432 Tbr: oysteine@google.com Change-Id: Iea7d91a9f5a8f97c5f38ceccb7fa49b1d61c35d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341855Reviewed-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@{#795752}
-
Stephen Martinis authored
This reverts commit e6ad8b42. Difference from previous reland: using close and join instead of terminate Original change's description: > Revert "Reland "Parallelize fetching telemetry benchmark deps"" > > This reverts commit 95e22d39. > > Reason for revert: Potentially breaking many builders, https://crbug.com/1108314 > > Original change's description: > > Reland "Parallelize fetching telemetry benchmark deps" > > > > This is a reland of 8ab0b856 > > > > Original change's description: > > > Parallelize fetching telemetry benchmark deps > > > > > > The fetching script currently fetches about 2 GB (on my linux workstation) > > > from cloud storage serially. This can (and is) trivially parallelizable, and > > > should speed up the fetching script significantly. > > > > > > This script has been taking 20 minutes on mac machines for a long time. This > > > will hopefully significantly speed the mac builders up. > > > > > > Bug: 1102597 > > > Change-Id: I93d2fa2b1f4b4ef6e27e9c894a9dd4c0d0e12d7b > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285503 > > > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > > > Reviewed-by: Wenbin Zhang <wenbinzhang@google.com> > > > Reviewed-by: John Chen <johnchen@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#786521} > > > > Bug: 1102597 > > Change-Id: I37d0055fadb26bf4eae2b0b5fe0ecc4732edde3d > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288740 > > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > > Reviewed-by: John Chen <johnchen@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#789736} > > TBR=martiniss@chromium.org,johnchen@chromium.org,wenbinzhang@google.com > > # Not skipping CQ checks because original CL landed > 1 day ago. > > # Tree is currently closed, trying to fix an outage > > No-Try: true > No-Tree-Checks: true > Bug: 1102597 > Change-Id: If6b95395208a3136a798118e4eb229e4322c7878 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317774 > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Cr-Commit-Position: refs/heads/master@{#791304} TBR=martiniss@chromium.org,johnchen@chromium.org,wenbinzhang@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1102597 Change-Id: I2f9a7162e73ee264ed9f0f844f45106160bce793 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339589 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Wenbin Zhang <wenbinzhang@google.com> Cr-Commit-Position: refs/heads/master@{#795751}
-
Yuheng Huang authored
Setup ctrl(cmd on Mac) + shift + e as tab search keyboard shortcut for all desktop platforms Bug: 1099917,1112558 Change-Id: I6c50b26714d678d0f89d2c846909ff0b802e4f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329944 Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#795750}
-
Claudio M authored
The comment can be removed because crbug.com/855192 and its canonical crbug.com/872096 are closed (obsolete). Bug: b:163002438 Change-Id: I7ef1c7854cb82a3855fd0d09f7d0ccaef0daa112 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340924Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Claudio M <claudiomagni@chromium.org> Cr-Commit-Position: refs/heads/master@{#795749}
-
Marijn Kruisselbrink authored
In preparation for making BlobUrlRegistry per storage partition, this cleans up the code a bit by moving all the blob URL logic to a separate class. This CL itself should not have any behavior changes, it is purely moving code around. Also fixes some naming inconsistencies (URL vs Url among others). Bug: 1106890 Change-Id: I0e7f9f8597d280ee2f69286c5a35cbb3997c9d9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330314 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#795748}
-
Wei Li authored
Bug: none Change-Id: Idaae709188c12ef7f8b8b94b3362e6e20983f90e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324410Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Theodore Olsauskas-Warren <sauski@google.com> Reviewed-by:
Florian Uunk <feuunk@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#795747}
-
Devlin Cronin authored
One test still had handling for either js-bindings or native bindings. Since native bindings have been shipped for a long time, remove the old js binding errors. Bug: None Change-Id: Ifa37068f9356c5d210593f068864b6efff3e0d20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336995Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#795746}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2c4a07d925cc..b3231b152604 2020-08-06 johnstiles@google.com Disable the coverage-as-alpha optimization flag for the Bicubic effect. 2020-08-06 brianosman@google.com Fix IWYU error in metal-code generator, re-gen dither effect 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 herb@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: herb@google.com Change-Id: I6385ce2ba53ccf2744a3bd4b72a1198050e91391 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340680Reviewed-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@{#795745}
-
Reilly Grant authored
This test appears flaky. See the issue for details. TBR=alancutter@chromium.org Bug: 1113951 Change-Id: I1fd43393848727c9144cc28948084dc425d85dd5 No-Presubmit: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341669Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#795744}
-
Chris Thompson authored
Bug: 1100647 Change-Id: Ibd84d2d12d3b750c864311535d041064c715aa8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340642Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#795743}
-
Thiabaud Engelbrecht authored
Freelist size is only meaningful on the client side, that is Client SharedDiscardableMemoryManager. Virtual size is already reported on the service size, though not per-client. Add reporting to process memory metrics, to UMA only. Bug: 1106364 Change-Id: I03fe01e3f140f23d7b84794453bda0179a9f4176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314832Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com> Cr-Commit-Position: refs/heads/master@{#795742}
-
Ilia Samsonov authored
Requires https://chromium-review.googlesource.com/c/chromium/tools/build/+/2339301. Bug: 1104846 Change-Id: I2d8ccfd51c840af7e922d8b5b999a397d45f8c17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341696Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#795741}
-
Owen Min authored
Create PolicyServiceAndroid and PolicyServiceObserverAndroid class so that the Java part can listen to the policy initialization event. Bug: 1108118 Change-Id: I7766808291eef6e0deab3a2d3f7badd2d64b6d29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327286 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#795740}
-
chinsenj authored
If a user is previewing a wallpaper and begins to cycle windows, the preview item for the wallpaper picker is empty/transparent. Now when the window cycle starts up, it closes the wallpaper preview if it is open so the preview item displays the wallpaper picker properly. Test: WallpaperControllerTest.ClosePreviewWallpaperOnWindowCycleStart Bug: 895265 Change-Id: Ie1900f2ce172ec03407e6801c051d34f0a94d975 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341143Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Cr-Commit-Position: refs/heads/master@{#795739}
-
Devlin Cronin authored
The old docs at chrome/browser/extensions/api/README.txt are obsolete with chrome/common/extensions/api/schemas.md and extensions/docs/writing_a_new_api.md. Remove it. Bug: None Change-Id: If5de57295ad326b55742536435f4aa7dc524fac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340165Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#795738}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chonggu@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: chonggu@google.com Change-Id: I1b5c7195ad6ef8263c5deee2c485069b40696589 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341176Reviewed-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@{#795737}
-
Thomas Lukaszewicz authored
The Chrome for ChromeOS team is looking to collect UMA metrics for the time taken to render the initial list of tabs in our Tab Search feature's UI. This metric needs to be logged from the JS side and access to the Extensions API provides a clean way to log this data. This is the recommended way to log metrics in WebUI code. Bug: 1099917 Change-Id: Icf16404d47406858fd3c6cef2ba4b8462f2edb18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339211 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#795736}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metatada from OWNERS files for //app Bug: 1113033 Change-Id: I31c0900fc4e4135fcbc5f0945669d3574b8272aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341157 Commit-Queue: Norman Rosas <normando@google.com> Auto-Submit: Norman Rosas <normando@google.com> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#795735}
-
Wan-Teh Chang authored
After decoding each image, validate that the image's YUV format matches the YUV format from the container. Also copy the bit depth validation to the DecodeToYUV() method. Bug: 960620, 1113777 Change-Id: I2802b61858d4675b7efb4710e547e6487528ba46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341039 Commit-Queue: Wan-Teh Chang <wtc@google.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#795734}
-
Ahmed Fakhry authored
This CL builds on previous UI work, and adds the necessary views for implementing the CaptureBarView. BUG=1112919 Change-Id: I1807458bb7ca6149e600b596b5cb6a87adbbdff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333825 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#795733}
-
Dominic Mazzoni authored
AccessibilityNodeInfo.ACTION_CONTEXT_CLICK is already implemented; make sure AccessibilityNodeInfo.ACTION_LONG_CLICK does the same thing. Bug: 1095107 Change-Id: Ib3511a13fc4537b8e59c01fae2bf261832eadc28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341398 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/master@{#795732}
-
Michael Moss authored
e3a62dc [Mac]Exit with unique status in symupload when file already exists. BUG=1021742 R=mark@chromium.org, nbilling@google.com Change-Id: Idbbdd6a959b0c2b10a7880c72d91e6efbdd67967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342046 Auto-Submit: Michael Moss <mmoss@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#795731}
-
Rayan Kanso authored
Change-Id: If9d4f5018f944d59118b392e5d88933991ffa1b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341122 Auto-Submit: Rayan Kanso <rayankans@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#795730}
-