Title: [182771] trunk/Source/WebCore
Revision
182771
Author
[email protected]
Date
2015-04-13 17:11:58 -0700 (Mon, 13 Apr 2015)

Log Message

Unreviewed. Set the title text of the placard added in r182631.
https://bugs.webkit.org/show_bug.cgi?id=143585.
<rdar://problem/12067439>

* Modules/mediacontrols/mediaControlsApple.js:
(Controller.prototype.updateWirelessPlaybackStatus):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (182770 => 182771)


--- trunk/Source/WebCore/ChangeLog	2015-04-14 00:08:29 UTC (rev 182770)
+++ trunk/Source/WebCore/ChangeLog	2015-04-14 00:11:58 UTC (rev 182771)
@@ -1,3 +1,12 @@
+2015-04-13  Roger Fong  <[email protected]>
+
+        Unreviewed. Set the title text of the placard added in r182631.
+        https://bugs.webkit.org/show_bug.cgi?id=143585.
+        <rdar://problem/12067439>
+
+        * Modules/mediacontrols/mediaControlsApple.js:
+        (Controller.prototype.updateWirelessPlaybackStatus):
+
 2015-04-10  Brent Fulgham  <[email protected]>
 
         Expand test infrastructure to support scrolling tests

Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js (182770 => 182771)


--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js	2015-04-14 00:08:29 UTC (rev 182770)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js	2015-04-14 00:11:58 UTC (rev 182771)
@@ -1752,6 +1752,7 @@
                 deviceName = this.UIString('##TVOUT_DEVICE_NAME##');
             }
 
+            this.controls.inlinePlaybackPlaceholderTextTop.innerText = deviceType;
             this.controls.inlinePlaybackPlaceholderTextBottom.innerText = deviceName;
             this.controls.inlinePlaybackPlaceholder.setAttribute('aria-label', deviceType + ", " + deviceName);
             this.controls.inlinePlaybackPlaceholder.classList.remove(this.ClassNames.hidden);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to