- 13 Jan, 2021 40 commits
-
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 88.0.4324.86. R=rmhasan@google.com Bug: 1041619 Change-Id: I0120a8122986353bf85cf29319b623ad05fe9a5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626372 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#842871}
-
Mike Jackson authored
This change extends support for running a PWA at OS login to MacOS. iOS is not supported with this change. The change adds MacOS to the support about:flags page, allowing users to control at both installation time, and from chrome://apps page if an application can run at login. Tested: Manually on MacOS 11.0 - Install extension from chrome/test/data/extensions/background_app/ - Chromium should be set to run at login for user - Remove extension - chromium should no longer be set to run at login Explainer: https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/RunOnLogin/Explainer.md I2P: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/T6d2zqF_jpw/76TP7Bc2DwAJ Bug: 897302 Change-Id: I28a96de60479b6bf1627d6b0e39ef603f52d5658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521233 Commit-Queue: Mike Jackson <mjackson@microsoft.com> Reviewed-by:
Chase Phillips <cmp@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#842870}
-
Hidehiko Abe authored
With this CL, most of Cros API starts to support multiple receivers. AshChromeService and LacrosChromeService are exceptions. Bug: 1148448 Test: Build and run Lacros on a DUT. Change-Id: I1d1a0be111108ae15657d81ea747750a760bd2f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624323Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#842869}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/8149a9615c1b..c13ea848e6b5 2021-01-13 mandy.chen@microsoft.com Change to slash separator to fix a bug on Windows in owners.py 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 apolito@google.com,ehmaldonado@google.com,sokcevic@google.com,ajp@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: apolito@google.com,ehmaldonado@google.com,sokcevic@google.com,ajp@google.com Change-Id: I6ee75e49be9f11f97db6e84649b2dd3ab97ede65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626629Reviewed-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@{#842868}
-
Rayan Kanso authored
Bug: 1125665 Change-Id: I0f3b9de05eb1b5f78912637d22836501a61d0057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2624652 Auto-Submit: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#842867}
-
Carlos IL authored
Bug: 1105210 Change-Id: If66e6ade4aefe2f147352093afe5ecc0eee074fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626110 Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#842866}
-
Dominick Ng authored
Apps that are hidden in the launcher, but still able to be launched should be able to be shown in the shelf. One example of this is the four Android apps explicitly hidden from the launcher: Android Settings, Android Files, Android Contacts, and Android Clock. If the user manages to launch one of these (e.g. through Chrome OS settings or via Play Store), they should be pinnable on the Shelf. Currently, this doesn't work as the ARC publisher prevents apps which are hidden from the launcher from being shown in the shelf. Practically, this manifests as an inability to persist the pin state for these four apps. That is, the apps can be pinned, but logging out and logging back in loses the pin state. This CL addresses the bug by always allowing ARC apps to be shown in the shelf, independent of whether they are present in the launcher. This should only affect the four apps listed as they were the only four Android apps where the show_in_shelf value was false. A test is added to verify the behaviour - the test fails before this CL. BUG=1124865 Change-Id: Ie4ac89a929396e7ee4a40efd9386d4af00b532db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623610 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#842865}
-
Callistus authored
Bug: b/170162419 Change-Id: I862f02fa7949d3c1e06b83c2389ddc63273f2188 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617406 Commit-Queue: Callistus Tan <callistus@google.com> Reviewed-by:
dstockwell <dstockwell@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#842864}
-
Hayato Ito authored
It would be better to clarify an expected behavior how CORS behaves for WebBundle subresource loading in the current implementation. Note that - The expected behavior is a tentative decision, which might change in the future. The spec side issue is https://github.com/WICG/webpackage/issues/609. - A |crossorigin| attribute is not supported yet. BUG=1149816 Change-Id: Ic104ec039a07f864b6a60452ff42f2ec09a03c2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617167Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#842863}
-
Joel Riley authored
Based on feedback from UI review. Bug: 1165820 Change-Id: Ia8c40899676038a15a2a462696ea30be9167013b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625393 Commit-Queue: Joel Riley <joelriley@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#842862}
-
Bartek Nowierski authored
If GigaCage isn't enabled, this DCHECK will get triggered: {FreeNoHooksImmediate,PartitionAllocFreeForRefCounting}-> ->PartitionRefCountPointer->DCheckGetSlotOffsetIsZero-> ->PartitionAllocGetSlotOffset-> ->DCheckIfManagedByPartitionAllocNormalBuckets GigaCage isn't needed to set up PartitionRefCount. It's only needed to easily detect from BackupRefPtr code if PartitionRefCount is available, but this won't be an issue because BackupRefPtr is disabled when GigaCage isn't needed. Bug: 1073933 Change-Id: I78faea9427ca06643033d0025cdef6472131c816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621855 Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#842861}
-
Yuki Shiino authored
This reverts commit 854d530c. Reason for revert: Suspicious about causing a test failure of SimpleURLLoaderTest.OnUploadProgressCallback specific to Fuchsia. https://ci.chromium.org/ui/p/chromium/builders/ci/Fuchsia%20ARM64/113096/overview Original change's description: > Roll Fuchsia SDK from 0.20210111.3.1 to 0.20210112.3.1 > > 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 chrome-fuchsia-gardener@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 > > Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast > Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com > Change-Id: I7d83d8a9d4fdfc9015e1b371fc4635b709fca37b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625688 > Reviewed-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@{#842792} TBR=chromium-autoroll@skia-public.iam.gserviceaccount.com,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com,chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I8c106070941443e3f25aeecb2b1acad73b4c80b1 No-Presubmit: true No-Tree-Checks: true No-Try: true Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626694Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#842860}
-
Yuta Hijikata authored
This change renames deprecated macro IS_LACROS to IS_CHROMEOS_LACROS. Bug: 1052397 Change-Id: I68d71be23b2edc2eb1e005e585df938a921a4394 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622690Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#842859}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1610474333-25cc4688b5885ba387e87620f7adfe156a967401.profdata to chrome-linux-master-1610495996-ac73e18e1b2efb1cd1bfbf2a2aaf90e9e3476b5a.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 pgo-profile-sheriffs@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: pgo-profile-sheriffs@google.com Change-Id: Id7f454e615fe5cd0425be3ddbce9053b6240f3ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626452Reviewed-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@{#842858}
-
Brandon Jones authored
Logs a deprecation warning to the console if the .type value is set for any given entry, but otherwise defers to Dawn for all disambiguation between the old and new syntax and related errors. Bug: 1165629 Change-Id: I547b622f3634e6a7e7fa26c51d4462ea840fb8fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625810 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#842857}
-
Fergus Dall authored
vmc needs a way to tell where to look for the termina image. Bug: 1128743 Change-Id: Iad8054ead04282f8a9861ddff71fa7528e6bba03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622353 Commit-Queue: Fergus Dall <sidereal@google.com> Auto-Submit: Fergus Dall <sidereal@google.com> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#842856}
-
Michael Ludwig authored
Skia is consolidating its image filter classes into a single header of factory functions so that it can hide the per-filter implementation classes. These new factory functions have standardized on core skia enums instead of bespoke enums: 1. SkBlurImageFilter::TileMode and SkMatrixConvolutionImageFilter::TileMode are replaced with SkTileMode. 2. SkDisplacementMapEffect::ChannelSelectorType is replaced with SkColorChannel. 3. SkDropShadowImageFilter::ShadowMode will be removed from Skia, so has to be defined in PaintFilter. Additionally, SkImageFilter::CropRect (an SkRect + edge flags) is deprecated for removal (the edge flags are complex and no longer utilized by Blink's SVG rendering). It is simplified to just SkRect. This CL updates the public declarations of PaintFilters to use the appropriate new enums and crop rect type, and then updates the filter effects that wrap PaintFilters. A follow-up CL will update the paint filter implementations to actually use the new Skia image filter APIs. Bug: skia:9310 Change-Id: I85ac1199ad0ee038c7f5cb5cef716d7cd264965f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527768Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Cr-Commit-Position: refs/heads/master@{#842855}
-
Hirokazu Honda authored
This CL addresses unresolved comments in crrev.com/c/2440230 and crrev.com/c/2440231. Bug: b:175895248 Test: video.DecodeCompliance.av1_test_vectors Change-Id: I5e7416da300f104fc73ed7112f99e31fd056956f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612678Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#842854}
-
Andrew Xu authored
This CL records how many times the multipaste menu shows through the accelerator, render view's context menu and textfield's context menu respectively. Bug: 1164439 Change-Id: I7a9f8ab1efd21de951d353ae596536d44bb4ee01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618540Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#842853}
-
Hirokazu Honda authored
AV1Decoder checks if there is a new sequence header by basically finding a new sequence header in parsed OBU headers. libgav1::ObuParser provides sequence_header_changed() interface. This CL replaces AV1Decoder's check with a usage of libgav1's interface. Bug: b:175886969 Test: video.DecodeCompliance.av1_test_vectors Change-Id: Idb185a043adaedfaf0a36c754459a5017a44bf22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612664 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#842852}
-
Takuto Ikuta authored
This is mainly for isolate cas upload optimization in https://crrev.com/c/2612794 Bug: 1157476 Change-Id: I9d1fe45388271fceb6485349f67c8de168faa2f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626668Reviewed-by:
Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#842851}
-
Shimi Zhang authored
This reverts commit 4a6ccde5. Reason for revert: Caused b/176427193, will have another change to resolve the strict mode violation. Original change's description: > Android: Fix StrictMode violation on Smart Selection icon loading > > We are calling Icon#loadDrawable on the UI thread previously, based on > the Android doc, we should use Icon#loadDrawableAsync instead. > > Previously, this is not enforced, but now we encountered a StrictMode > violation for this. > > Since now we are calling Icon#loadDrawableAsync, we need to pre-warm the > Drawable before we show the popup menu, otherwise the icon will be set > after the popup menu showed for the first time. > > Bug: 1129211 > Change-Id: Iac5127a307d1d2d124a4b2debb7b021a2be2da75 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562059 > Reviewed-by: Bo <boliu@chromium.org> > Reviewed-by: Richard Coles <torne@chromium.org> > Commit-Queue: Shimi Zhang <ctzsm@chromium.org> > Cr-Commit-Position: refs/heads/master@{#831948} TBR=boliu@chromium.org,torne@chromium.org,ctzsm@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1129211 Change-Id: I6335c8eeec4b08b190a97fbea73eefc20fd280d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626195Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Cr-Commit-Position: refs/heads/master@{#842850}
-
Fergal Daly authored
It is only used for main frames: - the initial main frame of a WebContents. https://crrev.com/c/2617521/4 is a CQ run with an extra DCHECK to demonstrate this. - main frames that are being resurrected for javascript: URLs. Bug: 1161170 Change-Id: I49c60cae2c6be54a7b87b991dd77653ddfdc1006 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617521 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#842849}
-
Arthur Eubanks authored
Bug: 1163310 Change-Id: Ie1132d7a288c39e324df4fc74187c2e144c85fdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625777Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#842848}
-
Frank Barchard authored
https://chromium.googlesource.com/libyuv/libyuv.git/+log/1d3f901aa016..93b1b332cd60 $ git log 1d3f901aa..93b1b332c --date=short --no-merges --format='%ad %ae %s' 2021-01-12 fbarchard NV12 Bilinear upsampling bug fix Reenable InterpolateRow_AVX2 Created with: roll-dep src/third_party/libyuv Bug: libyuv:838, b/68638384, b/176195584 Change-Id: Ie25b5c77184085f48d3691e5b03dde692ce601a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625776Reviewed-by:
Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org> Cr-Commit-Position: refs/heads/master@{#842847}
-
Javier Fernández García-Boente authored
In r837379 we landed support for this feature in LayoutNG. This CL implements the feature for Legacy layout. Bug: 1155633 Change-Id: I2b974daad7a98d26fdc4d4468572840e30be5cad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2598843 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#842846}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1610474333-6e9ea86fde1168dfc05bd82ef581aacfe157db52.profdata to chrome-mac-master-1610495996-38f3d5c57ab4be3d52eaefe38d45ce16ec0addd8.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 pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I1f437e77504e02d63397aedb85313d017ad272f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625835Reviewed-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@{#842845}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e3e59aac750e..002c03c4b6ed 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-win-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: I7270cac7bbf84b0d262c265daba3a69f1941912c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625509Reviewed-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@{#842844}
-
Adam Langley authored
This dates back to when we still used NSS(!) and thus didn't have access to group operations for any elliptic curves. We can just use BoringSSL now. Change-Id: I8bc4bc09fdd26feb25a76c17bf716808eb1cb2a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623123 Commit-Queue: Adam Langley <agl@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#842843}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 80b0b297. 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: rego@igalia.com: external/wpt/css/selectors NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: Icf6482a2f8c5cc1a1a14c8c9e580323fd03b42d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626587Reviewed-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@{#842842}
-
Stephan Hartmann authored
Change-Id: I70cedfa4d20b09192ba749a0866ac531aeaf0db2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601365Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#842841}
-
Glen Robertson authored
Missed when moved out to util. Change-Id: I6684b417d869f3ebac6b53c3e549f49b41d1d6da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612289 Auto-Submit: Glen Robertson <glenrob@chromium.org> Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
Jeevan Shikaram <jshikaram@chromium.org> Cr-Commit-Position: refs/heads/master@{#842840}
-
Christopher Cameron authored
Move methods for getting and setting color space and pixel format from a string to CanvasColorParams. CanvasRenderingContext has ColorSpaceAsString and PixelFormatAsString method, which are redundant because it also has a method to get the CanvasColorParams, from which these can be queried. CanvasRenderingContext also has logic to handle situations where the color space and pixel format are changed from what was specified. This never happens, so remove it. Also remove a number of redundant ColorSpace and PixelFormat accessors. This will simplify adding these parameters to WebGLContextAttributes, which was accidentally forgotten. Bug: 1164230 Change-Id: I0471939c1f98b0c78f7a5dbbd3fb61940b9d7a64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617110Reviewed-by:
Yi Xu <yiyix@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#842839}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/16b9bbbd..3d7f91cf 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: I9e6bd28e5993737e9d4c5a9f3d23da4a71a41218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625773Reviewed-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@{#842838}
-
Eugene Zemtsov authored
to be reused in AudioEncoder Bug: 1094179 Change-Id: I3e693a3da7727bd827440c391e2ababca5681b19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623950 Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#842837}
-
Takashi Sakamoto authored
Disable MemoryMap.SelfLargeMapFile, MemoryMap.SelfLargeFiles and MemoryMap.SelfBasic when PartitionAlloc is used as malloc. When PartitionAlloc is used as malloc, malloc() will cause mmap(). So while reading and parsing /proc/self/maps, we should avoid memory allocation. If malloc() is invoked, the maps file will be updated and we will see parse error. Bug: 1163794 Change-Id: Ifc008c1b23a37ec0405056cdfbe4582233c16d7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612872Reviewed-by:
Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#842836}
-
adamta authored
This CL allows for the fake omnibox to stick to the top of the NTP when scrolling through the page. The width animation before sticking is handled by the ContentSuggestionsLayout, as it was before. This layout will perform the initial "stick" once the animation is over. Once the user scrolls passed the ContentSuggestionsHeader, the fake omnibox ownership is transferred to the Discover feed, so that it could stick to the top of the NTP and receive tap actions. Bug: 1114792 Change-Id: I15d5c32cba1aedfe0756b23c19a55f59d48806ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622314 Commit-Queue: Adam Trudeau-Arcaro <adamta@google.com> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#842835}
-
David Maunder authored
Speedup: 49246ms -> 10061ms (80% improvement) Bug: 1164552 Change-Id: I85bf73b14b2def7b9c0d5d3d4a1f2505d037a2cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617051Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#842834}
-
tby authored
Bug: 1034842 Change-Id: I00eb83f557262e97d990cd4544b55a68f8c31aa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617403Reviewed-by:
Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#842833}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 87.0.4280.149. R=rmhasan@google.com Bug: 1041619 Change-Id: I8ce43219aa1519bce42b76fe44f48f08ec9c6ab1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626509 Commit-Queue: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#842832}
-