- 15 Sep, 2020 40 commits
-
-
dpapad authored
Fixed: 1065659 Change-Id: I39f314af200c8256eb31a6ffe20b7210dd9ac5a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392997 Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#806929}
-
Javier Fernández García-Boente authored
Before this change, we were considering breaking opportunities before space runs. This approach allowed us to avoid re-shaping in many cases, which has an important advantage in terms of performance. However, the Unicode spec (UAX#14) state that breaking before a space character is not allowed [1], so we had to implement this logic after our TextBreakIterator had already determined the best breaking opportunity. This approach has been working fine so far for regular spaces (white-space, tabs, ...), but it doesn't work correctly for other BA [2] class characters; in the CSS Text specification, these are known as "other space separators" [3]. In order to implement the correct behavior for any kind of space, we would need to change our TextBreakIterator implementation so that matches the Unicode rules, considering breaking opportunity after space runs. This change should also consider the performance impact of the extra re-shaping operations required to deal with trailing spaces. In order to prevent performance regressions, we'll store the position of the 'end of non-hangable run', which will be used in case of items with styles dictating rules to collapse trailing spaces. [1] https://unicode-org.atlassian.net/browse/ICU-20843 [2] https://www.unicode.org/reports/tr14/tr14-39.html#BA [3] https://drafts.csswg.org/css-text-3/#other-space-separators Change-Id: Ie4a3890c75a3faff1a0155d4a40bcaa85bc6ac06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047943 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#806928}
-
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/+doc/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: I2cd8163da19cc8625633ccfff4267cc363d67d79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411238Reviewed-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@{#806927}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1600127994-a617f89793652b5fd810a69f7c568f33dff933e7.profdata to chrome-linux-master-1600148958-bab2bda8659b635656decb925279e513cc814d66.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-linux-chromium Please CC chrome-brapp-engprod@google.com,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: luci.chrome.try:linux-chrome Tbr: chrome-brapp-engprod@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I9062ed807bac0f9ebfed537582225d4be78270a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411244Reviewed-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@{#806926}
-
Harald Alvestrand authored
Bug: chromium:980879 Change-Id: Id056c1583e06c0211dda81538f7c263446ea60fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410072Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#806925}
-
Kent Tamura authored
If LayoutNGFragmentTraversal is disabled, no one calls NodeAtPoint() for the rendered legend. This CL fixes it by adding LayoutNGFieldset::HitTestChildren() override so that it handles the fieldset's rendered legend. Bug: 1127743 Change-Id: Idb21c4dc198591509e4172d89dc84e379a12097f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409416Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#806924}
-
Min Qin authored
This expiring histogram is no longer needed. BUG=1127952 Change-Id: I23be15e7ed771eea5cd00c8b46b82ba1f79aa7f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410351Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#806923}
-
Alice Wang authored
This CL refactors SyncTestRule#signinAndEnableSync() to use SigninTestUtil to handle sign-in. Bug: 1126814 Change-Id: I171e9c59e8616236ede6d2aa247ec826577b7d67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401144Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#806922}
-
Maciej Malinowski authored
Removing the GraphProcessor class and this class unit tests. This is the last step of migration GraphProcessor from Chrome to Perffeto. See crbug.com/1095982 for more details. Bug: 1095982 Change-Id: I10ecbfdbddce2b8a8f6a45bd76efd42b5e375ea0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302698 Commit-Queue: ssid <ssid@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#806921}
-
Sergey Poromov authored
This reverts commit 6cf11459. Reason for revert: Causes build errors for all official boards: https://ci.chromium.org/p/chrome/builders/ci/chromeos-eve-chrome/10173 ERROR at //chromeos/components/file_manager/BUILD.gn:8:1: Assertion failed. assert(!is_official_build, "File Manager is only built for unofficial builds") ^----- File Manager is only built for unofficial builds See //chromeos/resources/BUILD.gn:87:5: which caused the file to be included. "//chromeos/components/file_manager:file_manager_mojom_js", ^--------------------------------------------------------- GN gen failed: 1 Original change's description: > Reland "Files SWA: Moving to a new directory." > > This is a reland of 4ccb6508 > > http://crrev.com/c/2367397 and this CL were prepared without > the authors being aware of each other's efforts. > > Timeline for 2367397: > Sep 10, 2020, 6:06:39AM UTC+10 it is submitted to CQ > Sep 10, 2020, 9:01:21AM UTC+10 it is successfully submitted > > Timeline for 2402560 > Sep 10, 2020, 10:46:31AM UTC+10 dry run is successfully completed > Sep 10, 2020, 12:19:23PM UTC+10 it is submitted to CQ > Sep 10, 2020, 12:23:56PM UTC+10 it is successfully submitted > > > Original change's description: > > Files SWA: Moving to a new directory. > > > > Bug: 1111229 > > Change-Id: Id0509caf9d1d9de8efa293344e682610cf1a8699 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2381330 > > Reviewed-by: Dominick Ng <dominickn@chromium.org> > > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > > Reviewed-by: Jiewei Qian <qjw@chromium.org> > > Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> > > Commit-Queue: Bo Majewski <majewski@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#805598} > > Bug: 1111229 > Change-Id: I8894da793702136d5e394b9854993026603c311d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402560 > Commit-Queue: Bo Majewski <majewski@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Mike West <mkwst@chromium.org> > Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org> > Reviewed-by: Jiewei Qian <qjw@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806865} TBR=kinuko@chromium.org,khorimoto@chromium.org,yfriedman@chromium.org,thestig@chromium.org,ortuno@chromium.org,dominickn@chromium.org,mkwst@chromium.org,qjw@chromium.org,majewski@chromium.org Change-Id: Ic9e25bc6bcba0fd199546c0f67eb7c65e36908de No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1111229 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410076Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#806920}
-
Josh Nohle authored
The ListPublicCertificates HTTP GET request has the option of including the IDs of certificates that the user already has. These certificates will not be returned by the server. The certificate ID is a byte field in the proto, and One Platform requires that byte fields be base64 encoded before being added to the URL's query parameters (https://developers.google.com/protocol-buffers/docs/proto3#json). Otherwise we get "Bad Request" errors in the HTTP response body like "Invalid value at 'secret_ids' (TYPE_BYTES), Base64 decoding failed for...". Fixed: 1128021 Change-Id: Icef3d04456de40a7207aba0ed64eda8f1438c675 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410578 Auto-Submit: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#806919}
-
Josh Nohle authored
Correct the values used in the FieldMask |update_mask| field in the UpdateDeviceRequest proto. With these changes, we manually verified that the contacts and public certificates fields in the UpdateDevice response now show the expected changes in the Nearby Share server database. The values in this CL agree with those in GmsCore [1]. [1]http://google3/java/com/google/android/gmscore/integ/modules/nearby/src/com/google/android/gms/nearby/sharing/rpc/NearbySharingServiceGrpcClient.java?l=59-61&rcl=330996445 Bug: b/157685298 Change-Id: I5c7d669825cc0ff667cdaf17eb09b26f9f999327 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411449 Auto-Submit: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#806918}
-
Maggie Cai authored
Currently the drive share action returns an empty icon, however this will no pass a size DCHECK. The reason we return an empty icon is because there is some refactoring needed for the GetActionIcon method and we should not create the icon at this stage (crbug.com/1127750). However because we don't want to cause a DCHECK failure, and also there is already another implementation that does the same thing, so I will add this temp solution and this will be fixted together. BUG=1097623 Change-Id: Iff4fcaac6aa0d2308d9b9539f861303164346f9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409850Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#806917}
-
Adam Rice authored
Remove redundant virtual/omt-worker-fetch expectations from TestExpectations. Bug: 1128252 Change-Id: I65f951923ccfeafa1e212a5ab815b8b0bafbd542 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409478Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#806916}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ac8edb313ce2..53a7d9430dbb 2020-09-15 soxia@microsoft.com Fix issue where full screen capture captures part of screen. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id184c4a82aa7015af4ea2ea7ff133459c7fa5e49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411234Reviewed-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@{#806915}
-
Harald Alvestrand authored
The bug it's checking for manifests as random timeouts on WPT tests that use RTCPeerConnection-helper's functions to set up connection. The bug was fixed in another CL, but these tests exercise interesting functionality, so worth adding. The purpose of the helper-test is to ensure that if we introduce more instabilities by changes to the helper, this test should fail first. Bug: chromium:1122106 Change-Id: Ic59f76fd36f645cee0e08d6dcd69db0c62cbc903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379193Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#806914}
-
Shakti Sahu authored
This CL adds: 1 - VideoIPHCreator that takes a ViewStub and inflates into an IPH 2 - A manager class on NTP to manage showing various video tutorial IPHs 3 - Added IPH features for search and download 4 - Moved VideoTutorialServiceFactory package to upper level TODO: - The IPH layout isn't upto spec. Needs one more pass. - The IPH configs aren't fully correct. Needs one more pass. I added them here for the sake of review clarity and completeness. Bug: 1117147 Change-Id: Iefdd02da06f8667fbd85a44a821d940277571559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367438 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#806913}
-
Solomon Kinard authored
Bug: 1108940 Change-Id: I0ad39f0249612c002dc288983c447b86d3e19ea6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404278 Commit-Queue: Solomon Kinard <solomonkinard@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#806912}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0547fb291708..f57e64e375ef 2020-09-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I43700bcd0d79c86f0018a0f06e9b3dfc8d298862 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411235Reviewed-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@{#806911}
-
Nela Kaczmarek authored
This change provides an interface and implementation of AffiliationFetcherFactory. It modifies the ScopedFakeAffiliationFetcherFactory to extend this interface and changes the creation of Affiliation Fetcher in Affiliation Service. Bug: 1117447 Change-Id: I900c34e09461e870ea144f20e209cec973976568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409899Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> Cr-Commit-Position: refs/heads/master@{#806910}
-
Solomon Kinard authored
Though this is a breaking change, it's safe because the API was only available on dev channel in M86. Bug: 1108940 Change-Id: I4ee1718c8cdeda2e3fe28fcd810b894e656cc8f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398888 Commit-Queue: Solomon Kinard <solomonkinard@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#806909}
-
Anastasia Helfinstein authored
Previously, having a row with only 1 element threw an error. However, in the emoji keyboard there are places where that is the most logical grouping. Remove that check. AX-Relnotes: n/a. Fixed: 1127070 Change-Id: I61aa71ae20fbf3aa0015b12fceb50cf66ba271fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406658 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#806908}
-
Aaron Colwell authored
Removing DoesSiteRequireDedicatedProcess() and migrating all existing calls to use DoesSiteInfoRequireDedicatedProcess() to encourage code to use existing SiteInfo objects when trying to determine this information. Bug: 1085275 Change-Id: I3cda5cb7772e27c4b38bd49a4d0ed0731d43875c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406518 Commit-Queue: Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#806907}
-
Takashi Toyoshima authored
This reverts commit efd0a0a1. Reason for revert: The failed internal test was fixed in the internal repos by https://chrome-internal-review.googlesource.com/c/chrome/browser/resources/tab_search/+/3263707 Original change's description: > Revert "OOR-CORS: Remove BlinkCORS supporting code outside Blink" > > This reverts commit 1047b889. > > Reason for revert: Build failure on mac-builder-perf: https://ci.chromium.org/p/chrome/builders/ci/mac-builder-perf/220028 > > Original change's description: > > OOR-CORS: Remove BlinkCORS supporting code outside Blink > > > > As OOR-CORS was fully launched, this patch removes BlinkCORS > > supporting code that exists outside Blink. > > > > We still have some dead code in Blink, and subsequent cleanup > > changes will remove them all. > > > > Bug: 1053866 > > Change-Id: Ibe9f913d3cc9f183d6e681516996f1bc6cc58b96 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397458 > > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > > Reviewed-by: Karan Bhatia <karandeepb@chromium.org> > > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > > Commit-Queue: John Abd-El-Malek <jam@chromium.org> > > Auto-Submit: Takashi Toyoshima <toyoshim@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#805644} > > TBR=falken@chromium.org,sky@chromium.org,kinuko@chromium.org,toyoshim@chromium.org,jam@chromium.org,karandeepb@chromium.org > > Change-Id: I51b1a274038b33b8db3036fc1a3912c6580c9446 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1053866 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401467 > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805662} TBR=falken@chromium.org,sky@chromium.org,kinuko@chromium.org,toyoshim@chromium.org,jam@chromium.org,skyostil@chromium.org,karandeepb@chromium.org # Not skipping CQ checks because this is a reland. Bug: 1053866, 1126827 Change-Id: I9251c658414ff98e3fc35e8a110366edb30b2d74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405728 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#806906}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 86-4183.39-1595842708-benchmark-86.0.4208.0-r1 to 86-4240.11-1599471529-benchmark-86.0.4240.36-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-orderfile-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/+doc/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I3b8d024e35ee277379193620a33536ad2ba46408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411770Reviewed-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@{#806905}
-
Matthew Duggan authored
This requires intents to ensure the ArcAccessibilityHelperService is enabled in Android, and the editability of the control to be passed through to the MagnificationManager. To work with no other accessibility features are enabled, this also requires the Android side change: http://ag/12532278 This change will still be safe to merge without that change, as the intents will just be ignored. BUG=b:167133958 TEST=Manual (tab around apps and observe magnifier, enable and disable magnifier and other accessibility features) R=hirokisato@chromium.org, sarakato@chromium.org AX-Relnotes: Magnifier now follows focus in Android apps. Change-Id: I2fd1a7145be3475a9c288715c4d442f6bc035c57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2389802 Commit-Queue: Matthew Duggan <mduggan@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Reviewed-by:
Hiroki Sato <hirokisato@chromium.org> Cr-Commit-Position: refs/heads/master@{#806904}
-
Yuke Liao authored
This CL makes test runner supports lacros_chrome_browsertests by: 1. Appending necessary args to establish mojo connections. 2. Always use '--test-launcher-jobs=1' to run tests serially because multiple clients crosapis are still not supported yet. Bug: 1120582 Change-Id: I865ace26aa4a86c83912c6660bc433d79e43ef76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410350 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#806903}
-
Yue Li authored
Replace the current language detect API with the FindLanguage API from text classifier. This is the first change of the Translation backend for the Quick Answers. Bug: b/150034512 Test: Manual Test Change-Id: Ie0a53e473b8a378c2692952f350f37b3b2534894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377582 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#806902}
-
Peter Kasting authored
While such views are still sized based on their preferred size, this allows marking them as "can flex" or "should be visible" in more cases. In turn this allows FlexLayout to realize that e.g. zero min/unlimited max width Views should have their heights included in parent preferred size calculations. Bug: 1012136 Change-Id: Icd13e1d672701c962e88d9ce55a26a34547fa02a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021463 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#806901}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/2296e7afd748..06b4fb92c569 2020-09-15 cclao@google.com Vulkan: Fool proof packed attachment index to vulkan and from OpenGL 2020-09-15 jmadill@chromium.org Test Runner: Re-use displays when using "bot mode". 2020-09-14 cclao@google.com Vulkan: Defer glFlush issued in middle of renderpass to endRenderpass 2020-09-14 jmadill@chromium.org Test Runner: Print total test execution time. 2020-09-14 jmadill@chromium.org GN: Componentize "Null" back-end. 2020-09-14 jmadill@chromium.org Add luci-go and mb to DEPS. 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 jmadill@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: jmadill@google.com Change-Id: I59f4b4e46c04db4f4d56dce616509dec76189271 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411356Reviewed-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@{#806900}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d1b7c5ca690c..ac8edb313ce2 2020-09-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Iea61601349aca2078aec981da9fe72e818ab9d2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411365Reviewed-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@{#806899}
-
Peter Kasting authored
This makes functioning of FlexLayout a bit more uniform by removing a conditional of whether the main axis is bounded. With the addition of SizeBounds and its various methods, very little syntactic change is needed. This will also help when fixing bug 1012136. Bug: 1012136 Change-Id: I0d768bed020c5039ddc326de86aa5b490780c11b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036638 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#806898}
-
Peter Kasting authored
Using a dedicated class for this has the benefits of a type alias along with allowing overloaded math and comparison operators, as well as ToString(). All these together make code using this concept more streamlined and obvious. This will become even more useful when actually fixing bug 1012136. Bug: 1012136 Change-Id: I962edf36e16f5e2ca4e631b64cdd9c4aab2e3395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021295 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#806897}
-
Johann authored
If mojo interfaces are bound to a RenderProcessHost then the interface cannot be frozen for a specific Frame. This is problematic for prerendering. Bind them to a RenderFrameHost (via PopulateFrameBinders) instead. BUG=chromium:1126758 Change-Id: I8c6683b45737a8276cb28391532b0e6a036386d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400554 Commit-Queue: Johann Koenig <johannkoenig@google.com> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#806896}
-
Yuheng Huang authored
Currently Tab.fav_icon_url conveys a base64 stream of favicon image, which is slow, heavy and not reusable. This CL removes it and the js side can get the favicon from chrome://favicon2. Removing fav_icon_url makes GetProfileTabs() and TabUpdated() API ~6x faster. Related CL: https://chrome-internal-review.googlesource.com/c/chrome/browser/resources/tab_search/+/3265887 Bug: 1099917 Change-Id: I4d1361b96a3f5a5b8ee43f77fb50e04b6f958607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406932Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#806895}
-
Vladimir Levin authored
Original change's description: > viz: Remove two fields from CompositorRenderPass. > > This patch moves two fields from RenderPassInternal into > AggregatedRenderPass, effectively removing them from CompositorRenderPass > since they are not used there. The fix to the test is to use the aggregated render pass for size comparison, since that's what the test is constructing / testing. R=weiliangc@chromium.org Fixed: 1124768 Change-Id: I414e802629395f739cb9d9f72b706935cf5d0096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392704 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
weiliangc <weiliangc@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#806894}
-
Hiroshige Hayashizaki authored
Classic script and SharedWorker versions of https://chromium-review.googlesource.com/c/chromium/src/+/2346251 https://github.com/web-platform-tests/wpt/pull/24948 Bug: 1114028, 1128214 Change-Id: I44353438ec9356a6a55a4ed3bb22cf80b9ab554a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369075 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#806893}
-
Prashant Nevase authored
Before organizing the dark mode test, we had same tests with different names different in folders like filter-all, filter-none and grayscale. This patch removes duplicate web tests for gradient and image. Bug: 1116914 Change-Id: If36468417c84ed122e0ce612569f7b2f8e8c30e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409879Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Prashant Nevase <prashant.n@samsung.com> Cr-Commit-Position: refs/heads/master@{#806892}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/41974f57973e..0f14b7ab7a55 2020-09-14 amaiorano@google.com CMake: normalize FOLDER property for third_party targets 2020-09-14 bclayton@google.com SpirvShaderDebugger: Add PRINT_EACH_DEFINED_DBG_INSTRUCTION 2020-09-14 bclayton@google.com SpirvShaderDebugger: Implement DebugValue 2020-09-14 bclayton@google.com SpirvShaderDebugger: Reduce lock contention 2020-09-11 capn@google.com Drop the float literal suffix If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I9f8edc59b88cb30c70fa71e7f444d2827125dc33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410883Reviewed-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@{#806891}
-
Mark Mentovai authored
content_nocompile_tests only works in non-cross builds. See build/nocompile.gni enable_nocompile_tests. For now, all mac-arm64 builds are cross builds where the build host is x86_64 targeting arm64. Removing this test should fix “analyze” step errors such as https://ci.chromium.org/p/chromium/builders/try/mac-arm64-rel/413. Native Client is not a thing on mac-arm64, and will never be a thing. Removing nacl_loader_unittests should fix generate_build_files errors such as https://ci.chromium.org/p/chromium/builders/try/mac-arm64-rel/414. These changes should bring mac-arm64-rel [closer] to a good state. This change was made by editing test_suites.pyl and waterfalls.pyl. chromium.*.json were generated by running testing/buildbot/generate_buildbot_json.py. Change-Id: I8be7c02793262d4e8dcd5f780f6f70fe21c14463 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410764 Commit-Queue: Mark Mentovai <mark@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org> Auto-Submit: Mark Mentovai <mark@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#806890}
-