Loading CHANGELOG.md +2 −0 Original line number Diff line number Diff line # 86.0.4240.99 # 86.0.4240.92 * upstream fix for video playback audio issue (fixes https://github.com/bromite/bromite/issues/755) * fix order of entries in privacy settings (fixes https://github.com/bromite/bromite/issues/758) Loading build/RELEASE +1 −1 Original line number Diff line number Diff line 86.0.4240.92 86.0.4240.99 build/patches/Add-a-flag-to-allow-screenshots-in-Incognito-mode.patch +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ See also: diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -4920,6 +4920,12 @@ const FeatureEntry kFeatureEntries[] = { @@ -4928,6 +4928,12 @@ const FeatureEntry kFeatureEntries[] = { kOsAll, FEATURE_VALUE_TYPE(features::kEnableAmbientAuthenticationInIncognito)}, Loading build/patches/Add-flag-to-disable-IPv6-probes.patch +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Subject: Add flag to disable IPv6 probes diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -4151,6 +4151,11 @@ const FeatureEntry kFeatureEntries[] = { @@ -4159,6 +4159,11 @@ const FeatureEntry kFeatureEntries[] = { #endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || // defined(OS_CHROMEOS) Loading build/patches/Allow-playing-audio-in-background.patch +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ Subject: Allow playing audio in background diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_impl.cc --- a/media/blink/webmediaplayer_impl.cc +++ b/media/blink/webmediaplayer_impl.cc @@ -1080,6 +1080,12 @@ bool WebMediaPlayerImpl::HasAudio() const { @@ -1082,6 +1082,12 @@ bool WebMediaPlayerImpl::HasAudio() const { return pipeline_metadata_.has_audio; } Loading @@ -23,7 +23,7 @@ diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_imp void WebMediaPlayerImpl::EnabledAudioTracksChanged( const blink::WebVector<blink::WebMediaPlayer::TrackId>& enabledTrackIds) { DCHECK(main_task_runner_->BelongsToCurrentThread()); @@ -3493,7 +3499,11 @@ bool WebMediaPlayerImpl::ShouldPausePlaybackWhenHidden() const { @@ -3505,7 +3511,11 @@ bool WebMediaPlayerImpl::ShouldPausePlaybackWhenHidden() const { // Audio only stream is allowed to play when in background. // TODO: We should check IsBackgroundOptimizationCandidate here. But we need // to move the logic of checking video frames out of that function. Loading Loading
CHANGELOG.md +2 −0 Original line number Diff line number Diff line # 86.0.4240.99 # 86.0.4240.92 * upstream fix for video playback audio issue (fixes https://github.com/bromite/bromite/issues/755) * fix order of entries in privacy settings (fixes https://github.com/bromite/bromite/issues/758) Loading
build/patches/Add-a-flag-to-allow-screenshots-in-Incognito-mode.patch +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ See also: diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -4920,6 +4920,12 @@ const FeatureEntry kFeatureEntries[] = { @@ -4928,6 +4928,12 @@ const FeatureEntry kFeatureEntries[] = { kOsAll, FEATURE_VALUE_TYPE(features::kEnableAmbientAuthenticationInIncognito)}, Loading
build/patches/Add-flag-to-disable-IPv6-probes.patch +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ Subject: Add flag to disable IPv6 probes diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -4151,6 +4151,11 @@ const FeatureEntry kFeatureEntries[] = { @@ -4159,6 +4159,11 @@ const FeatureEntry kFeatureEntries[] = { #endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || // defined(OS_CHROMEOS) Loading
build/patches/Allow-playing-audio-in-background.patch +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ Subject: Allow playing audio in background diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_impl.cc --- a/media/blink/webmediaplayer_impl.cc +++ b/media/blink/webmediaplayer_impl.cc @@ -1080,6 +1080,12 @@ bool WebMediaPlayerImpl::HasAudio() const { @@ -1082,6 +1082,12 @@ bool WebMediaPlayerImpl::HasAudio() const { return pipeline_metadata_.has_audio; } Loading @@ -23,7 +23,7 @@ diff --git a/media/blink/webmediaplayer_impl.cc b/media/blink/webmediaplayer_imp void WebMediaPlayerImpl::EnabledAudioTracksChanged( const blink::WebVector<blink::WebMediaPlayer::TrackId>& enabledTrackIds) { DCHECK(main_task_runner_->BelongsToCurrentThread()); @@ -3493,7 +3499,11 @@ bool WebMediaPlayerImpl::ShouldPausePlaybackWhenHidden() const { @@ -3505,7 +3511,11 @@ bool WebMediaPlayerImpl::ShouldPausePlaybackWhenHidden() const { // Audio only stream is allowed to play when in background. // TODO: We should check IsBackgroundOptimizationCandidate here. But we need // to move the logic of checking video frames out of that function. Loading