Changeset 143213 in webkit


Ignore:
Timestamp:
Feb 18, 2013 6:47:25 AM (11 years ago)
Author:
jochen@chromium.org
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r143203 r143213  
     12013-02-18  Jochen Eisinger  <jochen@chromium.org>
     2
     3        [chromium] remove log spew from dumpAllBackForwardLists
     4        https://bugs.webkit.org/show_bug.cgi?id=110108
     5
     6        Reviewed by Nico Weber.
     7
     8        * DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp:
     9
    1102013-02-18  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    211
  • trunk/Tools/DumpRenderTree/chromium/TestRunner/src/WebTestProxy.cpp

    r142929 r143213  
    401401    string result;
    402402    unsigned windowCount = delegate->windowCount();
    403     fprintf(stderr, "windowCount = %d\n", windowCount);
    404403    for (unsigned i = 0; i < windowCount; ++i) {
    405404        size_t currentEntryIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.