-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: shaka-project/shaka-player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: shaka-project/shaka-player
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 95 files changed
- 3 contributors
Commits on Jun 8, 2026
-
fix(Queue): Fix usage with RepeatMode.OFF (#10164)
According to the config description: "When the queue is completed the media session is terminated".
Configuration menu - View commit details
-
Copy full SHA for b00b225 - Browse repository at this point
Copy the full SHA b00b225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98cd3f5 - Browse repository at this point
Copy the full SHA 98cd3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f27b5aa - Browse repository at this point
Copy the full SHA f27b5aaView commit details -
ci: Work around macOS 15 Local Network Privacy (#10171)
macOS 15 (Sequoia) Local Network Privacy blocks the GUI test browser from reaching lab hosts (the karma server) on the local subnet, failing tests with net::ERR_ADDRESS_UNREACHABLE. The per-app permission cannot be relied on: it is keyed to the Mach-O UUID of the browser binary, so it is revoked on every Chrome update, there is no MDM or profile control, and the node runs unattended. Add a loopback HTTP CONNECT proxy that runs as a root LaunchDaemon. Root daemons are exempt from Local Network Privacy, so the proxy can reach lab hosts; the browser connects only to loopback (also exempt) via a PAC, so it never needs the grant and survives Chrome updates. It uses HTTP CONNECT rather than SOCKS because WebSocket over SOCKS fails with ERR_WS_UPGRADE, and the karma control channel is a WebSocket. See also shaka-project/shaka-lab#84
Configuration menu - View commit details
-
Copy full SHA for 432680a - Browse repository at this point
Copy the full SHA 432680aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf1e45 - Browse repository at this point
Copy the full SHA 9bf1e45View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab884d - Browse repository at this point
Copy the full SHA fab884dView commit details -
build: Reduce bundle size by deduplicating license headers (#10182)
Ensure generated bundles contain a single license header instead of repeating the same notice across bundled modules. Normalize all copyright years to 2016 and remove duplicate license headers from generated bundles. This reduces the final bundle size while preserving license information in the distributed artifacts.
Configuration menu - View commit details
-
Copy full SHA for bc2a82e - Browse repository at this point
Copy the full SHA bc2a82eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df4b32 - Browse repository at this point
Copy the full SHA 8df4b32View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff v5.0.18...v5.0.19