8000 Tags · TEB4rts/cobalt · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: TEB4rts/cobalt

Tags

chromium-132.0.6834.14

Toggle chromium-132.0.6834.14's commit message
Roll Chrome Android ARM64 PGO Profile

Roll Chrome Android ARM64 PGO profile from chrome-android64-6834-1732038869-672b5a903ea5a93eeb82809035fd734dcd065908-21b7cd9b815dff23641e646b34fd75a102778e8d.profdata to chrome-android64-6834-1732046814-e1f327d28e55062908059435d436608816cc4bec-dfb5cb70f514c92836ecfe0fede2df60f4e33212.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-android-arm64-chromium-beta
Please CC chrome-brapp-engprod@google.com,pgo-profile-sheriffs@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium beta branch: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Tbr: pgo-profile-sheriffs@google.com
Change-Id: I67d486af7fca435f91ed507f027b2b526d08d0a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6036000
Commit-Queue: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: Chrome Release Autoroll <chromium-release-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6834@{youtube#558}
Cr-Branched-From: 47a3549fac11ee8cb7be6606001ede605b302b9f-refs/heads/main@{#1381561}

chromium-126.0.6478.258

Toggle chromium-126.0.6478.258's commit message
Roll commits from side projects in M126

Roll src/internal in M126 from 13a6bad1a34c to 52a6f9851523
Commits rolled:
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/13a6bad1a34c..52a6f9851523

Generated by: http://go/bbid/8731430505343673841

Change-Id: I9f0764cf77b1b95593b2dabfbcb81d776e5625d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6015060
Bot-Commit: Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/6478@{youtube#1999}
Cr-Branched-From: e6143acc03189c5e52959545b110d6d17ecd5286-refs/heads/main@{#1300313}

25.lts.20

Toggle 25.lts.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Omaha config IDs to configurator. (youtube#4401)

b/277111513

v25.20.1034877

Toggle v25.20.1034877's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Omaha config IDs to configurator. (youtube#4401)

b/277111513

v25.13.1034868

Toggle v25.13.1034868's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Read multiple packets per call for QUIC connections (youtube#4321)

This adds an extension, implemented for linux and Android that gives
access to `recvmmsg` to read multiple packets in a single system call,
reducing CPU usage in the kernel and the system call overhead.

This add another 15% CPU reduction for networking on top of the one for
25.lts.12. On the FHD cast dongle on wired network, download benchmark
shows more than 40% higher bandwidths and more than 15% reduction in CPU
usage.

b/376351154
b/205134049
b/376350096

chromium-120.0.6099.331

Toggle chromium-120.0.6099.331's commit message
Automated Commit: LKGM 15662.118.0 for chromeos.

Uploaded by https://ci.chromium.org/b/8738505171997425025

Change-Id: I97cb38c7db8029bc94e733819844b638921f1940
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5817034
Bot-Commit: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com>
Commit-Queue: Yuta Hijikata <ythjkt@chromium.org>
Cr-Commit-Position: refs/branch-heads/6099@{youtube#2064}
Cr-Branched-From: e6ee4500f7d6549a9ac1354f8d056da49ef406be-refs/heads/main@{#1217362}

v25.12.1034860

Toggle v25.12.1034860's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Connect UDP sockets. (youtube#4270)

Allow Cobalt to connect UDP sockets. This saves kernel CPU time. In the
download
benchmark page, this results in ~7% higher achieved bandwidth and ~5%
less total
CPU usage.

Since this will also detect unreachable IP networks sooner, it may also
help with connection latency in some networks.

b/373726636
b/205134049

v25.11.1034839

Toggle v25.11.1034839's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add socket watcher closure if no pending operations (youtube#4121) (y…

…outube#4182)

Cherry picked from youtube#4121

b/348241402

Co-authored-by: alexanderbobrovnik <136349302+alexanderbobrovnik@users.noreply.github.com>

pre-chrobalt-tag

Toggle pre-chrobalt-tag's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
starboard/types.h: Replace kSbInt16Min/Max with std::numeric_limits e…

…quivalents (youtube#4177)

As said this CL replaces kSbInt16Min/Max with their
std::numeric_limits<> equivalent, and removes kSbUInt16Max entirely
because it's unused.

Verified bya local x64x11 build.

[1]
https://source.corp.google.com/search?q=kSb.%3FInt(16)&sq=&ss=h%2Flbshell-internal%2Fcobalt_src%2F%2B%2Frefs%2Fheads%2FCOBALT

b/366064934

25.lts.10

Toggle 25.lts.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry pick PR youtube#4141: [Docker] Fix base container alias (youtu…

…be#4142)

Refer to the original PR: youtube#4141

Switches the container base image url to a supported alias.

b/369130578

---------

Co-authored-by: Kaido Kert <kaidokert@google.com>
0