Title: [203594] branches/safari-602-branch/Source/WebCore
- Revision
- 203594
- Author
- [email protected]
- Date
- 2016-07-22 02:50:13 -0700 (Fri, 22 Jul 2016)
Log Message
Merge r203548. rdar://problem/27474031
Modified Paths
Diff
Modified: branches/safari-602-branch/Source/WebCore/ChangeLog (203593 => 203594)
--- branches/safari-602-branch/Source/WebCore/ChangeLog 2016-07-22 09:50:10 UTC (rev 203593)
+++ branches/safari-602-branch/Source/WebCore/ChangeLog 2016-07-22 09:50:13 UTC (rev 203594)
@@ -1,5 +1,19 @@
2016-07-22 Babak Shafiei <[email protected]>
+ Merge r203548. rdar://problem/27474031
+
+ 2016-07-21 Darin Adler <[email protected]>
+
+ Remove unneeded content attribute name "playsinline"
+ https://bugs.webkit.org/show_bug.cgi?id=160069
+
+ Reviewed by Chris Dumez.
+
+ * html/HTMLVideoElement.idl: Removed explicit content attribute name on Reflect
+ attribute since it is the same as the name that the code generator will generate.
+
+2016-07-22 Babak Shafiei <[email protected]>
+
Merge r203511. rdar://problem/27474031
2016-07-21 Chris Dumez <[email protected]>
Modified: branches/safari-602-branch/Source/WebCore/html/HTMLVideoElement.idl (203593 => 203594)
--- branches/safari-602-branch/Source/WebCore/html/HTMLVideoElement.idl 2016-07-22 09:50:10 UTC (rev 203593)
+++ branches/safari-602-branch/Source/WebCore/html/HTMLVideoElement.idl 2016-07-22 09:50:13 UTC (rev 203594)
@@ -33,7 +33,7 @@
readonly attribute unsigned long videoHeight;
[Reflect, URL] attribute DOMString poster;
- [Reflect=playsinline] attribute boolean playsInline;
+ [Reflect] attribute boolean playsInline;
readonly attribute boolean webkitSupportsFullscreen;
readonly attribute boolean webkitDisplayingFullscreen;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes