Title: [171701] trunk/Source/WebCore/ChangeLog
Revision
171701
Author
bfulg...@apple.com
Date
2014-07-28 14:58:42 -0700 (Mon, 28 Jul 2014)

Log Message

[Mac, iOS] Paint-on closed captions get out-of-order in Safari
https://bugs.webkit.org/show_bug.cgi?id=135332
<rdar://problem/15317278>

Reviewed by Jer Noble.

* html/shadow/MediaControlElements.cpp:
(WebCore::MediaControlTextTrackContainerElement::updateDisplay): If the
number of active cues is greater than the current set of CSS boxes representing
the cues, throw away the CSS boxes and re-layout all the cues.
* html/track/InbandGenericTextTrack.cpp:
(WebCore::InbandGenericTextTrack::addGenericCue): Add some logging.
(WebCore::InbandGenericTextTrack::removeGenericCue): Ditto.
* html/track/TextTrackCueGeneric.cpp:
(WebCore::TextTrackCueGeneric::isOrderedBefore): Revise ordering rules so that we put
newer cues earlier in the layout order so they are drawn towards the bottom
of the screen. Only do this for Generic captions.
* platform/graphics/avfoundation/InbandTextTrackPrivateAVF.cpp:
(WebCore::InbandTextTrackPrivateAVF::processAttributedStrings): Adjust logging
messages.
(WebCore::InbandTextTrackPrivateAVF::removeCompletedCues): Add logging.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (171700 => 171701)


--- trunk/Source/WebCore/ChangeLog	2014-07-28 21:58:18 UTC (rev 171700)
+++ trunk/Source/WebCore/ChangeLog	2014-07-28 21:58:42 UTC (rev 171701)
@@ -4,7 +4,7 @@
         https://bugs.webkit.org/show_bug.cgi?id=135332
         <rdar://problem/15317278>
 
-        Reviewed by Brent Fulgham.
+        Reviewed by Jer Noble.
 
         * html/shadow/MediaControlElements.cpp:
         (WebCore::MediaControlTextTrackContainerElement::updateDisplay): If the
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to