Changeset 96618 in webkit


Ignore:
Timestamp:
Oct 4, 2011 11:15:30 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] DRT: Add DumpRenderTree.cpp
https://bugs.webkit.org/show_bug.cgi?id=62034

Patch by Raphael Kubo da Costa <kubo@profusion.mobi> on 2011-10-04
Reviewed by Antonio Gomes.

This is the main implementation file for EFL's DumpRenderTree.

  • DumpRenderTree/efl/DumpRenderTree.cpp: Added.

(dumpFramesAsText):
(dumpFrameScrollPosition):
(shouldLogFrameLoadDelegates):
(shouldDumpAsText):
(sendPixelResultsEOF):
(invalidateAnyPreviousWaitToDumpWatchdog):
(onEcoreEvasResize):
(onCloseWindow):
(useLongRunningServerMode):
(parseCommandLineOptions):
(getFinalTestURL):
(getExpectedPixelHash):
(createLayoutTestController):
(runTest):
(runTestingServerLoop):
(adjustOutputTypeByMimeType):
(dumpFrameContentsAsText):
(shouldDumpFrameScrollPosition):
(shouldDumpPixelsAndCompareWithExpected):
(shouldDumpBackForwardList):
(initEfl):
(shutdownEfl):
(displayWebView):
(dump):
(initEcoreEvas):
(main):

Location:
trunk/Tools
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r96565 r96618  
     12011-10-04  Raphael Kubo da Costa  <kubo@profusion.mobi>
     2
     3        [EFL] DRT: Add DumpRenderTree.cpp
     4        https://bugs.webkit.org/show_bug.cgi?id=62034
     5
     6        Reviewed by Antonio Gomes.
     7
     8        This is the main implementation file for EFL's DumpRenderTree.
     9
     10        * DumpRenderTree/efl/DumpRenderTree.cpp: Added.
     11        (dumpFramesAsText):
     12        (dumpFrameScrollPosition):
     13        (shouldLogFrameLoadDelegates):
     14        (shouldDumpAsText):
     15        (sendPixelResultsEOF):
     16        (invalidateAnyPreviousWaitToDumpWatchdog):
     17        (onEcoreEvasResize):
     18        (onCloseWindow):
     19        (useLongRunningServerMode):
     20        (parseCommandLineOptions):
     21        (getFinalTestURL):
     22        (getExpectedPixelHash):
     23        (createLayoutTestController):
     24        (runTest):
     25        (runTestingServerLoop):
     26        (adjustOutputTypeByMimeType):
     27        (dumpFrameContentsAsText):
     28        (shouldDumpFrameScrollPosition):
     29        (shouldDumpPixelsAndCompareWithExpected):
     30        (shouldDumpBackForwardList):
     31        (initEfl):
     32        (shutdownEfl):
     33        (displayWebView):
     34        (dump):
     35        (initEcoreEvas):
     36        (main):
     37
    1382011-10-03  Adam Barth  <abarth@webkit.org>
    239
Note: See TracChangeset for help on using the changeset viewer.