[webkit-changes] [270963] trunk/Tools

2020-12-17 Thread jer . noble
ols/ChangeLog 2020-12-18 04:45:21 UTC (rev 270963) @@ -1,3 +1,25 @@ +2020-12-17 Jer Noble + +REGRESSION: [ BigSur ] 3 PictureInPicture related API tests timing out +https://bugs.webkit.org/show_bug.cgi?id=21 + +Reviewed by Eric Carlson. + +Not a fix for the time

[webkit-changes] [270728] trunk/Source/WebCore

2020-12-11 Thread jer . noble
unk/Source/WebCore/ChangeLog 2020-12-12 02:36:36 UTC (rev 270727) +++ trunk/Source/WebCore/ChangeLog 2020-12-12 03:01:14 UTC (rev 270728) @@ -1,5 +1,15 @@ 2020-12-11 Jer Noble +[WebM] Mark Opus and Vorbis as supported track types. +https://bugs.webkit.org/show_bug.cgi?id=219

[webkit-changes] [270727] trunk/Source/WebCore

2020-12-11 Thread jer . noble
-12-11 Jer Noble + +[Cocoa] Add Experimental VP8 support +https://bugs.webkit.org/show_bug.cgi?id=219732 + + +Reviewed by Eric Carlson. + +Merge error after r270720; Use the local value isKey, rather than querying the VP9 header parser +to tell whet

[webkit-changes] [270722] trunk/Source

2020-12-11 Thread jer . noble
Title: [270722] trunk/Source Revision 270722 Author jer.no...@apple.com Date 2020-12-11 17:18:17 -0800 (Fri, 11 Dec 2020) Log Message [Cocoa] Add Experimental Vorbis support https://bugs.webkit.org/show_bug.cgi?id=219810 Patch by Eric Carlson on 2020-12-11 Reviewed by Jer Noble

[webkit-changes] [270720] trunk

2020-12-11 Thread jer . noble
/ChangeLog (270719 => 270720) --- trunk/LayoutTests/ChangeLog 2020-12-12 00:43:52 UTC (rev 270719) +++ trunk/LayoutTests/ChangeLog 2020-12-12 00:57:14 UTC (rev 270720) @@ -1,3 +1,14 @@ +2020-12-11 Jer Noble + +[Cocoa] Add Experimental VP8 support +https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [270681] trunk/Source/WebCore

2020-12-11 Thread jer . noble
1,3 +1,18 @@ +2020-12-11 Jer Noble + +[iOS] Adopt AVSystemController_SubscribeToNotificationsAttribute +https://bugs.webkit.org/show_bug.cgi?id=219754 + + +Reviewed by Eric Carlson. + +Ask AVSystemController to send us the notifications we are interes

[webkit-changes] [270872] trunk/Source

2020-12-15 Thread jer . noble
0-12-16 00:01:59 UTC (rev 270872) @@ -1,3 +1,12 @@ +2020-12-15 Jer Noble + +[Cocoa] Adopt -externalContentProtectionStatus +https://bugs.webkit.org/show_bug.cgi?id=219911 + +Reviewed by Eric Carlson. + +* wtf/PlatformHave.h: + 2020-12-15 Commit Queue

[webkit-changes] [269644] trunk/Source

2020-11-11 Thread jer . noble
Log 2020-11-10 21:11:27 UTC (rev 269643) +++ trunk/Source/WTF/ChangeLog 2020-11-10 21:17:29 UTC (rev 269644) @@ -1,3 +1,9 @@ +2020-11-10 Jer Noble + +Unreviewed internal macOS build-fix. + +* wtf/PlatformHave.h: + 2020-11-10 Rob Buis Parse aspect-ratio CSS prope

[webkit-changes] [269631] trunk

2020-11-11 Thread jer . noble
sts/ChangeLog 2020-11-10 18:51:46 UTC (rev 269630) +++ trunk/LayoutTests/ChangeLog 2020-11-10 19:10:31 UTC (rev 269631) @@ -1,3 +1,14 @@ +2020-11-10 Jer Noble + +Add support for AudioConfiguration.spatialRendering +https://bugs.webkit.org/show_bug.cgi?id=218

[webkit-changes] [269321] trunk/Source/WebCore

2020-11-11 Thread jer . noble
,23 @@ +2020-11-03 Jer Noble + +Protect against HTMLMediaElement being destroyed during disptachEvent(). +https://bugs.webkit.org/show_bug.cgi?id=218398 + + +Reviewed by Chris Dumez. + +Make the MainThreadGenericEventQueue protect the target as well as the ow

[webkit-changes] [269522] trunk

2020-11-11 Thread jer . noble
-while-exiting.html Diff Modified: trunk/LayoutTests/ChangeLog (269521 => 269522) --- trunk/LayoutTests/ChangeLog 2020-11-06 18:30:14 UTC (rev 269521) +++ trunk/LayoutTests/ChangeLog 2020-11-06 18:33:25 UTC (rev 269522) @@ -1,3 +1,16 @@ +2020-11-06 Jer Noble + +Do not allow pa

[webkit-changes] [268769] trunk

2020-10-20 Thread jer . noble
not move < 0 when playing backwards.') +run('navigator.mediaSession.setPositionState({ duration: 1, playbackRate: -100, position: 1 })'); +consoleWrite('sleeping for 100ms'); +await sleepFor(100); + testExpected('internals.currentMediaSe

[webkit-changes] [271330] trunk/Tools

2021-01-08 Thread jer . noble
330) @@ -1,3 +1,17 @@ +2021-01-08 Jer Noble + +Unreviewed test gardening. Attempting to diagnose failing PiP API tests by enabling more logging +during the test run, to be collected after a failed test. + +* DumpRenderTree/DumpRenderTree.xcodeproj/xcshareddata/xcsche

[webkit-changes] [271656] trunk

2021-01-20 Thread jer . noble
ths trunk/Tools/TestWebKitAPI/Tests/mac/FullscreenPointerLeave.mm Diff Modified: trunk/Source/WebKit/ChangeLog (271655 => 271656) --- trunk/Source/WebKit/ChangeLog 2021-01-20 18:42:44 UTC (rev 271655) +++ trunk/Source/WebKit/ChangeLog 2021-01-20 19:01:57 UTC (rev 271656) @@ -1,3 +1,23 @@ +2021-

[webkit-changes] [271531] trunk

2021-01-15 Thread jer . noble
sts/ChangeLog 2021-01-15 20:43:12 UTC (rev 271530) +++ trunk/LayoutTests/ChangeLog 2021-01-15 20:53:32 UTC (rev 271531) @@ -1,3 +1,14 @@ +2021-01-15 Jer Noble + +Playback fails at marketwatch.com +https://bugs.webkit.org/show_bug.cgi?id=220646 + + +Reviewed by Xab

[webkit-changes] [271530] trunk/Source/WebCore

2021-01-15 Thread jer . noble
(271529 => 271530) --- trunk/Source/WebCore/ChangeLog 2021-01-15 20:33:47 UTC (rev 271529) +++ trunk/Source/WebCore/ChangeLog 2021-01-15 20:43:12 UTC (rev 271530) @@ -1,3 +1,36 @@ +2021-01-15 Jer Noble + +CRASH in MediaSourcePrivateAVFObjC::removeSourceBuffer() +ht

[webkit-changes] [271471] trunk

2021-01-13 Thread jer . noble
/WebKit/UIProcess/UserMediaProcessManager.h Diff Modified: trunk/LayoutTests/ChangeLog (271470 => 271471) --- trunk/LayoutTests/ChangeLog 2021-01-13 23:32:21 UTC (rev 271470) +++ trunk/LayoutTests/ChangeLog 2021-01-14 00:01:37 UTC (rev 271471) @@ -1,3 +1,18 @@ +2021-01-13 Jer No

[webkit-changes] [271470] trunk/Source/WebCore

2021-01-13 Thread jer . noble
,22 @@ +2021-01-13 Jer Noble + +Facebook pauses video in PiP during scroll +https://bugs.webkit.org/show_bug.cgi?id=220581 + + +Reviewed by Eric Carlson. + +Add a Quirk which blocks Facebook from pausing videos in Picture-in-Picture mode without that +pa

[webkit-changes] [271405] trunk/Source

2021-01-12 Thread jer . noble
271405) --- trunk/Source/WebCore/ChangeLog 2021-01-12 17:00:21 UTC (rev 271404) +++ trunk/Source/WebCore/ChangeLog 2021-01-12 17:20:08 UTC (rev 271405) @@ -1,3 +1,43 @@ +2021-01-12 Jer Noble + +[Cocoa] Support key rotation with HLS-backed encrypted media streams +htt

[webkit-changes] [272188] trunk/Source

2021-02-01 Thread jer . noble
188) --- trunk/Source/WTF/ChangeLog 2021-02-02 03:22:18 UTC (rev 272187) +++ trunk/Source/WTF/ChangeLog 2021-02-02 03:23:38 UTC (rev 272188) @@ -1,3 +1,12 @@ +2021-02-01 Jer Noble + +[Cocoa] Disable interstitial events on AVPlayerItem. +https://bugs.webkit.org/show_bug.cgi?id=221

[webkit-changes] [272185] trunk/Source/WebCore

2021-02-01 Thread jer . noble
Log 2021-02-02 02:55:56 UTC (rev 272185) @@ -1,3 +1,20 @@ +2021-02-01 Jer Noble + +REGRESSION (iOS 14.2): Can't play html audio with muted attribute +https://bugs.webkit.org/show_bug.cgi?id=219295 + + +Reviewed by Eric Carlson. + +In r266844, we added a po

[webkit-changes] [272353] trunk/Source

2021-02-03 Thread jer . noble
Cursor.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (272352 => 272353) --- trunk/Source/WebCore/ChangeLog 2021-02-04 03:55:25 UTC (rev 272352) +++ trunk/Source/WebCore/ChangeLog 2021-02-04 04:06:19 UTC (rev 272353) @@ -1,3 +1,28 @@ +2021-02-03 Jer Noble + +[Cocoa] WebM audio goe

[webkit-changes] [271982] trunk/Source/WebCore

2021-01-27 Thread jer . noble
/mac/MediaRemoteSoftLink.cpp Diff Modified: trunk/Source/WebCore/ChangeLog (271981 => 271982) --- trunk/Source/WebCore/ChangeLog 2021-01-27 21:00:26 UTC (rev 271981) +++ trunk/Source/WebCore/ChangeLog 2021-01-27 21:07:46 UTC (rev 271982) @@ -1,3 +1,19 @@ +2021-01-27 Jer Noble + +M

[webkit-changes] [272224] trunk/Source/WebCore

2021-02-02 Thread jer . noble
ore/ChangeLog 2021-02-02 18:59:48 UTC (rev 272224) @@ -1,3 +1,20 @@ +2021-02-02 Jer Noble + +REGRESSION (r271219): [Mojave] imported/w3c/web-platform-tests/html/semantics/embedded-content/the-video-element/video_timeupdate_on_seek.html is a flaky failure +https://bugs.webkit.

[webkit-changes] [279133] trunk/Source/WebKit

2021-06-22 Thread jer . noble
/Cocoa/WebKitSwiftSoftLink.mm Diff Modified: trunk/Source/WebKit/ChangeLog (279132 => 279133) --- trunk/Source/WebKit/ChangeLog 2021-06-22 18:48:07 UTC (rev 279132) +++ trunk/Source/WebKit/ChangeLog 2021-06-22 18:49:09 UTC (rev 279133) @@ -1,3 +1,92 @@ +2021-06-07 Jer No

[webkit-changes] [279119] trunk/Source/WebCore

2021-06-22 Thread jer . noble
/ChangeLog (279118 => 279119) --- trunk/Source/WebCore/ChangeLog 2021-06-22 16:16:18 UTC (rev 279118) +++ trunk/Source/WebCore/ChangeLog 2021-06-22 16:17:45 UTC (rev 279119) @@ -1,3 +1,21 @@ +2021-06-22 Jer Noble + +[Cocoa] iOS device steals BT headphones from other devices during si

[webkit-changes] [279138] trunk/Source/WebCore

2021-06-22 Thread jer . noble
unk/Source/WebCore/ChangeLog 2021-06-22 20:07:26 UTC (rev 279138) @@ -1,3 +1,10 @@ +2021-06-22 Jer Noble + +Unreviewed tvOS build fix after r279119: add PLATFORM(IOS) guards to exclude tvOS and Catalyst builds. + +* platform/audio/ios/AudioSessionIOS.mm: +(WebC

[webkit-changes] [279147] trunk/Source/WebKit

2021-06-22 Thread jer . noble
1,9 @@ +2021-06-22 Jer Noble + +Unreviewed build fix after r279133: remove unnecessary includes and defines after upstreaming. + +* UIProcess/WebPageProxy.cpp: + 2021-06-22 Per Arne Vollan [macOS] Deny mach-lookup to the service 'com.apple.print.normalizerd' Modif

[webkit-changes] [279151] trunk/Source/WebKit

2021-06-22 Thread jer . noble
trunk/Source/WebKit/UIProcess/WebPageProxy.cpp Diff Modified: trunk/Source/WebKit/ChangeLog (279150 => 279151) --- trunk/Source/WebKit/ChangeLog 2021-06-22 21:43:57 UTC (rev 279150) +++ trunk/Source/WebKit/ChangeLog 2021-06-22 21:55:13 UTC (rev 279151) @@ -1,5 +1,11 @@ 2021-06-22 Jer No

[webkit-changes] [279186] trunk/Source

2021-06-23 Thread jer . noble
unk/Source/WebCore/ChangeLog 2021-06-23 20:44:00 UTC (rev 279185) +++ trunk/Source/WebCore/ChangeLog 2021-06-23 21:21:48 UTC (rev 279186) @@ -1,3 +1,18 @@ +2021-06-23 Jer Noble + +[Cocoa] Make the hostTime parameter to playSession a Monotonic time +https://bugs.webkit.org/show_bug.cgi

[webkit-changes] [279250] trunk

2021-06-24 Thread jer . noble
7:56 UTC (rev 279250) @@ -1,3 +1,17 @@ +2021-06-24 Jer Noble + +[Cocoa] Last few seconds of 'audio/webm; codecs=vorbis' appended to a SampleBuffer are not played +https://bugs.webkit.org/show_bug.cgi?id=226069 + + +Reviewed by Eric Carlson. + +* platform/mac/Tes

[webkit-changes] [277442] trunk

2021-05-13 Thread jer . noble
: trunk/LayoutTests/ChangeLog (277441 => 277442) --- trunk/LayoutTests/ChangeLog 2021-05-13 18:16:14 UTC (rev 277441) +++ trunk/LayoutTests/ChangeLog 2021-05-13 18:23:49 UTC (rev 277442) @@ -1,3 +1,13 @@ +2021-05-13 Jer Noble + +[ macOS Wk2 ] media/media-fragments/TC0051.html is fla

[webkit-changes] [277676] trunk/Source/WebCore

2021-05-18 Thread jer . noble
20:59:35 UTC (rev 277676) @@ -1,3 +1,128 @@ +2021-05-18 Jer Noble + +[GPUP] RemoteAudioSession calls into AVAudioSession when GPUP is enabled, causing hangs +https://bugs.webkit.org/show_bug.cgi?id=223564 + + +Reviewed by Eric Carlson. + +

[webkit-changes] [277588] trunk

2021-05-17 Thread jer . noble
sts/ChangeLog 2021-05-17 18:12:36 UTC (rev 277588) @@ -1,3 +1,13 @@ +2021-05-17 Jer Noble + +MediaSession action handlers aren't treated as having a user gesture +https://bugs.webkit.org/show_bug.cgi?id=225875 + +Reviewed by Eric Carlson. + +* media/media-session/u

[webkit-changes] [277379] trunk/Source/WebCore

2021-05-12 Thread jer . noble
C (rev 277379) @@ -1,3 +1,20 @@ +2021-05-12 Jer Noble + +HTMLMediaElement::mediaLoadingFailedFatally() does direct dispatch of events; should enqueue +https://bugs.webkit.org/show_bug.cgi?id=225700 + + +Reviewed by Eric Carlson. + +In r274559, an up

[webkit-changes] [277390] trunk/Source/WebCore

2021-05-12 Thread jer . noble
/AudioSourceProviderAVFObjC.mm Diff Modified: trunk/Source/WebCore/ChangeLog (277389 => 277390) --- trunk/Source/WebCore/ChangeLog 2021-05-12 21:08:35 UTC (rev 277389) +++ trunk/Source/WebCore/ChangeLog 2021-05-12 21:19:06 UTC (rev 277390) @@ -1,3 +1,20 @@ +2021-05-12 Jer Noble + +TapStorage::l

[webkit-changes] [277573] trunk

2021-05-16 Thread jer . noble
Modified: trunk/Source/WebCore/ChangeLog (277572 => 277573) --- trunk/Source/WebCore/ChangeLog 2021-05-16 17:46:33 UTC (rev 277572) +++ trunk/Source/WebCore/ChangeLog 2021-05-16 20:32:30 UTC (rev 277573) @@ -1,3 +1,64 @@ +2021-05-14 Jer Noble + +MediaSessionCoordinator survives page rel

[webkit-changes] [277122] trunk/Source/WebCore

2021-05-06 Thread jer . noble
Log (277121 => 277122) --- trunk/Source/WebCore/ChangeLog 2021-05-06 21:14:50 UTC (rev 277121) +++ trunk/Source/WebCore/ChangeLog 2021-05-06 21:16:51 UTC (rev 277122) @@ -1,3 +1,20 @@ +2021-05-06 Jer Noble + +REGRESSION (r276870): ASSERTION FAILED: !m_impl || !m_shouldEnableAssertions ||

[webkit-changes] [278223] trunk/Source/WebKit

2021-05-28 Thread jer . noble
021-05-28 Jer Noble + +[Cocoa] Hang in WebM format reader when loading content from https://powerrangers.fandom.com/ +https://bugs.webkit.org/show_bug.cgi?id=226128 + + +Reviewed by Eric Carlson. + +When creating a format reader, MediaToolbox will qu

[webkit-changes] [277784] trunk/Source/WebCore

2021-05-20 Thread jer . noble
.mm Diff Modified: trunk/Source/WebCore/ChangeLog (277783 => 277784) --- trunk/Source/WebCore/ChangeLog 2021-05-20 15:33:12 UTC (rev 277783) +++ trunk/Source/WebCore/ChangeLog 2021-05-20 15:41:41 UTC (rev 277784) @@ -1,3 +1,16 @@ +2021-05-20 Jer Noble + +CRASH: Null-pointer

[webkit-changes] [277867] trunk

2021-05-21 Thread jer . noble
geLog 2021-05-21 17:03:17 UTC (rev 277866) +++ trunk/LayoutTests/ChangeLog 2021-05-21 17:07:44 UTC (rev 277867) @@ -1,3 +1,16 @@ +2021-05-21 Jer Noble + +[Cocoa] Last few seconds of 'audio/webm; codecs=vorbis' appended to a SampleBuffer are not played +https://bugs.webkit.org/sh

[webkit-changes] [278204] trunk/Source/WebKit

2021-05-28 Thread jer . noble
C (rev 278203) +++ trunk/Source/WebKit/ChangeLog 2021-05-28 16:44:34 UTC (rev 278204) @@ -1,3 +1,29 @@ +2021-05-28 Jer Noble + +[Cocoa] HDR variants in HLS playlists not selected when screen is HDR +https://bugs.webkit.org/show_bug.cgi?id=226349 + + +Reviewed by Eric C

[webkit-changes] [278373] trunk/Source/WebKit

2021-06-02 Thread jer . noble
:33:47 UTC (rev 278373) @@ -1,3 +1,17 @@ +2021-06-02 Jer Noble + +REGRESSION(r277217?): ASSERTION FAILED: Unhandled message RemoteLegacyCDMSession_SendError to 10 assertionFailureDueToUnreachableCode +https://bugs.webkit.org/show_bug.cgi?id=226545 + + +Reviewed by E

[webkit-changes] [278374] trunk/Source

2021-06-02 Thread jer . noble
ore/ChangeLog 2021-06-02 21:35:50 UTC (rev 278374) @@ -1,3 +1,21 @@ +2021-06-02 Jer Noble + +REGRESSION(r276993): 5 TestWebKitAPI.AudioRoutingArbitration (api-tests) are constant failures +https://bugs.webkit.org/show_bug.cgi?id=226104 + + +Reviewed by Eric Carl

[webkit-changes] [279375] trunk

2021-06-29 Thread jer . noble
375) @@ -1,3 +1,15 @@ +2021-06-24 Jer Noble + +Loading WebM hangs if server sends only small amount of data +https://bugs.webkit.org/show_bug.cgi?id=226217 + + +Reviewed by Eric Carlson. + +* http/tests/media/resources/.htaccess: Added. +* http/tests/me

[webkit-changes] [279453] trunk/Source

2021-07-01 Thread jer . noble
,14 @@ +2021-07-01 Jer Noble + +[Mac] (Re-)enable GroupActivities after upstreaming +https://bugs.webkit.org/show_bug.cgi?id=227546 + +Reviewed by Eric Carlson. + +Add support for HAVE_GROUP_ACTIVITIES. + +* wtf/PlatformHave.h: + 2021-06-30 Antoine Qu

[webkit-changes] [279833] trunk

2021-07-12 Thread jer . noble
: trunk/Source/WebKit/ChangeLog (279832 => 279833) --- trunk/Source/WebKit/ChangeLog 2021-07-12 17:08:33 UTC (rev 279832) +++ trunk/Source/WebKit/ChangeLog 2021-07-12 17:10:25 UTC (rev 279833) @@ -1,3 +1,22 @@ +2021-07-12 Jer Noble + +[Cocoa] Incorrect deprecation declaration for -[WKWebV

[webkit-changes] [279614] trunk/Source/WebCore

2021-07-06 Thread jer . noble
613) +++ trunk/Source/WebCore/ChangeLog 2021-07-06 20:31:45 UTC (rev 279614) @@ -1,3 +1,29 @@ +2021-07-06 Jer Noble + +MediaPlayer may be left in a non-visible state +https://bugs.webkit.org/show_bug.cgi?id=227711 + +Reviewed by Eric Carlson. + +Prospective fix for possi

[webkit-changes] [279786] trunk/Source

2021-07-09 Thread jer . noble
Modified: trunk/Source/WTF/ChangeLog (279785 => 279786) --- trunk/Source/WTF/ChangeLog 2021-07-09 16:02:33 UTC (rev 279785) +++ trunk/Source/WTF/ChangeLog 2021-07-09 16:46:05 UTC (rev 279786) @@ -1,3 +1,19 @@ +2021-07-09 Jer Noble + +[Cocoa] Make Coordinator playback commands more prec

[webkit-changes] [279796] trunk/Source/WebKit

2021-07-09 Thread jer . noble
Kit/ChangeLog 2021-07-09 21:47:15 UTC (rev 279795) +++ trunk/Source/WebKit/ChangeLog 2021-07-09 21:54:43 UTC (rev 279796) @@ -1,3 +1,26 @@ +2021-07-09 Jer Noble + +[Cocoa] Allow the UIProcess to set logging parameters in the GPUProcess +https://bugs.webkit.org/show_bug.cgi?id=227

[webkit-changes] [279465] trunk/Source/WebKit

2021-07-01 Thread jer . noble
Modified: trunk/Source/WebKit/ChangeLog (279464 => 279465) --- trunk/Source/WebKit/ChangeLog 2021-07-01 15:58:00 UTC (rev 279464) +++ trunk/Source/WebKit/ChangeLog 2021-07-01 16:34:58 UTC (rev 279465) @@ -1,3 +1,21 @@ +2021-07-01 Jer Noble + +[Mac] Adopt async GroupActivity.sessi

[webkit-changes] [277726] trunk

2021-05-19 Thread jer . noble
-19 Jer Noble + +[Mac] MSE-based video pauses when put in background; PiP context menu disabled +https://bugs.webkit.org/show_bug.cgi?id=225958 + + +Reviewed by Eric Carlson. + +* media/media-source/media-source-has-audio-video-expected.txt: Ad

[webkit-changes] [276870] trunk/Source/WebCore

2021-04-30 Thread jer . noble
ore/ChangeLog 2021-05-01 02:11:51 UTC (rev 276870) @@ -1,3 +1,27 @@ +2021-04-30 Jer Noble + +[Cocoa] Calling into -[AVPlayerItem currentTime] is very expensive +https://bugs.webkit.org/show_bug.cgi?id=225254 + +Reviewed by Eric Carlson. + +Calling into -currentT

[webkit-changes] [276883] trunk/Source/WebCore

2021-05-02 Thread jer . noble
unk/Source/WebCore/ChangeLog 2021-05-02 16:04:25 UTC (rev 276883) @@ -1,3 +1,47 @@ +2021-05-02 Jer Noble + +[Perf] Creation of many video elements slows over time +https://bugs.webkit.org/show_bug.cgi?id=225273 + +Reviewed by Eric Carlson. + +In PerformanceTests/Me

[webkit-changes] [276570] trunk/Source/WebKit

2021-04-25 Thread jer . noble
0) --- trunk/Source/WebKit/ChangeLog 2021-04-25 19:17:10 UTC (rev 276569) +++ trunk/Source/WebKit/ChangeLog 2021-04-25 20:32:24 UTC (rev 276570) @@ -1,3 +1,38 @@ +2021-04-25 Jer Noble + +[GPUP][iOS] Silent video playback can interrupt system audio +https://b

[webkit-changes] [276571] trunk/Source/WebKit

2021-04-25 Thread jer . noble
,26 @@ 2021-04-25 Jer Noble +[GPUP] REGRESSION: Selecting play/pause on Spotify.com causes page to reload +https://bugs.webkit.org/show_bug.cgi?id=225023 + + +Reviewed by Darin Adler. + +A zero ObjectIdentifier is apparently invalid, which causes a debug ASS

[webkit-changes] [276978] trunk/Source/WebCore

2021-05-04 Thread jer . noble
77) +++ trunk/Source/WebCore/ChangeLog 2021-05-04 19:29:31 UTC (rev 276978) @@ -1,3 +1,22 @@ +2021-05-04 Jer Noble + +REGRESSION (r276883): [Debug] ASSERTION FAILED: index != notFound in WebCore::PlatformMediaSessionManager::setCurrentSession() +https://bugs.webkit.org/show_bug.

[webkit-changes] [276979] trunk/Source/WebKit

2021-05-04 Thread jer . noble
n.mm Diff Modified: trunk/Source/WebKit/ChangeLog (276978 => 276979) --- trunk/Source/WebKit/ChangeLog 2021-05-04 19:29:31 UTC (rev 276978) +++ trunk/Source/WebKit/ChangeLog 2021-05-04 20:27:10 UTC (rev 276979) @@ -1,3 +1,15 @@ +2021-05-04 Jer Noble + +[Cocoa] Allow HTMLMediaElement pre

[webkit-changes] [276981] trunk/Source/WebCore

2021-05-04 Thread jer . noble
-05-04 20:32:11 UTC (rev 276980) +++ trunk/Source/WebCore/ChangeLog 2021-05-04 20:44:40 UTC (rev 276981) @@ -1,5 +1,21 @@ 2021-05-04 Jer Noble +[Cocoa] Cache the value of MediaPlayerPrivateAVFoundationObjC::assetStatus() +https://bugs.webkit.org/show_bug.cgi?id=225

[webkit-changes] [276993] trunk/Source

2021-05-04 Thread jer . noble
ource/WebCore/ChangeLog 2021-05-04 23:35:49 UTC (rev 276992) +++ trunk/Source/WebCore/ChangeLog 2021-05-04 23:50:04 UTC (rev 276993) @@ -1,3 +1,25 @@ +2021-05-04 Jer Noble + +[Media in GPU Process] Move AudioSessionRoutingArbitratorProxy to the GPU process +https://bugs.webkit.org/sh

[webkit-changes] [272544] trunk/Source/WebCore

2021-02-08 Thread jer . noble
Modified: trunk/Source/WebCore/ChangeLog (272543 => 272544) --- trunk/Source/WebCore/ChangeLog 2021-02-08 21:24:38 UTC (rev 272543) +++ trunk/Source/WebCore/ChangeLog 2021-02-08 21:25:37 UTC (rev 272544) @@ -1,3 +1,18 @@ +2021-02-08 Jer Noble + +[Cocoa] Encrypted media segments sho

[webkit-changes] [272709] trunk/Source

2021-02-10 Thread jer . noble
-11 07:24:24 UTC (rev 272709) @@ -1,3 +1,21 @@ +2021-02-10 Jer Noble + +Move AudioHardwareListener into the GPU Process +https://bugs.webkit.org/show_bug.cgi?id=221455 + +Reviewed by Eric Carlson. + +Allow clients to override the creation met

[webkit-changes] [275101] trunk/Source/WebKit

2021-03-26 Thread jer . noble
rev 275101) @@ -1,3 +1,15 @@ +2021-03-26 Jer Noble + +[Cocoa] Enable the UseGPUProcessForMedia preference by default +https://bugs.webkit.org/show_bug.cgi?id=223771 + +Reviewed by Eric Carlson. + +* FeatureFlags/WebKit-ios.plist: +* FeatureFlags/Web

[webkit-changes] [275153] trunk/Source/WebCore

2021-03-28 Thread jer . noble
,16 @@ +2021-03-28 Jer Noble + +[Cocoa] Exception thrown from -setShouldProvideMediaDataForTrackID: +https://bugs.webkit.org/show_bug.cgi?id=223859 + + +Reviewed by Eric Carlson. + +Protect against undocumented exceptions thrown f

[webkit-changes] [275210] trunk/Source/WebKit

2021-03-30 Thread jer . noble
Log 2021-03-30 17:07:47 UTC (rev 275209) +++ trunk/Source/WebKit/ChangeLog 2021-03-30 17:10:11 UTC (rev 275210) @@ -1,3 +1,25 @@ +2021-03-30 Jer Noble + +MediaSessionCoordinatorPrivateProxy should have a Client +https://bugs.webkit.org/show_bug.cgi?id=223935 + +Reviewed by E

[webkit-changes] [275455] trunk/Source/WebKit

2021-04-05 Thread jer . noble
/Cocoa/WebProcessProxyCocoa.mm Diff Modified: trunk/Source/WebKit/ChangeLog (275454 => 275455) --- trunk/Source/WebKit/ChangeLog 2021-04-05 23:56:04 UTC (rev 275454) +++ trunk/Source/WebKit/ChangeLog 2021-04-06 00:00:10 UTC (rev 275455) @@ -1,3 +1,16 @@ +2021-04-05 Jer Noble + +[Co

[webkit-changes] [275458] trunk/Source

2021-04-05 Thread jer . noble
ore/ChangeLog 2021-04-06 00:09:31 UTC (rev 275457) +++ trunk/Source/WebCore/ChangeLog 2021-04-06 00:11:27 UTC (rev 275458) @@ -1,3 +1,28 @@ +2021-04-05 Jer Noble + +[MediaSession] Small refactoring of MediaSession implementation classes +https://bugs.webkit.org/show_bug.cgi?id=224

[webkit-changes] [275571] trunk/Source

2021-04-06 Thread jer . noble
unk/Source/WebCore/ChangeLog 2021-04-06 23:51:54 UTC (rev 275571) @@ -1,3 +1,20 @@ +2021-04-06 Jer Noble + +[MediaSession] Add optional mediaTime and hostTime arguments to the playSession() command. +https://bugs.webkit.org/show_bug.cgi?id=224173 + +Reviewed by Eric Carl

[webkit-changes] [275592] trunk/Source/WebKit

2021-04-07 Thread jer . noble
592) --- trunk/Source/WebKit/ChangeLog 2021-04-07 07:42:44 UTC (rev 275591) +++ trunk/Source/WebKit/ChangeLog 2021-04-07 08:30:32 UTC (rev 275592) @@ -1,3 +1,11 @@ +2021-04-07 Jer Noble + +Unreviewed build fix after r275571 and r275537, which introduced conflicting chan

[webkit-changes] [275573] trunk/Source/WebCore

2021-04-06 Thread jer . noble
:02 UTC (rev 275573) @@ -1,5 +1,14 @@ 2021-04-06 Jer Noble +Unreviewed build fix after 275571: add declaration for new method (and make the constness match). + +* Modules/mediasession/MediaSessionCoordinator.cpp: +(WebCore::MediaSessionCoordina

[webkit-changes] [275448] trunk/Source/WebKit

2021-04-02 Thread jer . noble
448) --- trunk/Source/WebKit/ChangeLog 2021-04-02 22:39:22 UTC (rev 275447) +++ trunk/Source/WebKit/ChangeLog 2021-04-02 22:44:37 UTC (rev 275448) @@ -1,3 +1,19 @@ +2021-04-02 Jer Noble + +[GPUP] Power regression: audio hardware is configured for 128 frame preferred buffer size during VideoAu

[webkit-changes] [275223] trunk/Source/WebKit

2021-03-30 Thread jer . noble
222) +++ trunk/Source/WebKit/ChangeLog 2021-03-30 19:04:07 UTC (rev 275223) @@ -1,3 +1,9 @@ +2021-03-30 Jer Noble + +Unreviewed build fix after r275210. Disambiguate the WeakPtrFactory in RemoteMediaSessionCoordinatorProxy with a using statement. + +* UIProcess/Me

[webkit-changes] [274891] trunk

2021-03-23 Thread jer . noble
unk/LayoutTests/ChangeLog 2021-03-23 19:19:44 UTC (rev 274890) +++ trunk/LayoutTests/ChangeLog 2021-03-23 19:21:07 UTC (rev 274891) @@ -1,3 +1,13 @@ +2021-03-23 Jer Noble + +[GPUP] 2 web audio WPT tests fail when media in GPU Process is enabled +https://bugs.webkit.org/show_bug.cgi?id=221

[webkit-changes] [274902] trunk/Source/WebCore

2021-03-23 Thread jer . noble
ev 274902) @@ -1,3 +1,32 @@ +2021-03-23 Jer Noble + +[Cocoa][Opus] Protect against variable frame duration packets +https://bugs.webkit.org/show_bug.cgi?id=223623 + +Reviewed by Eric Carlson. + +Because frames-per-packet and frame duration are carried within the TO

[webkit-changes] [274378] trunk/Source/WebKit

2021-03-12 Thread jer . noble
Source/WebKit/Shared/mac/MediaFormatReader/MediaTrackReader.cpp Diff Modified: trunk/Source/WebKit/ChangeLog (274377 => 274378) --- trunk/Source/WebKit/ChangeLog 2021-03-13 02:26:50 UTC (rev 274377) +++ trunk/Source/WebKit/ChangeLog 2021-03-13 02:29:53 UTC (rev 274378) @@ -1,3 +1,25 @@

[webkit-changes] [274460] trunk

2021-03-15 Thread jer . noble
/FullscreenRemoveNodeBeforeEnter.mm Diff Modified: trunk/Source/WebCore/ChangeLog (274459 => 274460) --- trunk/Source/WebCore/ChangeLog 2021-03-16 02:01:13 UTC (rev 274459) +++ trunk/Source/WebCore/ChangeLog 2021-03-16 03:03:22 UTC (rev 274460) @@ -1,3 +1,21 @@ +2021-03-15 Jer No

[webkit-changes] [274485] trunk/Source/WebCore

2021-03-16 Thread jer . noble
ore/ChangeLog 2021-03-16 16:44:39 UTC (rev 274484) +++ trunk/Source/WebCore/ChangeLog 2021-03-16 16:53:47 UTC (rev 274485) @@ -1,3 +1,29 @@ +2021-03-16 Jer Noble + +[Cocoa] YouTube audio stalls occasionally +https://bugs.webkit.org/show_bug.cgi?id=223233 + + +Reviewed by E

[webkit-changes] [274237] trunk/Source/ThirdParty/libwebrtc

2021-03-10 Thread jer . noble
1,3 +1,29 @@ +2021-03-10 Jer Noble + +CRASH in MergeUVRow_AVX2 +https://bugs.webkit.org/show_bug.cgi?id=222996 + + +Reviewed by Geoff Garen. + +Crash logging shows occasional crashes in MergeUVRow_AVX2. These crashes all occur when +call

[webkit-changes] [274732] trunk

2021-03-19 Thread jer . noble
732) --- trunk/LayoutTests/ChangeLog 2021-03-19 19:21:17 UTC (rev 274731) +++ trunk/LayoutTests/ChangeLog 2021-03-19 19:22:26 UTC (rev 274732) @@ -1,3 +1,13 @@ +2021-03-19 Jer Noble + +[GPUP] platform/mac/media/encrypted-media/fps-clearkey-crash.html is a flaky timeout +ht

[webkit-changes] [274734] trunk

2021-03-19 Thread jer . noble
Diff Modified: trunk/LayoutTests/ChangeLog (274733 => 274734) --- trunk/LayoutTests/ChangeLog 2021-03-19 19:30:57 UTC (rev 274733) +++ trunk/LayoutTests/ChangeLog 2021-03-19 19:55:02 UTC (rev 274734) @@ -1,3 +1,13 @@ +2021-03-19 Jer Noble + +Many media/media-fragments/ te

[webkit-changes] [274435] trunk/Source

2021-03-15 Thread jer . noble
PAL/ChangeLog 2021-03-15 20:38:55 UTC (rev 274435) @@ -1,3 +1,14 @@ +2021-03-15 Jer Noble + +[Cocoa] Adopt AudioComponentApplyServerRegistrations() +https://bugs.webkit.org/show_bug.cgi?id=223188 + + +Reviewed by Eric Carlson. + +* pal/cf/AudioToolboxSoftLink.

[webkit-changes] [274588] trunk/Source/WebCore

2021-03-17 Thread jer . noble
-17 Jer Noble + +Add logging to FullscreenManager. +https://bugs.webkit.org/show_bug.cgi?id=223389 + +Reviewed by Eric Carlson. + +* dom/FullscreenManager.cpp: +(WebCore::logClassName): +(WebCore::logChannel): +(WebCore::m_logIdentif

[webkit-changes] [273498] trunk/Source/WebCore

2021-02-25 Thread jer . noble
bjc/MediaPlayerPrivateAVFoundationObjC.mm Diff Modified: trunk/Source/WebCore/ChangeLog (273497 => 273498) --- trunk/Source/WebCore/ChangeLog 2021-02-25 19:09:32 UTC (rev 273497) +++ trunk/Source/WebCore/ChangeLog 2021-02-25 19:42:55 UTC (rev 273498) @@ -1,3 +1,23 @@ +2021-02-25 Jer Noble + +[iOS] Crash when p

[webkit-changes] [273513] trunk

2021-02-25 Thread jer . noble
1,3 +1,16 @@ +2021-02-25 Jer Noble + +[Cocoa] Appending a partial segment of a WebM audio file results in no additional samples +https://bugs.webkit.org/show_bug.cgi?id=222407 + + +Reviewed by Eric Carlson. + +* platform/mac-bigsur/media/media-source/content/t

[webkit-changes] [274117] trunk/Source/WebKit

2021-03-08 Thread jer . noble
C (rev 274116) +++ trunk/Source/WebKit/ChangeLog 2021-03-09 00:15:45 UTC (rev 274117) @@ -1,3 +1,32 @@ +2021-03-08 Jer Noble + +[Cocoa][GPUP] Enable WebM/Vorbis/Opus in the GPU process +https://bugs.webkit.org/show_bug.cgi?id=222926 + +Reviewed by Eric Carlson. + +T

[webkit-changes] [273568] trunk/Source

2021-02-26 Thread jer . noble
dified: trunk/Source/WebCore/ChangeLog (273567 => 273568) --- trunk/Source/WebCore/ChangeLog 2021-02-26 18:44:25 UTC (rev 273567) +++ trunk/Source/WebCore/ChangeLog 2021-02-26 19:28:35 UTC (rev 273568) @@ -1,3 +1,36 @@ +2021-02-26 Jer Noble + +[GPUP] Allow painting of GPUP hosted v

[webkit-changes] [275661] trunk/Source/WebKit

2021-04-08 Thread jer . noble
WebKit.xcodeproj/project.pbxproj Diff Modified: trunk/Source/WebKit/ChangeLog (275660 => 275661) --- trunk/Source/WebKit/ChangeLog 2021-04-08 17:03:53 UTC (rev 275660) +++ trunk/Source/WebKit/ChangeLog 2021-04-08 18:15:05 UTC (rev 275661) @@ -1,3 +1,15 @@ +2021-04-08 Jer Noble + +[Sw

[webkit-changes] [275614] trunk/Source/WebKit

2021-04-07 Thread jer . noble
2021-04-07 17:58:00 UTC (rev 275613) +++ trunk/Source/WebKit/ChangeLog 2021-04-07 18:20:27 UTC (rev 275614) @@ -1,3 +1,23 @@ +2021-04-07 Jer Noble + +[Cocoa] Add WebKitAdditions sources to project +https://bugs.webkit.org/show_bug.cgi?id=223803 + +Reviewed by

[webkit-changes] [275623] trunk/Source/WebCore/PAL

2021-04-07 Thread jer . noble
UTC (rev 275622) +++ trunk/Source/WebCore/PAL/ChangeLog 2021-04-07 20:07:14 UTC (rev 275623) @@ -1,3 +1,10 @@ +2021-04-07 Jer Noble + +Unreviewed build fix after r275614; add soft linked class. + +* pal/cocoa/AVFoundationSoftLink.h: +* pal/cocoa/AVFoundationSoftLink.mm: + 2

[webkit-changes] [275645] trunk/Source/WebKit

2021-04-07 Thread jer . noble
:06 UTC (rev 275645) @@ -1,3 +1,9 @@ +2021-04-07 Jer Noble + +Unreviewed build fix after r275614; make sure SWIFT_VERSION is defined inside the WebKitSwift build target. + +* Configurations/WebKitSwift.xcconfig: + 2021-04-07 Ada Chan [WebXR] Introduce XRDeviceIdentif

[webkit-changes] [275783] trunk/Source/WebKit

2021-04-09 Thread jer . noble
Kit/ChangeLog 2021-04-09 23:33:30 UTC (rev 275783) @@ -1,3 +1,12 @@ +2021-04-09 Jer Noble + +[Cocoa] Don't set LD_RUNPATH_SEARCH_PATHS in the WebKit project file. +https://bugs.webkit.org/show_bug.cgi?id=224392 + +Reviewed by Eric Carlson. + +* WebKit.xcodep

[webkit-changes] [276281] trunk/Source/WebKit

2021-04-19 Thread jer . noble
Kit/ChangeLog 2021-04-20 01:02:01 UTC (rev 276280) +++ trunk/Source/WebKit/ChangeLog 2021-04-20 02:26:20 UTC (rev 276281) @@ -1,3 +1,25 @@ +2021-04-19 Jer Noble + +[iOS] Media playback continues after backgrounding hosting application +https://bugs.webkit.org/show_bug.cgi?id=224

[webkit-changes] [275898] trunk/Source/WebKit

2021-04-13 Thread jer . noble
Kit/ChangeLog 2021-04-13 18:35:32 UTC (rev 275897) +++ trunk/Source/WebKit/ChangeLog 2021-04-13 19:10:07 UTC (rev 275898) @@ -1,3 +1,13 @@ +2021-04-13 Jer Noble + +[Cocoa] remove link-time dependency on WebKitSwift +https://bugs.webkit.org/show_bug.cgi?id=224493 + +Reviewed by E

[webkit-changes] [275918] trunk/Source/WebKit

2021-04-13 Thread jer . noble
1,9 @@ +2021-04-13 Jer Noble + +Unreviewed build fix after r275898; remove unnecessary files from the project. + +* WebKit.xcodeproj/project.pbxproj: + 2021-04-13 Alex Christensen WebProcessPool should store Vector> instead of Vector Modified: trunk/Source/

[webkit-changes] [275775] trunk/Source

2021-04-09 Thread jer . noble
UTC (rev 275774) +++ trunk/Source/WTF/ChangeLog 2021-04-09 20:31:51 UTC (rev 275775) @@ -1,3 +1,17 @@ +2021-04-09 Jer Noble + +WTF SoftLinking macros can cause collisions with their target functions +https://bugs.webkit.org/show_bug.cgi?id=224379 + + +Reviewed by E

[webkit-changes] [275934] trunk

2021-04-14 Thread jer . noble
utTests/ChangeLog 2021-04-14 06:24:06 UTC (rev 275934) @@ -1,3 +1,14 @@ +2021-04-13 Jer Noble + +[GPUP] MediaSource.addSourceBuffer() will throw if given the same parameter as a previous call to HTMLMediaElement.canPlayType() +https://bugs.webkit.org/show_bug.cgi?id

[webkit-changes] [272439] trunk/Source/WebCore

2021-02-05 Thread jer . noble
021-02-05 22:40:21 UTC (rev 272439) @@ -1,3 +1,30 @@ +2021-02-05 Jer Noble + +[Cocoa] CRASH in MediaPlayerPrivateMediaSourceAVFObjC::removeAudioRenderer() +https://bugs.webkit.org/show_bug.cgi?id=221490 + + +Reviewed by Eric Carlson. + +Add null-che

[webkit-changes] [272822] trunk

2021-02-12 Thread jer . noble
Modified: trunk/LayoutTests/ChangeLog (272821 => 272822) --- trunk/LayoutTests/ChangeLog 2021-02-12 23:52:59 UTC (rev 272821) +++ trunk/LayoutTests/ChangeLog 2021-02-13 00:29:35 UTC (rev 272822) @@ -1,3 +1,13 @@ +2021-02-12 Jer Noble + +[Mac] Unable to play WebM/Opus generated from Chr

[webkit-changes] [272808] trunk/Source/WebKit

2021-02-12 Thread jer . noble
/ChangeLog (272807 => 272808) --- trunk/Source/WebKit/ChangeLog 2021-02-12 21:49:17 UTC (rev 272807) +++ trunk/Source/WebKit/ChangeLog 2021-02-12 21:52:10 UTC (rev 272808) @@ -1,3 +1,16 @@ +2021-02-12 Jer Noble + +[Mac] Update Opus setting after a preference change. +ht

[webkit-changes] [272829] trunk

2021-02-12 Thread jer . noble
829) --- trunk/LayoutTests/ChangeLog 2021-02-13 02:16:44 UTC (rev 272828) +++ trunk/LayoutTests/ChangeLog 2021-02-13 04:36:29 UTC (rev 272829) @@ -1,3 +1,14 @@ +2021-02-12 Jer Noble + +[Mac] Sound does not play on YouTube after switching back to foreground +https://bugs.webkit.

<    11   12   13   14   15   16   17   18   19   20   >