Title: [187309] branches/safari-601.1-branch/Source/WebCore
- Revision
- 187309
- Author
- [email protected]
- Date
- 2015-07-24 00:54:02 -0700 (Fri, 24 Jul 2015)
Log Message
Merge r187144. rdar://problem/21931728
Modified Paths
Diff
Modified: branches/safari-601.1-branch/Source/WebCore/ChangeLog (187308 => 187309)
--- branches/safari-601.1-branch/Source/WebCore/ChangeLog 2015-07-24 07:54:00 UTC (rev 187308)
+++ branches/safari-601.1-branch/Source/WebCore/ChangeLog 2015-07-24 07:54:02 UTC (rev 187309)
@@ -1,3 +1,21 @@
+2015-07-24 Matthew Hanson <[email protected]>
+
+ Merge r187144. rdar://problem/21931728
+
+ 2015-07-21 Dean Jackson <[email protected]>
+
+ Default media controls use a serif font, which seems wrong
+ https://bugs.webkit.org/show_bug.cgi?id=147179
+ <rdar://problem/21931728>
+
+ Reviewed by Simon Fraser.
+
+ The captions menu (and other text) should use a system style,
+ -webkit-small-control.
+
+ * Modules/mediacontrols/mediaControlsApple.css:
+ (::-webkit-media-controls):
+
2015-07-24 Lucas Forschler <[email protected]>
Merge r187133
Modified: branches/safari-601.1-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (187308 => 187309)
--- branches/safari-601.1-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css 2015-07-24 07:54:00 UTC (rev 187308)
+++ branches/safari-601.1-branch/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css 2015-07-24 07:54:02 UTC (rev 187309)
@@ -56,6 +56,7 @@
-webkit-align-items: stretch;
-webkit-justify-content: flex-end;
-webkit-flex-direction: column;
+ font: -webkit-small-control;
white-space: nowrap;
-webkit-font-smoothing: subpixel-antialiased;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes