- 20 Mar, 2020 40 commits
-
-
Gauthier Ambard authored
This CL enables the feature flag to have the BVC being contained instead of presented. Fixed: 1038034 Change-Id: Id764ee5b8fd26c8c71ae694ea69b8394a8507c13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108734Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#751961}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/18d3896a15fc..60104cd97446 git log 18d3896a15fc..60104cd97446 --date=short --first-parent --format='%ad %ae %s' 2020-03-19 dneto@google.com Add opt::Operand::AsCString and AsString (#3240) 2020-03-19 lujiao@amd.com Add RayQueryProvisionalKHR to opt types (#3239) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@60104cd97446 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,courtneygo@google.com Change-Id: Idaa32d5d1e9cfb3f27472fa825fd5e77ea8c1a42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111889Reviewed-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@{#751960}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/69fe8eaba083..03867b5533b7 git log 69fe8eaba083..03867b5533b7 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 szuend@chromium.org Add missing return types to InspectorBackend.js Created with: gclient setdep -r src/third_party/devtools-frontend/src@03867b5533b7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1011811 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib37b9c24f75e0b985d31c420edf7610dac707c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111887Reviewed-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@{#751959}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c9453ffe96c1..bf995d913927 Created with: gclient setdep -r src-internal@bf995d913927 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 jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I09a2888340a95619f0fa04a90ef09380b1e627f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111880Reviewed-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@{#751958}
-
Mark Brand authored
This means that if a mojom file contains an acronym in a field name, that name will now be CamelCased; ie field_name_ACRONYM will become FieldNameAcronym instead of FieldNameACRONYM. This change also adds two new helper functions to generator.py that convert from CamelCase to lower_snake_case and UPPER_SNAKE_CASE, and changes the existing generators to use those new functions. This is a cherrypick/split from https://chromium-review.googlesource.com/c/chromium/src/+/2108507 Change-Id: I0a981929db664644a06c03f84ca36fbf8ae66d4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108551Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Mark Brand <markbrand@google.com> Cr-Commit-Position: refs/heads/master@{#751957}
-
Mark Brand authored
This is a cherrypick/split from https://chromium-review.googlesource.com/c/chromium/src/+/2108507 Change-Id: Ib7cc2e5dc93f507726cb417446cb1ad6e1ba6a74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109696Reviewed-by:
Oliver Chang <ochang@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Mark Brand <markbrand@google.com> Cr-Commit-Position: refs/heads/master@{#751956}
-
Johann authored
Make the class GarbageCollected so that the mojo::Re{mote,ceiver} objects can be managed as well. Change-Id: I7d0919d900eb54c557cceda07e496bd4920b2b42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106989Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#751955}
-
Lin Sun authored
The data type GpuSeriesType seems like it apply to all GPU vendors, but currently it represents Intel's GPU only. Since this name is ambiguous and there is no intention to use it for other GPU vendors, this patch renames it to IntelGpuSeriesType to make explicit. Bug: 896932 Change-Id: I5b2e92ac622d254015d3669ab9e234dbe8c5a551 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015423 Commit-Queue: Lin Sun <lin.sun@intel.com> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#751954}
-
chromium-autoroll authored
Roll broadwell AFDO profile from 82-4044.42-1584352428-benchmark-82.0.4085.12-r1 to 82-4044.42-1584352428-benchmark-82.0.4085.13-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-broadwell-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: Ic3dc69736a5231a527f64b851e3a765a2f635314 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112390Reviewed-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@{#751953}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/3bf1dab23d9a..9659831766f1 git log 3bf1dab23d9a..9659831766f1 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 johnkslang@users.noreply.github.com Merge pull request #2141 from courtney-g/bug_2140 Created with: gclient setdep -r src/third_party/glslang/src@9659831766f1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,courtneygo@google.com Change-Id: I674080fc95a921c36824dff0d9a5ec0031c7752a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111875Reviewed-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@{#751952}
-
chromium-autoroll authored
Roll silvermont AFDO profile from 82-4079.0-1584354054-benchmark-82.0.4085.12-r1 to 82-4079.0-1584354054-benchmark-82.0.4085.13-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I6752a8965eac985ef3654e314e8bd5744dd822e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112273Reviewed-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@{#751951}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ca45852d0907..0e069b42b334 git log ca45852d0907..0e069b42b334 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 ynovikov@chromium.org Skip SwANGLE GLES31 tests which crash with 32-bit Subzero only on Windows Created with: gclient setdep -r src/third_party/angle@0e069b42b334 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 courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: courtneygo@google.com Change-Id: Ia9692b09636eea164c58001b8f9493d1355f1902 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111878Reviewed-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@{#751950}
-
Eugene But authored
This header is not used outside of ios/web, so this CL moves the file closer to the usage place (ios/web/web_state/ui). Bug: None Change-Id: I778ef707b3db2e2e77927e309e91ebf49f839aff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109826 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#751949}
-
Ted Meyer authored
Plumb MediaError through VideoDecoder::Initialize so that we can start refining its usage everywhere. Bug: 1043289 Change-Id: I3c4d7517901a8d186a045b7c9774ddad33859d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042915 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#751948}
-
chromium-autoroll authored
Roll airmont AFDO profile from 82-4079.0-1584355719-benchmark-82.0.4085.12-r1 to 82-4079.0-1584355719-benchmark-82.0.4085.13-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-airmont-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I3769a73319cb6e30e5491f20720fc3047b06c253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111888Reviewed-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@{#751947}
-
Mirko Bonadei authored
Bug: None Change-Id: Icaee5fb53e4e9542fb8e156f1adbee0abe123cd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107982Reviewed-by:
Harald Alvestrand <hta@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#751946}
-
Dominic Mazzoni authored
Original: http://crrev.com/c/2109458 Reverted: http://crrev.com/c/2111771 This change depended on fixing all of the -expected*.txt files in content/test/data/accessibility, but another one landed before this one. The DumpAccessibilityTree tests generate an output text file and diff the results against an expected file. Previously, the way that the algorithm handled files of different lengths was by adding an end-of-file sentinel to the end. This resulted in that sentinel getting checked in, which was just confusing. Fix this by modifying the DiffLines helper function to properly compare files that don't have the same number of lines. Add full unit tests for DiffLines so we can be confident it works. Continue to LOG the end-of-file sentinel, because it's needed by running rebase_dump_accessibility_tree_test.py to parse actual output files from remote logs. Bug: 1063167 Tbr: aleventhal@chromium.org Change-Id: I6c52bc77c3e4bb6e07d77971a5d748d9bf0d1f75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112116Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#751945}
-
Jinsuk Kim authored
Moved the method from clank/javatests/../TabUtils.java. This CL needs landing before the clank side change happens to keep the build green. https://crrev.com/i/2788136 TBR=tedchoc@chromium.org Bug: 995903 Change-Id: I43df78505c99ee60d3fb11df44a25a7e6e02c776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111812Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#751944}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/566d53f9a533..69fe8eaba083 git log 566d53f9a533..69fe8eaba083 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@69fe8eaba083 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I658d7167009846fa7b9e3866c142f74b00620ae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111876Reviewed-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@{#751943}
-
Wei Lee authored
Bug: 980846 Test: Manually tested Change-Id: Icbc8788df1c58b90f7676e6de365899d6e07d943 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064231Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#751942}
-
Yuly Novikov authored
Speculative fix for flaky timeouts. Per http://anglebug.com/4396, SwiftShader backend causes TLS descriptor leak. Reducing the batch size stops running the tests before the OS limit on TLS descriptor number is reached. Side-effect: --test-launcher-retry-limit=0 and --test-launcher-batch-limit=256 apply now not only to desktop, but to Android as well. Thus, using 256 as the batch limit, which is the default on Android, in order to not introduce a regression there. TBR=kbr Bug: 1062692 Change-Id: I7aee19ef3765bf3cfe65417c0bf039bc59e9f6a1 No-try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110397 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#751941}
-
arthursonzogni authored
The bug has been fixed, the instrumentation is no longer useful. R=clamy@chromium.org,mkwst@chromium.org Bug: 1037776 Change-Id: I3f36b1de3f9b02ffb3f10d4943ebe18950325c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108735 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#751940}
-
Tim Song authored
BUG=1050966 Change-Id: I45aa288e721760fee374e97d38116dd53dec9d39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109455Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#751939}
-
Robert Woods authored
In Linux, an association between an app and a particular file is made on the basis of the file's MIME type. Where an app supports handling MIME types that aren't known to the OS, those types must be registered calling `xdg-mime` [1] on an XML file containing a mapping of MIME types to file extensions per the freedesktop.org Shared MIME-info Database specification [2]. This CL implements methods for generating a compliant XML file from a set of file handlers, writing it to a temp file, and calling `xdg-mime` on that file to register the new MIME types. These are invoked as part of the web app install process on Linux. [1] https://linux.die.net/man/1/xdg-mime [2] https://freedesktop.org/standards/shared-mime-info Bug: 938103 Change-Id: If7e4cb0063e1688cb69d2b2b503235658c087366 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101398 Commit-Queue: Robert Woods <robertwoods@google.com> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#751938}
-
Daniel Cheng authored
This is a reland of 9e64c392 Original change's description: > Set a limit on how shared memory can be mapped in one process. > > Allowing arbitrary amounts of shared memory to be mapped can make it > easier for an attacker to bypass ASLR as documented in > https://googleprojectzero.blogspot.com/2019/04/virtually-unlimited-memory-escaping.html > > Bug: 1056572 > Change-Id: I812542e2b3d9e7842a7ae54bdd837fa956a99177 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083447 > Commit-Queue: Daniel Cheng <dcheng@chromium.org> > Auto-Submit: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Robert Kaplow <rkaplow@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#750211} Bug: 1056572 Change-Id: Ie7bc186a4a5f134a3b30104913602cce372fe84d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106334Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#751937}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/af23eb1122f2..566d53f9a533 git log af23eb1122f2..566d53f9a533 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@566d53f9a533 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7e4bd0302e5078e672db91bf30d4bb6d06988978 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111789Reviewed-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@{#751936}
-
Bang Lee authored
Change-Id: I8d8c40d85abd6b24f5d255d0707029cee7767616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108402 Auto-Submit: Bang Lee <banl@microsoft.com> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#751935}
-
Christopher Lam authored
gogoy@ has indicated that non-refresh Google colors are no longer to be used for Chrome OS. As such, remove them from the palette, and OS Settings. Also, add a PRESUBMIT to prevent them from getting added back to OS Settings. Bug: 1062154 Change-Id: I73465f867b5916bdd234a2a7c292038cd805f2a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100556Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#751934}
-
Christopher Lam authored
This CL makes the Files App dialog buttons lower case which is in line with the rest of Chrome OS. Bug: 1060060 Change-Id: Iac267363d17d7c308c2bc965214c90970c98d13e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102940 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#751933}
-
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-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ife002cfd8ff254f87e8b6d1c6a1b4cda5c22aa88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112132Reviewed-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@{#751932}
-
Nicolas Arciniega authored
Extracting the interface allows for alternate proxy resolution implementations. For example, the ConfiguredProxyResolutionService relies on fetched proxy configs to make a decision while a future implementation (to be implemented later in crbug.com/1032820) will rely entirely on the system to make proxy decisions. Bug: 1032820 Change-Id: If43f293b5e53ad0ca5727dd72dbd6d8e6cc75537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065412 Commit-Queue: Nicolas Arciniega <niarci@microsoft.com> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#751931}
-
Christopher Cameron authored
With this in place, we can call AppShimRegistry from BookmarkAppShortcutManager instead of AppShortcutManager. Note that some tests are built around extensions, and will need to be substantially modified. Those are moved to platform_apps, because the new bookmark-based versions will continue to exist alongside the old extensions-based versions. R=loyso TBR=avi (chrome/) Bug: 1057195 Change-Id: I4784eedcb270fb679e12375d3a729107ada37f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109272 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#751930}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/27622ce1c54f..7c24b6b2ff19 git log 27622ce1c54f..7c24b6b2ff19 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 jiawei.shao@intel.com Revert "Check bind group layout with storage texture in pipeline descriptors" 2020-03-20 jiawei.shao@intel.com Check bind group layout with storage texture in pipeline descriptors Created with: gclient setdep -r src/third_party/dawn@7c24b6b2ff19 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Ic2ba03ee8af51d6df4768905e459aa75c38124ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111788Reviewed-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@{#751929}
-
Alex Danilo authored
Adds a hover background color for the action-icon buttons and tasks button for files-ng. Bug: 1061819 Change-Id: Ib21df907ce8033932608443e2f9a36203ea76f45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111655Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#751928}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b1eb44bf8f33..ca45852d0907 git log b1eb44bf8f33..ca45852d0907 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 ynovikov@chromium.org Skip flaky TransformFeedbackTest.MultiContext on Win Intel Vulkan Created with: gclient setdep -r src/third_party/angle@ca45852d0907 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 courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: courtneygo@google.com Change-Id: I7e6d6b408472390cc29acc10056b5f884d9f0f38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111785Reviewed-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@{#751927}
-
Julie Jeongeun Kim authored
This CL returns -1 for the index in parent when BrowserAccessibility doesn't have a platform parent to update the index from platform implementations since when it is a root node of WebContent, |unignored_index_in_parent_| is not updated. Bug: 1046636 Change-Id: I3b283fff46b48836e22b11fdd84aaf3d75f0fdaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087234 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#751926}
-
Istiaque Ahmed authored
Worker can legitimately fail to start, this CL clears worker's PendingTasks when that happens. In addition to this, this CL makes ServiceWorkerTaskQueue factory dependent on ProcessManager factory as pending tasks can call out to ProcessManager (courtesy of https://crbug.com/1019161#c16) upon ServiceWorkerTaskQueue's destruction. This CL adds a test for this ensuring a worker's pending_tasks_ is cleared when start worker failure is seen. The test rejects a service worker's install event to trigger the failure. Bug: 1019161 Test: See bug description for repro steps Change-Id: I384ec0d2830f07fb3b50632ee806e77fd33b7dcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103306 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#751925}
-
Wei-Yin Chen (陳威尹) authored
Bug: 930892 Change-Id: I85583fa6d0e6db62fb5519ed7d043870b47c9afc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080925 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Auto-Submit: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#751924}
-
Eugene Zemtsov authored
Previous CL removed hand made memory related UMAs for WMP. This CL uses the standard way to expose similar memory metrics. The only interesting part is where we change memory dump naming format from: media/webmediaplayer/player_%d/{video|audio} to media/webmediaplayer/{video|audio}/player_%d This is done in order to have readily available aggregating top level nodes where total video or audio memory consumption can be found. Bug: 1056839 Change-Id: Ibf8d57da47f54b90ff4e3fe207d351ee043aa41c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109461 Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Takashi Sakamoto <tasak@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#751923}
-
Eugene Zemtsov authored
According to Dale Curtis these metrics are not used and won't be missed. We should consider whitelisting media player memory dumps for background collection. Bug: 1056839 Change-Id: I46056dd24b8f54153849fb4181749b51a4fdf68e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090972Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#751922}
-