- 02 Sep, 2020 40 commits
-
-
Daniel Hosseinian authored
The class is move-only and carries raw thumbnail image data, as well as the intended device to pixel ratio. The default constructor is deleted, and the constructor tries allocating pixels in the bitmap to enforce the use of image info appropriate for thumbnails to be drawn on an HTML <canvas> element. Bug: 652400 Change-Id: I16bf97d9b0c06fa64bc0cf891f2fdccf0dbd8058 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376877 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#803753}
-
Asami Doi authored
This CL is related to the Finch experiment (CheckOfflineCapability). The default value of the timeout is 300 secs (no change for now) and I will add a CL to set the timeout to 10 secs. Bug: 965802 Change-Id: I368bf4ee5ca0e980e51688210a43c85396d9dbf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370686 Commit-Queue: Asami Doi <asamidoi@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#803752}
-
Glen Robertson authored
These interfaces were hidden within //content but depended upon from //chrome/browser. This clarifies the layering issues present but does not completely fix them (see additions to DEPS). It does also resolve `gn check` errors in //chrome/browser. Specifically, profile_provider_chromeos.h includes jank_monitor.h (holds a pointer and is an observer) and chrome_metrics_service_client.cc includes accessibility_metrics_provider.h (only to create one). Let me know if there's a better way to layer this. Split out from crrev.com/c/2383400 Bug: 898837 Change-Id: I4786b903e52164841d91b431d3bcd2cabc2df54e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2383515 Commit-Queue: Glen Robertson <glenrob@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#803751}
-
Ce Chen authored
suffix rather than overwriting the locale. Bug: 925072 Change-Id: I6214a91a3ef631098984eaf8b4c6b37ed339ce76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2384453 Commit-Queue: Ce Chen <cch@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#803750}
-
Malay Keshav authored
Modifies the HatsDialog to use trigger ID instead of site ID to load the surveys. It also modifies loading the survey as a dialog instead of a window with frame buttons, since the HTML survey already includes a close button. NOTE: This is a reupload of a previously abandoned CL. This approach may have possible points of failure: - Survey may not load, leaving user with a blank window. - Allowed survey localizations may not match the device locale. - HaTS backend may choose to not load the survey. Subsequent work will fix this issues. See go/cros-hats-next follow-up work section. Bug: 1087034 Test: Tested manually on linux chrome and atlas Change-Id: I1453617284fcf1e30c8107643a763b7880fa3c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386418 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Xiyuan Slow <xiyuan@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#803749}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/fe980adabf55..11cb4f444271 2020-09-02 tsepez@chromium.org Make CFXA_DocumentBuilder a stack-only type. 2020-09-01 tsepez@chromium.org Use fxgc::ContainerTrace<> in XFA. 2020-09-01 tsepez@chromium.org Convert CXFA_ContentLayoutProcessor::m_PendingNodes to Member<>. 2020-09-01 tsepez@chromium.org Convert more FWL objects over to Oilpan GC. 2020-09-01 tsepez@chromium.org Add specialized templates to help tracing stl containers. 2020-09-01 dhoss@chromium.org Roll build/ 0eaf1510a..23dc5c578 (224 commits) 2020-09-01 dhoss@chromium.org Roll buildtools/ 613921787..ff93f3ea1 (3 commits) 2020-09-01 dhoss@chromium.org Roll tools/clang/ 1078c4141..03bacc323 (23 commits) 2020-09-01 dhoss@chromium.org Roll third_party/zlib/ 7492de9a5..d53accfbd (2 commits) 2020-09-01 dhoss@chromium.org Roll v8/ df143e8bd..63911905f (181 commits) 2020-09-01 dhoss@chromium.org Roll tools/memory/ 89552acb6..ee1e24481 (2 commits) 2020-09-01 dhoss@chromium.org Roll third_party/skia/ 994ce8cf2..d20e8e933 (616 commits) 2020-09-01 dhoss@chromium.org Roll third_party/nasm/ 4fa54ca5f..19f3fad68 (626 commits) 2020-09-01 dhoss@chromium.org Roll third_party/instrumented_libraries/ bb3f1802c..3c52ccdd3 (2 commits) 2020-09-01 dhoss@chromium.org Roll third_party/freetype/src/ 986a340dd..16ee2a22a (7 commits) 2020-09-01 dhoss@chromium.org Roll third_party/depot_tools/ 9949ab7a4..ed15af5c4 (84 commits; 18 trivial rolls) 2020-08-31 tsepez@chromium.org Keep rgCurLineLayoutItems alive in CalculateRowChildPosition(). 2020-08-31 tsepez@chromium.org unowned_ptr.h: Don't include what you don't use. 2020-08-31 tsepez@chromium.org retain_ptr.h: Don't include what you don't use. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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/+doc/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I04d974d2e393582dd82fc46e455bb83a9d8b7994 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388979Reviewed-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@{#803748}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/2d5bbdc4d9de..e1051cbaad46 2020-09-01 capn@google.com Fix undefined behavior in minifloat conversion 2020-09-01 capn@google.com Add unit test for 11/10-bit minifloat denormal underflow If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1117433 Tbr: swiftshader-team+autoroll@google.com Change-Id: If3d79464c386b2550da29750a10775103f645b68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388970Reviewed-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@{#803747}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=lakpamarthy@chromium.org Change-Id: I1beb38e8601490f7bc7699036320090370da9807 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389233Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#803746}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/964006ef..26983dc7 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I7dc306f9385e47b4614a2d536deb2b5954c586e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388563Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#803745}
-
chrome://multidevice-internalsRegan Hsu authored
Users can now change the following fields: * Mobile Status * Signal Strength * Mobile Provider * Charging State * Battery Saver State * Battery Percentage Screenshot: https://screenshot.googleplex.com/5ZXpUhSXGr737cg Change-Id: I63ac854c97273354d62c1a3f2b21ab3409cfa23f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388984 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#803744}
-
Nicholas Verne authored
Default priority is fine - the notification persists for 8 seconds and won't wake the display. Fixed: 1117307 Change-Id: I2734a1391b7679224e2fb24e319dc4320aace59b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389283 Commit-Queue: Nicholas Verne <nverne@chromium.org> Commit-Queue: David Munro <davidmunro@google.com> Auto-Submit: Nicholas Verne <nverne@chromium.org> Reviewed-by:
David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#803743}
-
Ken MacKay authored
Bug: internal b/167462029 Change-Id: Ic0880bc93996ddf1be6b8b2d2b8c1a9c3aefb348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389162 Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#803742}
-
Alan Cutter authored
This is a mechanical rename to be more specific about the purpose of the ExternalInstallOptions url. Change-Id: Ib51ea13f8be3e5df4d16ddf98c53c991ec6f8934 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386916 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Commit-Queue: Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#803741}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1598939551-edd6085454846bcef7c23e82dabdb750adc99d31.profdata to chrome-mac-master-1599004657-692466066135c7d7137e03ca7609fab6b8e724c2.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: If5b3ca6b3832866442697656a642806a071f964f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388978Reviewed-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@{#803740}
-
Yunke Zhou authored
Two new screens (user-creation and family-link-notice) are added for the child specific signin feature. Updating histograms.xml so step completion time/screen exit reason are tracked in UMA. RecordUMAHistogramForOOBEStepCompletionTime (https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/chromeos/login/wizard_controller.cc;l=274) is used to record the metrics. Bug: 1123873 Change-Id: I540013614d45bd9cdddf37ba629363da00325c63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387102Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Yunke Zhou <yunkez@google.com> Cr-Commit-Position: refs/heads/master@{#803739}
-
Rachel Wong authored
Bug: 1112714 Change-Id: I19e39200262e0a8c44683cc9f92bca3b34dc9cb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359879Reviewed-by:
Xiyuan Slow <xiyuan@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#803738}
-
David Black authored
This is the first step in supporting dynamic images for holding space as is needed due to the fact that file thumbnails are loaded async. The next CL will wire the new `HoldingSpaceImage` class up to the existing but currently unused `HoldingSpaceThumbnailLoader`. Bug: 1113772 Change-Id: I5ffc660d5eb3462c247a530f61811c40fcb9b550 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387264 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiyuan Slow <xiyuan@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#803737}
-
Brandon Wylie authored
Bug: 1117220 Change-Id: Ie8c6e2ba3dda81a527a93621a2b65caa3e9a3dd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376668 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#803736}
-
Eric Willigers authored
As in ShareServiceImpl.java, the browser process rejects attempts to share more than 10 files at once, or share any file larger than 50 megabytes. Browser enforcement of these limits is only relevant in the event a renderer process is compromised, as NavigatorShare::share also imposes limits. Bug: 1035527,1110119 Change-Id: I3a9d5a5df528616b2512a3d9efdfe54ffa320b36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386937Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#803735}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/be53792880bc..f114a68b8f9b 2020-09-01 enga@chromium.org Update depth-stencil copy validation 2020-09-01 bajones@chromium.org Various cleanups for updated indexFormat handling 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/+doc/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: I29bc92d89a4f762f264a8d2c94ed5eeeb67483a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388868Reviewed-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@{#803734}
-
Olivier Yiptong authored
Changes the platform delegation to make it more concise. Additional platforms no longer need to be specified in the base class. Bug: 1043306 Change-Id: I7eae947624de1f2cbf259e4570ee22389c7013e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388895 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#803733}
-
Koji Ishii authored
This patch fixes legacy word shaper to shape the next character of ZWJ together. Bug: 1121420 Change-Id: Ic4d3a71aa836dc8e7027e18d60772abb32964935 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388360Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#803732}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d6c9e7955534..156bfc1f22a0 2020-09-02 jleconte@google.com WebRTC run quest is missing arguments for the task to generate isolate output. 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 sadrul@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:1123318 Tbr: sadrul@google.com Change-Id: I7438f0e17d1ab9fa2832434e2af76897ebb44778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388975Reviewed-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@{#803731}
-
Etienne Pierre-doray authored
Since it's used more generally for TaskSource. Coming CL will make use of TaskSourceSortKey to schedule jobs more fairly. Change-Id: I2084f56bf7082e39ed16a4afb19a9356f0390295 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377995Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#803730}
-
Olivier Yiptong authored
Following feedback from partners, requiring UA each time navigator.fonts.query() is invoked is cumbersome for UX. This change ensures that User Activation is checked before showing a permission prompt, but isn't checked if the permission status is either granted or denied. Bug: 1043306 Change-Id: I37a848feaf7c02e881bb4a63f53594a3636a9f96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388982 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#803729}
-
jchen10 authored
This sends back program information asynchronously in GL_PROGRAM_COMPLETION_QUERY_CHROMIUM via GpuControlReturnData IPC. Bug: 1103499 Change-Id: I41eacb590bb6fc98ce2c8efc0fdb1272efce57c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377745 Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#803728}
-
Michael Bai authored
The metris were added in https://chromium-review.googlesource.com/c/chromium/src/+/2293321 Bug: 1076549 Change-Id: Ia07f7e3cd6de91443ae45edbf1b67d9dd7d1d52c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386419 Commit-Queue: Tao Bai <michaelbai@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#803727}
-
Mei Liang authored
This CL sets content description for the action text button in TabSelectionEditor's toolbar when the button is enabled. When the button is disabled, the content description is null, and accessibility services falls back to use the text from the button. Bug: 1007598 Change-Id: I02a061985c68882a2479aa6e6a7865388a9c83ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380607 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#803726}
-
Vincent Boisselle authored
These are not needed. Bug: 1085601 Change-Id: I57acbfb94a0a4fd7f56e2429b543d1b4f3c1bf54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387412Reviewed-by:
Ian Wells <iwells@chromium.org> Commit-Queue: Vincent Boisselle <vincb@google.com> Cr-Commit-Position: refs/heads/master@{#803725}
-
Ken MacKay authored
Change-Id: I8a7b5a38ae59e548d91a7b2917e04acb1c8b5f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386460Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#803724}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1a887adf. With Chromium commits locally applied on WPT: 3a85024b "A column-spanning legend isn't part of the flow thread." 8e731935 "ContentVisibility: Make the lifecycle tasks run only on full lifecycle." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: binji@chromium.org: external/wpt/wasm mkwst@chromium.org: external/wpt/secure-contexts NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Change-Id: I68772fa15fa85a0980042fcdabad85fd03f458e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388605Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#803723}
-
David Munro authored
Bug: None Test: None Change-Id: I8a4d7cf9a09da65c3cd8465577b5d8671577959e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386436 Commit-Queue: David Munro <davidmunro@google.com> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Auto-Submit: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#803722}
-
Peter Kasting authored
Bug: 1114321 Change-Id: I4999ab9ad825136a2a9686eb1b281eb7f6b603e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2383094 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#803721}
-
David Bienvenu authored
Also fix a few cpplint warnings. No functional changes. Bug: 1010217 Change-Id: Iee89be21a9600d480b8c03312c1150d3e35946e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378896Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#803720}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/736c43a1bb8f..6eeb3d8bf667 2020-09-01 geofflang@chromium.org Support DXT textures with non-block sized mip levels. 2020-09-01 geofflang@google.com Implement EXT_shadow_samplers 2020-09-01 jonahr@google.com Check for "Radeon" in renderer string. 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 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: cwallez@google.com Change-Id: I0dbeeb79a524ddc27a313339699038968ce821d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388904Reviewed-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@{#803719}
-
Shengfa Lin authored
Rename ChromeDriver command line option --whitelisted-ips while silently support it; rename to allowed-ips Bug: chromedriver:3584 Change-Id: Ie446eb2554e1631c4318925d318eba049290605b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386841 Commit-Queue: Shengfa Lin <shengfa@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#803718}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f48dfd985712..05ce2817f2a0 2020-09-01 jlavrova@google.com Revert "Removing ICU dependencies from skparagraph BUILD.gn file" 2020-09-01 jlavrova@google.com Removing ICU dependencies from skparagraph BUILD.gn file 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 michaelludwig@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: michaelludwig@google.com Change-Id: Ic22542d069190b8ea2ee2b7a2135f331ac91dee1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388769 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#803717}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/816506e1c600..000948ecdba8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Ie46c99456b87965e9709faf5883105db122492fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388986Reviewed-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@{#803716}
-
Olivier Yiptong authored
This change implements font enumeration for ChromeOS and Linux platforms. Both platforms make use of fontconfig for enumeration. Font Data Access is already supported by a previous change adding @font-face src local matching. Bug: 1043306 Change-Id: I4a04f94e488e481d2d444469b225178f44f907fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388103 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#803715}
-
Anastasia Helfinstein authored
AX-Relnotes: n/a. Bug: None. Change-Id: I55408877bd816dfc71764182c106c84ec980ae88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300985 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#803714}
-