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

DNS: Try work around application_x11.cc #10

Closed
wants to merge 82 commits into from
Closed

Commits on Sep 9, 2023

  1. Publish DEPS for 78.0.3904.106

    git-subtree-dir: cobalt/updater
    git-subtree-split: 5d069f92aa014ded86ab785b26971ac2dbe74b8e
    chrome-release-bot authored and dahlstrom-g committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    38e9640 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Publish DEPS for 102.0.5005.193

    git-subtree-dir: third_party/brotli
    git-subtree-split: 1218c4f5fdcc00016ccd2531932e9f3dec0151e6
    Chrome Release Bot (LUCI) authored and dahlstrom-g committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9427b79 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Update RDK launcher using target name (youtube#1684)

    Fix bug that the EG file name is not correct when copied to RDK.
    
    b/293172465
    maxz-lab authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    85b3e76 View commit details
    Browse the repository at this point in the history
  2. [android] Avoid exceptions in MediaCodecBridge.formatHasCropValues (y…

    …outube#1736)
    
    This avoids possible NullPointerException and NoSuchElementException
    from MediaCodecBridge.formatHasCropValues.
    
    b/298692099
    jellefoks authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a552a0f View commit details
    Browse the repository at this point in the history
  3. Fix GN on modular builds (youtube#1735)

    Always set cflags so that different codepaths can append to it.
    
    b/303505529
    kaidokert authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    386ece9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    1804824 View commit details
    Browse the repository at this point in the history
  2. Add Kokoro build images (youtube#1742)

    b/299304547
    isarkis authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6174b99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab97aa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    906b303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c95fbe View commit details
    Browse the repository at this point in the history
  6. Update brotli from Chromium 102.0.5005.193

    b/277591845
    dahlstrom-g authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    dd0cff4 View commit details
    Browse the repository at this point in the history
  7. Update clang warnings after r287092.

    Review URL: https://codereview.chromium.org/435603010
    
    git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/flac@287124 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
    git-subtree-dir: third_party/flac
    git-subtree-split: 0635a091379d9677f1ddde5f2eec85d0f096f219
    [email protected] authored and dahlstrom-g committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ff71dc1 View commit details
    Browse the repository at this point in the history
  8. [XB1] Remove arg introduced in python 3.8 (youtube#1733)

    Remove arg that is introduced in python 3.8 as it's breaking our pylint
    for python 3.7, even though our builder is running python 3.11.
    
    This arg should be unneeded for our automated builds and was simply a
    convenience for manual testing.
    
    b/303258519
    
    Change-Id: I414eabdd4a673fefa581bd6531830006303c9de0
    TyHolc authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    019e64f View commit details
    Browse the repository at this point in the history
  9. Enable modular build for gcc 6.3 (youtube#1743)

    b/303749197
    
    Change-Id: Ie39ad1ab0b8a61357fcff133786cc9469bbadcd4
    y4vor authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    36ffcae View commit details
    Browse the repository at this point in the history
  10. Remove the "target" toolchain for clang 3.9 (youtube#1746)

    b/265873566
    
    Change-Id: I696c619ec5107c3d399146e23fa42131f7016337
    y4vor authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    f07fd23 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Publish DEPS for 70.0.3538.110

    git-subtree-dir: url
    git-subtree-split: ec3092c8d21e20e39698f5272c8a7f71c3ee88a2
    chrome-release-bot authored and dahlstrom-g committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9993967 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Clarify the SB_MAXIMUM_API_VERSION comment. (youtube#1747)

    b/298660052
    
    Change-Id: I3d8c86431736684562bb352f91e4a80298c97bf3
    y4vor authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    685079c View commit details
    Browse the repository at this point in the history
  2. Set fetch-depth to 0 for Docker build step (youtube#1753)

    Docker build step has diff mechanism that compares PR SHA to the
    previous SHA on the branch (parent SHA). Setting fetch-depth to 2
    creates problems for PRs that need to be rebased, because diff mechanism
    doesn't have enough git history to locate parent SHA.
    
    b/304280296
    isarkis authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    43e105a View commit details
    Browse the repository at this point in the history
  3. Update the SbTimezoneGetName documentation. (youtube#1749)

    - Clearly document that the implementation should return the time zone
    name in the IANA format.
    
    b/302569322
    
    Change-Id: Ibd6e29f23cb6293f6339fe5a7d860eeb3a9a2b5d
    y4vor authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a148922 View commit details
    Browse the repository at this point in the history
  4. Default enable Client Hint Headers if not explicitly set (youtube#1755)

    The experiment has launched to 100%, so it should be safe to set
    this as default enabled for new installations.
    
    b/285656784
    gbournou authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7006273 View commit details
    Browse the repository at this point in the history
  5. Run tests on AOSP Evergreen platform (youtube#1696)

    b/268244534
    
    Change-Id: Id54608490332514dc256e738ece58aa87855b94c
    
    ---------
    
    Co-authored-by: Andrew Savage <[email protected]>
    yuying-y and andrewsavage1 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1859e81 View commit details
    Browse the repository at this point in the history
  6. [media] Refine DCHECK() in OnDemuxerStreamRead() (youtube#1750)

    The DCHECK(stream) in SbPlayerPipeline::OnDemuxerStreamRead() may
    trigger when SbPlayerPipeline::Stop() has been called. It won't affect
    production build as it's a DCHECK and the check below on
    |player_bridge_| correctly guarded the code from a stopped pipeline.
    
    Now the check is made explicit, and redundant DCHECK() and if statements
    are added.
    
    b/276483058
    xiaomings authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a216463 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    e5194ac View commit details
    Browse the repository at this point in the history
  2. third_party/flac: Rename direct_dependent_configs to public_configs.

    direct_dependent_configs is the deprecated (see tools/gn/target_generator.cc)
    name and public_configs replaces it keeping the same behavior though.
    
    gn-dev thread:
    https://groups.google.com/a/chromium.org/d/topic/gn-dev/h9N85MIx_Bk/discussion
    
    BUG=None
    TEST=gn gen out-gn/Release --args='is_debug=false is_component_build=false symbol_level=1'
    [email protected], [email protected]
    
    Review URL: https://codereview.chromium.org/1259713008 .
    
    (cherry picked from commit e1b6e7983a8c54954f13f40772a40f490f1eefca)
    tfarina authored and dahlstrom-g committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    241d0d5 View commit details
    Browse the repository at this point in the history
  3. Starboardize FLAC

    Complie FLAC on Starboard and Windows
    
    b/27696921
    guolinaileen authored and dahlstrom-g committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    efb88f4 View commit details
    Browse the repository at this point in the history
  4. [GN] Migrating third_party/flac.

    b/204809498
    sideb0ard authored and dahlstrom-g committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    23894a7 View commit details
    Browse the repository at this point in the history
  5. Add squash commit for url

    dahlstrom-g committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0e0e7da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce26802 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82a291d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ef7a23 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bbeeec View commit details
    Browse the repository at this point in the history
  10. Add start application state to crash reports. (youtube#1760)

    b/302372195
    
    Change-Id: I6ee7f6b5978b9e17d1e2c28c5a1a42f376204948
    briantting authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2484147 View commit details
    Browse the repository at this point in the history
  11. Publish DEPS for 80.0.3987.162

    git-subtree-dir: third_party/zlib
    git-subtree-split: f12b46f00f17488ad16cb242bf4f248bdde9618b
    chrome-release-bot authored and dahlstrom-g committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    a277781 View commit details
    Browse the repository at this point in the history
  12. Support DVLOG() via --min_log_level=verbose (youtube#1761)

    It sets the log level to `LOG_VERBOSE - 15` to effectively enables all
    known verbose messages.
    Supporting detailed verbose level is possible but not implemented so the
    implementation remains straight forward.
    
    b/276483058
    xiaomings authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    01946d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. [XB1] Remove IAudioEndpointVolume API (youtube#1771)

    Replaces the IAudioEndpointVolume API with ISimpleAudioVolume ahead of a
    future API change that will remove IAudioEndpointVolume functionality.
    
    b/303500203
    osagie98 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    59090c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378d526 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e52587 View commit details
    Browse the repository at this point in the history
  4. vp9-svc: Fix to resetting RC for temporal layers

    Fix to reset RC for temporal layers: the
    first_spatial_layer_to_encode is usually/default 0,
    so the logic to reset for temporal layers was not
    being executed. Use VPXMAX(1, ) to make sure  all
    temporal layers will be reset (when max-q is used
    for overshoot).
    
    Change-Id: Iec669870c865420d01d52eab9425cd6c7714eddc
    git-subtree-dir: third_party/libvpx
    git-subtree-split: 53747dfe65eaf670a7192f55117f3bf1e0280743
    marco99zz authored and dahlstrom-g committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fcace93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea1d8ad View commit details
    Browse the repository at this point in the history
  6. Fix telemetry native crash (youtube#1783)

    Instead of storing a reference to a JS callback in the
    metrics_log_uploader, we instead publish an event to EventDispatcher
    when metrics are ready to be uploaded. H5vccMetrics listens for these
    events and returns the result to the JS callback.
    
    This eliminates race conditions where the JS environment (and therefore
    H5vcc) was being destroyed and metrics were queued for upload,
    referencing freed pointers.
    
    b/298050585
    joeltine authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d9fdfb8 View commit details
    Browse the repository at this point in the history
  7. Add 'memoryLimit' attribute to SourceBuffer. (youtube#1681)

    This allows a web app to override the default memory_limit on a
    SourceBufferStream which backs an instance of source_buffer.
    
    A SourceBufferStream is not created until after the first Init Segment
    is appended, so if you try to read the memory_limit before then, the web
    app will get an exception. However you can still pre-emptively set the
    memory_limit which will be applied to SourceBufferStream upon creation.
    
    b/291291120
    
    Change-Id: Id577df24fadad4bb6405a1ecf1439942cd988837
    sideb0ard authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    abcba31 View commit details
    Browse the repository at this point in the history
  8. Fixing histogram bug, off by one error on check (youtube#1787)

    We ran into an off-by-1 error with Telemetry as we were using
    UmaHistogramEnumeration.
    
    The histograms MACROs checks that sample is less than max - 
    
    https://source.corp.google.com/h/lbshell-internal/cobalt_src/+/COBALT:base/metrics/histogram_functions.h;l=53
    
    Chrome actually uses UmaHistogramExactLinear so they can add a +1 to the
    PIPELINE_STATUS_MAX
    https://source.chromium.org/chromium/chromium/src/+/main:media/mojo/services/media_metrics_provider.cc;l=144
    
    This changes puts us more in line with the Chrome implementation.
    
    b/287670693
    sideb0ard authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0aef092 View commit details
    Browse the repository at this point in the history
  9. [XB1] Add more cleanup steps to test launcher (youtube#1708)

    Add more cleanup steps to keep devices healthier over large numbers of
    automated tests.
    
    b/291640038
    
    Change-Id: Iac9e62a4bc40faa8df8441b77a543c04e2f2196d
    TyHolc authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    896a0ec View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Correct Linux implementation of SbTimezoneGetName (youtube#1664)

    b/302569322
    
    Change-Id: Icce69ed2db148020c44ab9d95af8d83283e3c138
    johnxwork authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3f5a53f View commit details
    Browse the repository at this point in the history
  2. Add build_info json to the out directory root. (youtube#1793)

    b/182513726
    
    Change-Id: Icc182e400611df957d83e2c12df5559bc945c738
    briantting authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b292314 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    3cc34b1 View commit details
    Browse the repository at this point in the history
  2. Add support for getrandom.

    And a simple test.
    
    Bug: linux-syscall-support:31
    Change-Id: Ifea152cdea89183f69d881807f3bd60da56a4513
    Reviewed-on: https://chromium-review.googlesource.com/c/linux-syscall-support/+/2351965
    Reviewed-by: Mike Frysinger <[email protected]>
    git-subtree-dir: third_party/linux-syscall-support
    git-subtree-split: 29f7c7e018f4ce706a709f0b0afbf8bacf869480
    Chris Palmer authored and dahlstrom-g committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    751a0f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13a4297 View commit details
    Browse the repository at this point in the history
  4. [nplb] Discard infinite audio durations in tests (youtube#1762)

    Changes SbPlayerWriteSampleTest.PartialAudioDiscardAll to write buffers
    with an infinite duration discarded from the front or back.
    
    b/302020010
    osagie98 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fefe4f7 View commit details
    Browse the repository at this point in the history
  5. [media] Align AudioDevice output buffer size (youtube#1799)

    Aligns the size of the AudioDevice output buffer to the fixed size of
    the written audio data. This ensures that the audio data is not written
    outside of the buffer's bounds.
    
    b/276502329
    osagie98 authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    bdcef04 View commit details
    Browse the repository at this point in the history
  6. Move dial_server to cobalt/network (youtube#1797)

    b/298236240
    sherryzy authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fc7929e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    dec40f0 View commit details
    Browse the repository at this point in the history
  2. Add pointer event test for cropped element (youtube#1723)

    b/238885425
    b/266714023
    sherryzy authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a17cddc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    ccc87ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c1d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    c87cb3a View commit details
    Browse the repository at this point in the history
  2. Deprecate SbImage APIs (youtube#1791)

    b/304882604
    gbournou authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    70449dd View commit details
    Browse the repository at this point in the history
  3. [android] Avoid exceptions in MediaCodecBridge. (youtube#1800)

    This avoids exceptions being thrown from MediaCodecBridge.textureWidth()
    and MediaCodecBridge.textureHeight().
    
    b/298692099
    jellefoks authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    49af149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a369c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Properly set foreground service permissions (youtube#1808)

    Per
    https://developer.android.com/about/versions/14/changes/fgs-types-required#media
    we should be setting that we are using the
    FOREGROUND_SERVICE_MEDIA_PLAYBACK permission and also passing the
    corresponding type constants when we start the foreground service.
    
    b/305802411
    gbournou authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1b9dfa0 View commit details
    Browse the repository at this point in the history
  2. Remove evergreen-as-blackbox tests (youtube#1780)

    This new test type was added as a proof of concept and has been running
    for a few months. We've since decided to go in a different direction,
    though - go/sustainable-eg-tests - and the evergreen-as-blackbox tests
    can be turned down and removed.
    
    b/278953372
    
    Change-Id: I678c82617e2208ea878dafdf903bf86257da8db4
    hlwarriner authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2300d1e View commit details
    Browse the repository at this point in the history
  3. [GN] Pass shared library name to exe install steps (youtube#1795)

    When running the install steps for executables that are built as a
    result of the shared library (i.e. loaders), sometimes the name of the
    original shared library that invoked it is needed in the install_target
    context in order to create necessary dependencies on the shared_library
    install_target counterparts.
    
    b/246855300
    arjungm authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b14f349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    916b535 View commit details
    Browse the repository at this point in the history
  5. [XB1] Fix non-internal builds (youtube#1806)

    b/305285508
    
    Change-Id: Iee0da0c85bba750d8929eacf60e45c1797e354af
    TyHolc authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cdc0193 View commit details
    Browse the repository at this point in the history
  6. Revert "Turn off Evergreen tests until new SB 16 binaries published" (y…

    …outube#1811)
    
    Reverts youtube#1792
    
    This should be OK to re-enable now.
    
    b/304882604
    gbournou authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fde043e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. [torque] Use default constructor in place of self-delegation for Symb…

    …ol()
    
    This avoids a compile error when building with GCC in C++17 mode.
    
    (cherry picked from commit b7558540a9d52738d827b3993b62e8d140d9acb4)
    
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3307102
    ajklein authored and dahlstrom-g committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a6608f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc5d4bf View commit details
    Browse the repository at this point in the history
  3. Use -std=gnu++17 in raspi GN configuration

    b/288332442
    dahlstrom-g authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    25bad2c View commit details
    Browse the repository at this point in the history
  4. Unfilter LottieCoveragePixelTest

    b/226999079
    dahlstrom-g authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    36a22d7 View commit details
    Browse the repository at this point in the history
  5. Fix RDK launcher to read binary from install folder (youtube#1818)

    Fix a bug where the launcher script copies the binaries from.
    The correct path is install/lib.
    
    b/293172465
    maxz-lab authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    347ec94 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. [android] Avoid underrun if audio output changes (youtube#1737)

    The cl makes SbAudioSinkGetMinBufferSizeInFrames() return default values
    if audio output type changes from remote to local or from local to
    remote. It doesn't re-run MinRequiredFramesTester.
    
    b/298847156
    jasonzhangxx authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0ca9914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984a941 View commit details
    Browse the repository at this point in the history
  3. [NX] Fix bundle content steps for modular builds (youtube#1822)

    Bundle content steps need to copy files from both cobalt and starboard
    toolchain versions of the `content/data` directory. However to preserve
    the folder structure so that we get the correct placement of
    content/data files in the final packaged NX application, we need to
    ensure the copy-script uses the correct toolchain-specific base
    directory.
    
    b/246855300
    
    Change-Id: Iaffced7832bfc157b7c3c0a6d600b58768977ca0
    arjungm authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    1d361a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d00a07e View commit details
    Browse the repository at this point in the history
  5. Fix install path error (youtube#1824)

    When building tests' evergreen loaders, ninja expects content directory
    under install/base_unittests_evergreen_loader when building
    base_unittests_evergreen_loader_install. This CL corrects the content
    path so that ninja can find the content to be copied to the loader apk.
    
    b/268244534
    
    Change-Id: If542521268ce259c166729b065f7e9dd4aeb3a72
    johnxwork authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5940a48 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Fix bug in rdk launcher.py (youtube#1821)

    Remove a duplicate shell command, and remove the unnecessary prompt
    waiting.
    
    b/293172465
    maxz-lab authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3c27940 View commit details
    Browse the repository at this point in the history
  2. Use -std=c++17 in android GN configuration

    b/288332442
    dahlstrom-g authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    66cf902 View commit details
    Browse the repository at this point in the history
  3. Add NetLog record method to Cobalt panel in Devtools (youtube#1798)

    Much like the utility button to capture and download a Trace, this CL
    adds a button to the Cobalt tab of Devtools for capturing a NetLog.
    
    View it here - https://screenshot.googleplex.com/ATA2L2GcEH6W272 
    
    See here for more details on NetLog -
    https://github.com/youtube/cobalt/blob/main/cobalt/doc/net_log.md
    
    b/305257093
    sideb0ard authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    301a02e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. Starboardize internal Timer class in GTEST (youtube#1836)

    b/280671902
    
    Change-Id: Ic4f7f5f61c69c45be71529c567a6324122c6471b
    arjungm authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a65712a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c710f7 View commit details
    Browse the repository at this point in the history
  3. Update BUILD.gn

    kaidokert committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    97d7211 View commit details
    Browse the repository at this point in the history