Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix expressions 2 #526

Merged
merged 42 commits into from
Sep 29, 2023
Merged

Fix expressions 2 #526

merged 42 commits into from
Sep 29, 2023

Conversation

oxve
Copy link
Collaborator

@oxve oxve commented Sep 22, 2023

No description provided.

briantting and others added 9 commits May 3, 2023 23:32
git-subtree-dir: components/version_info
git-subtree-split: 737f4cc3d91409d092991dc6834788b9e4c5613a
git-subtree-dir: extensions/buildflags
git-subtree-split: 835b1103d31bdb8a2df943e3c837099a79e930ad
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: Ib15dd68154821b937d2b28f62411ba09b88e0b39
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2050235
Reviewed-by: Liviu Rau <[email protected]>
git-subtree-dir: third_party/devtools
git-subtree-split: 0d4095e47ca0e972e04efecf7772a8d12b60c665
It was squashed into commit 88bc326.
b/299524777

Change-Id: Iec9da5b0417b15385ec338943826dce05045bbad
b/301163476

Remove "-g" for devel, debug CI builds - this helps reduce binary sizes
on CI while not affecting debug info locally.

Add "-gline-tables-only" for older windows platforms to get debuggable
info locally and in production.
1. Allow string input in H5vccSettings::Set.
2. Rename DisableMediaCodec to MediaCodecBlockList.
3. Block only the codecs in the list based on string matching.
4. MediaCodecBlockList blocks only string input separated by semicolon.
If it is empty string, it allows all codecs. Examples are:
    // "av01": block only av1 codec
    // "avc1;avc3": block only h264 codec
    // "vp09;vp9": block only vp9 codec
    // "": allow all codecs

b/300950119
@oxve oxve added cp-22.lts.1+ Cherry Pick to the 22.lts.1+ branch cp-21.lts.1+ Cherry Pick to the 21.lts.1+ branch cp-20.lts.1+ Cherry Pick to the 20.lts.1+ branch labels Sep 22, 2023
Adds check to see if the newer version of the win sdk is available
before attempting to run makeappx and signtool, then falls back to
10.0.22000.0 if 10.0.22621.0 isn't found.

b/299672207

Change-Id: I2e9ed373a940c30367aa095ff2a254ec5232dd83
@datadog-cobalt-youtube
Copy link

Datadog Report

Branch report: oxv/cp-change-2
Commit report: 140484b

cobalt_sandbox: 0 Failed, 0 New Flaky, 26579 Passed, 1 Skipped, 8m 50.46s Wall Time

sherryzy and others added 16 commits September 25, 2023 09:54
In order to test SbTimeZoneGetCurrent(), we need to set a time zone
first. Here we add a new time zone API as a starboard extension to set
time zone. We start with Linux implementation. Will have follow up PR to
add implementations for all first party platforms. This will help catch
the issue if a platform forget to implement SbTimeZoneGetCurrent() which
always return 0.

b/300108997
These functions are given alternative signatures to avoid symbol
collision during linking of modular-toolchain versions of the NX
platform. During build, we will pass these defines via the toolchain
definition to switch the names over as desired.

b/246855300
Increase max ping count from 20 to 60 and max ping length from 128 to
1024.

b/301313509
git-subtree-dir: third_party/harfbuzz-ng
git-subtree-split: ba6eb95383b3c41f6b91ce448bdc2bd3e39e1b8b
It was squashed into commit 88bc326.
git-subtree-dir: third_party/jinja2
git-subtree-split: 80c41737f982b17b0c5e7c9cb05dfbfde366be15
b/298967828

Change-Id: Ibbf739aac23401622b2751a0f0f3af3f169457db
dahlstrom-g and others added 8 commits September 26, 2023 21:00
b/299672207

Change-Id: Ic90a8805fa9bc6ec7a99ffe55c318f44b82f85cb
This updates games-activity from version 1.2.2. to version 2.0.2.

b/302378452
Added launcher infrastructure for AH212 RDK (v5) as independent RDK
platform.

b/293172465
The loader app (for modular toolchain builds) currently only relies on
starboard_loader.cc as the source. For NX, we require additional
sources, and those can be provided by setting the value of the newly
added variable extra_platform_loader_sources in the configuration.gni
file for that platform.

b/246855300
Native crash due to fault address of video_stream_, cleanup
video_stream_ & audio_stream_ after demuxer_ stops.

b/301284907
@oxve oxve removed cp-22.lts.1+ Cherry Pick to the 22.lts.1+ branch cp-21.lts.1+ Cherry Pick to the 21.lts.1+ branch cp-20.lts.1+ Cherry Pick to the 20.lts.1+ branch labels Sep 28, 2023
@oxve oxve added cp-23.lts.1+ Cherry Pick to the 23.lts.1+ branch cp-22.lts.1+ Cherry Pick to the 22.lts.1+ branch cp-21.lts.1+ Cherry Pick to the 21.lts.1+ branch cp-20.lts.1+ Cherry Pick to the 20.lts.1+ branch labels Sep 29, 2023
@oxve oxve merged commit 8de5c93 into main Sep 29, 2023
25 of 27 checks passed
@oxve oxve deleted the oxv/cp-change-2 branch September 29, 2023 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cp-20.lts.1+ Cherry Pick to the 20.lts.1+ branch cp-21.lts.1+ Cherry Pick to the 21.lts.1+ branch cp-22.lts.1+ Cherry Pick to the 22.lts.1+ branch cp-23.lts.1+ Cherry Pick to the 23.lts.1+ branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.