Title: [152135] trunk/Source/WebCore
- Revision
- 152135
- Author
- roger_f...@apple.com
- Date
- 2013-06-27 16:00:42 -0700 (Thu, 27 Jun 2013)
Log Message
Unreviewed. Temporarily add some stderr output to Media Engine load methods to determine which engine buildbots are using for layout tests.
* platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
(WebCore::MediaPlayerPrivateAVFoundation::load):
* platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
(WebCore::MediaPlayerPrivateQuickTimeVisualContext::load):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (152134 => 152135)
--- trunk/Source/WebCore/ChangeLog 2013-06-27 22:56:32 UTC (rev 152134)
+++ trunk/Source/WebCore/ChangeLog 2013-06-27 23:00:42 UTC (rev 152135)
@@ -1,3 +1,12 @@
+2013-06-27 Roger Fong <roger_f...@apple.com>
+
+ Unreviewed. Temporarily add some stderr output to Media Engine load methods to determine which engine buildbots are using for layout tests.
+
+ * platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp:
+ (WebCore::MediaPlayerPrivateAVFoundation::load):
+ * platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp:
+ (WebCore::MediaPlayerPrivateQuickTimeVisualContext::load):
+
2013-06-27 Anders Carlsson <ander...@apple.com>
Stop using deprecatedCharactersWithNullTermination in SQLite code
Modified: trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp (152134 => 152135)
--- trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp 2013-06-27 22:56:32 UTC (rev 152134)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp 2013-06-27 23:00:42 UTC (rev 152135)
@@ -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 (152134 => 152135)
--- trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp 2013-06-27 22:56:32 UTC (rev 152134)
+++ trunk/Source/WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp 2013-06-27 23:00:42 UTC (rev 152135)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes