Title: [190814] branches/safari-601.1.46-branch/LayoutTests
- Revision
- 190814
- Author
- [email protected]
- Date
- 2015-10-09 12:56:59 -0700 (Fri, 09 Oct 2015)
Log Message
Roll out r190438. rdar://problem/22865007
Modified Paths
Diff
Modified: branches/safari-601.1.46-branch/LayoutTests/ChangeLog (190813 => 190814)
--- branches/safari-601.1.46-branch/LayoutTests/ChangeLog 2015-10-09 19:55:28 UTC (rev 190813)
+++ branches/safari-601.1.46-branch/LayoutTests/ChangeLog 2015-10-09 19:56:59 UTC (rev 190814)
@@ -1,5 +1,9 @@
2015-10-09 Babak Shafiei <[email protected]>
+ Roll out r190438.
+
+2015-10-09 Babak Shafiei <[email protected]>
+
Roll out r190604.
2015-10-08 Matthew Hanson <[email protected]>
Modified: branches/safari-601.1.46-branch/LayoutTests/webaudio/audiocontext-state-interrupted-expected.txt (190813 => 190814)
--- branches/safari-601.1.46-branch/LayoutTests/webaudio/audiocontext-state-interrupted-expected.txt 2015-10-09 19:55:28 UTC (rev 190813)
+++ branches/safari-601.1.46-branch/LayoutTests/webaudio/audiocontext-state-interrupted-expected.txt 2015-10-09 19:56:59 UTC (rev 190814)
@@ -8,7 +8,7 @@
PASS context.state is "running"
Test 1: resume() while interrupted is resolved after the interruption ends.
-internals.beginMediaSessionInterruption("System")
+internals.beginMediaSessionInterruption()
EVENT statechange
PASS context.state is "interrupted"
internals.setMediaSessionRestrictions("WebAudio", "InterruptedPlaybackNotPermitted")
@@ -20,7 +20,7 @@
PASS context.state is "running"
Test 2: resume() while interrupted will cause interruption to end.
-internals.beginMediaSessionInterruption("System")
+internals.beginMediaSessionInterruption()
EVENT statechange
PASS context.state is "interrupted"
internals.setMediaSessionRestrictions("WebAudio", "")
@@ -29,7 +29,7 @@
PASS context.state is "running"
Test 3: running AudioContexts will not resume after an interruption ends.
-internals.beginMediaSessionInterruption("System")
+internals.beginMediaSessionInterruption()
EVENT statechange
PASS context.state is "interrupted"
internals.endMediaSessionInterruption("")
@@ -37,7 +37,7 @@
PASS context.state is "suspended"
Test 4: resume() while interrupted will not resume playback after an interruption.
-internals.beginMediaSessionInterruption("System")
+internals.beginMediaSessionInterruption()
EVENT statechange
PASS context.state is "interrupted"
Calling context.resume()
Modified: branches/safari-601.1.46-branch/LayoutTests/webaudio/audiocontext-state-interrupted.html (190813 => 190814)
--- branches/safari-601.1.46-branch/LayoutTests/webaudio/audiocontext-state-interrupted.html 2015-10-09 19:55:28 UTC (rev 190813)
+++ branches/safari-601.1.46-branch/LayoutTests/webaudio/audiocontext-state-interrupted.html 2015-10-09 19:56:59 UTC (rev 190814)
@@ -43,7 +43,7 @@
context._onstatechange_ = firstInterruptionStarted;
if (window.internals)
- evalAndLog('internals.beginMediaSessionInterruption("System")');
+ evalAndLog('internals.beginMediaSessionInterruption()');
}
@@ -74,7 +74,7 @@
context._onstatechange_ = secondInterruptionStarted;
if (window.internals)
- evalAndLog('internals.beginMediaSessionInterruption("System")');
+ evalAndLog('internals.beginMediaSessionInterruption()');
}
function secondInterruptionStarted(e) {
@@ -98,7 +98,7 @@
context._onstatechange_ = thirdInterruptionStarted;
if (window.internals)
- evalAndLog('internals.beginMediaSessionInterruption("System")');
+ evalAndLog('internals.beginMediaSessionInterruption()');
}
function thirdInterruptionStarted() {
@@ -119,7 +119,7 @@
context._onstatechange_ = fourthInterruptionStarted;
if (window.internals)
- evalAndLog('internals.beginMediaSessionInterruption("System")');
+ evalAndLog('internals.beginMediaSessionInterruption()');
}
function fourthInterruptionStarted() {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes