Changeset 89821 in webkit


Ignore:
Timestamp:
Jun 27, 2011 8:12:29 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-27 Raphael Kubo da Costa <kubo@profusion.mobi>

Reviewed by Kent Tamura.

[EFL] DRT: Add an ewk_view specialization for EFL's DumpRenderTree.
It will be plugged into the build system as soon as the rest of the
DRT code is fully upstreamed.
https://bugs.webkit.org/show_bug.cgi?id=63086

  • DumpRenderTree/efl/DumpRenderTreeView.cpp: Added. (onConsoleMessage): (onJavaScriptAlert): (onJavaScriptConfirm): (onJavaScriptPrompt): (drtViewTiledAdd):
  • DumpRenderTree/efl/DumpRenderTreeView.h: Added.
Location:
trunk/Tools
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r89820 r89821  
     12011-06-27  Raphael Kubo da Costa  <kubo@profusion.mobi>
     2
     3        Reviewed by Kent Tamura.
     4
     5        [EFL] DRT: Add an ewk_view specialization for EFL's DumpRenderTree.
     6        It will be plugged into the build system as soon as the rest of the
     7        DRT code is fully upstreamed.
     8        https://bugs.webkit.org/show_bug.cgi?id=63086
     9
     10        * DumpRenderTree/efl/DumpRenderTreeView.cpp: Added.
     11        (onConsoleMessage):
     12        (onJavaScriptAlert):
     13        (onJavaScriptConfirm):
     14        (onJavaScriptPrompt):
     15        (drtViewTiledAdd):
     16        * DumpRenderTree/efl/DumpRenderTreeView.h: Added.
     17
    1182011-06-27  Leandro Pereira  <leandro@profusion.mobi>
    219
Note: See TracChangeset for help on using the changeset viewer.