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

Commits on May 3, 2023

  1. Squashed 'components/version_info/' content from commit 737f4cc3d914

    git-subtree-dir: components/version_info
    git-subtree-split: 737f4cc3d91409d092991dc6834788b9e4c5613a
    briantting committed May 3, 2023
    Configuration menu
    Copy the full SHA
    714e3f2 View commit details
    Browse the repository at this point in the history
  2. Squashed 'extensions/buildflags/' content from commit 835b1103d31b

    git-subtree-dir: extensions/buildflags
    git-subtree-split: 835b1103d31bdb8a2df943e3c837099a79e930ad
    briantting committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1e77571 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Whitespace to trigger bots

    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
    Liviu Rau authored and dahlstrom-g committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    761789b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    0cfe2c0 View commit details
    Browse the repository at this point in the history
  2. Restore squash commit 714e3f2 (version_info)

    It was squashed into commit 88bc326.
    dahlstrom-g committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    8a492e7 View commit details
    Browse the repository at this point in the history
  3. [XB1] Fix missing data for YouTubeTV (#1619)

    b/299524777
    
    Change-Id: Iec9da5b0417b15385ec338943826dce05045bbad
    TyHolc committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    3d20006 View commit details
    Browse the repository at this point in the history
  4. Remove debug info from non-production CI builds (#1621)

    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.
    niranjanyardi committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7390786 View commit details
    Browse the repository at this point in the history
  5. Filter intermittent blackbox test cases (#1487)

    b/291648592
    maxz-lab committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6fcf7ab View commit details
    Browse the repository at this point in the history
  6. [media] Support string parameter in h5vcc::Settings (#1602)

    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
    borongc committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0957f39 View commit details
    Browse the repository at this point in the history
  7. [XB1] Add backup version of win sdk (#1626)

    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
    TyHolc committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    807f1d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Add SetTimeZone API as a starboard extension (#1615)

    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
    sherryzy committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    84a2eca View commit details
    Browse the repository at this point in the history
  2. [android] Add SB version guards (#1607)

    b/284140486
    jasonzhangxx committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    eb68451 View commit details
    Browse the repository at this point in the history
  3. Create MUSL specific-rename of finalize and atexit (#1588)

    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
    arjungm committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2946b47 View commit details
    Browse the repository at this point in the history
  4. [Watchdog] Increase max ping count and length. (#1613)

    Increase max ping count from 20 to 60 and max ping length from 128 to
    1024.
    
    b/301313509
    briantting committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    8137d3f View commit details
    Browse the repository at this point in the history
  5. Publish DEPS for Chromium 48.0.2564.116

    git-subtree-dir: third_party/harfbuzz-ng
    git-subtree-split: ba6eb95383b3c41f6b91ce448bdc2bd3e39e1b8b
    chrome-tpm authored and dahlstrom-g committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    41775d8 View commit details
    Browse the repository at this point in the history
  6. Increase the timeout for XB1 Net Args service (#1634)

    b/299672207
    arjungm committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3c048ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9c2e36 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    63ff6bf View commit details
    Browse the repository at this point in the history
  2. Restore squash commit 1e77571 (buildflags)

    It was squashed into commit 88bc326.
    dahlstrom-g committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    350c8b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af071fa View commit details
    Browse the repository at this point in the history
  4. Publish DEPS for Chromium 54.0.2840.101

    git-subtree-dir: third_party/jinja2
    git-subtree-split: 80c41737f982b17b0c5e7c9cb05dfbfde366be15
    chrome-cron authored and dahlstrom-g committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    309521b View commit details
    Browse the repository at this point in the history
  5. [XB1] Fix DX memory leak while suspend/resume (#1475)

    b/298967828
    
    Change-Id: Ibbf739aac23401622b2751a0f0f3af3f169457db
    victorpasoshnikov committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d9aa0ca View commit details
    Browse the repository at this point in the history
  6. Add SetTimeZone API for Raspi (#1633)

    b/300108997
    sherryzy committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8fbc419 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    816489d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    2bc8721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0b683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6994815 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5b95b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0010204 View commit details
    Browse the repository at this point in the history
  6. [XB1] Refactor test retry loop to rerun net_args (#1647)

    b/299672207
    
    Change-Id: Ic90a8805fa9bc6ec7a99ffe55c318f44b82f85cb
    TyHolc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    03aa6b7 View commit details
    Browse the repository at this point in the history
  7. Update games-activity to version 2.0.2. (#1614)

    This updates games-activity from version 1.2.2. to version 2.0.2.
    
    b/302378452
    jellefoks committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    eb36d7c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add platform RDK to launcher framework (#1547)

    Added launcher infrastructure for AH212 RDK (v5) as independent RDK
    platform.
    
    b/293172465
    maxz-lab committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    477b864 View commit details
    Browse the repository at this point in the history
  2. Enable platform-specific sources to compile loader (#1652)

    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
    arjungm committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e78a6bc View commit details
    Browse the repository at this point in the history
  3. Cleanup video_stream_ & audio_stream_ after demuxer_ stops (#1651)

    Native crash due to fault address of video_stream_, cleanup
    video_stream_ & audio_stream_ after demuxer_ stops.
    
    b/301284907
    borongc committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4c8a0fe View commit details
    Browse the repository at this point in the history
  4. Comment on cherry pick PR on failure (#524)

    b/301453749
    oxve committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1b6ada6 View commit details
    Browse the repository at this point in the history
  5. Fix expressions

    oxve committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7819bed View commit details
    Browse the repository at this point in the history
  6. Revert "Fix expressions"

    This reverts commit 4d01e44.
    oxve committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    912cbc2 View commit details
    Browse the repository at this point in the history
  7. Fix expressions 2

    oxve committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    46a7cc1 View commit details
    Browse the repository at this point in the history
  8. REMO

    oxve committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    95f2641 View commit details
    Browse the repository at this point in the history
  9. REMOVE_ME remove checks

    oxve committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    41830d1 View commit details
    Browse the repository at this point in the history
  10. Fix cp command

    oxve committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c5c6541 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    d3ae668 View commit details
    Browse the repository at this point in the history