Title: [143213] trunk/Tools
- Revision
- 143213
- Author
- joc...@chromium.org
- Date
- 2013-02-18 06:47:25 -0800 (Mon, 18 Feb 2013)
Log Message
[chromium] remove log spew from dumpAllBackForwardLists
https://bugs.webkit.org/show_bug.cgi?id=110108
Reviewed by Nico Weber.
* DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (143212 => 143213)
--- trunk/Tools/ChangeLog 2013-02-18 14:45:15 UTC (rev 143212)
+++ trunk/Tools/ChangeLog 2013-02-18 14:47:25 UTC (rev 143213)
@@ -1,3 +1,12 @@
+2013-02-18 Jochen Eisinger <joc...@chromium.org>
+
+ [chromium] remove log spew from dumpAllBackForwardLists
+ https://bugs.webkit.org/show_bug.cgi?id=110108
+
+ Reviewed by Nico Weber.
+
+ * DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp:
+
2013-02-18 Christophe Dumez <ch.du...@sisa.samsung.com>
[EFL][WK2] Disable failing API tests
Modified: trunk/Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp (143212 => 143213)
--- trunk/Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp 2013-02-18 14:45:15 UTC (rev 143212)
+++ trunk/Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp 2013-02-18 14:47:25 UTC (rev 143213)
@@ -400,7 +400,6 @@
{
string result;
unsigned windowCount = delegate->windowCount();
- fprintf(stderr, "windowCount = %d\n", windowCount);
for (unsigned i = 0; i < windowCount; ++i) {
size_t currentEntryIndex = 0;
WebVector<WebHistoryItem> history;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes