Title: [184403] trunk/Source/WebCore
- Revision
- 184403
- Author
- [email protected]
- Date
- 2015-05-15 12:07:28 -0700 (Fri, 15 May 2015)
Log Message
Unreviewed. Revert part of r184361.
* Modules/mediacontrols/mediaControlsApple.js:
(Controller.prototype.configureInlineControls):
HI wants the buttons flipped.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (184402 => 184403)
--- trunk/Source/WebCore/ChangeLog 2015-05-15 18:44:12 UTC (rev 184402)
+++ trunk/Source/WebCore/ChangeLog 2015-05-15 19:07:28 UTC (rev 184403)
@@ -1,3 +1,11 @@
+2015-05-15 Roger Fong <[email protected]>
+
+ Unreviewed. Revert part of r184361.
+
+ * Modules/mediacontrols/mediaControlsApple.js:
+ (Controller.prototype.configureInlineControls):
+ HI wants the buttons flipped.
+
2015-05-15 Sungmann Cho <[email protected]>
Fix trivial typo in TextEncodingDetectorICU.cpp.
Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js (184402 => 184403)
--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js 2015-05-15 18:44:12 UTC (rev 184402)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.js 2015-05-15 19:07:28 UTC (rev 184403)
@@ -527,9 +527,9 @@
this.controls.panel.appendChild(this.controls.panelBackgroundContainer);
this.controls.panelBackgroundContainer.appendChild(this.controls.panelBackground);
this.controls.panelBackgroundContainer.appendChild(this.controls.panelTint);
+ this.controls.panel.appendChild(this.controls.playButton);
if (!this.isLive)
this.controls.panel.appendChild(this.controls.rewindButton);
- this.controls.panel.appendChild(this.controls.playButton);
this.controls.panel.appendChild(this.controls.statusDisplay);
if (!this.isLive) {
this.controls.panel.appendChild(this.controls.timelineBox);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes