Title: [206028] trunk
- Revision
- 206028
- Author
- [email protected]
- Date
- 2016-09-16 09:45:04 -0700 (Fri, 16 Sep 2016)
Log Message
[media-source] Fix imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html
https://bugs.webkit.org/show_bug.cgi?id=162038
Reviewed by Eric Carlson.
Source/WebCore:
The timestampOffset property is no longer specified as an 'unrestricted' double.
* Modules/mediasource/SourceBuffer.idl:
LayoutTests:
* platform/mac/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (206027 => 206028)
--- trunk/LayoutTests/ChangeLog 2016-09-16 16:40:43 UTC (rev 206027)
+++ trunk/LayoutTests/ChangeLog 2016-09-16 16:45:04 UTC (rev 206028)
@@ -1,3 +1,12 @@
+2016-09-16 Jer Noble <[email protected]>
+
+ [media-source] Fix imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html
+ https://bugs.webkit.org/show_bug.cgi?id=162038
+
+ Reviewed by Eric Carlson.
+
+ * platform/mac/TestExpectations:
+
2016-09-16 Chris Dumez <[email protected]>
Cloning a textarea does not clone the textarea's value
Modified: trunk/LayoutTests/platform/mac/TestExpectations (206027 => 206028)
--- trunk/LayoutTests/platform/mac/TestExpectations 2016-09-16 16:40:43 UTC (rev 206027)
+++ trunk/LayoutTests/platform/mac/TestExpectations 2016-09-16 16:45:04 UTC (rev 206028)
@@ -1054,6 +1054,7 @@
[ Yosemite+ ] imported/w3c/web-platform-tests/media-source/mediasource-play.html [ Pass ]
[ Yosemite+ ] imported/w3c/web-platform-tests/media-source/mediasource-remove.html [ Pass ]
[ Yosemite+ ] imported/w3c/web-platform-tests/media-source/mediasource-sourcebufferlist.html [ Pass ]
+[ Yosemite+ ] imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html [ Pass ]
# Flaky Media Source tests
webkit.org/b/149816 [ Yosemite+ ] imported/w3c/web-platform-tests/media-source/SourceBuffer-abort-updating.html [ Pass Timeout ]
Modified: trunk/Source/WebCore/ChangeLog (206027 => 206028)
--- trunk/Source/WebCore/ChangeLog 2016-09-16 16:40:43 UTC (rev 206027)
+++ trunk/Source/WebCore/ChangeLog 2016-09-16 16:45:04 UTC (rev 206028)
@@ -1,3 +1,14 @@
+2016-09-16 Jer Noble <[email protected]>
+
+ [media-source] Fix imported/w3c/web-platform-tests/media-source/mediasource-timestamp-offset.html
+ https://bugs.webkit.org/show_bug.cgi?id=162038
+
+ Reviewed by Eric Carlson.
+
+ The timestampOffset property is no longer specified as an 'unrestricted' double.
+
+ * Modules/mediasource/SourceBuffer.idl:
+
2016-09-16 Per Arne Vollan <[email protected]>
[Win] Compile fix.
Modified: trunk/Source/WebCore/Modules/mediasource/SourceBuffer.idl (206027 => 206028)
--- trunk/Source/WebCore/Modules/mediasource/SourceBuffer.idl 2016-09-16 16:40:43 UTC (rev 206027)
+++ trunk/Source/WebCore/Modules/mediasource/SourceBuffer.idl 2016-09-16 16:45:04 UTC (rev 206028)
@@ -48,7 +48,7 @@
[GetterRaisesException] readonly attribute TimeRanges buffered;
// Applies an offset to media segment timestamps.
- [SetterRaisesException] attribute unrestricted double timestampOffset;
+ [SetterRaisesException] attribute double timestampOffset;
// Track support
[Conditional=VIDEO_TRACK] readonly attribute AudioTrackList audioTracks;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes