-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Sep 9, 2023
-
Publish DEPS for 78.0.3904.106
git-subtree-dir: cobalt/updater git-subtree-split: 5d069f92aa014ded86ab785b26971ac2dbe74b8e
Configuration menu - View commit details
-
Copy full SHA for 38e9640 - Browse repository at this point
Copy the full SHA 38e9640View commit details
Commits on Oct 4, 2023
-
Publish DEPS for 102.0.5005.193
git-subtree-dir: third_party/brotli git-subtree-split: 1218c4f5fdcc00016ccd2531932e9f3dec0151e6
Configuration menu - View commit details
-
Copy full SHA for 9427b79 - Browse repository at this point
Copy the full SHA 9427b79View commit details
Commits on Oct 5, 2023
-
Update RDK launcher using target name (youtube#1684)
Fix bug that the EG file name is not correct when copied to RDK. b/293172465
Configuration menu - View commit details
-
Copy full SHA for 85b3e76 - Browse repository at this point
Copy the full SHA 85b3e76View commit details -
[android] Avoid exceptions in MediaCodecBridge.formatHasCropValues (y…
…outube#1736) This avoids possible NullPointerException and NoSuchElementException from MediaCodecBridge.formatHasCropValues. b/298692099
Configuration menu - View commit details
-
Copy full SHA for a552a0f - Browse repository at this point
Copy the full SHA a552a0fView commit details -
Fix GN on modular builds (youtube#1735)
Always set cflags so that different codepaths can append to it. b/303505529
Configuration menu - View commit details
-
Copy full SHA for 386ece9 - Browse repository at this point
Copy the full SHA 386ece9View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1804824 - Browse repository at this point
Copy the full SHA 1804824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6174b99 - Browse repository at this point
Copy the full SHA 6174b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab97aa7 - Browse repository at this point
Copy the full SHA ab97aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906b303 - Browse repository at this point
Copy the full SHA 906b303View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c95fbe - Browse repository at this point
Copy the full SHA 2c95fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0cff4 - Browse repository at this point
Copy the full SHA dd0cff4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ff71dc1 - Browse repository at this point
Copy the full SHA ff71dc1View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 019e64f - Browse repository at this point
Copy the full SHA 019e64fView commit details -
Enable modular build for gcc 6.3 (youtube#1743)
b/303749197 Change-Id: Ie39ad1ab0b8a61357fcff133786cc9469bbadcd4
Configuration menu - View commit details
-
Copy full SHA for 36ffcae - Browse repository at this point
Copy the full SHA 36ffcaeView commit details -
Remove the "target" toolchain for clang 3.9 (youtube#1746)
b/265873566 Change-Id: I696c619ec5107c3d399146e23fa42131f7016337
Configuration menu - View commit details
-
Copy full SHA for f07fd23 - Browse repository at this point
Copy the full SHA f07fd23View commit details
Commits on Oct 7, 2023
-
Publish DEPS for 70.0.3538.110
git-subtree-dir: url git-subtree-split: ec3092c8d21e20e39698f5272c8a7f71c3ee88a2
Configuration menu - View commit details
-
Copy full SHA for 9993967 - Browse repository at this point
Copy the full SHA 9993967View commit details
Commits on Oct 9, 2023
-
Clarify the SB_MAXIMUM_API_VERSION comment. (youtube#1747)
b/298660052 Change-Id: I3d8c86431736684562bb352f91e4a80298c97bf3
Configuration menu - View commit details
-
Copy full SHA for 685079c - Browse repository at this point
Copy the full SHA 685079cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 43e105a - Browse repository at this point
Copy the full SHA 43e105aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a148922 - Browse repository at this point
Copy the full SHA a148922View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7006273 - Browse repository at this point
Copy the full SHA 7006273View commit details -
Run tests on AOSP Evergreen platform (youtube#1696)
b/268244534 Change-Id: Id54608490332514dc256e738ece58aa87855b94c --------- Co-authored-by: Andrew Savage <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1859e81 - Browse repository at this point
Copy the full SHA 1859e81View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for a216463 - Browse repository at this point
Copy the full SHA a216463View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5194ac - Browse repository at this point
Copy the full SHA e5194acView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 241d0d5 - Browse repository at this point
Copy the full SHA 241d0d5View commit details -
Complie FLAC on Starboard and Windows b/27696921
Configuration menu - View commit details
-
Copy full SHA for efb88f4 - Browse repository at this point
Copy the full SHA efb88f4View commit details -
[GN] Migrating third_party/flac.
b/204809498
Configuration menu - View commit details
-
Copy full SHA for 23894a7 - Browse repository at this point
Copy the full SHA 23894a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0e7da - Browse repository at this point
Copy the full SHA 0e0e7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce26802 - Browse repository at this point
Copy the full SHA ce26802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a291d - Browse repository at this point
Copy the full SHA 82a291dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef7a23 - Browse repository at this point
Copy the full SHA 3ef7a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bbeeec - Browse repository at this point
Copy the full SHA 8bbeeecView commit details -
Add start application state to crash reports. (youtube#1760)
b/302372195 Change-Id: I6ee7f6b5978b9e17d1e2c28c5a1a42f376204948
Configuration menu - View commit details
-
Copy full SHA for 2484147 - Browse repository at this point
Copy the full SHA 2484147View commit details -
Publish DEPS for 80.0.3987.162
git-subtree-dir: third_party/zlib git-subtree-split: f12b46f00f17488ad16cb242bf4f248bdde9618b
Configuration menu - View commit details
-
Copy full SHA for a277781 - Browse repository at this point
Copy the full SHA a277781View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 01946d6 - Browse repository at this point
Copy the full SHA 01946d6View commit details
Commits on Oct 11, 2023
-
[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
Configuration menu - View commit details
-
Copy full SHA for 59090c5 - Browse repository at this point
Copy the full SHA 59090c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378d526 - Browse repository at this point
Copy the full SHA 378d526View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e52587 - Browse repository at this point
Copy the full SHA 2e52587View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fcace93 - Browse repository at this point
Copy the full SHA fcace93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea1d8ad - Browse repository at this point
Copy the full SHA ea1d8adView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d9fdfb8 - Browse repository at this point
Copy the full SHA d9fdfb8View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for abcba31 - Browse repository at this point
Copy the full SHA abcba31View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0aef092 - Browse repository at this point
Copy the full SHA 0aef092View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 896a0ec - Browse repository at this point
Copy the full SHA 896a0ecView commit details
Commits on Oct 12, 2023
-
Correct Linux implementation of SbTimezoneGetName (youtube#1664)
b/302569322 Change-Id: Icce69ed2db148020c44ab9d95af8d83283e3c138
Configuration menu - View commit details
-
Copy full SHA for 3f5a53f - Browse repository at this point
Copy the full SHA 3f5a53fView commit details -
Add build_info json to the out directory root. (youtube#1793)
b/182513726 Change-Id: Icc182e400611df957d83e2c12df5559bc945c738
Configuration menu - View commit details
-
Copy full SHA for b292314 - Browse repository at this point
Copy the full SHA b292314View commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3cc34b1 - Browse repository at this point
Copy the full SHA 3cc34b1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 751a0f7 - Browse repository at this point
Copy the full SHA 751a0f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a4297 - Browse repository at this point
Copy the full SHA 13a4297View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for fefe4f7 - Browse repository at this point
Copy the full SHA fefe4f7View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for bdcef04 - Browse repository at this point
Copy the full SHA bdcef04View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc7929e - Browse repository at this point
Copy the full SHA fc7929eView commit details
Commits on Oct 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dec40f0 - Browse repository at this point
Copy the full SHA dec40f0View commit details -
Add pointer event test for cropped element (youtube#1723)
b/238885425 b/266714023
Configuration menu - View commit details
-
Copy full SHA for a17cddc - Browse repository at this point
Copy the full SHA a17cddcView commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ccc87ac - Browse repository at this point
Copy the full SHA ccc87acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c1d58 - Browse repository at this point
Copy the full SHA 71c1d58View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c87cb3a - Browse repository at this point
Copy the full SHA c87cb3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70449dd - Browse repository at this point
Copy the full SHA 70449ddView commit details -
[android] Avoid exceptions in MediaCodecBridge. (youtube#1800)
This avoids exceptions being thrown from MediaCodecBridge.textureWidth() and MediaCodecBridge.textureHeight(). b/298692099
Configuration menu - View commit details
-
Copy full SHA for 49af149 - Browse repository at this point
Copy the full SHA 49af149View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6a369c - Browse repository at this point
Copy the full SHA d6a369cView commit details
Commits on Oct 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 1b9dfa0 - Browse repository at this point
Copy the full SHA 1b9dfa0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2300d1e - Browse repository at this point
Copy the full SHA 2300d1eView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for b14f349 - Browse repository at this point
Copy the full SHA b14f349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916b535 - Browse repository at this point
Copy the full SHA 916b535View commit details -
[XB1] Fix non-internal builds (youtube#1806)
b/305285508 Change-Id: Iee0da0c85bba750d8929eacf60e45c1797e354af
Configuration menu - View commit details
-
Copy full SHA for cdc0193 - Browse repository at this point
Copy the full SHA cdc0193View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fde043e - Browse repository at this point
Copy the full SHA fde043eView commit details
Commits on Oct 18, 2023
-
[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
Configuration menu - View commit details
-
Copy full SHA for a6608f8 - Browse repository at this point
Copy the full SHA a6608f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc5d4bf - Browse repository at this point
Copy the full SHA dc5d4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25bad2c - Browse repository at this point
Copy the full SHA 25bad2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a22d7 - Browse repository at this point
Copy the full SHA 36a22d7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 347ec94 - Browse repository at this point
Copy the full SHA 347ec94View commit details
Commits on Oct 19, 2023
-
[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
Configuration menu - View commit details
-
Copy full SHA for 0ca9914 - Browse repository at this point
Copy the full SHA 0ca9914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 984a941 - Browse repository at this point
Copy the full SHA 984a941View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 1d361a8 - Browse repository at this point
Copy the full SHA 1d361a8View commit details -
[XB1] Add support for extended interface of AbstractLauncher. (youtub…
…e#915) [b/286272327](https://partnerissuetracker.corp.google.com/issues/286272327)
Configuration menu - View commit details
-
Copy full SHA for d00a07e - Browse repository at this point
Copy the full SHA d00a07eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5940a48 - Browse repository at this point
Copy the full SHA 5940a48View commit details
Commits on Oct 20, 2023
-
Fix bug in rdk launcher.py (youtube#1821)
Remove a duplicate shell command, and remove the unnecessary prompt waiting. b/293172465
Configuration menu - View commit details
-
Copy full SHA for 3c27940 - Browse repository at this point
Copy the full SHA 3c27940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66cf902 - Browse repository at this point
Copy the full SHA 66cf902View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 301a02e - Browse repository at this point
Copy the full SHA 301a02eView commit details
Commits on Oct 23, 2023
-
Revert "[android] Remove AudioTrack creation loop" (youtube#1830)
Reverts youtube#1770 b/175822425
Configuration menu - View commit details
-
Copy full SHA for 7b71cf4 - Browse repository at this point
Copy the full SHA 7b71cf4View commit details
Commits on Oct 24, 2023
-
Starboardize internal Timer class in GTEST (youtube#1836)
b/280671902 Change-Id: Ic4f7f5f61c69c45be71529c567a6324122c6471b
Configuration menu - View commit details
-
Copy full SHA for a65712a - Browse repository at this point
Copy the full SHA a65712aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c710f7 - Browse repository at this point
Copy the full SHA 4c710f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d7211 - Browse repository at this point
Copy the full SHA 97d7211View commit details