- 20 Mar, 2020 40 commits
-
-
Vadym Doroshenko authored
This reverts commit 39bb3cd1. Reason for revert: It looks it breaks test CrSettingsPasswordsCheckTest.All on Windows https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%28dbg%29%281%29 Original change's description: > [Passwords] No result view fix in password check > > This CL changes the way visibility of 'No result view' is calculated. > The label will be shown only if: > - user had successful check with 0 compromised passwords found > - user is signed in > - breach detection is turned on in settings > > Bug: 1061496 > Change-Id: I9f1e4b5f7aef51749b970964c2b701ee2193ba53 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108501 > Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> > Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#751674} TBR=jdoerrie@chromium.org,vsemeniuk@google.com Change-Id: I20479f59c5a3e97c2f8d70a3a96179faff861624 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1061496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111294Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#751971}
-
Rohit Agarwal authored
We currently don't have extensive tests on java side which checks any leakage of data across activities. This CL adds browser tests to check browsing and navigation history leaks. Browsing history leaks are checked from incognito to regular mode. Navigation history leaks are checked across all tabbed and CCT activity types. Bug: 1035770 Change-Id: Ideb21008b901b0e1297d2a845602e7a9865b9b24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096641Reviewed-by:
Rohit Agarwal <roagarwal@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Cr-Commit-Position: refs/heads/master@{#751970}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/7c24b6b2ff19..69c5dd70e796 git log 7c24b6b2ff19..69c5dd70e796 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 cwallez@chromium.org Fix depth-only render pipeline creation on Metal. Created with: gclient setdep -r src/third_party/dawn@69c5dd70e796 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: I0a5b4e7e9b57657f3131eec9ed876b8c48964a5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112393Reviewed-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@{#751969}
-
Vadym Doroshenko authored
This reverts commit 034be017. Reason for revert: it looks that it breaks tests: OutOfProcessPPAPITest.BrowserFont FontList.GetFontList FontList.GetFontListDoesNotIncludeHiddenFonts https://ci.chromium.org/p/chromium/builders/ci/Mac10.10%20Tests/52253?blamelist=1#blamelist-tab Original change's description: > fonts: Use Core Text in macOS version of GetFontList_SlowBlocking(). > > Bug: 1062925 > Change-Id: I075bd135bf334f511480bcdccd04e91f99ad54ea > Tested: Compared old and new output on macOS 10.15.3, via DLOGs. > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2104102 > Commit-Queue: Victor Costan <pwnall@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Dominik Röttsches <drott@chromium.org> > Cr-Commit-Position: refs/heads/master@{#751919} TBR=drott@chromium.org,rsesek@chromium.org,pwnall@chromium.org Change-Id: I10c8098f5d2b361a5aacd69c562fd15f372169c2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1062925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111093Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#751968}
-
Mark Cogan authored
This CL is the eighth in a series of changes needed to complete this refactor: 1. (crrev.com/c/2089687) Add a new provider API upstream that passes both a Browser and temporary URL loading shim to CreateLogoVendor. 2. Implement this new API downstream and add support for initializing the LogoController with both Browser and the loading shim. Use the loading shim for loading URLs if it is present. 3. (crrev.com/c/2089785) Upstream, call the new CreateLogoVendor() API. 4. Downstream, remove support for the old CreateLogoVendor() API and update LogoController to only be initialized with a Browser and the shim loader. Remove downstream use of the URLLoadingService. 5. (crrev.com/c/2105314) Upstream, refactor URLLoadingService to be URLLoadingBrowserAgent, updating the upstream implementation of the loading shim passed downstream in CreateLogoVendor(). 6. (crrev.com/c/2106182) Upstream, add a new provider API that no longer passes the loading shim into CreateLogoVendor(). Delete the now- unused provider API that was removed downstream in step 4. 7. Downstream, remove use of the loading shim from LogoController and have it fetch the URLLoadingBrowserAgent from its Browser parameter. Implement the new shim-less CreateLogoVendor() API. Have the old shimmed API call the new shimless one. 8. Upstream, call only the new shimless API. Remove the shim implemen- tation in calling code. 9. Downstream, remove the shimmed API. 10.Upstream, remove the shimmed API, including the shim definition. Specifically, this CL removes the implementation of the URLLoadingBridge protocol in ContentSuggestionsCoordinator, and has it call the bridge- less CreateLogoVendor() API. Bug: 1046374 Change-Id: I071659526f5e54842ed865ad4cfb8d04f3b788b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106578 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#751967}
-
Mikel Astiz authored
In the error-handling codepath where a mismatch is found on the cache GUID, when sync is starting for Nigori, the new cache GUID should be stored in the ModelTypeState. Otherwise, it would remain empty, which means the next sync start the mismatch detection doesn't take place. This can explain cache-GUID mismatches being ignored, and bad consequences such as violating the sync protocol by sending a non-empty progress marker despite the sync birthday being empty. Change-Id: I48d4b35a61dd20f56c416779bee686e1d582606d Bug: 1063021 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111090 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#751966}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/362becca1ff2..eb7bd643ef43 git log 362becca1ff2..eb7bd643ef43 --date=short --first-parent --format='%ad %ae %s' 2020-03-20 jiawei.shao@intel.com Extract texture dimension for storage textures (#1008) Created with: gclient setdep -r src/third_party/shaderc/src@eb7bd643ef43 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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 Bug: None Tbr: radial-bots+chrome-roll@google.com Change-Id: I754b3ada297d6b2496222fba2151f316e1371c27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112391Reviewed-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@{#751965}
-
Felipe Andrade authored
The AuthpolicyErrorType UMA enum was missing the value ERROR_OU_CONSTRAINT_VIOLATION, in order to match the ErrorType message defined in active_directory_info.proto. Bug: 1063026 Change-Id: Id0b36a8a43d5e02bf9d3d360e93c11f713820b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109702Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Felipe Andrade <fsandrade@chromium.org> Cr-Commit-Position: refs/heads/master@{#751964}
-
Alex Danilo authored
The action icon buttons and open button have an active color when the menu is shown - suppresses the background color on hover when the 'menu-shown' attribute is set. Add a TODO about the placement of :focus. Bug: 1061819 Change-Id: I70cc84784f1e8025f2dcc064c3ce52ca936add66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111513 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#751963}
-
Morten Stenshorne authored
TBR=kojii@chromium.org Change-Id: I1ec54bfce0e20ee267808575f49a1f3842805f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111672Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#751962}
-
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}
-