Title: [152181] trunk/Source/WebCore
Revision
152181
Author
[email protected]
Date
2013-06-28 11:47:55 -0700 (Fri, 28 Jun 2013)

Log Message

Unreviewed, rolling out r152135.
http://trac.webkit.org/changeset/152135
https://bugs.webkit.org/show_bug.cgi?id=118199

Rolling out temporary patch used for debugging the test bots
(Requested by rfong on #webkit).

* platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
(WebCore::MediaPlayerPrivateAVFoundation::load):
* platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
(WebCore::MediaPlayerPrivateQuickTimeVisualContext::load):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (152180 => 152181)


--- trunk/Source/WebCore/ChangeLog	2013-06-28 18:08:13 UTC (rev 152180)
+++ trunk/Source/WebCore/ChangeLog	2013-06-28 18:47:55 UTC (rev 152181)
@@ -1,3 +1,17 @@
+2013-06-28  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r152135.
+        http://trac.webkit.org/changeset/152135
+        https://bugs.webkit.org/show_bug.cgi?id=118199
+
+        Rolling out temporary patch used for debugging the test bots
+        (Requested by rfong on #webkit).
+
+        * platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
+        (WebCore::MediaPlayerPrivateAVFoundation::load):
+        * platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
+        (WebCore::MediaPlayerPrivateQuickTimeVisualContext::load):
+
 2013-06-28  Morten Stenshorne  <[email protected]>
 
         SVG relayout problem when displayed with different image box heights

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp (152180 => 152181)


--- trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp	2013-06-28 18:08:13 UTC (rev 152180)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp	2013-06-28 18:47:55 UTC (rev 152181)
@@ -177,7 +177,7 @@
 void MediaPlayerPrivateAVFoundation::load(const String& url)
 {
     LOG(Media, "MediaPlayerPrivateAVFoundation::load(%p)", this);
-    fprintf(stderr, "USING AVCF");
+
     if (m_networkState != MediaPlayer::Loading) {
         m_networkState = MediaPlayer::Loading;
         m_player->networkStateChanged();

Modified: trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp (152180 => 152181)


--- trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp	2013-06-28 18:08:13 UTC (rev 152180)
+++ trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp	2013-06-28 18:47:55 UTC (rev 152181)
@@ -340,7 +340,7 @@
 void MediaPlayerPrivateQuickTimeVisualContext::load(const String& url)
 {
     m_movieURL = url;
-    fprintf(stderr, "USING QT");
+
     if (m_preload == MediaPlayer::None) {
         m_delayingLoad = true;
         return;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to